Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dtypes.py44 BuiltinMethodType = type([].append) # Same as BuiltinFunctionType variable
Dinspect.py587 if isinstance(dict_obj, (staticmethod, types.BuiltinMethodType)):
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py139 types.BuiltinMethodType)) or \
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py158 callable, (types.MethodType, types.BuiltinMethodType)
/third_party/jinja2/
Dsandbox.py85 callable, (types.MethodType, types.BuiltinMethodType)
/third_party/python/Lib/test/
Dtest_types.py611 self.assertIsInstance(''.join, types.BuiltinMethodType)
612 self.assertIsInstance([].append, types.BuiltinMethodType)
615 self.assertIsInstance(int.from_bytes, types.BuiltinMethodType)
616 self.assertIsInstance(int.__new__, types.BuiltinMethodType)
/third_party/python/Doc/library/
Dtypes.rst179 BuiltinMethodType
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst1097 The hash of :class:`BuiltinMethodType` instances (methods of built-in