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

Method pushTag

thirdparty/beautifulsoup/beautifulsoup.py:1250–1255  ·  view source on GitHub ↗
(self, tag)

Source from the content-addressed store, hash-verified

1248 return self.currentTag
1249
1250 def pushTag(self, tag):
1251 #print "Push", tag.name
1252 if self.currentTag:
1253 self.currentTag.contents.append(tag)
1254 self.tagStack.append(tag)
1255 self.currentTag = self.tagStack[-1]
1256
1257 def endData(self, containerClass=NavigableString):
1258 if self.currentData:

Callers 2

resetMethod · 0.95
unknown_starttagMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected