Class: FalseClass

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

Instance Method Summary collapse

Instance Method Details

#to_pythonObject



21
22
23
# File 'lib/pybind/core_ext/basic.rb', line 21

def to_python
  PyBind::LibPython.Py_False
end