From ae0900bad8bf27b9304099aef25b8038849186cd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 4 Mar 2021 12:53:02 -0500 Subject: documentation updates on set_default_session_data and transformation api --- python/binaryview.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/binaryview.py') 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 -- cgit v1.3.1