diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-05-06 00:25:41 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-05-06 00:25:41 -0400 |
| commit | bfeba3302e995fdba373603533fce54bf788adff (patch) | |
| tree | 2e4aadbb53e43a7022167ecdff4e241474279e6d /python/basicblock.py | |
| parent | 245ee620d94a21d5e0005bd634a10bb6163efb64 (diff) | |
many pydoc formatting cleanups, added deprecated decorator and replaced ad-hoc messages with consistent decorator
Diffstat (limited to 'python/basicblock.py')
| -rw-r--r-- | python/basicblock.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/basicblock.py b/python/basicblock.py index 208ab9e7..65069f6c 100644 --- a/python/basicblock.py +++ b/python/basicblock.py @@ -383,6 +383,7 @@ class BasicBlock: def disassembly_text(self) -> List['_function.DisassemblyTextLine']: """ ``disassembly_text`` property which returns a list of function.DisassemblyTextLine objects for the current basic block. + :Example: >>> current_basic_block.disassembly_text |
