module documentation

Undocumented

Function find Undocumented
Function findall Undocumented
Function findtext Undocumented
Function iterfind Undocumented
Function prepare​_child Undocumented
Function prepare​_descendant Undocumented
Function prepare​_parent Undocumented
Function prepare​_predicate Undocumented
Function prepare​_self Undocumented
Function prepare​_star Undocumented
Function xpath​_tokenizer Undocumented
Variable ops Undocumented
Variable xpath​_tokenizer​_re Undocumented
Function ​_build​_path​_iterator compile selector pattern
Variable ​_cache Undocumented
def find(elem, path, namespaces=None):

Undocumented

def findall(elem, path, namespaces=None):

Undocumented

def findtext(elem, path, default=None, namespaces=None):

Undocumented

def iterfind(elem, path, namespaces=None):

Undocumented

def prepare_child(next, token):

Undocumented

def prepare_descendant(next, token):

Undocumented

def prepare_parent(next, token):

Undocumented

def prepare_predicate(next, token):

Undocumented

def prepare_self(next, token):

Undocumented

def prepare_star(next, token):

Undocumented

def xpath_tokenizer(pattern, namespaces=None):

Undocumented

ops =

Undocumented

xpath_tokenizer_re =

Undocumented

def _build_path_iterator(path, namespaces):
compile selector pattern
_cache: dict =

Undocumented