Repo Class

Represents a repository.

Inheritance
Repo

Constructor

Repo(*, url: Optional[str] = None, full_name: Optional[str] = None, branches: Optional[List[str]] = None, **kwargs)

Variables

url
str

The url to access the repository.

full_name
str

The name of the repository.

branches
list[str]

Array of branches.