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

Method appendData

Lib/xml/dom/minidom.py:1067–1068  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

1065 return self.data[offset:offset+count]
1066
1067 def appendData(self, arg):
1068 self.data = self.data + arg
1069
1070 def insertData(self, offset, arg):
1071 if offset < 0:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected