Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_randommodule.c.h68 _random_Random_getstate_impl(RandomObject *self);
73 return _random_Random_getstate_impl(self); in _random_Random_getstate()
/aosp_15_r20/external/python/cpython3/Modules/
D_randommodule.c390 _random_Random_getstate_impl(RandomObject *self) in _random_Random_getstate_impl() function