Skip to content

solution

Functions:

  • solution

    Resolve the dependency graph defined by the given providers during the context.

solution

solution(
    *providers: Provider[[], Any]
    | Sequence[Provider[[], Any]]
) -> Iterator[None]

Resolve the dependency graph defined by the given providers during the context.

Parameters:

  • providers

    (Provider[[], Any] | Sequence[Provider[[], Any]], default: () ) –

    The providers that define the dependency graph to be resolved given as positional arguments or as sequences of providers.