id
stringlengths
10
18
content
stringlengths
4
768k
max_stars_repo_path
stringlengths
115
237
PySnooper-bug-2
# Copyright 2019 Ram Rachum and collaborators. # This program is distributed under the MIT license. import functools import inspect import opcode import sys import re import collections import datetime as datetime_module import itertools import threading import traceback from .variables import CommonVariable, Explodi...
BugsInPy/BugsInPy/temp/projects/PySnooper/bug-2-fixed/PySnooper/pysnooper/tracer.py,BugsInPy/BugsInPy/temp/projects/PySnooper/bug-2-buggy/PySnooper/pysnooper/tracer.py