Home
last modified time | relevance | path

Searched refs:BuiltinMethodType (Results 1 – 11 of 11) 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/jinja/src/jinja2/
Dsandbox.py80 callable, (types.MethodType, types.BuiltinMethodType)
/external/python/cpython3/Lib/
Dtypes.py44 BuiltinMethodType = type([].append) # Same as BuiltinFunctionType variable
Dinspect.py469 if isinstance(dict_obj, (staticmethod, types.BuiltinMethodType)):
/external/libchrome/third_party/jinja2/
Dsandbox.py139 types.BuiltinMethodType)) or \
/external/python/cpython3/Lib/test/
Dtest_types.py594 self.assertIsInstance(''.join, types.BuiltinMethodType)
595 self.assertIsInstance([].append, types.BuiltinMethodType)
598 self.assertIsInstance(int.from_bytes, types.BuiltinMethodType)
599 self.assertIsInstance(int.__new__, types.BuiltinMethodType)
/external/python/cpython2/Doc/library/
Dtypes.rst164 BuiltinMethodType
/external/python/cpython3/Doc/library/
Dtypes.rst172 BuiltinMethodType
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst1097 The hash of :class:`BuiltinMethodType` instances (methods of built-in