Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Dbytesio.c787 PyObject *initvalue = _io_BytesIO_getvalue_impl(self); in bytesio_getstate() local
932 _io_BytesIO___init___impl(bytesio *self, PyObject *initvalue) in _io_BytesIO___init___impl()
Dstringio.c818 PyObject *initvalue = _io_StringIO_getvalue_impl(self); in stringio_getstate() local
/third_party/python/Modules/_io/clinic/
Dbytesio.c.h492 PyObject *initvalue = NULL; in _io_BytesIO___init__() local
/third_party/python/Lib/test/
Dtest_memoryio.py399 def __init__(me, initvalue, foo): argument