chore: Add test comment to dump function

This commit is contained in:
Andrew Grigorev (aider) 2025-04-12 17:35:45 +03:00
parent c73b987cd0
commit e951164399

View file

@ -12,6 +12,7 @@ def cvt(s):
def dump(*vals):
# This is a test comment
# http://docs.python.org/library/traceback.html
stack = traceback.extract_stack()
vars = stack[-2][3]