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

Method test_writer_kw_attrs

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

Source from the content-addressed store, hash-verified

145 self._test_kw_attrs(csv.reader, [])
146
147 def test_writer_kw_attrs(self):
148 self._test_kw_attrs(csv.writer, StringIO())
149
150 def _test_dialect_attrs(self, ctor, *args):
151 # 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