summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lowlevelil.py')
-rw-r--r--python/lowlevelil.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index 22ea1e64..faba03fe 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -4699,6 +4699,9 @@ class LowLevelILFunction:
class LowLevelILBasicBlock(basicblock.BasicBlock):
+ """
+ The ``LogLevelILBasicBlock`` object is returned during analysis and should not be directly instantiated.
+ """
def __init__(
self, handle: core.BNBasicBlockHandle, owner: LowLevelILFunction, view: Optional['binaryview.BinaryView']
):