Review Note

Last Update: 05/03/2024 09:06 PM

Current Deck: Python::Python - Advanced

Published

Fields:

Front
# Refactor this to be a decorator

def target():
     print('running target()')

target = decorate(target)
Back
@decorate
def target():
        print('running target()')

Suggested Changes:

Deck Changes (Suggestion to move the Note to the following Deck):

Field Changes:

Tag Changes: