MCPcopy
hub / github.com/psf/requests / default_hooks

Function default_hooks

src/requests/hooks.py:25–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def default_hooks() -> dict[str, list[_t.HookType]]:
26 return {event: [] for event in HOOKS}
27
28
29# TODO: response is the only one

Callers 5

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls