diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2019-05-31 01:44:34 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2019-05-31 01:44:34 -0400 |
| commit | f80491d350ea8c8c80373ea0c5e68358c2217d82 (patch) | |
| tree | dc06a21ef3be9609514429b1de89fc27dc989e52 /python/mediumlevelil.py | |
| parent | 6b85d3301721dd834f8d52ec19260e536169b7fc (diff) | |
improve API cross-reference linking
Diffstat (limited to 'python/mediumlevelil.py')
| -rw-r--r-- | python/mediumlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/mediumlevelil.py b/python/mediumlevelil.py index b6b7dbfc..8b8500e4 100644 --- a/python/mediumlevelil.py +++ b/python/mediumlevelil.py @@ -619,7 +619,7 @@ class MediumLevelILExpr(object): class MediumLevelILFunction(object): """ ``class MediumLevelILFunction`` contains the list of MediumLevelILExpr objects that make up a binaryninja.function. MediumLevelILExpr - objects can be added to the MediumLevelILFunction by calling ``append`` and passing the result of the various class + objects can be added to the MediumLevelILFunction by calling :func:`append` and passing the result of the various class methods which return MediumLevelILExpr objects. """ def __init__(self, arch = None, handle = None, source_func = None): |
