Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_pickle.c2423 PyObject *unicode_str = in save_bytes() local
2429 if (unicode_str == NULL) in save_bytes()
2432 st->codecs_encode, unicode_str, in save_bytes()
2434 Py_DECREF(unicode_str); in save_bytes()
/third_party/python/Objects/
Dunicodeobject.c13703 PyObject *unicode_str(PyObject *self) in unicode_str() function
15754 (reprfunc) unicode_str, /* tp_str */