Foundry.GitUri
Foundry.GitUri.is_valid()
Foundry.GitUri.new()
Foundry.GitUri.get_clone_name()
Foundry.GitUri.get_host()
Foundry.GitUri.get_path()
Foundry.GitUri.get_port()
Foundry.GitUri.get_scheme()
Foundry.GitUri.get_user()
Foundry.GitUri.ref()
Foundry.GitUri.set_host()
Foundry.GitUri.set_path()
Foundry.GitUri.set_port()
Foundry.GitUri.set_scheme()
Foundry.GitUri.set_user()
Foundry.GitUri.to_string()
Foundry.GitUri.unref()
None
class
is_valid (uri_string)
is_valid
new (uri)
new
get_clone_name ()
get_clone_name
get_host ()
get_host
get_path ()
get_path
get_port ()
get_port
get_scheme ()
get_scheme
get_user ()
get_user
ref ()
ref
set_host (host)
set_host
set_path (path)
set_path
set_port (port)
set_port
set_scheme (scheme)
set_scheme
set_user (user)
set_user
to_string ()
to_string
unref ()
unref
uri_string (str)
str
bool
uri (str)
a string containing the suggested clone directory name, or None.
str or None
Determines a suggested name for the checkout directory. Some special handling of suffixes such as “.git” are performed to improve the the quality of results.
int
host (str)
path (str)
port (int)
scheme (str)
user (str)