Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
58ecbc77
Commit
58ecbc77
authored
May 02, 2017
by
Paul Sokolovsky
Browse files
tests/cpydiff/core_arguments: Fill in cause/workaround.
parent
674da04e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cpydiff/core_arguments.py
View file @
58ecbc77
"""
categories: Core
description: Error messages may display
incorr
ect argument counts
cause:
Unknown
workaround:
Unknown
description: Error messages
for methods
may display
unexp
ect
ed
argument counts
cause:
MicroPython counts "self" as an argument.
workaround:
Interpret error messages with the information above in mind.
"""
try
:
[].
append
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment