From 413eb2a9332c425a57a8ed6e22c71011f22a73df Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 10 Feb 2021 13:08:29 -0500 Subject: small addition to setter for analysis_skipped --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/function.py b/python/function.py index 861dc6a0..53a0ec57 100644 --- a/python/function.py +++ b/python/function.py @@ -1918,7 +1918,7 @@ class Function(object): @property def analysis_skipped(self): - """Whether automatic analysis was skipped for this function""" + """Whether automatic analysis was skipped for this function, set to true to disable analysis.""" return core.BNIsFunctionAnalysisSkipped(self.handle) @analysis_skipped.setter -- cgit v1.3.1