Searched defs:feedback (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/backends/xml/
H A DXML.py132 feedback = '' variable in class:XML
165 self.feedback = ''
200 # Look at self.feedback: If it is non-empty tests were run. If not, none were run.
201 if len(self.feedback) != 0:
202 return BackendResult(True, self.feedback)
228 returned, but a message will be appended to self.feedback.
265 # This test was passed - append a success indicator to the global feedback:
266 self.feedback += "Your submission is well-formed.\n"
276 the DTD, nothing will be returned, but a message will be appended to self.feedback.
317 # This test was passed - append a success indicator to the global feedback
[all...]

Completed in 9 milliseconds