Searched defs:sizehint (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/test/test_asyncio/ |
D | test_buffered_proto.py | 16 def get_buffer(self, sizehint): argument
|
D | test_sslproto.py | 181 def get_buffer(self, sizehint): argument 383 def get_buffer(self, sizehint): argument
|
/third_party/python/Lib/asyncio/ |
D | protocols.py | 139 def get_buffer(self, sizehint): argument
|
/third_party/python/Lib/ |
D | codecs.py | 606 def readlines(self, sizehint=None, keepends=True): argument 707 def readlines(self, sizehint=None): argument 818 def readlines(self, sizehint=None): argument
|
D | mailbox.py | 1946 def readlines(self, sizehint=None): argument
|
/third_party/python/Modules/cjkcodecs/ |
D | multibytecodec.c | 1395 const char *method, Py_ssize_t sizehint) in mbstreamreader_iread() 1569 Py_ssize_t sizehint; in _multibytecodec_MultibyteStreamReader_readlines_impl() local
|
/third_party/python/Modules/ |
D | selectmodule.c | 1249 newPyEpoll_Object(PyTypeObject *type, int sizehint, SOCKET fd) in newPyEpoll_Object() 1305 select_epoll_impl(PyTypeObject *type, int sizehint, int flags) in select_epoll_impl()
|
/third_party/python/Modules/clinic/ |
D | selectmodule.c.h | 523 int sizehint = -1; in select_epoll() local
|