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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
PyrexTypes.py 5 from Code import UtilityCode, LazyUtilityCode, TempitaUtilityCode
658 # We don't have 'code', so use a LazyUtilityCode with a callback.
667 env.use_utility_code(LazyUtilityCode(lazy_utility_callback))
    [all...]
Code.py 477 class LazyUtilityCode(UtilityCodeBase):
    [all...]

Completed in 7819 milliseconds