tokenization#
The machinery for tokenizing gufe objects live in this module.
Module Attributes
noindex: |
|
noindex: |
|
Registry of tokenizable objects. |
Functions
For GufeTokenizable obj, get all contained GufeTokenizables. |
|
Find GufeTokenizables within a shallow dict. |
|
Recursively construct a DiGraph from a GufeTokenizable. |
|
Serialization migration: Rename a key in the dictionary. |
|
Serialization migration: Move nested key to a new location. |
|
Serialization migration: Add a new key to the dictionary. |
|
Serialization migration: Remove an old key from the dictionary. |
|
Generate a deterministic, relatively-stable token from a GufeTokenizable object. |
Classes
Base class for all tokenizeable gufe objects. |
|
Keyed chain representation encoder of a GufeTokenizable. |