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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.py 104 star_arg = starstar_arg = None
106 args, star_arg, starstar_arg = p_varargslist(
115 star_arg = star_arg, starstar_arg = starstar_arg,
419 starstar_arg = None
456 starstar_arg = p_test(s)
460 return positional_args, keyword_args, star_arg, starstar_arg
463 star_arg, starstar_arg):
477 if keyword_args or starstar_arg:
480 if starstar_arg
    [all...]
Nodes.py 1506 starstar_arg = None variable in class:FuncDefNode
    [all...]
TypeInference.py 182 if node.starstar_arg:
184 node.starstar_arg, TypedExprNode(Builtin.dict_type))
AutoDocTransforms.py 171 nkargs, node.starstar_arg,
Parsing.pxd 49 cdef p_call_build_packed_args(pos, positional_args, keyword_args, star_arg, starstar_arg)
FlowControl.py 726 if node.starstar_arg:
727 self.flow.mark_argument(node.starstar_arg,
730 node.starstar_arg.entry)
    [all...]
ParseTreeTransforms.py 210 starstar_arg=node.starstar_arg,
224 starstar_arg=None,
    [all...]
ExprNodes.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/
CodeWriter.py 401 if node.keyword_args is not None or node.starstar_arg is not None:

Completed in 578 milliseconds