Thanks to visit codestin.com Credit goes to github.com
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 9270be7 commit 29fec92Copy full SHA for 29fec92
1 file changed
Doc/library/dis.rst
@@ -62,7 +62,7 @@ compiled code.
62
the disassembled code object.
63
64
If *current_offset* is not None, it refers to an instruction offset
65
- in the disassembled code. Setting this means :meth:`dis` will display
+ in the disassembled code. Setting this means :meth:`.dis` will display
66
a "current instruction" marker against the specified opcode.
67
68
.. classmethod:: from_traceback(tb)
@@ -81,8 +81,8 @@ compiled code.
81
82
.. method:: dis()
83
84
- Return a formatted view of the bytecode operations (the same as
85
- printed by :func:`dis`, but returned as a multi-line string).
+ Return a formatted view of the bytecode operations (the same as printed by
+ :func:`dis.dis`, but returned as a multi-line string).
86
87
.. method:: info()
88
0 commit comments