mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
improve README, and test dependency numpy
This commit is contained in:
parent
7c7e7eb81a
commit
71fcb14a99
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue