src/eric7/PipInterface/PipVulnerabilityChecker.py

branch
eric7
changeset 10428
a071d4065202
parent 10373
093dcebe5ecb
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
182 @param forceUpdate flag indicating an update of the cache is required 182 @param forceUpdate flag indicating an update of the cache is required
183 (defaults to False) 183 (defaults to False)
184 @type bool (optional) 184 @type bool (optional)
185 @return dictionary containing the vulnerability data (full data set or 185 @return dictionary containing the vulnerability data (full data set or
186 just package name and version specifier) 186 just package name and version specifier)
187 @rtype dict
187 """ 188 """
188 dbName = ( 189 dbName = (
189 PipVulnerabilityChecker.FullDbFile 190 PipVulnerabilityChecker.FullDbFile
190 if full 191 if full
191 else PipVulnerabilityChecker.SummaryDbFile 192 else PipVulnerabilityChecker.SummaryDbFile

eric ide

mercurial