MCPcopy
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
48class UnavailableSource(object):
49 def __getitem__(self, i):
50 return u'SOURCE IS UNAVAILABLE'
51
52
53source_and_path_cache = {}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected