class Hash

Public Instance Methods

to_python() click to toggle source
# File lib/pybind/core_ext/basic.rb, line 57
def to_python
  PyBind::PyDict.new(self).to_python_struct
end