Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_descr.py5130 NEED_DICT_COPYING = True variable in PicklingTests.test_reduce_copying.C1
5142 NEED_DICT_COPYING = False variable in PicklingTests.test_reduce_copying.C2
5163 NEED_DICT_COPYING = False variable in PicklingTests.test_reduce_copying.C3
5184 NEED_DICT_COPYING = False variable in PicklingTests.test_reduce_copying.C4
5201 NEED_DICT_COPYING = False variable in PicklingTests.test_reduce_copying.C5
5227 if proto >= 2 and not cls.NEED_DICT_COPYING:
5243 if not cls.NEED_DICT_COPYING: