eric6/Graphics/ImportsDiagramBuilder.py

changeset 7900
72b88fb20261
parent 7849
70e464748aaa
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
35 @param dialog reference to the UML dialog (UMLDialog) 35 @param dialog reference to the UML dialog (UMLDialog)
36 @param view reference to the view object (UMLGraphicsView) 36 @param view reference to the view object (UMLGraphicsView)
37 @param project reference to the project object (Project) 37 @param project reference to the project object (Project)
38 @param package name of a python package to show the import 38 @param package name of a python package to show the import
39 relationships (string) 39 relationships (string)
40 @keyparam showExternalImports flag indicating to show exports from 40 @param showExternalImports flag indicating to show exports from
41 outside the package (boolean) 41 outside the package (boolean)
42 """ 42 """
43 super(ImportsDiagramBuilder, self).__init__(dialog, view, project) 43 super(ImportsDiagramBuilder, self).__init__(dialog, view, project)
44 self.setObjectName("ImportsDiagram") 44 self.setObjectName("ImportsDiagram")
45 45

eric ide

mercurial