(self)
| 241 | check_sizeof = support.check_sizeof |
| 242 | |
| 243 | def test_element(self): |
| 244 | e = cET.Element('a') |
| 245 | self.check_sizeof(e, self.elementsize) |
| 246 | |
| 247 | def test_element_with_attrib(self): |
| 248 | e = cET.Element('a', href='about:') |
nothing calls this directly
no test coverage detected