Task utilities#

class flytekit.HashMethod(function)#

Flyte-specific object used to wrap the hash function for a specific type

Parameters:

function (Callable[[T], str])

calculate(obj)#

Calculate hash for obj.

Parameters:

obj (T)

Return type:

str