We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09f809 commit 9d0192dCopy full SHA for 9d0192d
1 file changed
stmhal/mpconfigport.h
@@ -63,6 +63,7 @@
63
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
64
#define MICROPY_PY_BUILTINS_FROZENSET (1)
65
#define MICROPY_PY_BUILTINS_EXECFILE (1)
66
+#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
67
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
68
#define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
69
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1)
0 commit comments