MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / PYBIND11_MODULE

Function PYBIND11_MODULE

python/src/PyLNLib.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17void construct(py::module_ &);
18
19PYBIND11_MODULE(PyLNLib, m)
20{
21 construct(m);
22}
23
24void construct(py::module_&m)
25{

Callers

nothing calls this directly

Calls 1

constructFunction · 0.85

Tested by

no test coverage detected