Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_marshal.py388 strobj = "abcde"*3 variable in InstancingTestCase
470 strobj = "this is an interned string" variable in InterningTestCase
471 strobj = sys.intern(strobj) variable in InterningTestCase
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1636 PyObject *strobj) in _multibytecodec_MultibyteStreamWriter_write()
1657 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_writelines() local
/external/python/cpython3/Modules/
D_cursesmodule.c648 PyObject *strobj, *bytesobj = NULL; in PyCursesWindow_AddStr() local
724 PyObject *strobj, *bytesobj = NULL; in PyCursesWindow_AddNStr() local
1452 PyObject *strobj, *bytesobj = NULL; in PyCursesWindow_InsStr() local
1530 PyObject *strobj, *bytesobj = NULL; in PyCursesWindow_InsNStr() 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.c2122 PyObject *strobj; in PyLong_FromString() local
2480 PyObject *result, *strobj; in _PyLong_FromBytes() local
/external/python/cpython2/Objects/
Dlongobject.c1720 PyObject *strobj, *strrepr; in PyLong_FromString() local