diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-03-04 12:53:02 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-03-04 12:53:02 -0500 |
| commit | ae0900bad8bf27b9304099aef25b8038849186cd (patch) | |
| tree | 933c736aaaf2f834befe032a6bf9e03ea311490e /python/binaryview.py | |
| parent | 9614b461d14c882eac573706f9a4ac6a343c78da (diff) | |
documentation updates on set_default_session_data and transformation api
Diffstat (limited to 'python/binaryview.py')
| -rw-r--r-- | python/binaryview.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py index 8c2ed01f..741c08a7 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -1669,6 +1669,7 @@ class BinaryView(object): def set_default_session_data(cls, name, value): """ ``set_default_session_data`` saves a variable to the BinaryView. + :param str name: name of the variable to be saved :param str value: value of the variable to be saved |
