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

5

parent 48e4c77a
No related branches found
No related tags found
No related merge requests found
...@@ -477,6 +477,8 @@ def checked_coerce(*t_args, **t_kwargs): ...@@ -477,6 +477,8 @@ def checked_coerce(*t_args, **t_kwargs):
def for_argument(*t_ops, **t_kwops): def for_argument(*t_ops, **t_kwops):
t_ops = [None for op in t_ops if op == 'self']
def outer(fun): def outer(fun):
@functools.wraps(fun) @functools.wraps(fun)
def inner(*args, **kwargs): def inner(*args, **kwargs):
......
[metadata] [metadata]
name = satella name = satella
version = 2.0.19rc4 version = 2.0.19rc5
description-file = README.md description-file = README.md
author = Piotr Maślanka author = Piotr Maślanka
author_email = piotrm@smok.co author_email = piotrm@smok.co
......
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