tests/cpydiff/core_arguments: Fill in cause/workaround.
This commit is contained in:
parent
674da04e2e
commit
58ecbc7752
|
@ -1,8 +1,8 @@
|
||||||
"""
|
"""
|
||||||
categories: Core
|
categories: Core
|
||||||
description: Error messages may display incorrect argument counts
|
description: Error messages for methods may display unexpected argument counts
|
||||||
cause: Unknown
|
cause: MicroPython counts "self" as an argument.
|
||||||
workaround: Unknown
|
workaround: Interpret error messages with the information above in mind.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
[].append()
|
[].append()
|
||||||
|
|
Loading…
Reference in New Issue