class documentation

class NamespacedAttribute(str): (source)

View In Hierarchy

A namespaced string (e.g. 'xml:lang') that remembers the namespace ('xml') and the name ('lang') that were used to create it.

Method __new__ Undocumented
def __new__(cls, prefix, name=None, namespace=None): (source)

Undocumented