flytekit.kwtypes

flytekit.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]