HomeSort by relevance Sort by last modified time
    Searched full:is_none (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py 316 if not index.is_none:
325 have_idx = d['have_' + s] = not idx.is_none
343 elif index.is_none:
400 index.is_none)
641 if not axis.start.is_none:
644 if not axis.stop.is_none:
647 if axis.step.is_none:
    [all...]
ExprNodes.py 912 is_none = 1 variable in class:NoneNode
    [all...]
Nodes.py 153 is_none = 0 variable in class:Node
    [all...]

Completed in 905 milliseconds