mirror of https://github.com/cool-RR/PySnooper.git
improve README, and test dependency numpy
This commit is contained in:
parent
7c7e7eb81a
commit
71fcb14a99
|
@ -173,6 +173,7 @@ sum_to_x(10000)
|
|||
```
|
||||
|
||||
You will get `l = list(size=10000)` for the list, and `a = ndarray(shape=(10, 10), dtype=float64)` for the ndarray.
|
||||
The `custom_repr` are matched in order, if one condition matches, no further conditions will be checked.
|
||||
|
||||
# Installation #
|
||||
|
||||
|
|
Loading…
Reference in New Issue