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

Functions

def _to_int (s)
 
Union[int, str_to_int (str s)
 

Variables

string __version__ = "2.9.2"
 
 version_info = tuple(_to_int(s) for s in __version__.split("."))
 

Function Documentation

◆ _to_int() [1/2]

def pybind11._version._to_int (   s)
private

Definition at line 4 of file _version.py.

Referenced by pybind11._version._to_int().

◆ _to_int() [2/2]

Union[int, str] pybind11._version._to_int ( str  s)
private

Definition at line 4 of file _version.py.

References pybind11._version._to_int().

Variable Documentation

◆ __version__

string pybind11._version.__version__ = "2.9.2"
private

Definition at line 11 of file _version.py.

◆ version_info

pybind11._version.version_info = tuple(_to_int(s) for s in __version__.split("."))

Definition at line 12 of file _version.py.