LangTag.Extension¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class LangTag.Extension¶
All the fields in the
LangTag.Extension
structure are private to theLangTag.Extension
implementation.- compare(v2)¶
- Parameters:
v2 (
LangTag.Extension
) – aLangTag.Extension
.- Returns:
- Return type:
Compare if self and v2 is the same object or not.
- dump()¶
Dumps the container information to the standard output.
- get_canonicalized_tag()¶
- Returns:
a string. this must be freed.
- Return type:
Generate a canonicalized tag.
- 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).