PHP 8.2.30
Preview: __init__.py Size: 551 B
//opt/alt/python37/lib64/python3.7/site-packages/lxml/__init__.py

# 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

Directory Contents

Dirs: 4 × Files: 18

Name Size Perms Modified Actions
html DIR
- drwxr-xr-x 2024-03-03 19:11:58
Edit Download
includes DIR
- drwxr-xr-x 2024-03-03 19:11:58
Edit Download
- drwxr-xr-x 2024-03-03 19:11:58
Edit Download
- drwxr-xr-x 2024-03-03 19:11:58
Edit Download
99.14 KB lrwxr-xr-x 2023-04-24 18:51:50
Edit Download
7.79 KB lrw-r--r-- 2019-01-04 15:34:22
Edit Download
3.29 KB lrw-r--r-- 2016-05-05 07:08:05
Edit Download
17.91 KB lrw-r--r-- 2019-01-04 15:34:22
Edit Download
8.36 KB lrw-r--r-- 2019-10-27 14:36:31
Edit Download
2.24 MB lrwxr-xr-x 2023-04-24 18:51:50
Edit Download
8.37 KB lrw-r--r-- 2020-01-28 14:12:19
Edit Download
17.06 KB lrw-r--r-- 2020-01-28 14:12:19
Edit Download
8.37 KB lrw-r--r-- 2020-01-28 14:12:19
Edit Download
17.06 KB lrw-r--r-- 2020-01-28 14:12:19
Edit Download
389.31 KB lrwxr-xr-x 2023-04-24 18:51:50
Edit Download
92 B lrw-r--r-- 2014-09-05 12:44:23
Edit Download
170.64 KB lrwxr-xr-x 2023-04-24 18:51:50
Edit Download
9.19 KB lrw-r--r-- 2019-01-04 15:34:22
Edit Download
230 B lrw-r--r-- 2011-09-25 16:58:05
Edit Download
188.70 KB lrwxr-xr-x 2023-04-24 18:51:50
Edit Download
10.49 KB lrw-r--r-- 2019-07-27 07:03:31
Edit Download
551 B lrw-r--r-- 2019-11-25 19:50:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).