Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_randommodule.c88 PyObject *Long___abs__; member
304 n = PyObject_CallOneArg(state->Long___abs__, arg); in random_seed()
610 state->Long___abs__ = PyObject_GetAttrString(longtype, "__abs__"); in _random_exec()
612 if (state->Long___abs__ == NULL) { in _random_exec()
634 Py_CLEAR(get_random_state(module)->Long___abs__); in _random_clear()

Completed in 2 milliseconds