OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strip_levels
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py
15
def parse(code,
strip_levels
=0):
19
for i in range(
strip_levels
):
33
return fixer_util.is_tuple(parse(string,
strip_levels
=2))
49
return fixer_util.is_list(parse(string,
strip_levels
=2))
64
call = parse("foo()",
strip_levels
=2)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_util.py
15
def parse(code,
strip_levels
=0):
19
for i in range(
strip_levels
):
33
return fixer_util.is_tuple(parse(string,
strip_levels
=2))
49
return fixer_util.is_list(parse(string,
strip_levels
=2))
64
call = parse("foo()",
strip_levels
=2)
Completed in 61 milliseconds