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

Method test_copy

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

Source from the content-addressed store, hash-verified

695 csv.unregister_dialect('testC')
696
697 def test_copy(self):
698 for name in csv.list_dialects():
699 dialect = csv.get_dialect(name)
700 self.assertRaises(TypeError, copy.copy, dialect)
701
702 def test_pickle(self):
703 for name in csv.list_dialects():

Callers

nothing calls this directly

Calls 2

get_dialectMethod · 0.80
assertRaisesMethod · 0.45

Tested by

no test coverage detected