Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cool-RR/PySnooper
/ UnavailableSource
Class
UnavailableSource
pysnooper/tracer.py:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
48
class
UnavailableSource(object):
49
def
__getitem__(self, i):
50
return
u
'SOURCE IS UNAVAILABLE'
51
52
53
source_and_path_cache = {}
Callers
1
get_path_and_source_from_frame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected