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

/external/python/cpython2/Lib/
H A Drandom.py44 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType namespace
245 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType):
/external/python/cpython3/Lib/
H A Drandom.py41 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType namespace
223 Method=_MethodType, BuiltinMethod=_BuiltinMethodType):

Completed in 112 milliseconds