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) |