MCPcopy Create free account
hub / github.com/psf/cachecontrol / __init__

Method __init__

tests/conftest.py:14–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12
13class SimpleApp:
14 def __init__(self):
15 self.etag_count = 0
16 self.update_etag_string()
17
18 def dispatch(self, env):
19 path = env["PATH_INFO"][1:].split("/")

Callers

nothing calls this directly

Calls 1

update_etag_stringMethod · 0.95

Tested by

no test coverage detected