From 00961d39ab43a1476b449b858d00f8e43f0928cd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 11 Jul 2017 17:57:26 -0400 Subject: add documentation to shutdown --- python/binaryview.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python') diff --git a/python/binaryview.py b/python/binaryview.py index c0ac0abc..ad583966 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -115,6 +115,10 @@ class AnalysisCompletionEvent(object): pass def cancel(self): + """ + .. warning: This method should only be used when the system is being + shut down and no further analysis should be done afterward. + """ self.callback = self._empty_callback core.BNCancelAnalysisCompletionEvent(self.handle) -- cgit v1.3.1