MCPcopy Create free account
hub / github.com/pydata/numexpr / PyModuleDef

Class PyModuleDef

numexpr3/module.cpp:386–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384
385// Handle the "global_state" state via moduedef
386static struct PyModuleDef moduledef = {
387 PyModuleDef_HEAD_INIT,
388 "interpreter",
389 NULL,

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…