LangTag.ExtModule

Fields

None

Methods

ref ()

unref ()

Details

class LangTag.ExtModule

All the fields in the LangTag.ExtModule structure are private to the LangTag.ExtModule implementation.

ref()
Returns:

the same self object.

Return type:

LangTag.ExtModule

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).