Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Primer on Python Decorators

Code examples from the Primer on Python Decorators tutorial on Real Python.

Decorators

As noted in the article, most decorators are stored in the file decorators.py. The exceptions are those decorators that depend on third party packages (Flask and Pint), which are available in decorators_flask.py and decorators_unit.py, respectively.

Examples

Most of the code examples from the article are available in the examples.py file.

Cheat Sheet

We’ve put together a short & sweet Python decorators cheat sheet for you that summarizes the techniques explained in this tutorial:

Get the decorators cheat sheet »

Morty Proxy This is a proxified and sanitized view of the page, visit original site.