Searched refs:without_mustclose (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_hyperparser.py | 117 def without_mustclose(parser): function 129 self.assertIsNone(without_mustclose(p)) 132 self.assertTupleEqual(without_mustclose(p), ('5.4', '5.25')) 133 self.assertTupleEqual(without_mustclose(p), with_mustclose(p)) 136 self.assertTupleEqual(without_mustclose(p), ('5.21', '5.24')) 137 self.assertTupleEqual(without_mustclose(p), with_mustclose(p)) 140 self.assertTupleEqual(without_mustclose(p), ('6.4', '6.end')) 145 self.assertIsNone(without_mustclose(p))
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_hyperparser.py | 121 def without_mustclose(parser): function 133 self.assertIsNone(without_mustclose(p)) 136 self.assertTupleEqual(without_mustclose(p), ('5.4', '5.25')) 137 self.assertTupleEqual(without_mustclose(p), with_mustclose(p)) 140 self.assertTupleEqual(without_mustclose(p), ('5.21', '5.24')) 141 self.assertTupleEqual(without_mustclose(p), with_mustclose(p)) 144 self.assertTupleEqual(without_mustclose(p), ('6.4', '6.end')) 149 self.assertIsNone(without_mustclose(p))
|