MCPcopy 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
49PyMODINIT_FUNC
50inittestext(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