MCPcopy
hub / github.com/csev/py4e / append

Method append

old/old-code/BeautifulSoup.py:248–250  ·  view source on GitHub ↗

Appends the given tag to the contents of this tag.

(self, tag)

Source from the content-addressed store, hash-verified

246 self.contents.insert(position, newChild)
247
248 def append(self, tag):
249 """Appends the given tag to the contents of this tag."""
250 self.insert(len(self.contents), tag)
251
252 def findNext(self, name=None, attrs={}, text=None, **kwargs):
253 """Returns the first item that matches the given criteria and

Callers 15

wikigrade.pyFile · 0.45
txtcheck3.pyFile · 0.45
count3.pyFile · 0.45
_findAllMethod · 0.45
setStringMethod · 0.45
getTextMethod · 0.45
__setitem__Method · 0.45
__str__Method · 0.45
renderContentsMethod · 0.45
pushTagMethod · 0.45
endDataMethod · 0.45
unknown_starttagMethod · 0.45

Calls 1

insertMethod · 0.95

Tested by

no test coverage detected