Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(0) | Derive(2) | Import(2)
src/r/o/robotframework-ride-1.3/src/robotide/editor/settingeditors.py robotframework-ride(Download)
ScalarVariableDialog, ListVariableDialog, LibraryDialog, ResourceDialog, VariablesDialog) from .listeditor import ListEditor from .popupwindow import HtmlPopupWindow, HtmlDialog from .tags import TagsDisplay
class _AbstractListEditor(ListEditor): def __init__(self, parent, tree, controller): ListEditor.__init__(self, parent, self._titles, controller) self._datafile = controller.datafile
src/r/i/RIDE-HEAD/src/robotide/editor/settingeditors.py RIDE(Download)
ScalarVariableDialog, ListVariableDialog, LibraryDialog, ResourceDialog, VariablesDialog) from .listeditor import ListEditor from .popupwindow import HtmlPopupWindow, HtmlDialog from .tags import TagsDisplay
class _AbstractListEditor(ListEditor): def __init__(self, parent, tree, controller): ListEditor.__init__(self, parent, self._titles, controller) self._datafile = controller.datafile