Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/pystack
/ inittestext
Function
inittestext
tests/integration/empty_thread_extension/testext.cpp:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
#else
49
PyMODINIT_FUNC
50
inittestext(void)
51
{
52
Py_InitModule(
"testext"
, methods);
53
}
54
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected