MCPcopy Create free account
hub / github.com/simplejson/simplejson / PyModuleDef

Class PyModuleDef

simplejson/_speedups.c:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145#if PY_VERSION_HEX >= 0x030D0000
146/* Forward declaration - defined later with multi-phase init */
147static struct PyModuleDef moduledef;
148#else
149/* Pre-3.13: a single static state instance serves the whole process,
150 and a borrowed reference to the module object so that Scanner and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…