class Object

Public Instance Methods

to_python()
Alias for: to_python_struct
to_python_struct() click to toggle source
# File lib/pybind/core_ext/basic.rb, line 2
def to_python_struct
  raise TypeError, "can not convert #{inspect} to a PyObjectStruct"
end
Also aliased as: to_python