Browse Source

Decorator

pull/10/head
Jure Šorn 6 years ago
parent
commit
a1787f382e
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 Example
### Parametrized Debugger
```python
def debug(print_result=False):
def decorator(func):

Loading…
Cancel
Save