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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Parsing.py 352 is_yield_from = False
354 is_yield_from = True
359 if is_yield_from:
363 if is_yield_from:
    [all...]
ExprNodes.py 7823 is_yield_from = False variable in class:YieldExprNode
7891 is_yield_from = True variable in class:YieldFromExprNode
    [all...]

Completed in 38 milliseconds