diff options
| author | Brian Potchik <brian@vector35.com> | 2018-03-08 18:20:34 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2018-03-08 18:20:34 -0500 |
| commit | 0f1d03f81cd79d501e8642360dc7c521a55cf374 (patch) | |
| tree | 5552c6ed1abfd442a8d7cd6c87cb3fdc48ed41e8 /python/binaryview.py | |
| parent | 1c7349fcf125994f2e577361626fe1fb02eac029 (diff) | |
Update AnalysisCompletionEvent documentation.
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 3 |
1 files changed, 2 insertions, 1 deletions
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): |
