Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_randommodule.c508 random_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in random_new() function
588 random_new, /*tp_new*/
/external/python/cpython3/Modules/
D_randommodule.c517 random_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in random_new() function
555 {Py_tp_new, random_new},