MCPcopy
hub / github.com/benoitc/gunicorn / get

Method get

tests/test_config.py:120–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 # Force to be not an error
119 class Baz:
120 def get(self):
121 return 3.14
122 c.settings["foo"] = Baz()
123 assert c.foo == 3.14
124

Callers 15

replFunction · 0.45
test_asgi_parserFunction · 0.45
sendMethod · 0.45
test_defaultsFunction · 0.45
test_app_configFunction · 0.45
_create_mock_requestMethod · 0.45
check_environFunction · 0.45
_create_mock_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected