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

Method _start_textinput

pattern/web/feed/feedparser.py:1160–1165  ·  view source on GitHub ↗
(self, attrsD)

Source from the content-addressed store, hash-verified

1158 self.inimage = 0
1159
1160 def _start_textinput(self, attrsD):
1161 context = self._getContext()
1162 context.setdefault('textinput', FeedParserDict())
1163 self.intextinput = 1
1164 self.title_depth = -1
1165 self.push('textinput', 0)
1166 _start_textInput = _start_textinput
1167
1168 def _end_textinput(self):

Callers

nothing calls this directly

Calls 4

_getContextMethod · 0.95
pushMethod · 0.95
FeedParserDictClass · 0.85
setdefaultMethod · 0.45

Tested by

no test coverage detected