MCPcopy Create free account
hub / github.com/clips/pattern / popTag

Method popTag

pattern/web/soup/BeautifulSoup.py:1224–1230  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1222 self.pushTag(self)
1223
1224 def popTag(self):
1225 tag = self.tagStack.pop()
1226
1227 #print "Pop", tag.name
1228 if self.tagStack:
1229 self.currentTag = self.tagStack[-1]
1230 return self.currentTag
1231
1232 def pushTag(self, tag):
1233 #print "Push", tag.name

Callers 3

_feedMethod · 0.95
_popToTagMethod · 0.95
unknown_starttagMethod · 0.95

Calls 1

popMethod · 0.45

Tested by

no test coverage detected