Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Drandom.py225 Method=_MethodType, BuiltinMethod=_BuiltinMethodType): argument
232 if type(random) is BuiltinMethod or type(getrandbits) is Method: