class NilClass

Public Instance Methods

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