OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixParrot
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py
4
class
FixParrot
(BaseFix):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_parrot.py
4
class
FixParrot
(BaseFix):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
141
from myfixes.fix_parrot import
FixParrot
148
self.check_instances(post, [FixFirst,
FixParrot
, FixLast])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
141
from myfixes.fix_parrot import
FixParrot
148
self.check_instances(post, [FixFirst,
FixParrot
, FixLast])
Completed in 120 milliseconds