Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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_multidict
Function · 0.95
_raise_on_close
Method · 0.45
add_task
Method · 0.45
get_directories
Method · 0.45
on_field_start
Method · 0.45
on_field_name
Method · 0.45
on_field_data
Method · 0.45
on_field_end
Method · 0.45
on_end
Method · 0.45
parse
Method · 0.45
on_part_data
Method · 0.45
on_part_end
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_multidict
Function · 0.76
_raise_on_close
Method · 0.36
send
Function · 0.36
on_part_data
Function · 0.36
__call__
Method · 0.36
_app
Function · 0.36
hello_world
Function · 0.36
modified_send
Method · 0.36
modified_send
Method · 0.36
modified_send
Method · 0.36
multi_items_app
Function · 0.36
test_too_many_fields_raise
Function · 0.36