Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_hyperparser.py122 def with_mustclose(parser): function
128 self.assertIsNone(with_mustclose(p))
133 self.assertTupleEqual(without_mustclose(p), with_mustclose(p))
137 self.assertTupleEqual(without_mustclose(p), with_mustclose(p))
141 self.assertIsNone(with_mustclose(p))
144 self.assertIsNone(with_mustclose(p))
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_hyperparser.py126 def with_mustclose(parser): function
132 self.assertIsNone(with_mustclose(p))
137 self.assertTupleEqual(without_mustclose(p), with_mustclose(p))
141 self.assertTupleEqual(without_mustclose(p), with_mustclose(p))
145 self.assertIsNone(with_mustclose(p))
148 self.assertIsNone(with_mustclose(p))