Package lxml :: Module etree :: Class _XPathFunctionNamespaceRegistry
[hide private]
[frames] | no frames]

Class _XPathFunctionNamespaceRegistry

            object --+        
                     |        
    _NamespaceRegistry --+    
                         |    
_FunctionNamespaceRegistry --+
                             |
                            _XPathFunctionNamespaceRegistry

Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(T, S, ...)

Inherited from _FunctionNamespaceRegistry: __delitem__, __repr__, __setitem__

Inherited from _NamespaceRegistry: __getitem__, __iter__, clear, items, iteritems, update

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  prefix
Namespace prefix for extension functions.

Inherited from object: __class__

Method Details [hide private]

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__