Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.pxd74 cpdef get_py_string_const(self, encoding, identifier=*, is_str=*, py3str_cstring=*) member in StringConst
DCode.py773 def get_py_string_const(self, encoding, identifier=None, member in StringConst
1088 def get_py_string_const(self, text, identifier=None, member in GlobalState
1098 py_string = c_string.get_py_string_const(
1103 return self.get_py_string_const(text, identifier=True)
1532 def get_py_string_const(self, text, identifier=None, member in CCodeWriter
1534 return self.globalstate.get_py_string_const(
1541 return self.get_py_string_const(text)
1544 return self.get_py_string_const(text, identifier=True)
DModuleNode.py2063 __main__name = code.globalstate.get_py_string_const(
2152 code.globalstate.get_py_string_const(
2161 code.globalstate.get_py_string_const(
2185 code.globalstate.get_py_string_const(
DExprNodes.py1257 self.result_code = code.get_py_string_const(self.value)
1362 self.result_code = code.get_py_string_const(self.value)
1421 self.result_code = code.get_py_string_const(
6903 return code.get_py_string_const(
6907 return code.get_py_string_const(
7637 func_name = code.get_py_string_const(
7641 file_path_const = code.get_py_string_const(file_path, identifier=False, is_str=True)
DPyrexTypes.py2821 nameconst_cname = code.get_py_string_const(member.name, identifier=True)