Searched defs:initvalue (Results 1 – 7 of 7) sorted by relevance
649 PyObject *initvalue = bytesio_getvalue(self); in bytesio_getstate() local785 PyObject *initvalue = NULL; in bytesio_init() local
684 PyObject *initvalue = stringio_getvalue(self); in stringio_getstate() local
810 PyObject *initvalue = _io_BytesIO_getvalue_impl(self); in bytesio_getstate() local955 _io_BytesIO___init___impl(bytesio *self, PyObject *initvalue) in _io_BytesIO___init___impl()
861 PyObject *initvalue = _io_StringIO_getvalue_impl(self); in stringio_getstate() local
420 PyObject *initvalue = NULL; in _io_BytesIO___init__() local
367 def __init__(me, initvalue, foo): argument
371 def __init__(me, initvalue, foo): argument