base

class boto3_dataclass.parsers.base.StubFileParser(path_stub_file: Path)[source]

mypy_boto3_${aws_service}/*.pyi stub file 中解析出结果化的信息

Parameters:

path_stub_file – stub file 的路径.

property stub_file_content: str

stub file 的内容的字符串形式.

property zfill: int

根据 stub file 的总行数, 计算出行号需要填充多少位数的 0.

property module: Module

Parse the stub file content into an AST module.