csv2html.attributes
index
csv2html/attributes.py

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

 
Modules
       
datetime
os
shutil

 
Classes
       
__builtin__.object
Attributes
AttributesForPrimeMinisters
AttributesForTokugawaShogunate

 
class Attributes(__builtin__.object)
    属性リスト:情報テーブルを入出力する際の属性情報を記憶。
 
  Methods defined here:
__init__(self, kind_string)
入力用("input")または出力用("output")で属性リストを作成するコンストラクタ。
__str__(self)
自分自身を文字列にして、それを応答する。
keys(self)
キー群を応答する。
names(self)
名前群を応答する。

Class methods defined here:
base_directory(the_class, kind_string) from __builtin__.type
ベースとなるディレクトリ(ページを生成するためのフォルダ)を応答する。
flush_base_directory(the_class) from __builtin__.type
ベースとなるディレクトリの記憶を水に流す。
index_html(the_class) from __builtin__.type
インデックスページの名前(ファイル名:通常はindex.html)を応答する。

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

 
class AttributesForPrimeMinisters(Attributes)
    属性リスト:総理大臣の情報テーブルを入出力する際の属性情報を記憶。
 
 
Method resolution order:
AttributesForPrimeMinisters
Attributes
__builtin__.object

Methods defined here:
__init__(self, kind_string)
入力用("input")または出力用("output")で属性リストを作成するコンストラクタ。

Class methods defined here:
base_directory(the_class) from __builtin__.type
ベースとなるディレクトリ(ページを生成するためのフォルダ)を応答する。
base_url(the_class) from __builtin__.type
CSVファイルの在り処をURLで応答する。
caption_string(the_class) from __builtin__.type
ページの題目文字列を応答する。
csv_url(the_class) from __builtin__.type
CSVファイルをURLで応答する。
title_string(the_class) from __builtin__.type
ページのタイトル文字列を応答する。

Methods inherited from Attributes:
__str__(self)
自分自身を文字列にして、それを応答する。
keys(self)
キー群を応答する。
names(self)
名前群を応答する。

Class methods inherited from Attributes:
flush_base_directory(the_class) from __builtin__.type
ベースとなるディレクトリの記憶を水に流す。
index_html(the_class) from __builtin__.type
インデックスページの名前(ファイル名:通常はindex.html)を応答する。

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

 
class AttributesForTokugawaShogunate(Attributes)
    属性リスト:徳川幕府の情報テーブルを入出力する際の属性情報を記憶。
 
 
Method resolution order:
AttributesForTokugawaShogunate
Attributes
__builtin__.object

Methods defined here:
__init__(self, kind_string)
入力用("input")または出力用("output")で属性リストを作成するコンストラクタ。

Class methods defined here:
base_directory(the_class) from __builtin__.type
ベースとなるディレクトリ(ページを生成するためのフォルダ)を応答する。
base_url(the_class) from __builtin__.type
CSVファイルの在り処をURLで応答する。
caption_string(the_class) from __builtin__.type
ページの題目文字列を応答する。
csv_url(the_class) from __builtin__.type
CSVファイルをURLで応答する。
title_string(the_class) from __builtin__.type
ページのタイトル文字列を応答する。

Methods inherited from Attributes:
__str__(self)
自分自身を文字列にして、それを応答する。
keys(self)
キー群を応答する。
names(self)
名前群を応答する。

Class methods inherited from Attributes:
index_html(the_class) from __builtin__.type
インデックスページの名前(ファイル名:通常はindex.html)を応答する。

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