Searched defs:initvalue (Results 1 – 7 of 7) sorted by relevance
649 PyObject *initvalue = bytesio_getvalue(self); in bytesio_getstate() local786 PyObject *initvalue = NULL; in bytesio_init() local
684 PyObject *initvalue = stringio_getvalue(self); in stringio_getstate() local
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
368 def __init__(me, initvalue, foo): argument
399 def __init__(me, initvalue, foo): argument