tests/cpydiff/core_arguments: Fill in cause/workaround.
This commit is contained in:
parent
674da04e2e
commit
58ecbc7752
|
@ -1,8 +1,8 @@
|
|||
"""
|
||||
categories: Core
|
||||
description: Error messages may display incorrect argument counts
|
||||
cause: Unknown
|
||||
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.
|
||||
"""
|
||||
try:
|
||||
[].append()
|
||||
|
|
Loading…
Reference in New Issue