Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/r/o/robotframework-ride-1.3/src/robotide/editor/settingeditors.py robotframework-ride(Download)
def __init__(self, parent, tree, controller): ListEditor.__init__(self, parent, self._titles, controller) self._datafile = controller.datafile self._tree = tree
src/r/i/RIDE-HEAD/src/robotide/editor/settingeditors.py RIDE(Download)
def __init__(self, parent, tree, controller): ListEditor.__init__(self, parent, self._titles, controller) self._datafile = controller.datafile self._tree = tree