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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilityCode.py 77 impl = Code.sub_tempita(impl, context, file, name)
Code.py 445 def sub_tempita(s, context, file=None, name=None): function
462 proto = sub_tempita(proto, context, file, name)
463 impl = sub_tempita(impl, context, file, name)
464 init = sub_tempita(init, context, file, name)
474 return sub_tempita(s, context, self.file, self.name)
    [all...]

Completed in 45 milliseconds