Go to the source code of this file.
Classes | |
class | pybind11.setup_helpers.build_ext |
class | pybind11.setup_helpers.ParallelCompile |
class | pybind11.setup_helpers.Pybind11Extension |
Namespaces | |
pybind11.setup_helpers | |
Functions | |
str|int | pybind11.setup_helpers.auto_cpp_level (Any compiler) |
bool | pybind11.setup_helpers.has_flag (Any compiler, str flag) |
list[Pybind11Extension] | pybind11.setup_helpers.intree_extensions (Iterable[str] paths, dict[str, str]|None package_dir=None) |
bool | pybind11.setup_helpers.naive_recompile (str obj, str src) |
bool | pybind11.setup_helpers.no_recompile (str obg, str src) |
Iterator[str] | pybind11.setup_helpers.tmp_chdir () |