RelatedRef#

class RelatedRef(**properties: Any)#

Superclasses: Ref, Object

Constructors:

RelatedRef(**properties)

Methods#

class RelatedRef
get_subpaths() list[str]#

Returns the subpaths that should be installed/updated for the ref. This returns None if all files should be installed.

Added in version 0.6.7.

should_autoprune() bool#

Returns whether to delete when pruning unused refs.

Added in version 0.11.8.

should_delete() bool#

Returns whether to auto-delete the ref with the main ref.

Added in version 0.6.7.

should_download() bool#

Returns whether to auto-download the ref with the main ref.

Added in version 0.6.7.

Properties#

class RelatedRef
props.should_autoprune: bool#

The type of the None singleton.

props.should_delete: bool#

The type of the None singleton.

props.should_download: bool#

The type of the None singleton.

props.subpaths: list[str]#

The type of the None singleton.

Fields#

class RelatedRef
parent#