クラス | |
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) | |