Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/pybind/core_ext/basic.rb
Instance Method Summary collapse
- #to_python_struct ⇒ Object (also: #to_python)
Instance Method Details
#to_python_struct ⇒ Object Also known as: to_python
2 3 4 |
# File 'lib/pybind/core_ext/basic.rb', line 2 def to_python_struct raise TypeError, "can not convert #{inspect} to a PyObjectStruct" end |