HomeSort by relevance Sort by last modified time
    Searched refs:argument (Results 501 - 525 of 666) sorted by null

<<21222324252627

  /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'))