• Home
  • Raw
  • Download

Lines Matching defs:self

54     def confirm(self, test, testname = "Test"):  argument
57 def checkWholeText(self, node, s): argument
61 def testDocumentAsyncAttr(self): argument
66 def testParseFromBinaryFile(self): argument
72 def testParseFromTextFile(self): argument
78 def testGetElementsByTagName(self): argument
84 def testInsertBefore(self): argument
127 def _create_fragment_test_nodes(self): argument
140 def testInsertBeforeFragment(self): argument
157 def testAppendChild(self): argument
164 def testAppendChildFragment(self): argument
173 def testReplaceChildFragment(self): argument
182 def testLegalChildren(self): argument
203 def testNamedNodeMapSetItem(self): argument
220 def testNonZero(self): argument
227 def testUnlink(self): argument
233 def testContext(self): argument
238 def testElement(self): argument
244 def testAAA(self): argument
256 def testAAB(self): argument
264 def testAddAttr(self): argument
285 def testDeleteAttr(self): argument
296 def testRemoveAttr(self): argument
307 def testRemoveAttrNS(self): argument
321 def testRemoveAttributeNode(self): argument
339 def testHasAttribute(self): argument
345 def testChangeAttr(self): argument
383 def testGetAttrList(self): argument
386 def testGetAttrValues(self): argument
389 def testGetAttrLength(self): argument
392 def testGetAttribute(self): argument
398 def testGetAttributeNS(self): argument
412 def testGetAttributeNode(self): pass argument
414 def testGetElementsByTagNameNS(self): argument
429 def get_empty_nodelist_from_elements_by_tagName_ns_helper(self, doc, nsuri, argument
434 def testGetEmptyNodeListFromElementsByTagNameNS(self): argument
451 def testElementReprAndStr(self): argument
459 def testElementReprAndStrUnicode(self): argument
467 def testElementReprAndStrUnicodeNS(self): argument
477 def testAttributeRepr(self): argument
484 def testTextNodeRepr(self): pass argument
486 def testWriteXML(self): argument
493 def testAltNewline(self): argument
500 def test_toprettyxml_with_text_nodes(self): argument
514 def test_toprettyxml_with_adjacent_text_nodes(self): argument
525 def test_toprettyxml_preserves_content_of_text_node(self): argument
534 def testProcessingInstruction(self): argument
549 def testProcessingInstructionRepr(self): pass argument
551 def testTextRepr(self): pass argument
553 def testWriteText(self): pass argument
555 def testDocumentElement(self): pass argument
557 def testTooManyDocumentElements(self): argument
565 def testCreateElementNS(self): pass argument
567 def testCreateAttributeNS(self): pass argument
569 def testParse(self): pass argument
571 def testParseString(self): pass argument
573 def testComment(self): pass argument
575 def testAttrListItem(self): pass argument
577 def testAttrListItems(self): pass argument
579 def testAttrListItemNS(self): pass argument
581 def testAttrListKeys(self): pass argument
583 def testAttrListKeysNS(self): pass argument
585 def testRemoveNamedItem(self): argument
594 def testRemoveNamedItemNS(self): argument
604 def testAttrListValues(self): pass argument
606 def testAttrListLength(self): pass argument
608 def testAttrList__getitem__(self): pass argument
610 def testAttrList__setitem__(self): pass argument
612 def testSetAttrValueandNodeValue(self): pass argument
614 def testParseElement(self): pass argument
616 def testParseAttributes(self): pass argument
618 def testParseElementNamespaces(self): pass argument
620 def testParseAttributeNamespaces(self): pass argument
622 def testParseProcessingInstructions(self): pass argument
624 def testChildNodes(self): pass argument
626 def testFirstChild(self): pass argument
628 def testHasChildNodes(self): argument
636 def _testCloneElementCopiesAttributes(self, e1, e2, test): argument
656 def _setupCloneElement(self, deep): argument
668 def testCloneElementShallow(self): argument
677 def testCloneElementDeep(self): argument
686 def testCloneDocumentShallow(self): argument
698 def testCloneDocumentDeep(self): argument
723 def testCloneDocumentTypeDeepOk(self): argument
757 def testCloneDocumentTypeDeepNotOk(self): argument
762 def testCloneDocumentTypeShallowOk(self): argument
776 def testCloneDocumentTypeShallowNotOk(self): argument
781 def check_import_document(self, deep, testName): argument
786 def testImportDocumentShallow(self): argument
789 def testImportDocumentDeep(self): argument
792 def testImportDocumentTypeShallow(self): argument
798 def testImportDocumentTypeDeep(self): argument
806 def check_clone_attribute(self, deep, testName): argument
820 def testCloneAttributeShallow(self): argument
823 def testCloneAttributeDeep(self): argument
826 def check_clone_pi(self, deep, testName): argument
834 def testClonePIShallow(self): argument
837 def testClonePIDeep(self): argument
840 def check_clone_node_entity(self, clone_document): argument
853 def handle(self, operation, key, data, src, dst): argument
887 def testCloneNodeEntity(self): argument
891 def testNormalize(self): argument
916 def testNormalizeCombineAndNextSibling(self): argument
937 def testNormalizeDeleteWithPrevSibling(self): argument
955 def testNormalizeDeleteWithNextSibling(self): argument
973 def testNormalizeDeleteWithTwoNonTextSiblings(self): argument
993 def testNormalizeDeleteAndCombine(self): argument
1014 def testNormalizeRecursion(self): argument
1077 def testBug0777884(self): argument
1085 def testBug1433694(self): argument
1093 def testSiblings(self): argument
1107 def testParents(self): argument
1122 def testNodeListItem(self): argument
1134 def testEncodings(self): argument
1155 def testStandalone(self): argument
1173 def handle(self, operation, key, data, src, dst): argument
1178 def testUserData(self): argument
1202 def checkRenameNodeSharedConstraints(self, doc, node): argument
1210 def testRenameAttribute(self): argument
1287 def testRenameElement(self): argument
1330 def testRenameOther(self): argument
1340 def testWholeText(self): argument
1376 def testPatch1094164(self): argument
1385 def testReplaceWholeText(self): argument
1414 def testSchemaType(self): argument
1447 def testSetIdAttribute(self): argument
1478 def testSetIdAttributeNS(self): argument
1514 def testSetIdAttributeNode(self): argument
1550 def assert_recursive_equal(self, doc, doc2): argument
1587 def testPickledDocument(self): argument
1594 def testDeepcopiedDocument(self): argument
1599 def testSerializeCommentNodeWithDoubleHyphen(self): argument
1605 def testEmptyXMLNSValue(self): argument
1611 def testExceptionOnSpacesInXMLNSValue(self): argument
1615 def testDocRemoveChild(self): argument
1624 def testProcessingInstructionNameError(self): argument
1631 def test_minidom_attribute_order(self): argument
1638 def test_toxml_with_attributes_ordered(self): argument
1643 def test_toprettyxml_with_attributes_ordered(self): argument
1650 def test_toprettyxml_with_cdata(self): argument
1659 def test_cdata_parsing(self): argument