HomeSort by relevance Sort by last modified time
    Searched refs:to_tuple (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 5 def to_tuple(t): function
9 return [to_tuple(e) for e in t]
16 result.append(to_tuple(getattr(t, f)))
220 self.assertEqual(to_tuple(ast_tree), o)
369 self.assertEqual(to_tuple(ast2), to_tuple(ast))
503 print repr(to_tuple(compile(s, "?", kind, 0x400)))+","
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 5 def to_tuple(t): function
9 return [to_tuple(e) for e in t]
16 result.append(to_tuple(getattr(t, f)))
220 self.assertEqual(to_tuple(ast_tree), o)
369 self.assertEqual(to_tuple(ast2), to_tuple(ast))
503 print repr(to_tuple(compile(s, "?", kind, 0x400)))+","

Completed in 1114 milliseconds