Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ _obj_from_dict
Function
_obj_from_dict
src/urllib3/contrib/emscripten/fetch.py:93–94 ·
view source on GitHub ↗
(dict_val: dict[str, Any])
Source
from the content-addressed store, hash-verified
91
92
93
def
_obj_from_dict(dict_val: dict[str, Any]) -> JsProxy:
94
return
to_js(dict_val, dict_converter=js.Object.fromEntries)
95
96
97
class
_ReadStream(io.RawIOBase):
Callers
5
close
Method · 0.85
readinto
Method · 0.85
__init__
Method · 0.85
send
Method · 0.85
send_jspi_request
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected