Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(2) | Import(0)
src/c/c/ccx2-HEAD/src/ccx2/playlist.py ccx2(Download)
class Playlist(listbox.SongListBox): context_name = 'playlist' def __init__(self, app): self.__super.__init__(app, [])
src/c/c/ccx2-HEAD/src/ccx2/search.py ccx2(Download)
class SearchListBox(listbox.SongListBox): def __init__(self, formatname, app): self.format = formatname self.walker = SearchWalker(coll.IDList(), app.config.format('search'))