src/eric7/WebBrowser/Passwords/LoginForm.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
25 25
26 def isValid(self): 26 def isValid(self):
27 """ 27 """
28 Public method to test for validity. 28 Public method to test for validity.
29 29
30 @return flag indicating a valid form (boolean) 30 @return flag indicating a valid form
31 @rtype bool
31 """ 32 """
32 return not self.url.isEmpty() and bool(self.postData) 33 return not self.url.isEmpty() and bool(self.postData)

eric ide

mercurial