Helper¶
-
class
methodcache.helper.WrapperParameters(arguments=(), keyword_arguments={})[source]¶ -
-
santize_args()[source]¶ Create a dict from args. Every dict key start with the word “arg” followed by the value index of tuple. The value of this key are hashed :return dict: arguments as dict
-