diff options
Diffstat (limited to 'python/basicblock.py')
| -rw-r--r-- | python/basicblock.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/basicblock.py b/python/basicblock.py index 1148d887..9f02f2a9 100644 --- a/python/basicblock.py +++ b/python/basicblock.py @@ -478,7 +478,6 @@ class BasicBlock: .. note:: This method is intended for use by architecture plugins only. :return: List of PendingBasicBlockEdge objects. - :rtype: list[PendingBasicBlockEdge] """ count = ctypes.c_ulonglong(0) pending_edges = core.BNGetBasicBlockPendingOutgoingEdges(self.handle, ctypes.byref(count)) @@ -513,7 +512,6 @@ class BasicBlock: .. note:: This method is intended for use by architecture plugins only. :return: Raw instruction data as bytes. - :rtype: bytes """ size = ctypes.c_ulonglong(0) |
