MCPcopy
hub / github.com/encode/starlette / append

Method append

starlette/datastructures.py:363–365  ·  starlette/datastructures.py::MultiDict.append
(self, key: Any, value: Any)

Source from the content-addressed store, hash-verified

361 self._dict[key] = values[-1]
362
363 def append(self, key: Any, value: Any) -> None:
364 self._list.append((key, value))
365 self._dict[key] = value
366
367 def update(
368 self,

Callers 15

test_multidictFunction · 0.95
_raise_on_closeMethod · 0.45
add_taskMethod · 0.45
get_directoriesMethod · 0.45
on_field_startMethod · 0.45
on_field_nameMethod · 0.45
on_field_dataMethod · 0.45
on_field_endMethod · 0.45
on_endMethod · 0.45
parseMethod · 0.45
on_part_dataMethod · 0.45
on_part_endMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_multidictFunction · 0.76
_raise_on_closeMethod · 0.36
sendFunction · 0.36
on_part_dataFunction · 0.36
__call__Method · 0.36
_appFunction · 0.36
hello_worldFunction · 0.36
modified_sendMethod · 0.36
modified_sendMethod · 0.36
modified_sendMethod · 0.36
multi_items_appFunction · 0.36