(self)
| 119 | |
| 120 | class BaseStaticHandler(tornado.web.StaticFileHandler): |
| 121 | def set_default_headers(self): |
| 122 | self.set_header('X-Frame-Options', 'DENY') |
| 123 | |
| 124 | |
| 125 | class GetServerConf(BaseRequestHandler): |
nothing calls this directly
no outgoing calls
no test coverage detected