Home | History | Annotate | Download | only in python2.7

Lines Matching refs:feed

84 # Usage: p = XMLParser(); p.feed(data); ...; p.close().
166 # Interface -- feed some data to the parser. Call this as
170 def feed(self, data):
912 x.feed(data)
916 x.feed(c)