class documentation

class Scratch:

Constructor: Scratch(path)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_child_projects Undocumented
Method get_gits Find all the gitalma homes in the parent directory.
Method get_home Find the parent gitalma home.
Method get_subgroups Undocumented
Instance Variable gitalma Undocumented
Instance Variable gitalmaparent Undocumented
Instance Variable gits Undocumented
Instance Variable home Undocumented
Instance Variable path Undocumented
Instance Variable working Undocumented
def __init__(self, path):

Undocumented

def get_child_projects(self, projects, repo_len):

Undocumented

def get_gits(self, root=None):

Find all the gitalma homes in the parent directory.

def get_home(self):

Find the parent gitalma home.

def get_subgroups(self, groups, repo_len):

Undocumented

gitalma: bool =

Undocumented

gitalmaparent: bool =

Undocumented

gits =

Undocumented

home =

Undocumented

path =

Undocumented

working =

Undocumented