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

Class Handle

object --+
         |
        Handle

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)
 
id(self)
id of this object in the parent System
 
system(self)
parent System

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

Properties [hide private]

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)

id(self)

 

id of this object in the parent System

Decorators:
  • @property

system(self)

 

parent System

Decorators:
  • @property