MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / clear

Method clear

thirdparty/beautifulsoup/beautifulsoup.py:613–616  ·  view source on GitHub ↗

Extract all children.

(self)

Source from the content-addressed store, hash-verified

611 return self._getAttrMap().get(key, default)
612
613 def clear(self):
614 """Extract all children."""
615 for child in self.contents[:]:
616 child.extract()
617
618 def index(self, element):
619 for i, child in enumerate(self.contents):

Callers 3

setStringMethod · 0.95
add_pathMethod · 0.45
renderMethod · 0.45

Calls 1

extractMethod · 0.80

Tested by

no test coverage detected