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

Method append

code3/bs4/element.py:364–366  ·  view source on GitHub ↗

Appends the given tag to the contents of this tag.

(self, tag)

Source from the content-addressed store, hash-verified

362 self.contents.insert(position, new_child)
363
364 def append(self, tag):
365 """Appends the given tag to the contents of this tag."""
366 self.insert(len(self.contents), tag)
367
368 def insert_before(self, predecessor):
369 """Makes the given element the immediate predecessor of this one.

Callers 15

updateLinesNoUndoFunction · 0.45
streamMethod · 0.45
foundation.min.jsFile · 0.45
foundation.jsFile · 0.45
mhack.pyFile · 0.45
foundation.min.jsFile · 0.45
fFunction · 0.45
setupFunction · 0.45
jquery-ui.min.jsFile · 0.45
jquery.min.jsFile · 0.45
foundation.min.jsFile · 0.45
fFunction · 0.45

Calls 1

insertMethod · 0.95