Skip to content
Snippets Groups Projects
Commit 58ecbc77 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

tests/cpydiff/core_arguments: Fill in cause/workaround.

parent 674da04e
No related branches found
No related tags found
No related merge requests found
"""
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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment