Browse Source

Decorator

pull/28/head
Jure Šorn 6 years ago
parent
commit
c6f0df8445
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -772,6 +772,7 @@ def fib(n):
* **Recursion depth is limited to 1000 by default. To increase it use `'sys.setrecursionlimit(<depth>)'`.**
### Parametrized Decorator
**A decorator that accepts arguments and returns a normal decorator that accepts a function.**
```python
from functools import wraps

|||||||
100:0
Loading…
Cancel
Save