Skip to content

Commit 1743878

Browse files
author
nightcityblade
committed
fix: update type completeness checklist after adding docstrings
1 parent 77edca2 commit 1743878

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/trio/_tests/_check_type_completeness.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"Darwin": [
3+
"No docstring found for class \"trio._core._io_kqueue._KqueueStatistics\"",
34
"No docstring found for function \"trio._unix_pipes.FdStream.send_all\"",
45
"No docstring found for function \"trio._unix_pipes.FdStream.wait_send_all_might_not_block\"",
56
"No docstring found for function \"trio._unix_pipes.FdStream.receive_some\"",
@@ -20,11 +21,6 @@
2021
"all": [
2122
"No docstring found for class \"trio._core._run.Task\"",
2223
"No docstring found for class \"trio._socket.SocketType\"",
23-
"No docstring found for function \"trio._highlevel_socket.SocketStream.wait_send_all_might_not_block\"",
24-
"No docstring found for function \"trio._highlevel_socket.SocketStream.send_eof\"",
25-
"No docstring found for function \"trio._highlevel_socket.SocketStream.receive_some\"",
26-
"No docstring found for function \"trio._highlevel_socket.SocketStream.aclose\"",
27-
"No docstring found for function \"trio._subprocess.HasFileno.fileno\"",
2824
"No docstring found for class \"trio._sync.AsyncContextManagerMixin\"",
2925
"No docstring found for function \"trio._sync._HasAcquireRelease.acquire\"",
3026
"No docstring found for function \"trio._sync._HasAcquireRelease.release\"",

0 commit comments

Comments
 (0)