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
props.should_delete: bool
props.should_download: bool
props.subpaths: Sequence[str]

Fields

class RelatedRef
parent