diff options
| author | Brian Potchik <brian@vector35.com> | 2018-03-08 18:20:34 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-03-23 17:10:06 -0400 |
| commit | 8ecd4a839a183592408b8081879c2c4a599b47d6 (patch) | |
| tree | 5552c6ed1abfd442a8d7cd6c87cb3fdc48ed41e8 /python | |
| parent | 4563e6343c47722cb2b026b5fe8303125c97020c (diff) | |
Update AnalysisCompletionEvent documentation.
Diffstat (limited to 'python')
| -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): |
