[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.216.252: ~ $
# this is a package

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


Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
html Folder 0755
includes Folder 0755
isoschematron Folder 0755
ElementInclude.py File 8.36 KB 0644
__init__.py File 551 B 0644
_elementpath.cpython-37m-x86_64-linux-gnu.so File 188.7 KB 0755
_elementpath.py File 10.49 KB 0644
builder.cpython-37m-x86_64-linux-gnu.so File 99.14 KB 0755
builder.py File 7.79 KB 0644
cssselect.py File 3.29 KB 0644
doctestcompare.py File 17.91 KB 0644
etree.cpython-37m-x86_64-linux-gnu.so File 2.24 MB 0755
etree.h File 8.37 KB 0644
etree_api.h File 17.06 KB 0644
lxml.etree.h File 8.37 KB 0644
lxml.etree_api.h File 17.06 KB 0644
objectify.cpython-37m-x86_64-linux-gnu.so File 389.31 KB 0755
pyclasslookup.py File 92 B 0644
sax.cpython-37m-x86_64-linux-gnu.so File 170.64 KB 0755
sax.py File 9.19 KB 0644
usedoctest.py File 230 B 0644