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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ParseTreeTransforms.py 294 if expr.is_sequence_constructor or expr.is_string_literal ]) < 2:
331 if arg.is_sequence_constructor:
382 if node.is_sequence_constructor:
395 elif node.is_sequence_constructor:
401 if node.is_sequence_constructor:
424 elif item.is_sequence_constructor and contains(item.args, x):
428 return b.is_sequence_constructor and contains(b.args, a)
460 if (not (rhs.is_sequence_constructor or isinstance(rhs, ExprNodes.UnicodeNode))
461 or not sum([lhs.is_sequence_constructor for lhs in input[:-1]])):
467 if rhs.is_sequence_constructor
    [all...]
TypeInference.py 102 if target.is_sequence_constructor and len(target.args) == 2:
Optimize.py 555 if not node.target.is_sequence_constructor:
707 if node.target.is_sequence_constructor:
    [all...]
FlowControl.py 950 if target.is_sequence_constructor and len(target.args) == 2:
    [all...]
ExprNodes.py 131 if not seq_node.is_sequence_constructor:
141 if seq_node is not None and seq_node.is_sequence_constructor:
162 # is_sequence_constructor
292 is_sequence_constructor = 0 variable in class:ExprNode
5725 is_sequence_constructor = 1 variable in class:SequenceNode
    [all...]
Nodes.py     [all...]

Completed in 455 milliseconds