[code.view]

[top] / python / PyMOTW / csv / csv_list_dialects.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
     #
     """List the registered dialects.
     """
     #end_pymotw_header
     
     import csv
     
     print csv.list_dialects()
     

[top] / python / PyMOTW / csv / csv_list_dialects.py

contact | logmethods.com