LangTag.LangDb

Fields

None

Methods

class

new ()

lookup (subtag)

ref ()

unref ()

Details

class LangTag.LangDb

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

classmethod new()
Returns:

a new instance of LangTag.LangDb.

Return type:

LangTag.LangDb

Create a new instance of a LangTag.LangDb.

lookup(subtag)
Parameters:

subtag (str) – a subtag name to lookup.

Returns:

a LangTag.Lang that meets with subtag. otherwise None.

Return type:

LangTag.Lang

Lookup LtLang if subtag is valid and registered into the database.

ref()
Returns:

the same self object.

Return type:

LangTag.LangDb

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