You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses #3221 by adding docstrings to all items that appear in the
Sphinx documentation but previously had no docstring:
- MemorySendChannel, MemoryReceiveChannel, MemoryChannelStatistics
class docstrings
- SocketStream.send_all, .receive_some, .send_eof,
.wait_send_all_might_not_block, .aclose referencing parent ABCs
- HasFileno.fileno docstring
- ParkingLot.broken_by attribute docstring
Also removes :undoc-members: from the SocketStream autoclass directive
since all methods now have docstrings.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments