Searched defs:doublequote (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | csv.py | 102 doublequote = None variable in Dialect |
/external/python/cpython3/Lib/test/ | ||
D | test_csv.py | 151 doublequote=False variable in Test_Csv._test_dialect_attrs.dialect |
/external/python/cpython3/Modules/ | ||
D | _csv.c | 112 char doublequote; /* is " represented by ""? */ member |