MCPcopy Index your code
hub / github.com/clips/pattern / push

Method push

pattern/web/feed/feedparser.py:845–846  ·  view source on GitHub ↗
(self, element, expectingText)

Source from the content-addressed store, hash-verified

843 return ''.join([' %s="%s"' % (t[0],_xmlescape(t[1],{'"':'"'})) for t in attrs])
844
845 def push(self, element, expectingText):
846 self.elementstack.append([element, expectingText, []])
847
848 def pop(self, element, stripWhitespace=1):
849 if not self.elementstack:

Callers 15

unknown_starttagMethod · 0.95
pushContentMethod · 0.95
_start_imageMethod · 0.95
_start_textinputMethod · 0.95
_start_authorMethod · 0.95
_start_itunes_ownerMethod · 0.95
_start_contributorMethod · 0.95
_start_dc_contributorMethod · 0.95
_start_nameMethod · 0.95
_start_widthMethod · 0.95
_start_heightMethod · 0.95
_start_urlMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected