LangTag.ExtModule¶
Fields¶
None
Methods¶
|
|
|
Details¶
- class LangTag.ExtModule¶
All the fields in the
LangTag.ExtModule
structure are private to theLangTag.ExtModule
implementation.- ref()¶
- Returns:
the same self object.
- Return type:
Increases the reference count of self.
- unref()¶
Decreases the reference count of self. when its reference count drops to 0, the object is finalized (i.e. its memory is freed).