μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
pybind11.setup_helpers.build_ext Class Reference
Inheritance diagram for pybind11.setup_helpers.build_ext:
[legend]
Collaboration diagram for pybind11.setup_helpers.build_ext:
[legend]

Public Member Functions

def build_extensions (self)
 
None build_extensions (self)
 

Detailed Description

Customized build_ext that allows an auto-search for the highest supported
C++ level for Pybind11Extension. This is only needed for the auto-search
for now, and is completely optional otherwise.

Definition at line 289 of file setup_helpers.py.

Member Function Documentation

◆ build_extensions() [1/2]

def pybind11.setup_helpers.build_ext.build_extensions (   self)
Build extensions, injecting C++ std for Pybind11Extension if needed.

Definition at line 296 of file setup_helpers.py.

References pybind11.setup_helpers.auto_cpp_level(), and hasattr().

Referenced by pybind11.setup_helpers.build_ext.build_extensions().

◆ build_extensions() [2/2]

None pybind11.setup_helpers.build_ext.build_extensions (   self)
Build extensions, injecting C++ std for Pybind11Extension if needed.

Definition at line 281 of file setup_helpers.py.

References pybind11.setup_helpers.auto_cpp_level(), pybind11.setup_helpers.build_ext.build_extensions(), and hasattr().


The documentation for this class was generated from the following files: