class TrueClass

Public Instance Methods

to_python() click to toggle source
# File lib/pybind/core_ext/basic.rb, line 15
def to_python
  PyBind::LibPython.Py_True
end