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 674da04 commit 58ecbc7Copy full SHA for 58ecbc7
tests/cpydiff/core_arguments.py
@@ -1,8 +1,8 @@
1
"""
2
categories: Core
3
-description: Error messages may display incorrect argument counts
4
-cause: Unknown
5
-workaround: Unknown
+description: Error messages for methods may display unexpected argument counts
+cause: MicroPython counts "self" as an argument.
+workaround: Interpret error messages with the information above in mind.
6
7
try:
8
[].append()
0 commit comments