Functions | |
def | get_include (user=False) |
def | get_cmake_dir () |
str | get_include (bool user=False) |
str | get_pkgconfig_dir () |
Variables | |
DIR = os.path.abspath(os.path.dirname(__file__)) | |
str pybind11.commands.get_cmake_dir | ( | ) |
Return the path to the pybind11 CMake module directory.
Definition at line 14 of file commands.py.
str pybind11.commands.get_include | ( | bool | user = False | ) |
Return the path to the pybind11 include directory. The historical "user" argument is unused, and may be removed.
Definition at line 6 of file commands.py.
def pybind11.commands.get_include | ( | user = False | ) |
Definition at line 7 of file commands.py.
str pybind11.commands.get_pkgconfig_dir | ( | ) |
Return the path to the pybind11 pkgconfig directory.
Definition at line 28 of file commands.py.
pybind11.commands.DIR = os.path.abspath(os.path.dirname(__file__)) |
Definition at line 4 of file commands.py.