Skip to content

marcorosa/_42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

_42

python decorator that executes a function and returns code 42 if the code rises an exception.

Description

This decorator comes to the aid of developers in search of an answer. Yet, sometimes the answer seems meaningless because the beings who instructed it never actually knew what the Question was. So, in this case, this decorator returns the answer to the Ultimate Question of Life, the Universe and Everything.

Installation

$ pip install python-42

Usage

from _42 import _42

@_42
def function(...):
    """Whatever."""
    ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages