Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(1) | Import(0)
src/c/c/ccx2-HEAD/src/ccx2/playlist.py ccx2(Download)
class PlaylistSwitcher(listbox.MarkableListBox): context_name = 'playlist-switcher' def __init__(self, app): self.__super.__init__(PlaylistSwitcherWalker())