Trees | Indices | Help |
|
---|
|
object --+ | MmObject
An abstraction of the bookkeeping needed to create a garbage collected MM object. To subclass, you must provide:
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
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.
|
Decrement the reference count. If the handle is being actively managed, call _delete when it the count hits zero. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:56 2016 | http://epydoc.sourceforge.net |