(self)
| 300 | } |
| 301 | |
| 302 | def to_html(self): |
| 303 | template = loader.get_template(self.template) |
| 304 | context = self.get_html_context() |
| 305 | return template.render(context) |
| 306 | |
| 307 | def get_schema_operation_parameters(self, view): |
| 308 | parameters = [ |
nothing calls this directly
no test coverage detected