MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_element

Method test_element

Lib/test/test_xml_etree_c.py:243–245  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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:')

Callers

nothing calls this directly

Calls 1

check_sizeofMethod · 0.45

Tested by

no test coverage detected