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

Class space

Lib/test/test_csv.py:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643
644 def test_space_dialect(self):
645 class space(csv.excel):
646 delimiter = " "
647 quoting = csv.QUOTE_NONE
648 escapechar = "\\"
649
650 with TemporaryFile("w+", encoding="utf-8") as fileobj:
651 fileobj.write("abc def\nc1ccccc1 benzene\n")

Callers 1

test_space_dialectMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_space_dialectMethod · 0.68