OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_head
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_refactor.py
121
no_head
= NoneFix({}, [])
124
d = refactor._get_headnode_dict([
no_head
, with_head, simple])
126
self.assertEqual(top_fixes, [with_head,
no_head
])
128
self.assertEqual(name_fixes, [simple,
no_head
])
130
self.assertEqual(fixes, [
no_head
])
/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 184 milliseconds