MCPcopy Index your code
hub / github.com/csev/py4e / wrap

Method wrap

code3/bs4/element.py:250–253  ·  view source on GitHub ↗
(self, wrap_inside)

Source from the content-addressed store, hash-verified

248 replaceWithChildren = unwrap # BS3
249
250 def wrap(self, wrap_inside):
251 me = self.replace_with(wrap_inside)
252 wrap_inside.append(me)
253 return wrap_inside
254
255 def extract(self):
256 """Destructively rips this element out of the tree."""

Callers 14

foundation.min.jsFile · 0.45
foundation.jsFile · 0.45
fFunction · 0.45
foundation.min.jsFile · 0.45
jquery-ui.min.jsFile · 0.45
fFunction · 0.45
foundation.min.jsFile · 0.45
jquery-ui.min.jsFile · 0.45
fFunction · 0.45
foundation.min.jsFile · 0.45
jquery-ui.min.jsFile · 0.45
test_wrapMethod · 0.45

Calls 2

replace_withMethod · 0.95
appendMethod · 0.45