Public Member Functions | |
def | 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 283 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 290 of file setup_helpers.py.