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
pickling_decorator was written by fx-kirin.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pickling_decorator-0.2.1.tar.gz.
File metadata
- Download URL: pickling_decorator-0.2.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.46.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86e42e7e30e54207f31cea93deab267045944b85cfb2c98f8805c101aaf632f5
|
|
| MD5 |
ad4e676f6845dca4e699b5fda061a8f8
|
|
| BLAKE2b-256 |
a42837739bf60d6bb6d0065ccb553f3d9d581bf8f1ba722d5bc15b0f4729758f
|