diff options
Diffstat (limited to 'python/highlevelil.py')
| -rw-r--r-- | python/highlevelil.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/highlevelil.py b/python/highlevelil.py index 176b2994..c77a4e39 100644 --- a/python/highlevelil.py +++ b/python/highlevelil.py @@ -2527,6 +2527,9 @@ class HighLevelILFunction: class HighLevelILBasicBlock(basicblock.BasicBlock): + """ + The ``HighLevelILBasicBlock`` object is returned during analysis and should not be directly instantiated. + """ def __init__( self, handle: core.BNBasicBlockHandle, owner: HighLevelILFunction, view: Optional['binaryview.BinaryView'] ): |
