Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/Familia
/ PyModuleDef
Class
PyModuleDef
python/cpp/familia_wrapper.cpp:423–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
422
#if PY_MAJOR_VERSION >= 3
423
static struct PyModuleDef moduledef = {
424
PyModuleDef_HEAD_INIT,
425
"familia"
,
426
NULL,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected