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

Method _parse_bytestream

Lib/xml/dom/xmlbuilder.py:202–205  ·  view source on GitHub ↗
(self, stream, options)

Source from the content-addressed store, hash-verified

200 raise NotImplementedError("Haven't written this yet...")
201
202 def _parse_bytestream(self, stream, options):
203 import xml.dom.expatbuilder
204 builder = xml.dom.expatbuilder.makeBuilder(options)
205 return builder.parseFile(stream)
206
207
208def _name_xform(name):

Callers 1

parseMethod · 0.95

Calls 1

parseFileMethod · 0.45

Tested by

no test coverage detected