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

Method setString

thirdparty/beautifulsoup/beautifulsoup.py:586–589  ·  view source on GitHub ↗

Replace the contents of the tag with a string

(self, string)

Source from the content-addressed store, hash-verified

584 return self.contents[0]
585
586 def setString(self, string):
587 """Replace the contents of the tag with a string"""
588 self.clear()
589 self.append(string)
590
591 string = property(getString, setString)
592

Callers

nothing calls this directly

Calls 2

clearMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected