From 8ecd4a839a183592408b8081879c2c4a599b47d6 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 8 Mar 2018 18:20:34 -0500 Subject: Update AnalysisCompletionEvent documentation. --- python/binaryview.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index 1c986a94..3af0ee50 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -108,7 +108,8 @@ class StringReference(object): class AnalysisCompletionEvent(object): """ The ``AnalysisCompletionEvent`` object provides an asynchronous mechanism for receiving - callbacks when analysis is complete. + callbacks when analysis is complete. The callback runs once. A completion event must be added + for each new analysis in order to be notified of each analysis completion. :Example: >>> def on_complete(self): -- cgit v1.3.1