summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index b7cb1a27..2b202735 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1195,6 +1195,8 @@ class BinaryViewType(metaclass=_BinaryViewTypeMetaclass):
:return: returns a :py:class:`BinaryView` object for the given filename or ``None``
:rtype: :py:class:`BinaryView` or ``None``
+ .. note:: The progress_func callback **must** return True to continue the load operation, False will abort the load operation.
+
:Example:
>>> from binaryninja import *
>>> with load("/bin/ls") as bv: