Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dpickletester.py3076 def reduce_2(obj): function
3078 dispatch_table[AAA] = reduce_2
/external/python/cpython2/Objects/
Dtypeobject.c3311 reduce_2(PyObject *obj) in reduce_2() function
3512 return reduce_2(self); in _common_reduce()