(self, attrs)
| 846 | class _AbstractSgmllibParser(_AbstractFormParser): |
| 847 | |
| 848 | def do_option(self, attrs): |
| 849 | _AbstractFormParser._start_option(self, attrs) |
| 850 | |
| 851 | if sys.version_info[:2] >= (2,5): |
| 852 | # we override this attr to decode hex charrefs |
nothing calls this directly
no test coverage detected