Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_marshal.py497 strobj = "this is an interned string" variable in InterningTestCase
498 strobj = sys.intern(strobj) variable in InterningTestCase
/third_party/python/Modules/cjkcodecs/
Dmultibytecodec.c1743 PyObject *strobj) in _multibytecodec_MultibyteStreamWriter_write()
1764 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_writelines() local
/third_party/python/Objects/
Dlongobject.c2121 PyObject *strobj; in PyLong_FromString() local
2479 PyObject *result, *strobj; in _PyLong_FromBytes() local
/third_party/python/Modules/
D_xxsubinterpretersmodule.c11 _copy_raw_string(PyObject *strobj) in _copy_raw_string()