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