MCPcopy Index your code
hub / github.com/python/cpython / test_attrs_wattr

Method test_attrs_wattr

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

Source from the content-addressed store, hash-verified

1383 self.verify_empty_attrs(AttributesImpl({}))
1384
1385 def test_attrs_wattr(self):
1386 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
1387
1388 def test_nsattrs_empty(self):
1389 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))

Callers

nothing calls this directly

Calls 2

AttributesImplClass · 0.90
verify_attrs_wattrMethod · 0.80

Tested by

no test coverage detected