eric6/Graphics/ImportsDiagramBuilder.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8273
698ae46f40a4
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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