MCPcopy 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
37static struct PyModuleDef moduledef = {PyModuleDef_HEAD_INIT, "testext", "", -1, methods};
38
39PyMODINIT_FUNC
40PyInit_testext(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected