PluginPipxInterface.py

changeset 63
4b38c24b15dd
parent 61
163461aefed6
child 65
f45739686aa1
equal deleted inserted replaced
62:99f2b6faeb86 63:4b38c24b15dd
83 } 83 }
84 84
85 return data 85 return data
86 86
87 87
88 def createPipxPage( 88 def createPipxPage(_configDlg):
89 _configDlg, 89 """
90 ): 90 Module function to create the pipx configuration page.
91 """
92 Module function to create the autocompletion configuration page.
93 91
94 @param _configDlg reference to the configuration dialog (unused) 92 @param _configDlg reference to the configuration dialog (unused)
95 @type ConfigurationWidget 93 @type ConfigurationWidget
96 @return reference to the configuration page 94 @return reference to the configuration page
97 @rtype AutoCompletionRopePage 95 @rtype PipxPage
98 """ 96 """
99 from PipxInterface.ConfigurationPage.PipxPage import PipxPage # noqa: I102 97 from PipxInterface.ConfigurationPage.PipxPage import PipxPage # noqa: I102
100 98
101 global pipxInterfacePluginObject 99 global pipxInterfacePluginObject
102 100

eric ide

mercurial