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

Method test_reader_kw_attrs

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

Source from the content-addressed store, hash-verified

140 self.assertIs(obj.dialect.strict, True)
141
142 def test_reader_kw_attrs(self):
143 self._test_kw_attrs(csv.reader, [])
144
145 def test_writer_kw_attrs(self):
146 self._test_kw_attrs(csv.writer, StringIO())

Callers

nothing calls this directly

Calls 1

_test_kw_attrsMethod · 0.95

Tested by

no test coverage detected