OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_head
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
127
no_head
= NoneFix({}, [])
130
d = refactor._get_headnode_dict([
no_head
, with_head, simple])
132
self.assertEqual(top_fixes, [with_head,
no_head
])
134
self.assertEqual(name_fixes, [simple,
no_head
])
136
self.assertEqual(fixes, [
no_head
])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
127
no_head
= NoneFix({}, [])
130
d = refactor._get_headnode_dict([
no_head
, with_head, simple])
132
self.assertEqual(top_fixes, [with_head,
no_head
])
134
self.assertEqual(name_fixes, [simple,
no_head
])
136
self.assertEqual(fixes, [
no_head
])
Completed in 35 milliseconds