aiohttp_client_cache.forge_utils module

aiohttp_client_cache.forge_utils.extend_signature(template_func)[source]

Copy another function’s signature, and extend it with the wrapped function’s signature

Return type

Callable

Parameters

template_func (Callable) –

aiohttp_client_cache.forge_utils.get_combined_revision(functions)[source]

Combine the parameters of all revisions into a single revision

Return type

Revision

Parameters

functions (Iterable[Callable]) –