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

Method _start_ns

Lib/xml/etree/ElementTree.py:1649–1650  ·  view source on GitHub ↗
(self, prefix, uri)

Source from the content-addressed store, hash-verified

1647 return name
1648
1649 def _start_ns(self, prefix, uri):
1650 return self.target.start_ns(prefix or '', uri or '')
1651
1652 def _end_ns(self, prefix):
1653 return self.target.end_ns(prefix or '')

Callers

nothing calls this directly

Calls 1

start_nsMethod · 0.45

Tested by

no test coverage detected