Searched defs:strobj (Results 1 – 5 of 5) sorted by relevance
553 strobj = "this is an interned string" variable in InterningTestCase554 strobj = sys.intern(strobj) variable in InterningTestCase
498 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_write() local
1744 PyObject *strobj) in _multibytecodec_MultibyteStreamWriter_write_impl()1769 PyObject *strobj; in _multibytecodec_MultibyteStreamWriter_writelines_impl() local
2275 PyObject *strobj; in PyLong_FromString() local2645 PyObject *result, *strobj; in _PyLong_FromBytes() local
15 _copy_raw_string(PyObject *strobj) in _copy_raw_string()