cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | List of all members
pybind11.setup_helpers.build_ext Class Reference
Inheritance diagram for pybind11.setup_helpers.build_ext:

Public Member Functions

def 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 283 of file setup_helpers.py.

Member Function Documentation

◆ build_extensions()

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.


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