Home
last modified time | relevance | path

Searched refs:func_context (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.py1698 def put_temp_declarations(self, func_context): argument
1699 for name, type, manage_ref, static in func_context.temps_allocated:
1709 if func_context.should_declare_error_indicator: