MCPcopy Create free account
hub / github.com/RustPython/RustPython / testB

Class testB

Lib/test/test_csv.py:670–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668 class testA(csv.excel):
669 delimiter = "\t"
670 class testB(csv.excel):
671 delimiter = ":"
672 class testC(csv.excel):
673 delimiter = "|"
674 class testUni(csv.excel):

Callers 1

test_dialect_applyMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_dialect_applyMethod · 0.56