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

Method test_nsattrs_empty

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

Source from the content-addressed store, hash-verified

1423 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
1424
1425 def test_nsattrs_empty(self):
1426 self.verify_empty_nsattrs(AttributesNSImpl({}, {}))
1427
1428 def test_nsattrs_wattr(self):
1429 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