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

Method reset

thirdparty/beautifulsoup/beautifulsoup.py:1232–1240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1230 or name in self.instanceSelfClosingTags
1231
1232 def reset(self):
1233 Tag.__init__(self, self, self.ROOT_TAG_NAME)
1234 self.hidden = 1
1235 sgmllib.SGMLParser.reset(self)
1236 self.currentData = []
1237 self.currentTag = None
1238 self.tagStack = []
1239 self.quoteStack = []
1240 self.pushTag(self)
1241
1242 def popTag(self):
1243 tag = self.tagStack.pop()

Callers 1

_feedMethod · 0.95

Calls 2

pushTagMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected