Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wrap
pybind11
pybind11
_version.py
Go to the documentation of this file.
1
# -*- coding: utf-8 -*-
2
3
4
def
_to_int
(s):
5
try
:
6
return
int
(s)
7
except
ValueError:
8
return
s
9
10
11
__version__ =
"2.6.0.dev1"
12
version_info =
tuple
(
_to_int
(s)
for
s
in
__version__.split(
"."
))
int
return int(ret)+1
pybind11._version._to_int
def _to_int(s)
Definition:
_version.py:4
tuple
Definition:
pytypes.h:1241
gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:36