class Float

Public Instance Methods

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