μHAL (v2.8.22)
Part of the IPbus software repository
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1#ifndef _uhal_pycohal_version_hpp_
2#define _uhal_pycohal_version_hpp_
3
4
5namespace pybind11 {
6class module_;
7}
8
9namespace pycohal
10{
11 void wrap_version_and_build_info(pybind11::module_&);
12}
13
14
15#endif
16
Wrapper for Python extension modules.
Definition: pybind11.h:1145
void wrap_version_and_build_info(pybind11::module_ &)
Definition: version.cpp:36