Class representing a remote repository

Method __init__ Undocumented
Method __str__ Undocumented
Method name Name of the remote
Method fetch_url Fetch URL
Method push_urls List of push URLs
Instance Variable _name Undocumented
Instance Variable _fetch_url Undocumented
Instance Variable _push_urls Undocumented
def __init__(self, name, fetch_url, push_urls):
Undocumented
_name =
Undocumented
_fetch_url =
Undocumented
_push_urls =
Undocumented
def __str__(self):
Undocumented
@property
def name(self):

Name of the remote

@property
def fetch_url(self):

Fetch URL

@property
def push_urls(self):

List of push URLs

API Documentation for git-buildpackage, generated by pydoctor at 2021-02-01 08:15:22.