Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Drandom.py41 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType unknown
225 Method=_MethodType, BuiltinMethod=_BuiltinMethodType):
/external/python/cpython2/Lib/
Drandom.py44 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType unknown
247 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType):