Package Ganga :: Package GPIDev :: Package Base :: Module Objects :: Class GangaObject
[hide private]
[frames] | no frames]

Class GangaObject

source code

object --+    
         |    
      Node --+
             |
            GangaObject
Known Subclasses:

Nested Classes [hide private]
  __metaclass__
Instance Methods [hide private]
 
__construct__(self, args) source code
 
__deepcopy__(self, memo=None) source code
 
__getstate__(self) source code
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__setstate__(self, dict) source code
 
_attribute_filter__set__(self, name, v) source code
 
_auto__init__(self) source code
 
_getReadAccess(self)
makes sure the objects _data is there and the object itself has a recent state.
source code
 
_getRegistry(self) source code
 
_getRegistryID(self) source code
 
_getWriteAccess(self)
tries to get write access to the object.
source code
 
_readonly(self) source code
 
_releaseWriteAccess(self)
releases write access to the object.
source code
 
_setDirty(self, dummy=1) source code
 
_setFlushed(self) source code
 
_setRegistry(self, registry) source code
 
accept(self, visitor) source code
 
getJobObject(self) source code

Inherited from Node: __copy__, __eq__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from Node (private): _getParent, _getRoot, _setParent

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

Class Methods [hide private]
 
_declared_property(self, name) source code
Class Variables [hide private]
  _exportmethods = []
  _hidden = 1
  _proxyClass = None
hash(x)
  _registry = None
hash(x)
  _schema = None
hash(x)

Inherited from Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__deepcopy__(self, memo=None)

source code 
Overrides: Node.__deepcopy__

__getstate__(self)

source code 
Overrides: Node.__getstate__

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__setstate__(self, dict)

source code 
Overrides: Node.__setstate__

_getReadAccess(self)

source code 

makes sure the objects _data is there and the object itself has a recent state. Raise RepositoryError

_getWriteAccess(self)

source code 

tries to get write access to the object. Raise LockingError (or so) on fail

_releaseWriteAccess(self)

source code 

releases write access to the object. Raise LockingError (or so) on fail Please use only if the object is expected to be used by other sessions

accept(self, visitor)

source code 
Overrides: Node.accept