Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ PyModuleDef
Class
PyModuleDef
src/modules/pythonmonkey/pythonmonkey.cc:547–547 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
};
546
547
struct PyModuleDef pythonmonkey =
548
{
549
PyModuleDef_HEAD_INIT,
550
"pythonmonkey"
, /* name of module */
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected