summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-05-05 21:54:19 -0400
committerJordan Wiens <jordan@psifertex.com>2020-05-05 21:54:19 -0400
commite2d4cae209907e240f96af255126ff306a408f6b (patch)
tree3d3a02f08f70dc591d9bc11f9ecfa75d5cb05fec /python/binaryview.py
parent1f84c9eb3bb640788f2cdad58ca5eab526861502 (diff)
add warning to add_analysis_completion_event
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 79289def..a554f0e1 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -4219,6 +4219,8 @@ class BinaryView(object):
The callee of this function is not responsible for maintaining the lifetime of the returned AnalysisCompletionEvent object.
+ .. warning: The built-in python console automatically updates analysis after every command is run, which means this call back may not behave as expected if entered interactively.
+
:param callback callback: A function to be called with no parameters when analysis has completed.
:return: An initialized AnalysisCompletionEvent object.
:rtype: AnalysisCompletionEvent