μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions | Variables
setup_helpers.py File Reference

Go to the source code of this file.

Classes

class  pybind11.setup_helpers.Pybind11Extension
 
class  pybind11.setup_helpers.build_ext
 
class  pybind11.setup_helpers.ParallelCompile
 

Namespaces

namespace  pybind11
 
namespace  pybind11.setup_helpers
 

Functions

def pybind11.setup_helpers.tmp_chdir ()
 
bool pybind11.setup_helpers.has_flag (Any compiler, str flag)
 
Union[str, int] pybind11.setup_helpers.auto_cpp_level (Any compiler)
 
List[Pybind11Extension] pybind11.setup_helpers.intree_extensions (Iterable[str] paths, Optional[Dict[str, str]] package_dir=None)
 
bool pybind11.setup_helpers.naive_recompile (str obj, str src)
 
bool pybind11.setup_helpers.no_recompile (str obg, str src)
 

Variables

 pybind11.setup_helpers.S = TypeVar("S", bound="ParallelCompile")
 
 pybind11.setup_helpers.CCompilerMethod