File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,15 +173,6 @@ def autodoc_process_signature(
173173# currently undocumented things
174174logger = getLogger ("trio" )
175175UNDOCUMENTED = {
176- "trio.MemorySendChannel" ,
177- "trio.MemoryReceiveChannel" ,
178- "trio.MemoryChannelStatistics" ,
179- "trio.SocketStream.aclose" ,
180- "trio.SocketStream.receive_some" ,
181- "trio.SocketStream.send_all" ,
182- "trio.SocketStream.send_eof" ,
183- "trio.SocketStream.wait_send_all_might_not_block" ,
184- "trio._subprocess.HasFileno.fileno" ,
185176 "trio.lowlevel.ParkingLot.broken_by" ,
186177}
187178
Original file line number Diff line number Diff line change 1+ Added missing docstrings for public API classes and methods.
Original file line number Diff line number Diff line change 11{
22 "Darwin" : [
3- " No docstring found for class \" trio._core._io_kqueue._KqueueStatistics\" " ,
43 " No docstring found for function \" trio._unix_pipes.FdStream.send_all\" " ,
54 " No docstring found for function \" trio._unix_pipes.FdStream.wait_send_all_might_not_block\" " ,
65 " No docstring found for function \" trio._unix_pipes.FdStream.receive_some\" " ,
You can’t perform that action at this time.
0 commit comments