Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Drandom.py247 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType): argument
262 if type(self.random) is _BuiltinMethod or type(getrandbits) is _Method: