Method: Python::Pickle::PyClass#namespace

Defined in:
lib/python/pickle/py_class.rb

#namespaceString (readonly)

The namespace the Python class is defined within.

Returns:

  • (String)


13
14
15
# File 'lib/python/pickle/py_class.rb', line 13

def namespace
  @namespace
end