MCPcopy Create free account
hub / github.com/arximboldi/immer / PyModuleDef

Class PyModuleDef

extra/python/src/immer-raw.cpp:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341#if PY_MAJOR_VERSION >= 3
342struct PyModuleDef module_def = {
343 PyModuleDef_HEAD_INIT,
344 "immer_python_module", /* m_name */
345 "", /* m_doc */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected