Package schrodinger :: Package application :: Package jaguar :: Module mmjag :: Class MmJag
[hide private]
[frames] | no frames]

Class MmJag

             object --+    
                      |    
infra.mmobject.MmObject --+
                          |
                         MmJag

A reference counting class for dealing with mmjag handles.

Instance Methods [hide private]
 
__init__(self, handle)
Initialize an object with an existing MM handle - i.e.
 
_delete(self)

Inherited from infra.mmobject.MmObject: __del__, __int__

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

Static Methods [hide private]
 
initialize(error_handler=None)
 
terminate()
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, handle)
(Constructor)

 

Initialize an object with an existing MM handle - i.e. one created with direct calls to the mmlibs.

By default, the MM resources will be managed by the object. To keep these from being cleaned up on object deletion, set manage_handle=False.

Overrides: object.__init__
(inherited documentation)