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

Function makeBuilder

Lib/xml/dom/expatbuilder.py:957–962  ·  view source on GitHub ↗

Create a builder based on an Options object.

(options)

Source from the content-addressed store, hash-verified

955
956
957def makeBuilder(options):
958 """Create a builder based on an Options object."""
959 if options.namespaces:
960 return ExpatBuilderNS(options)
961 else:
962 return ExpatBuilder(options)

Callers

nothing calls this directly

Calls 2

ExpatBuilderNSClass · 0.85
ExpatBuilderClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…