LangTag.Script¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class LangTag.Script¶
All the fields in the
LangTag.Script
structure are private to theLangTag.Script
implementation.- compare(v2)¶
- Parameters:
v2 (
LangTag.Script
) – aLangTag.Script
.- Returns:
- Return type:
Compare if self and v2 is the same object or not.
- convert_to_modifier()¶
-
Convert the script subtag to the locale variant modifier.
- dump()¶
Dumps the container information to the standard output.
- 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).