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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py 283 indices - list of index nodes. If not a SliceNode, or NoneNode,
320 if isinstance(index, ExprNodes.SliceNode):
376 return ExprNodes.SliceNode(pos, start=none,
399 isinstance(index, ExprNodes.SliceNode) or
    [all...]
ExprNodes.py     [all...]
Parsing.py 595 return ExprNodes.SliceNode(pos,
    [all...]
Optimize.py 392 assert isinstance(slice_node.index, ExprNodes.SliceNode)
    [all...]

Completed in 1027 milliseconds