structure
structure(
self ,
fingerprints: collections.abc.Mapping[str, str] ,
)-> ‘str’
Return the digest this pipe’s shape makes of the tasks it is given.
Parameters
| Parameter | Description |
|---|---|
| fingerprints |
What to call each node’s task, keyed by node. fingerprintpasses what the tasks say they are; reading a document back passes what they were when it was written. |