Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Class Handle
[hide private]
[frames] | no frames]

Class Handle

object --+
         |
        Handle
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, _ptr, _id)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__eq__(self, x)
 
__ne__(self, x)
 
__hash__(self)
hash(x)

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

Properties [hide private]
  id
id of this object in the parent System
  system
parent System
  _id
  _ptr

Inherited from object: __class__

Method Details [hide private]

__init__(self, _ptr, _id)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

 

hash(x)

Overrides: object.__hash__
(inherited documentation)

Property Details [hide private]

id

id of this object in the parent System

Get Method:
unreachable.id(self) - id of this object in the parent System

system

parent System

Get Method:
unreachable.system(self) - parent System