Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ update
Method
update
starlette/middleware/sessions.py:123–125 ·
view source on GitHub ↗
(self, *args: typing.Any, **kwargs: typing.Any)
Source
from the content-addressed store, hash-verified
121
return
super().setdefault(key, default)
122
123
def
update(self, *args: typing.Any, **kwargs: typing.Any) -> None:
124
self.mark_modified()
125
super().update(*args, **kwargs)
Callers
1
__init__
Method · 0.45
Calls
1
mark_modified
Method · 0.95
Tested by
no test coverage detected