Browse Source

Decorator

pull/10/head
Jure Šorn 6 years ago
parent
commit
8c2f1c2456
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -640,7 +640,7 @@ def fib(n):
CacheInfo(hits=28, misses=16, maxsize=None, currsize=16)
```
### Parametrized Debugger
### Parametrized Decorator
```python
def debug(print_result=False):
def decorator(func):

Loading…
Cancel
Save