1 2 3 4 5 6
def register_dialect(name, dialect): # real signature unknown; restored from __doc__ """ Create a mapping from a string name to a dialect class. dialect = csv.register_dialect(name, dialect) """ pass