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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 568 old_labels = self.get_loop_labels()
572 return old_labels
588 old_labels = self.get_all_labels()
590 for old_label, name in zip(old_labels, ['continue', 'break', 'return', 'error']):
596 return old_labels
    [all...]
Nodes.py     [all...]

Completed in 69 milliseconds