Kyopro Library
 
読み取り中…
検索中…
一致する文字列を見つけられません
exp.py ファイル

[ソースコード]

クラス

class  exp.Expander
 Expander class is responsible for expanding libraries in the source code. [詳解]
 

名前空間

namespace  exp
 

変数

bool exp.HEAD = True
 
bool exp.CONST = True
 
 exp.logger = getLogger(__name__)
 
 exp.format
 
 exp.datefmt
 
 exp.level
 
 exp.parser = argparse.ArgumentParser(description="Expander")
 
 exp.help
 
 exp.action
 
 exp.opts = parser.parse_args()
 
list exp.lib_paths = []
 
 exp.expander = Expander(lib_paths)
 
 exp.source = open(opts.source).read()
 
 exp.output = expander.expand(source)