pytoda.types module

Type definitions.

Summary

Functions:

delegate_kwargs

Decorator: replace **kwargs in signature with params from to.

Reference

delegate_kwargs(to=None, keep=False)[source]

Decorator: replace **kwargs in signature with params from to.

Source: https://www.fast.ai/2019/08/06/delegation/