pyiron_base.project.delayed.get_hash

Contents

pyiron_base.project.delayed.get_hash#

pyiron_base.project.delayed.get_hash(binary: bytes) str[source]#

Get the hash of a binary string - remove the specification of jupyter kernel from hash to be deterministic

Parameters:

binary (bytes) – binary string to hash

Returns:

hash of the binary string

Return type:

str