The following things lack documentation in Trio's documentation:
These should either have documentation or not show up (e.g. the SocketStream attributes seem unnecessary, they're only in the docs because of a :undoc-members:).
At https://trio.readthedocs.io/en/latest/reference-core.html#trio.CancelScope.relative_deadline, there is no definition of the semantics of relative_deadline. Looks like it was added in #3010.
The following things lack documentation in Trio's documentation:
trio.CancelScope.relative_deadlinetrio.MemorySendChanneltrio.MemoryReceiveChanneltrio.MemoryChannelStatisticstrio.SocketStream.aclosetrio.SocketStream.receive_sometrio.SocketStream.send_alltrio.SocketStream.send_eoftrio.SocketStream.wait_send_all_might_not_blocktrio._subprocess.HasFileno.filenotrio.lowlevel.ParkingLot.broken_byThese should either have documentation or not show up (e.g. the
SocketStreamattributes seem unnecessary, they're only in the docs because of a:undoc-members:).At https://trio.readthedocs.io/en/latest/reference-core.html#trio.CancelScope.relative_deadline, there is no definition of the semantics of relative_deadline. Looks like it was added in #3010.