b0b8ebc4f6
With docs and a multi-test using TCP server/client. This method is a MicroPython extension, although there is discussion of adding it to CPython: https://bugs.python.org/issue41305 Signed-off-by: Mike Teachman <mike.teachman@gmail.com>
12 lines
120 B
Plaintext
12 lines
120 B
Plaintext
--- instance0 ---
|
|
server running
|
|
close
|
|
done
|
|
--- instance1 ---
|
|
2
|
|
bytearray(b'ab')
|
|
1
|
|
array('b', [99])
|
|
TypeError
|
|
TypeError
|