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

Namespaces

namespace  __main__
 
namespace  _version
 
namespace  commands
 
namespace  detail
 
namespace  setup_helpers
 

Classes

struct  polymorphic_type_hook< itype, detail::enable_if_t< std::is_base_of< Animal, itype >::value > >
 

Variables

tuple __all__
 
string msg = "pybind11 does not support Python < 3.6. 2.9 was the last release supporting Python 2.7 and 3.5."
 

Variable Documentation

◆ __all__

tuple pybind11.__all__
private
Initial value:
1= (
2 "version_info",
3 "__version__",
4 "get_include",
5 "get_cmake_dir",
6)

Definition at line 6 of file __init__.py.

◆ msg

string pybind11.msg = "pybind11 does not support Python < 3.6. 2.9 was the last release supporting Python 2.7 and 3.5."

Definition at line 4 of file __init__.py.