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

/external/python/cpython2/Lib/test/
H A Dtest_collections.py25 TestNT = namedtuple('TestNT', 'x y z') # type used for pickle tests variable
32 TestNT
207 p = TestNT(x=10, y=20, z=30)
217 p = TestNT(x=10, y=20, z=30)
/external/python/cpython3/Lib/test/
H A Dtest_collections.py187 TestNT = namedtuple('TestNT', 'x y z') # type used for pickle tests variable
345 p = TestNT(x=10, y=20, z=30)
356 p = TestNT(x=10, y=20, z=30)

Completed in 185 milliseconds