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

Method test_nsattrs_empty

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

Source from the content-addressed store, hash-verified

1386 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
1387
1388 def test_nsattrs_empty(self):
1389 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))
1390
1391 def test_nsattrs_wattr(self):
1392 attrs = AttributesNSImpl({(ns_uri, "attr") : "val"},

Callers

nothing calls this directly

Calls 2

AttributesNSImplClass · 0.90
verify_empty_nsattrsMethod · 0.80

Tested by

no test coverage detected