Home
last modified time | relevance | path

Searched refs:_randommodule (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_randommodule.c99 static struct PyModuleDef _randommodule; variable
102 (get_random_state(PyType_GetModuleByDef(type, &_randommodule)))
111 #include "clinic/_randommodule.c.h"
644 static struct PyModuleDef _randommodule = { variable
659 return PyModuleDef_Init(&_randommodule); in PyInit__random()

Completed in 2 milliseconds