Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_pythonObject



51
52
53
# File 'lib/pybind/core_ext/basic.rb', line 51

def to_python
  to_s.to_python
end