OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:argument
(Results
501 - 525
of
666
) sorted by null
<<
21
22
23
24
25
26
27
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py
147
### arglist: (
argument
',')* (
argument
| *' test [',' '**' test] | '**' test)
148
###
argument
: [test '='] test # Really [keyword '='] test
155
def f4(two, (compound, (
argument
, list))): pass
161
('two', '(compound, (
argument
, list))', 'compound', '
argument
',
167
('two', '.1', 'compound', '
argument
', 'list'))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py
147
### arglist: (
argument
',')* (
argument
| *' test [',' '**' test] | '**' test)
148
###
argument
: [test '='] test # Really [keyword '='] test
155
def f4(two, (compound, (
argument
, list))): pass
161
('two', '(compound, (
argument
, list))', 'compound', '
argument
',
167
('two', '.1', 'compound', '
argument
', 'list'))