def __init__(self, mygarage):
     """Constructor - set collection name"""
     GarageCollection.__init__(self, mygarage, 'shelving_units')
示例#2
0
 def __init__(self, mygarage):
     """Constructor - set collection name"""
     GarageCollection.__init__(self, mygarage, 'workbenches')
示例#3
0
 def __init__(self, mygarage):
     """Constructor - set collection name"""
     GarageCollection.__init__(self, mygarage, 'vendors')
示例#4
0
 def __init__(self, mygarage):
     """Constructor - set collection name"""
     GarageCollection.__init__(self, mygarage, 'toolchests')