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

Method test_writer_attrs

Lib/test/test_csv.py:125–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

123 self._test_default_attrs(csv.reader, [])
124
125 def test_writer_attrs(self):
126 self._test_default_attrs(csv.writer, StringIO())
127
128 def _test_kw_attrs(self, ctor, *args):
129 # Now try with alternate options

Callers

nothing calls this directly

Calls 2

_test_default_attrsMethod · 0.95
StringIOClass · 0.90

Tested by

no test coverage detected