Package pyxb :: Package namespace :: Module archive :: Class _ObjectOrigin
[hide private]
[frames] | no frames]

Class _ObjectOrigin

source code

                      object --+        
                               |        
                         cscRoot --+    
                                   |    
utils.utility.PrivateTransient_mixin --+
                                       |
                          object --+   |
                                   |   |
                             cscRoot --+
                                       |
                                      _ObjectOrigin
Known Subclasses:

Marker class for objects that can serve as an origin for an object in a namespace.

Instance Methods [hide private]
 
signature(self) source code
 
moduleRecord(self) source code
 
namespace(self) source code
 
generationUID(self) source code
 
__init__(self, namespace, generation_uid, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
resetCategoryMembers(self) source code
 
addCategoryMember(self, category, name, obj) source code
 
categoryMembers(self) source code
 
originatedObjects(self) source code

Inherited from utils.utility.PrivateTransient_mixin: __getstate__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __PrivateTransient = set()
  __signature = None
hash(x)
  __moduleRecord = None
hash(x)
  __categoryMembers = None
hash(x)
  __categoryObjectMap = None
hash(x)
  __originatedObjects = None
hash(x)
  _ObjectOrigin__PrivateTransient = set(['categoryObjectMap', 'o...
  _ObjectOrigin__categoryMembers = None
hash(x)
  _ObjectOrigin__categoryObjectMap = None
hash(x)
  _ObjectOrigin__moduleRecord = None
hash(x)
  _ObjectOrigin__originatedObjects = None
hash(x)
  _ObjectOrigin__signature = None
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, namespace, generation_uid, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_ObjectOrigin__PrivateTransient

Value:
set(['categoryObjectMap', 'originatedObjects'])