class Integer

Public Instance Methods

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