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 |