Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Drandom.py44 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType unknown
245 _Method=_MethodType, _BuiltinMethod=_BuiltinMethodType):