|
|
|
|
|
|
|
|
__init__(self,
tag,
attrib={},
**extra)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
findtext(self,
path,
default=None,
namespaces=None)
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
attrib = None
hash(x)
|
|
|
tag = None
hash(x)
|
|
|
tail = None
hash(x)
|
|
|
text = None
hash(x)
|
|
Inherited from object:
__class__
|
__init__(self,
tag,
attrib={},
**extra)
(Constructor)
source code
x.__init__(...) initializes x; see help(type(x)) for signature
- Overrides:
object.__init__
- (inherited documentation)
repr(x)
- Overrides:
object.__repr__
- (inherited documentation)