python-network
Python module for easy networking
|
◆ readlines()
Buffer incoming data until a line is received, then call a function. When a newline is received, all data up to that point is decoded as an utf-8 string and passed to the callback.
Definition at line 422 of file network.py.
Here is the call graph for this function:
![]() |