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

Method start_ns

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

Source from the content-addressed store, hash-verified

1914 self._write(_escape_cdata_c14n(data))
1915
1916 def start_ns(self, prefix, uri):
1917 if self._ignored_depth:
1918 return
1919 # we may have to resolve qnames in text content
1920 if self._data:
1921 self._flush()
1922 self._ns_stack[-1].append((uri, prefix))
1923
1924 def start(self, tag, attrs):
1925 if self._exclude_tags is not None and (

Callers 1

_start_nsMethod · 0.45

Calls 2

_flushMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected