csv2html.tuple
index
csv2html/tuple.py

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

 
Classes
       
__builtin__.object
Tuple

 
class Tuple(__builtin__.object)
    タプル:情報テーブルの中の各々のレコード。
 
  Methods defined here:
__init__(self, attributes, values)
属性リストと値リストからタプルを作るコンストラクタ。
__str__(self)
自分自身を文字列にして、それを応答する。
attributes(self)
属性リストを応答する。
values(self)
値リストを応答する。

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