Home
last modified time | relevance | path

Searched defs:initvalue (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_io/
Dbytesio.c649 PyObject *initvalue = bytesio_getvalue(self); in bytesio_getstate() local
785 PyObject *initvalue = NULL; in bytesio_init() local
Dstringio.c684 PyObject *initvalue = stringio_getvalue(self); in stringio_getstate() local
/external/python/cpython3/Modules/_io/
Dbytesio.c810 PyObject *initvalue = _io_BytesIO_getvalue_impl(self); in bytesio_getstate() local
955 _io_BytesIO___init___impl(bytesio *self, PyObject *initvalue) in _io_BytesIO___init___impl()
Dstringio.c861 PyObject *initvalue = _io_StringIO_getvalue_impl(self); in stringio_getstate() local
/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h420 PyObject *initvalue = NULL; in _io_BytesIO___init__() local
/external/python/cpython2/Lib/test/
Dtest_memoryio.py367 def __init__(me, initvalue, foo): argument
/external/python/cpython3/Lib/test/
Dtest_memoryio.py371 def __init__(me, initvalue, foo): argument