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