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

Method test_writer_kw_attrs

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

Source from the content-addressed store, hash-verified

143 self._test_kw_attrs(csv.reader, [])
144
145 def test_writer_kw_attrs(self):
146 self._test_kw_attrs(csv.writer, StringIO())
147
148 def _test_dialect_attrs(self, ctor, *args):
149 # Now try with dialect-derived options

Callers

nothing calls this directly

Calls 2

_test_kw_attrsMethod · 0.95
StringIOClass · 0.90

Tested by

no test coverage detected