(self, attrsD)
| 1158 | self.inimage = 0 |
| 1159 | |
| 1160 | def _start_textinput(self, attrsD): |
| 1161 | context = self._getContext() |
| 1162 | context.setdefault('textinput', FeedParserDict()) |
| 1163 | self.intextinput = 1 |
| 1164 | self.title_depth = -1 |
| 1165 | self.push('textinput', 0) |
| 1166 | _start_textInput = _start_textinput |
| 1167 | |
| 1168 | def _end_textinput(self): |
nothing calls this directly
no test coverage detected