class PyBind::PyObject
Public Class Methods
null()
click to toggle source
# File lib/pybind/types/object.rb, line 5 def self.null new(PyObjectStruct.null) end
# File lib/pybind/types/object.rb, line 5 def self.null new(PyObjectStruct.null) end