Class: TrueClass

Inherits:
Object show all
Defined in:
lib/pybind/core_ext/basic.rb

Instance Method Summary collapse

Instance Method Details

#to_pythonObject



15
16
17
# File 'lib/pybind/core_ext/basic.rb', line 15

def to_python
  PyBind::LibPython.Py_True
end