mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-07-18 00:45:19 +00:00
Update tracer.py
This commit is contained in:
parent
b6d5ef1a77
commit
17a78e90fe
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if pycompat.PY2:
|
|||
|
||||
ipython_filename_pattern = re.compile('^<ipython-input-([0-9]+)-.*>$')
|
||||
ansible_filename_pattern = re.compile(r'^(.+\.zip)[/|\\](ansible[/|\\]modules[/|\\].+\.py)$')
|
||||
ipykernel_filename_pattern = re.compile('^/var/folders/.*/ipykernel_\d+/\d+.py$')
|
||||
ipykernel_filename_pattern = re.compile(f'^/var/folders/.*/ipykernel_\d+/\d+.py$')
|
||||
RETURN_OPCODES = {
|
||||
'RETURN_GENERATOR', 'RETURN_VALUE', 'RETURN_CONST',
|
||||
'INSTRUMENTED_RETURN_GENERATOR', 'INSTRUMENTED_RETURN_VALUE',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue