Last updated:
0 purchases
picklingdecorator 0.2.1
pickling_decorator
pickle inputs and outputs of a function.
Usage
from pickling_decorator import pickling
class TestClass:
@pickling_decorator.pickling()
def foo(self):
print("something")
def test_func():
t = TestClass()
t.foo()
Installation
Requirements
Compatibility
Licence
Authors
pickling_decorator was written by fx-kirin.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.