Skip to main content

reference

superduper.misc.reference

Source code

parse_reference​

parse_reference(string) -> superduper.misc.reference.Reference
ParameterDescription
stringThe string to parse.

Parse a string into a Reference object.

Reference​

Reference(self,
type: str,
name: str,
path: str) -> None
ParameterDescription
typeThe type of the reference. Either "&" for a database or "?" for a leaf.
nameThe name of the reference.
path: The path of the reference, e.g. type_id:identifierversion

A reference to a database or a leaf.