"Sniffs" the format of a CSV file (i.e. delimiter, quotechar) Returns a Dialect object.
There are no base classes.
There are no implemented interfaces.
There are no attributes in this class.
has_header(sample)
sniff(sample, delimiters=None)
Returns a dialect (or None) corresponding to the sample
There are no known subclasses.