(self)
| 1383 | self.verify_empty_attrs(AttributesImpl({})) |
| 1384 | |
| 1385 | def test_attrs_wattr(self): |
| 1386 | self.verify_attrs_wattr(AttributesImpl({"attr" : "val"})) |
| 1387 | |
| 1388 | def test_nsattrs_empty(self): |
| 1389 | self.verify_empty_nsattrs(AttributesNSImpl({}, {})) |
nothing calls this directly
no test coverage detected