diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-02-10 13:08:29 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-02-10 13:08:29 -0500 |
| commit | 413eb2a9332c425a57a8ed6e22c71011f22a73df (patch) | |
| tree | 551fba92abfb79191d232d6e881b2bde226fd3d6 /python | |
| parent | 77469bc1badbd5e70897edf4f197d17ee7487eaf (diff) | |
small addition to setter for analysis_skipped
Diffstat (limited to 'python')
| -rw-r--r-- | python/function.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
