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

/external/python/cpython3/Lib/test/
H A Dtest_descr.py5060 NEED_DICT_COPYING = True variable in class:PicklingTests.test_reduce_copying.C1
5072 NEED_DICT_COPYING = False variable in class:PicklingTests.test_reduce_copying.C2
5093 NEED_DICT_COPYING = False variable in class:PicklingTests.test_reduce_copying.C3
5114 NEED_DICT_COPYING = False variable in class:PicklingTests.test_reduce_copying.C4
5131 NEED_DICT_COPYING = False variable in class:PicklingTests.test_reduce_copying.C5
5157 if proto >= 2 and not cls.NEED_DICT_COPYING:
5173 if not cls.NEED_DICT_COPYING:

Completed in 106 milliseconds