Return a string that resets the CGI and browser to a known state.
()
| 38 | |
| 39 | |
| 40 | def reset(): |
| 41 | """Return a string that resets the CGI and browser to a known state.""" |
| 42 | return '''<!--: spam |
| 43 | Content-Type: text/html |
| 44 | |
| 45 | <body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> --> |
| 46 | <body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> --> --> |
| 47 | </font> </font> </font> </script> </object> </blockquote> </pre> |
| 48 | </table> </table> </table> </table> </table> </font> </font> </font>''' |
| 49 | |
| 50 | __UNDEF__ = [] # a special sentinel object |
| 51 | def small(text): |
no outgoing calls
no test coverage detected