File: format_stack.txt

package info (click to toggle)
python-stack-data 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 2,204; sh: 29; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
 File "formatter_example.py", line 42, in format_stack1
      41 | def format_stack1(formatter):
-->   42 |     return format_stack2(formatter)
                      ^^^^^^^^^^^^^^^^^^^^^^^^
 File "formatter_example.py", line 46, in format_stack2
      45 | def format_stack2(formatter):
-->   46 |     return list(formatter.format_stack())
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^