Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void construct(py::module_ &);
18
19
PYBIND11_MODULE(PyLNLib, m)
20
{
21
construct(m);
22
}
23
24
void construct(py::module_&m)
25
{
Callers
nothing calls this directly
Calls
1
construct
Function · 0.85
Tested by
no test coverage detected