OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIXER_DIR
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
24
FIXER_DIR
= os.path.join(TEST_DATA_DIR, "fixers")
26
sys.path.append(
FIXER_DIR
)
37
sys.path.append(
FIXER_DIR
)
215
test_file = os.path.join(
FIXER_DIR
, "parrot_example.py")
219
test_file = os.path.join(
FIXER_DIR
, "parrot_example.py")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py
24
FIXER_DIR
= os.path.join(TEST_DATA_DIR, "fixers")
26
sys.path.append(
FIXER_DIR
)
37
sys.path.append(
FIXER_DIR
)
215
test_file = os.path.join(
FIXER_DIR
, "parrot_example.py")
219
test_file = os.path.join(
FIXER_DIR
, "parrot_example.py")
Completed in 650 milliseconds