(self)
| 1058 | self.assertEqual({}, params) |
| 1059 | |
| 1060 | def test_attonlyucase(self): |
| 1061 | disptype, params = parse_content_disposition(&class="cm">#x27;ATTACHMENT') |
| 1062 | self.assertEqual(&class="cm">#x27;attachment', disptype) |
| 1063 | self.assertEqual({}, params) |
| 1064 | |
| 1065 | def test_attwithasciifilename(self): |
| 1066 | disptype, params = parse_content_disposition( |
nothing calls this directly
no test coverage detected