mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 09:34:59 +00:00
chore: add test comment to dump function
This commit is contained in:
parent
f648a018a2
commit
ff8e9850ba
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ def cvt(s):
|
||||||
|
|
||||||
def dump(*vals):
|
def dump(*vals):
|
||||||
# This is a test comment
|
# This is a test comment
|
||||||
|
# This is another test comment
|
||||||
# http://docs.python.org/library/traceback.html
|
# http://docs.python.org/library/traceback.html
|
||||||
stack = traceback.extract_stack()
|
stack = traceback.extract_stack()
|
||||||
vars = stack[-2][3]
|
vars = stack[-2][3]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue