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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 278 def load_cached(cls, utility_code_name, from_file=None, __cache={}):
282 key = (cls, from_file, utility_code_name)
287 code = __cache[key] = cls.load(utility_code_name, from_file)
    [all...]
Optimize.py     [all...]

Completed in 191 milliseconds