Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DNaming.py12 codewriter_temp_prefix = pyrex_prefix + "t_" variable
DCode.py640 result = "%s%d" % (Naming.codewriter_temp_prefix, self.temp_counter)
2234 cname = '%s%d' % (Naming.codewriter_temp_prefix, self.temps_count)