Skip to main content

picke inputs and outputs of a function.

Project description

pickling_decorator

Latest PyPI version

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pickling_decorator-0.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page