Searched defs:strobj (Results 1 – 4 of 4) sorted by relevance
497 strobj = "this is an interned string" variable in InterningTestCase498 strobj = sys.intern(strobj) variable in InterningTestCase
1743 PyObject *strobj) in _multibytecodec_MultibyteStreamWriter_write()1764 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_writelines() local
2121 PyObject *strobj; in PyLong_FromString() local2479 PyObject *result, *strobj; in _PyLong_FromBytes() local
11 _copy_raw_string(PyObject *strobj) in _copy_raw_string()