MCPcopy
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_multidictFunction · 0.95
parseMethod · 0.45
parseMethod · 0.45
clear_sessionFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_multidictFunction · 0.76
clear_sessionFunction · 0.36