PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
lxml
# this is a package __version__ = "4.9.2" def get_include(): """ Returns a list of header include paths (for lxml itself, libxml2 and libxslt) needed to compile C code against lxml if it was built with statically linked libraries. """ import os lxml_path = __path__[0] include_path = os.path.join(lxml_path, 'includes') includes = [include_path, lxml_path] for name in os.listdir(include_path): path = os.path.join(include_path, name) if os.path.isdir(path): includes.append(path) return includes
[+]
includes
[-] builder.py
[edit]
[-] parser.pxi
[edit]
[-] relaxng.pxi
[edit]
[-] _elementpath.py
[edit]
[-] iterparse.pxi
[edit]
[-] etree_api.h
[edit]
[-] readonlytree.pxi
[edit]
[+]
..
[-] objectpath.pxi
[edit]
[-] proxy.pxi
[edit]
[-] docloader.pxi
[edit]
[-] xmlerror.pxi
[edit]
[-] etree.pyx
[edit]
[-] doctestcompare.py
[edit]
[-] sax.py
[edit]
[-] xslt.pxi
[edit]
[-] sax.cpython-311-x86_64-linux-gnu.so
[edit]
[-] cleanup.pxi
[edit]
[-] usedoctest.py
[edit]
[-] xsltext.pxi
[edit]
[-] extensions.pxi
[edit]
[-] objectify.cpython-311-x86_64-linux-gnu.so
[edit]
[-] serializer.pxi
[edit]
[-] nsclasses.pxi
[edit]
[-] xpath.pxi
[edit]
[-] etree.h
[edit]
[-] objectify.pyx
[edit]
[-] schematron.pxi
[edit]
[-] lxml.etree.h
[edit]
[-] saxparser.pxi
[edit]
[-] xmlschema.pxi
[edit]
[+]
__pycache__
[-] apihelpers.pxi
[edit]
[-] ElementInclude.py
[edit]
[-] _elementpath.cpython-311-x86_64-linux-gnu.so
[edit]
[-] builder.cpython-311-x86_64-linux-gnu.so
[edit]
[-] cssselect.py
[edit]
[-] lxml.etree_api.h
[edit]
[-] debug.pxi
[edit]
[-] __init__.py
[edit]
[-] etree.cpython-311-x86_64-linux-gnu.so
[edit]
[-] xinclude.pxi
[edit]
[-] classlookup.pxi
[edit]
[+]
isoschematron
[-] parsertarget.pxi
[edit]
[-] xmlid.pxi
[edit]
[-] pyclasslookup.py
[edit]
[-] public-api.pxi
[edit]
[-] dtd.pxi
[edit]
[+]
html