Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_marshal.py503 strobj = "this is an interned string" variable in InterningTestCase
504 strobj = sys.intern(strobj) variable in InterningTestCase
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1797 PyObject *strobj) in _multibytecodec_MultibyteStreamWriter_write()
1818 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_writelines() local
/external/python/cpython2/Modules/cjkcodecs/
Dmultibytecodec.c1574 mbstreamwriter_write(MultibyteStreamWriterObject *self, PyObject *strobj) in mbstreamwriter_write()
1585 PyObject *strobj; in mbstreamwriter_writelines() local
/external/python/cpython2/Python/
Dbltinmodule.c2842 filterstring(PyObject *func, PyObject *strobj) in filterstring()
2971 filterunicode(PyObject *func, PyObject *strobj) in filterunicode()
/external/python/cpython3/Objects/
Dlongobject.c2238 PyObject *strobj; in PyLong_FromString() local
2596 PyObject *result, *strobj; in _PyLong_FromBytes() local
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c11 _copy_raw_string(PyObject *strobj) in _copy_raw_string()
/external/python/cpython2/Objects/
Dlongobject.c1720 PyObject *strobj, *strrepr; in PyLong_FromString() local