(self)
| 864 | } |
| 865 | |
| 866 | def to_html(self): |
| 867 | template = loader.get_template(self.template) |
| 868 | context = self.get_html_context() |
| 869 | return template.render(context) |
| 870 | |
| 871 | def get_schema_operation_parameters(self, view): |
| 872 | parameters = [ |
nothing calls this directly
no test coverage detected