Home
last modified time | relevance | path

Searched defs:BuiltinMethodType (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dtypes.py60 BuiltinMethodType = type([].append) # Same as BuiltinFunctionType variable
/external/python/cpython3/Lib/
Dtypes.py37 BuiltinMethodType = type([].append) # Same as BuiltinFunctionType variable