We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c176fe commit 174f313Copy full SHA for 174f313
trepan/processor/command/info_subcmd/frame.py
@@ -20,7 +20,7 @@
20
21
from trepan.lib.complete import complete_token
22
from trepan.lib.disassemble import PYTHON_OPCODES as python_opcodes
23
-from trepan.lib.format import Keyword, format_function, format_line_number
+from trepan.lib.format import Keyword, format_function, format_line_number, format_token
24
from trepan.lib.stack import (
25
format_function_name,
26
get_column_start_from_frame,
0 commit comments