Searched defs:initvalue (Results 1 – 4 of 4) sorted by relevance
787 PyObject *initvalue = _io_BytesIO_getvalue_impl(self); in bytesio_getstate() local932 _io_BytesIO___init___impl(bytesio *self, PyObject *initvalue) in _io_BytesIO___init___impl()
818 PyObject *initvalue = _io_StringIO_getvalue_impl(self); in stringio_getstate() local
492 PyObject *initvalue = NULL; in _io_BytesIO___init__() local
399 def __init__(me, initvalue, foo): argument