From f336fa97d187890d7ec25973387a9715e67ea813 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 14 Mar 2022 13:56:01 -0400 Subject: add additional documentation warning users from creating objects with handles directly --- python/mediumlevelil.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/mediumlevelil.py') 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 -- cgit v1.3.1