Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/tests/
Dtest_pytree.py107 self.assertEqual(l1.get_suffix(), l2.prefix)
108 self.assertEqual(l2.get_suffix(), "")
109 self.assertEqual(n1.get_suffix(), "")
114 self.assertEqual(n1.get_suffix(), l3.prefix)
115 self.assertEqual(l3.get_suffix(), "")
116 self.assertEqual(n2.get_suffix(), "")
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_pytree.py129 self.assertEqual(l1.get_suffix(), l2.prefix)
130 self.assertEqual(l2.get_suffix(), "")
131 self.assertEqual(n1.get_suffix(), "")
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
138 self.assertEqual(n2.get_suffix(), "")
/external/python/cpython3/Lib/lib2to3/
Dpytree.py193 def get_suffix(self): member in Base
/external/python/cpython2/Lib/lib2to3/
Dpytree.py225 def get_suffix(self): member in Base