flytekit.core.base_task.kwtypes

flytekit.core.base_task.kwtypes(**kwargs)[source]

This is a small helper function to convert the keyword arguments to an OrderedDict of types.

kwtypes(a=int, b=str)
Return type:

OrderedDict[str, Type]