Class: Integer

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

Instance Method Summary collapse

Instance Method Details

#to_pythonObject



27
28
29
# File 'lib/pybind/core_ext/basic.rb', line 27

def to_python
  PyBind::LibPython.PyInt_FromSsize_t(self)
end