pyjabber.utils package¶
Submodules¶
pyjabber.utils.ClarkNotation module¶
- pyjabber.utils.ClarkNotation.clarkFromTuple(tuple)[source]¶
Generate a clark notaion from a tuple in the format (namespace, tag). It’s also possible to pass a tuple form of only a tag element (tag)
- pyjabber.utils.ClarkNotation.deglose(tag)[source]¶
Return the namespace and tag separated in a 2-tuple :return: (namespace, tag)