__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
from ._cairo import * # noqa: F401,F403
def get_include():
"""Returns a path to the directory containing the C header files"""
import os
def is_ok(path):
return os.path.exists(path) and os.path.isdir(path)
package_path = os.path.dirname(os.path.realpath(__file__))
install_path = os.path.join(package_path, "include")
# in case we are installed
if is_ok(install_path):
return install_path
# in case we are running from source
if is_ok(package_path):
return package_path
# in case we are in an .egg
import pkg_resources
return pkg_resources.resource_filename(__name__, "include")
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| __init__.py | File | 660 B | 0755 |
|
| __init__.pyi | File | 212.23 KB | 0644 |
|
| _cairo.cpython-313-x86_64-linux-gnu.so | File | 244.9 KB | 0644 |
|
| py.typed | File | 0 B | 0644 |
|