(self)
| 505 | self.base = self.unescape_attr_if_required(value) |
| 506 | |
| 507 | def end_body(self): |
| 508 | debug("") |
| 509 | if self._current_label is not None: |
| 510 | self.end_label() |
| 511 | if self._current_form is not self._global_form: |
| 512 | self.end_form() |
| 513 | |
| 514 | def start_form(self, attrs): |
| 515 | debug("%s", attrs) |