Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
repl
Function · 0.45
test_priority_in_wsgi_environ
Method · 0.45
test_asgi_parser
Function · 0.45
test_lifespan_state_shared
Method · 0.45
send
Method · 0.45
test_no_priority_for_http1_requests
Method · 0.45
test_http2_scope_has_both_priority_and_trailers
Method · 0.45
test_defaults
Function · 0.45
test_app_config
Function · 0.45
_create_mock_request
Method · 0.45
check_environ
Function · 0.45
_create_mock_request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected