Method: Python::Pickle::PyClass#namespace
- Defined in:
- lib/python/pickle/py_class.rb
#namespace ⇒ String (readonly)
The namespace the Python class is defined within.
13 14 15 |
# File 'lib/python/pickle/py_class.rb', line 13 def namespace @namespace end |