Lines Matching refs:Dialect
65 the :class:`Dialect` class or one of the strings returned by the
94 :class:`Dialect` class or one of the strings returned by the
118 dialect can be specified either by passing a sub-class of :class:`Dialect`, or
134 :class:`Dialect`.
222 .. class:: Dialect
224 The :class:`Dialect` class is a container class relied on primarily for its
258 Analyze the given *sample* and return a :class:`Dialect` subclass
322 subclass of the :class:`Dialect` class having a set of specific methods and a
325 the :class:`Dialect` class as the dialect parameter. In addition to, or instead
328 for the :class:`Dialect` class.
333 .. attribute:: Dialect.delimiter
338 .. attribute:: Dialect.doublequote
349 .. attribute:: Dialect.escapechar
357 .. attribute:: Dialect.lineterminator
369 .. attribute:: Dialect.quotechar
376 .. attribute:: Dialect.quoting
383 .. attribute:: Dialect.skipinitialspace
389 .. attribute:: Dialect.strict