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

Method testDocumentAsyncAttr

Lib/test/test_minidom.py:62–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60 self.assertEqual(t, s, "looking for %r, found %r" % (s, t))
61
62 def testDocumentAsyncAttr(self):
63 doc = Document()
64 self.assertFalse(doc.async_)
65 self.assertFalse(Document.async_)
66
67 def testParseFromBinaryFile(self):
68 with open(tstfile, 'rb') as file:

Callers

nothing calls this directly

Calls 2

DocumentClass · 0.90
assertFalseMethod · 0.80

Tested by

no test coverage detected