class _FakePort: (source)
MemoryIOSystem.| Method | __init__ |
Undocumented |
| Method | recv |
Receive a datagram sent to this port using the MemoryIOSystem which created this object. |
| Instance Variable | _fileno |
Undocumented |
| Instance Variable | _system |
Undocumented |
Receive a datagram sent to this port using the MemoryIOSystem which created this object.
This behaves like socket.socket.recv but the data being sent and received only passes through various memory buffers managed by this object and MemoryIOSystem.
| See Also | |
socket.socket.recv |