csv2html.io
index
csv2html/io.py

# -*- coding: utf-8 -*-

 
Modules
       
csv

 
Classes
       
__builtin__.object
IO

 
class IO(__builtin__.object)
    入出力:リーダ・ダウンローダ・ライタを抽象する。
 
  Methods defined here:
__init__(self, a_table)
入出力のコンストラクタ。
attributes(self)
属性リストを応答する。
read_csv(self, filename)
指定されたファイルをCSVとして読み込む。
table(self)
テーブルを応答する。
tuples(self)
タプル群を応答する。
write_csv(self, filename, rows)
指定されたファイルにCSVとして行たち(rows)を書き出す。

Class methods defined here:
html_canonical_string(the_class, a_string) from __builtin__.type
指定された文字列をHTML内に記述できる正式な文字列に変換して応答する。

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)