MCPcopy Create free account
hub / github.com/TuGraph-family/tugraph-db / PYBIND11_MODULE

Function PYBIND11_MODULE

src/python/python_api.cpp:2007–2011  ·  view source on GitHub ↗

Declare the python api with pybind11

Source from the content-addressed store, hash-verified

2005
2006// Declare the python api with pybind11
2007PYBIND11_MODULE(liblgraph_python_api, m) {
2008 python::register_python_api(m);
2009 python::register_lgraph_plugin(m);
2010 python::register_gemini_adapter(m);
2011}
2012} // namespace python
2013} // namespace lgraph_api
2014

Callers

nothing calls this directly

Calls 3

register_python_apiFunction · 0.85
register_lgraph_pluginFunction · 0.85
register_gemini_adapterFunction · 0.85

Tested by

no test coverage detected