llvm_snapshot_builder.copr_project_ref

CoprProjectRef

Module Contents

Classes

CoprProjectRef

CoprProjectRef is a reference to a Copr project by ownername and projectname.

class llvm_snapshot_builder.copr_project_ref.CoprProjectRef(owner_project: Union[str, CoprProjectRef], **kwargs)[source]

CoprProjectRef is a reference to a Copr project by ownername and projectname.

property owner: str

Returns the ownername that references this project

property name: str

Returns the projectname that references this project

property ref: str

Returns the ownername/projectname string

__str__()[source]

Returns the ownername/projectname string