Rename for coolness

This commit is contained in:
Ram Rachum 2019-05-03 18:31:39 +03:00
parent a0ff31dd8a
commit b805ea0dc4
6 changed files with 32 additions and 30 deletions

View file

@ -75,10 +75,10 @@ If stderr is not easily accessible for you, you can redirect the output to a fil
You can also pass a stream or a callable instead, and they'll be used.
See values of some variables that aren't local variables:
See values of some expressions that aren't local variables:
```python
@pysnooper.snoop(variables=('foo.bar', 'self.whatever'))
@pysnooper.snoop(watch=('foo.bar', 'self.x["whatever"]'))
```
Expand values to see all their attributes or items of lists/dictionaries: