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

Class space

Lib/test/test_csv.py:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625
626 def test_space_dialect(self):
627 class space(csv.excel):
628 delimiter = " "
629 quoting = csv.QUOTE_NONE
630 escapechar = "\\"
631
632 with TemporaryFile("w+", encoding="utf-8") as fileobj:
633 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…