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

Method test_writer_attrs

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

Source from the content-addressed store, hash-verified

121 self._test_default_attrs(csv.reader, [])
122
123 def test_writer_attrs(self):
124 self._test_default_attrs(csv.writer, StringIO())
125
126 def _test_kw_attrs(self, ctor, *args):
127 # 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