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

Method test_reader_kw_attrs

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

Source from the content-addressed store, hash-verified

142 self.assertIs(obj.dialect.strict, True)
143
144 def test_reader_kw_attrs(self):
145 self._test_kw_attrs(csv.reader, [])
146
147 def test_writer_kw_attrs(self):
148 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