Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtypes.py60 BuiltinMethodType = type([].append) # Same as BuiltinFunctionType variable
Dposixfile.py89 if isinstance(attr, types.BuiltinMethodType):
Drandom.py44 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType
/external/python/cpython3/Lib/
Dtypes.py37 BuiltinMethodType = type([].append) # Same as BuiltinFunctionType variable
Drandom.py41 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType
/external/python/cpython2/Doc/library/
Dtypes.rst164 BuiltinMethodType
/external/python/cpython3/Doc/library/
Dtypes.rst128 BuiltinMethodType