Skip to main content

some decorators

Project description

This repo hosts 3 useful decorators that might come handy while prototyping namely -

@debug @timer @safe_run

debug and timer are taken from [https://realpython.com/primer-on-python-decorators/](realpython).

@debug prints the function name with the arguments passed and the return value at the end each time a function is called.

@timer as the name suggests times the function to be executed and in the end prints the total time taken by that function.

@safe_run is in brief tries to run the function and prints the error in case the function throws some error. @safe_run takes dictionary of parameters also to let the user customize the behavior of it.

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

decos-0.0.12.post4.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

decos-0.0.12.post4-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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