def __init__(self): BasicSource.__init__(self, 'format', groups=[ 'release_date', 'mangled_title', 'coordinates', ] )
def __init__(self): BasicSource.__init__(self, 'seed') # TODO: reassess these seed groups self.__simple_groups = [ # 'mpaa_rating', # 'artist_display_name', # 'tracks', # 'genre', # 'desc', # 'subtitle', # 'track_length', # 'cast', # 'short_description', # 'coordinates', # 'author', # 'publisher', # 'isbn', # 'release_date', ] for group in self.__simple_groups: self.addGroup(group)
def __init__(self): BasicSource.__init__(self, 'singleplatform', groups=['menu'], kinds=['place'], )
def __init__(self, *args, **kwargs): BasicSource.__init__(self, *args, **kwargs) self.addGroup(self.sourceName)