We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1095b commit 6612931Copy full SHA for 6612931
1 file changed
shared-bindings/socketpool/SocketPool.c
@@ -52,6 +52,7 @@
52
//| returned by :py:attr:`wifi.radio`
53
//| """
54
//| ...
55
+//|
56
STATIC mp_obj_t socketpool_socketpool_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, const mp_obj_t *args) {
57
mp_arg_check_num(n_args, n_kw, 1, 1, false);
58
0 commit comments