MCPcopy Index your code
hub / github.com/python/cpython / feed

Method feed

Lib/xmlrpc/client.py:424–425  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

422 target.xml(encoding, None)
423
424 def feed(self, data):
425 self._parser.Parse(data, False)
426
427 def close(self):
428 try:

Callers 2

loadsFunction · 0.45
parse_responseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected