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 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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment