Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/starlette
/ clear
Method
clear
starlette/datastructures.py:344–346 · starlette/datastructures.py::MultiDict.clear
(self)
Source
from the content-addressed store, hash-verified
342
return
values
343
344
def
clear(self) -> None:
345
self._dict.clear()
346
self._list.clear()
347
348
def
setdefault(self, key: Any, default: Any = None) -> Any:
349
if
key not in self:
Callers
5
test_multidict
Function · 0.95
parse
Method · 0.45
parse
Method · 0.45
mock_spooled_temporary_file
Function · 0.45
clear_session
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_multidict
Function · 0.76
mock_spooled_temporary_file
Function · 0.36
clear_session
Function · 0.36