Home
last modified time | relevance | path

Searched refs:marshalmodule (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dmarshal.c1845 static struct PyModuleDef marshalmodule = { variable
1860 PyObject *mod = PyModule_Create(&marshalmodule); in PyMarshal_Init()