Exemplo n.º 1
0
 def testMaxKey(self):
     m = PersistentTreeMap().assoc('a', 1).assoc('b', 2)
     self.assertEqual(m.maxKey(), 'b')