csv2html.reader
index
csv2html/reader.py

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

 
Modules
       
os

 
Classes
       
csv2html.io.IO(__builtin__.object)
Reader

 
class Reader(csv2html.io.IO)
    リーダ:情報を記したCSVファイルを読み込んでテーブルに仕立て上げる。
 
 
Method resolution order:
Reader
csv2html.io.IO
__builtin__.object

Methods defined here:
__init__(self, input_table)
リーダのコンストラクタ。
perform(self)
ダウンロードしたCSVファイルを読み込む。

Methods inherited from csv2html.io.IO:
attributes(self)
属性リストを応答する。
read_csv(self, filename)
指定されたファイルをCSVとして読み込み、行リストを応答する。
table(self)
テーブルを応答する。
tuples(self)
タプル群を応答する。
write_csv(self, filename, rows)
指定されたファイルにCSVとして行たち(rows)を書き出す。

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

Data descriptors inherited from csv2html.io.IO:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)