Home
last modified time | relevance | path

Searched refs:readexactly (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/multi_net/
A Duasyncio_tcp_readexactly.py51 print(await reader.readexactly(2))
52 print(await reader.readexactly(0))
53 print(await reader.readexactly(1))
55 print(await reader.readexactly(2))
58 print(await reader.readexactly(0))
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dstream.py37 async def readexactly(self, n): member in Stream

Completed in 3 milliseconds