MCPcopy
hub / github.com/pallets/werkzeug / open

Method open

tests/test_test.py:805–809  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

803 counter = 0
804
805 def open(self, *args, **kwargs):
806 self.counter += 1
807 env = kwargs.setdefault("environ_overrides", {})
808 env["werkzeug._foo"] = self.counter
809 return Client.open(self, *args, **kwargs)
810
811 @Request.application
812 def test_app(request):

Callers 3

test_save_to_fileMethod · 0.45
test_proxy_fixFunction · 0.45

Calls 1

setdefaultMethod · 0.45

Tested by

no test coverage detected