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/lyrics.py ccx2(Download)
class ResultsListBox(LyricsListBox, listbox.AttrListBox): def __init__(self, lyrics, body): self.lyrics = lyrics self.__super.__init__(body, attr='default', focus_attr='focus', focus_str='-focus')