MCPcopy Index your code
hub / github.com/RustPython/RustPython / _start_ns

Method _start_ns

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

Source from the content-addressed store, hash-verified

1643 return name
1644
1645 def _start_ns(self, prefix, uri):
1646 return self.target.start_ns(prefix or '', uri or '')
1647
1648 def _end_ns(self, prefix):
1649 return self.target.end_ns(prefix or '')

Callers

nothing calls this directly

Calls 1

start_nsMethod · 0.45

Tested by

no test coverage detected