Public Member Functions | |
def | build_extensions (self) |
None | build_extensions (self) |
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.
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().
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().