csv2html.table
index
csv2html/table.py

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

 
Classes
       
__builtin__.object
Table

 
class Table(__builtin__.object)
    表:情報テーブル。
 
  Methods defined here:
__init__(self, kind_string, class_attributes)
テーブルのコンストラクタ。
__str__(self)
自分自身を文字列にして、それを応答する。
add(self, tuple)
タプルを追加する。
attributes(self)
属性リストを応答する。
image_filenames(self)
画像ファイル群をリストにして応答する。
thumbnail_filenames(self)
縮小画像ファイル群をリストにして応答する。
tuples(self)
タプル群を応答する。

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