Kyopro Library
 
読み取り中…
検索中…
一致する文字列を見つけられません
exp 名前空間

クラス

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

変数

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

変数詳解

◆ HEAD

bool exp.HEAD = True

exp.py1 行目に定義があります。

◆ CONST

bool exp.CONST = True

exp.py2 行目に定義があります。

◆ logger

exp.logger = getLogger(__name__)

exp.py17 行目に定義があります。

◆ format

exp.format

exp.py178 行目に定義があります。

◆ datefmt

exp.datefmt

exp.py179 行目に定義があります。

◆ level

exp.level

exp.py180 行目に定義があります。

◆ parser

exp.parser = argparse.ArgumentParser(description="Expander")

exp.py182 行目に定義があります。

◆ help

exp.help

exp.py183 行目に定義があります。

◆ action

exp.action

exp.py184 行目に定義があります。

◆ opts

exp.opts = parser.parse_args()

exp.py186 行目に定義があります。

◆ lib_paths

list exp.lib_paths = []

exp.py188 行目に定義があります。

◆ expander

exp.expander = Expander(lib_paths)

exp.py196 行目に定義があります。

◆ source

exp.source = open(opts.source).read()

exp.py197 行目に定義があります。

◆ output

exp.output = expander.expand(source)

exp.py198 行目に定義があります。