MCPcopy
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_modifiedMethod · 0.95

Tested by

no test coverage detected