OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TupleArg
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py
283
if isinstance(var,
TupleArg
):
563
class
TupleArg
:
569
return "
TupleArg
(%s, %s)" % (self.count, self.names)
577
if isinstance(arg,
TupleArg
):
pycodegen.py
15
from compiler.pyassem import
TupleArg
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py
283
if isinstance(var,
TupleArg
):
563
class
TupleArg
:
569
return "
TupleArg
(%s, %s)" % (self.count, self.names)
577
if isinstance(arg,
TupleArg
):
pycodegen.py
15
from compiler.pyassem import
TupleArg
[
all
...]
Completed in 44 milliseconds