find(match, namespaces=None)
Finds the first subelement matching match. match may be a tag name or a path. Returns an element instance or None
. namespaces is an optional mapping from namespace prefix to full name.
find(match, namespaces=None)
Finds the first subelement matching match. match may be a tag name or a path. Returns an element instance or None
. namespaces is an optional mapping from namespace prefix to full name.
Please login to continue.