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

Method test_reader_attrs

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

Source from the content-addressed store, hash-verified

118 'quoting', None)
119
120 def test_reader_attrs(self):
121 self._test_default_attrs(csv.reader, [])
122
123 def test_writer_attrs(self):
124 self._test_default_attrs(csv.writer, StringIO())

Callers

nothing calls this directly

Calls 1

_test_default_attrsMethod · 0.95

Tested by

no test coverage detected