HomeSort by relevance Sort by last modified time
    Searched refs:CO_VARARGS (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
consts.py 15 CO_VARARGS = 0x0004
pyassem.py 9 import CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS
292 if flag == CO_VARARGS:
ast.py 5 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
557 if flags & CO_VARARGS:
780 if flags & CO_VARARGS:
    [all...]
transformer.py 36 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
831 flags = flags | CO_VARARGS
    [all...]
pycodegen.py 12 from compiler.consts import (CO_VARARGS, CO_VARKEYWORDS, CO_NEWLOCALS,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
consts.py 15 CO_VARARGS = 0x0004
pyassem.py 9 import CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS
292 if flag == CO_VARARGS:
ast.py 5 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
557 if flags & CO_VARARGS:
780 if flags & CO_VARARGS:
    [all...]
transformer.py 36 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
831 flags = flags | CO_VARARGS
    [all...]
pycodegen.py 12 from compiler.consts import (CO_VARARGS, CO_VARKEYWORDS, CO_NEWLOCALS,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
code.h 35 #define CO_VARARGS 0x0004
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
code.h 35 #define CO_VARARGS 0x0004
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 45 CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS = 0x1, 0x2, 0x4, 0x8
793 if co.co_flags & CO_VARARGS:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 45 CO_OPTIMIZED, CO_NEWLOCALS, CO_VARARGS, CO_VARKEYWORDS = 0x1, 0x2, 0x4, 0x8
793 if co.co_flags & CO_VARARGS:
    [all...]

Completed in 372 milliseconds