Skip to content
Snippets Groups Projects
Commit 4711e8c9 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

code reformat

parent 0fa1fc08
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,7 @@ def for_argument(*t_ops, **t_kwops):
"""
t_ops = [_NOP if op == 'self' else op for op in t_ops]
returns = t_kwops.pop('returns', _NOP)
def outer(fun):
@functools.wraps(fun)
def inner(*args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment