summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
authorJordan <jordan@psifertex.com>2017-04-02 23:16:23 -0400
committerGitHub <noreply@github.com>2017-04-02 23:16:23 -0400
commit389782cc05e533a9f41983c9335055ad6cf8fcaf (patch)
tree003db7051b5220f1f8a49d5da70ff8eac09527c9 /python/function.py
parente0f3069e8c01379ee6fca69c74ae98d8bf754535 (diff)
parentea621bf8ce15a477df3f11a8216f216dd5c31be5 (diff)
Merge pull request #647 from lucasduffey/patch-9
replaced BNHasExplicitlyDefinedType with BNFunctionHasExplicitlyDefin…
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index e1c202f9..9e58c47d 100644
--- a/python/function.py
+++ b/python/function.py
@@ -258,7 +258,7 @@ class Function(object):
@property
def explicitly_defined_type(self):
"""Whether function has explicitly defined types (read-only)"""
- return core.BNHasExplicitlyDefinedType(self.handle)
+ return core.BNFunctionHasExplicitlyDefinedType(self.handle)
@property
def needs_update(self):