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

Method test_attrs_empty

Lib/test/test_sax.py:1419–1420  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1417
1418 # ===== AttributesImpl
1419 def test_attrs_empty(self):
1420 self.verify_empty_attrs(AttributesImpl({}))
1421
1422 def test_attrs_wattr(self):
1423 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))

Callers

nothing calls this directly

Calls 2

AttributesImplClass · 0.90
verify_empty_attrsMethod · 0.80

Tested by

no test coverage detected