(self)
| 1380 | |
| 1381 | # ===== AttributesImpl |
| 1382 | def test_attrs_empty(self): |
| 1383 | self.verify_empty_attrs(AttributesImpl({})) |
| 1384 | |
| 1385 | def test_attrs_wattr(self): |
| 1386 | self.verify_attrs_wattr(AttributesImpl({"attr" : "val"})) |
nothing calls this directly
no test coverage detected