We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1a975 commit 0373f91Copy full SHA for 0373f91
1 file changed
allowlist.txt
@@ -111,22 +111,21 @@ trio.socket.fromshare
111
trio.socket.ntohl
112
113
# Not present in stub (but maybe should be?)
114
-trio.DTLSChannel
115
-trio.DTLSEndpoint
116
trio.MultiError.derive
117
trio.NeedHandshakeError
118
trio.Path.hardlink_to
119
trio.Path.is_mount
120
trio.Path.link_to
121
trio.Path.readlink
+trio.Process.aclose
122
trio.Process.encoding
123
trio.Process.errors
124
trio.Process.universal_newlines
125
trio.TrioDeprecationWarning
126
trio.lowlevel.FdStream.close
127
-trio.lowlevel.open_process
128
129
# NoPublicConstructor
+trio.DTLSChannel.__init__
130
trio.MemoryReceiveChannel.__init__
131
trio.MemorySendChannel.__init__
132
trio.Nursery.__init__
0 commit comments