Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ PyModuleDef
Class
PyModuleDef
tests/integration/empty_thread_extension/testext.cpp:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
#if PY_MAJOR_VERSION >= 3
37
static struct PyModuleDef moduledef = {PyModuleDef_HEAD_INIT,
"testext"
,
""
, -1, methods};
38
39
PyMODINIT_FUNC
40
PyInit_testext(void)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected