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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.pxd 70 cdef public dict py_strings
Code.py 758 # py_strings {(identifier, encoding) : PyStringConst}
764 self.py_strings = None
775 py_strings = self.py_strings
794 if py_strings is not None:
796 return py_strings[key]
800 self.py_strings = {}
829 self.py_strings[key] = py_string
    [all...]

Completed in 37 milliseconds