Thanks to visit codestin.com
Credit goes to github.com

Skip to content

minha-logica/pydebugfunc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDebugFunc

PyDebugFunc é um simples decorador para te ajudar a encontrar erro de exceção nas suas funções.

PyDebugFunc is a simple decorator to help you find exception error in your functions.

Installing

pip install PyDebugFunc

Getting Started

from PyDebugFunc import debug

@debug
def my_function(a, b):
  return a / b
my_function(10, 0)

Output example

Function error 'my_function()': division by Zero

Authors

  • Tiago Bandeira - creator of the Minha Lógica page - github

See also the list of contributors who participated in this project.

About

A simple decorator to debug functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages