Home
last modified time | relevance | path

Searched refs:auto_cpp_level (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/pybind11/
Dsetup_helpers.py256 def auto_cpp_level(compiler): function
298 ext.__class__.cxx_std.__set__(ext, auto_cpp_level(self.compiler))
Dsetup_helpers.pyi31 def auto_cpp_level(compiler: distutils.ccompiler.CCompiler) -> Union[int, str]: ...