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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 128 with_head = FileInputFix({}, [])
130 d = refactor._get_headnode_dict([no_head, with_head, simple])
132 self.assertEqual(top_fixes, [with_head, no_head])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 128 with_head = FileInputFix({}, [])
130 d = refactor._get_headnode_dict([no_head, with_head, simple])
132 self.assertEqual(top_fixes, [with_head, no_head])

Completed in 47 milliseconds