(self)
| 1420 | self.verify_empty_attrs(AttributesImpl({})) |
| 1421 | |
| 1422 | def test_attrs_wattr(self): |
| 1423 | self.verify_attrs_wattr(AttributesImpl({"attr" : "val"})) |
| 1424 | |
| 1425 | def test_nsattrs_empty(self): |
| 1426 | self.verify_empty_nsattrs(AttributesNSImpl({}, {})) |
nothing calls this directly
no test coverage detected