Method: TrueClass#to_python

Defined in:
lib/pybind/core_ext/basic.rb

#to_pythonObject



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

def to_python
  PyBind::LibPython.Py_True
end