MCPcopy
hub / github.com/pyodide/pyodide / update

Method update

src/py/_pyodide/_core_docs.py:1180–1180  ·  view source on GitHub ↗
(self, __m: _SupportsKeysAndGetItem[KT, VT], **kwargs: VT)

Source from the content-addressed store, hash-verified

1178
1179 @overload
1180 def update(self, __m: _SupportsKeysAndGetItem[KT, VT], **kwargs: VT) -> None: ...
1181
1182 @overload
1183 def update(self, __m: Iterable[tuple[KT, VT]], **kwargs: VT) -> None: ...

Callers 10

mainFunction · 0.80
filterfuncFunction · 0.80
adjust_sysconfigFunction · 0.80
do_the_thingFunction · 0.80
test_mappingsFunction · 0.80
restore_stateFunction · 0.80
_get_toplevel_objectsFunction · 0.80
mdn_xrefs.pyFile · 0.80
add_mdn_xrefsFunction · 0.80

Calls

no outgoing calls

Tested by 3

do_the_thingFunction · 0.64
test_mappingsFunction · 0.64