mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Make frame_to_local_reprs a dict
Co-Authored-By: Alex Hall <alex.mojaki@gmail.com>
This commit is contained in:
parent
ca90f55d5f
commit
3121842110
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ class Tracer:
|
|||
v if isinstance(v, BaseVariable) else Exploding(v)
|
||||
for v in utils.ensure_tuple(watch_explode)
|
||||
]
|
||||
self.frame_to_local_reprs = collections.OrderedDict()
|
||||
self.frame_to_local_reprs = {}
|
||||
self.depth = depth
|
||||
self.prefix = prefix
|
||||
self.overwrite = overwrite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue