315 (str). If this is empty, the given version will be shown. |
315 (str). If this is empty, the given version will be shown. |
316 @param versionStartsWith start of line identifying version info |
316 @param versionStartsWith start of line identifying version info |
317 (string) |
317 (string) |
318 @param versionPosition index of part containing the version info |
318 @param versionPosition index of part containing the version info |
319 (integer) |
319 (integer) |
320 @keyparam version version string to show (string) |
320 @param version version string to show (string) |
321 @keyparam versionCleanup tuple of two integers giving string positions |
321 @param versionCleanup tuple of two integers giving string positions |
322 start and stop for the version string (tuple of integers) |
322 start and stop for the version string (tuple of integers) |
323 @keyparam versionRe regexp to determine the line identifying version |
323 @param versionRe regexp to determine the line identifying version |
324 info (string). Takes precedence over versionStartsWith. |
324 info (string). Takes precedence over versionStartsWith. |
325 @keyparam exeModule list of command line parameters to execute a module |
325 @param exeModule list of command line parameters to execute a module |
326 with the program given in exe (e.g. to execute a Python module) |
326 with the program given in exe (e.g. to execute a Python module) |
327 (list of str) |
327 (list of str) |
328 @return version string of detected or given version (string) |
328 @return version string of detected or given version (string) |
329 """ |
329 """ |
330 itmList = self.programsList.findItems( |
330 itmList = self.programsList.findItems( |