Home
last modified time | relevance | path

Searched defs:strobj (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_marshal.py553 strobj = "this is an interned string" variable in InterningTestCase
554 strobj = sys.intern(strobj) variable in InterningTestCase
/third_party/python/Modules/cjkcodecs/clinic/
Dmultibytecodec.c.h498 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_write() local
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c1744 PyObject *strobj) in _multibytecodec_MultibyteStreamWriter_write_impl()
1769 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_writelines_impl() local
/third_party/python/Objects/
Dlongobject.c2275 PyObject *strobj; in PyLong_FromString() local
2645 PyObject *result, *strobj; in _PyLong_FromBytes() local
/third_party/python/Modules/
D_xxsubinterpretersmodule.c15 _copy_raw_string(PyObject *strobj) in _copy_raw_string()