Searched refs:PyUnicode_InternFromString (Results 1 – 25 of 38) sorted by relevance
12
275 if ((state->__dict__ = PyUnicode_InternFromString("__dict__")) == NULL) return 0; in init_identifiers()276 if ((state->__doc__ = PyUnicode_InternFromString("__doc__")) == NULL) return 0; in init_identifiers()277 if ((state->__match_args__ = PyUnicode_InternFromString("__match_args__")) == NULL) return 0; in init_identifiers()278 if ((state->__module__ = PyUnicode_InternFromString("__module__")) == NULL) return 0; in init_identifiers()279 if ((state->_attributes = PyUnicode_InternFromString("_attributes")) == NULL) return 0; in init_identifiers()280 if ((state->_fields = PyUnicode_InternFromString("_fields")) == NULL) return 0; in init_identifiers()281 if ((state->annotation = PyUnicode_InternFromString("annotation")) == NULL) return 0; in init_identifiers()282 if ((state->arg = PyUnicode_InternFromString("arg")) == NULL) return 0; in init_identifiers()283 if ((state->args = PyUnicode_InternFromString("args")) == NULL) return 0; in init_identifiers()284 if ((state->argtypes = PyUnicode_InternFromString("argtypes")) == NULL) return 0; in init_identifiers()[all …]
481 nameobj = PyUnicode_InternFromString(name); in _PyImport_FixupBuiltin()1432 nameobj = PyUnicode_InternFromString(name); in PyImport_ImportFrozenModule()
75 modname_obj = PyUnicode_InternFromString(modname); in create_filter()
99 name = PyUnicode_InternFromString("unknown"); in raise_exception()
664 PyObject *tmp = PyUnicode_InternFromString(#string); \
484 context = PyUnicode_InternFromString("_ctypes.DllGetClassObject"); in Call_GetClassObject()557 context = PyUnicode_InternFromString("_ctypes.DllCanUnloadNow"); in Call_CanUnloadNow()
154 error_object_name = PyUnicode_InternFromString("ctypes.error_object"); in _ctypes_get_errobj()
315 state->str_insert = PyUnicode_InternFromString("insert"); in bisect_modexec()
1743 return PyUnicode_InternFromString("send"); in channelid_end()1746 return PyUnicode_InternFromString("recv"); in channelid_end()1748 return PyUnicode_InternFromString("both"); in channelid_end()
5410 x509_asn = PyUnicode_InternFromString("x509_asn"); in certEncodingType()5415 pkcs_7_asn = PyUnicode_InternFromString("pkcs_7_asn"); in certEncodingType()6251 state->str_library = PyUnicode_InternFromString("library"); in sslmodule_init_strings()6255 state->str_reason = PyUnicode_InternFromString("reason"); in sslmodule_init_strings()6259 state->str_verify_message = PyUnicode_InternFromString("verify_message"); in sslmodule_init_strings()6263 state->str_verify_code = PyUnicode_InternFromString("verify_code"); in sslmodule_init_strings()
439 PyObject *key_object = PyUnicode_InternFromString(key); in spec_add_field()
1781 module_state->str_write = PyUnicode_InternFromString("write"); in csv_exec()
2436 state->close = PyUnicode_InternFromString("close");
897 cstr = PyUnicode_InternFromString(constant); in _parse_constant()
193 id_html = PyUnicode_InternFromString("__html__"); in escape()
264 PyAPI_FUNC(PyObject *) PyUnicode_InternFromString(
759 #define PyString_InternFromString(key) PyUnicode_InternFromString(key)5204 return PyUnicode_InternFromString("<Swig global variables>"); in swig_varlink_repr()5213 PyObject *str = PyUnicode_InternFromString("("); in swig_varlink_str()5224 tail = PyUnicode_InternFromString(", "); in swig_varlink_str()5231 tail = PyUnicode_InternFromString(")"); in swig_varlink_str()
472 PyObject *form = PyUnicode_InternFromString("NFKC"); in _PyPegen_new_identifier()
213 PyObject *str = PyUnicode_InternFromString("*"); in _PyPegen_alias_for_star()
683 EXPORT_FUNC(PyUnicode_InternFromString)
765 function,PyUnicode_InternFromString,3.2,,
88 return PyUnicode_InternFromString(name); in InternFromString()
52 #define PyString_InternFromString PyUnicode_InternFromString
908 descr->d_name = PyUnicode_InternFromString(name); in descr_new()
826 s = PyUnicode_InternFromString(name); in PyObject_SetAttrString()