μHAL (v2.8.19)
Part of the IPbus software repository
Loading...
Searching...
No Matches
Functions | Variables
pybind11.commands Namespace Reference

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__))
 

Function Documentation

◆ get_cmake_dir()

str pybind11.commands.get_cmake_dir ( )
Return the path to the pybind11 CMake module directory.

Definition at line 14 of file commands.py.

◆ get_include() [1/2]

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.

◆ get_include() [2/2]

def pybind11.commands.get_include (   user = False)

Definition at line 7 of file commands.py.

◆ get_pkgconfig_dir()

str pybind11.commands.get_pkgconfig_dir ( )
Return the path to the pybind11 pkgconfig directory.

Definition at line 28 of file commands.py.

Variable Documentation

◆ DIR

pybind11.commands.DIR = os.path.abspath(os.path.dirname(__file__))

Definition at line 4 of file commands.py.