We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0ea28a commit b2b2423Copy full SHA for b2b2423
2 files changed
shared-bindings/framebufferio/FramebufferDisplay.c
@@ -326,6 +326,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(framebufferio_framebufferdisplay_fill_row_obj, 1, fra
326
//| """The root group on the display.
327
//| If the root group is set to ``None``, no output will be shown.
328
//| """
329
+//|
330
STATIC mp_obj_t framebufferio_framebufferdisplay_obj_get_root_group(mp_obj_t self_in) {
331
framebufferio_framebufferdisplay_obj_t *self = native_display(self_in);
332
return common_hal_framebufferio_framebufferdisplay_get_root_group(self);
shared-bindings/socketpool/SocketPool.c
@@ -52,7 +52,6 @@
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