eric7/PipInterface/Pip.py

branch
eric7
changeset 8983
46eaed7bf3cb
parent 8977
663521af48b2
child 8997
d8946c2a22b5
equal deleted inserted replaced
8982:afec1a04aed9 8983:46eaed7bf3cb
81 def getVulnerabilityChecker(self): 81 def getVulnerabilityChecker(self):
82 """ 82 """
83 Public method to get a reference to the vulnerability checker object. 83 Public method to get a reference to the vulnerability checker object.
84 84
85 @return reference to the vulnerability checker object 85 @return reference to the vulnerability checker object
86 @type PipVulnerabilityChecker 86 @rtype PipVulnerabilityChecker
87 """ 87 """
88 return self.__vulnerabilityChecker 88 return self.__vulnerabilityChecker
89 89
90 ########################################################################## 90 ##########################################################################
91 ## Methods below implement some utility functions 91 ## Methods below implement some utility functions

eric ide

mercurial