summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Eot/CParser4/CParser.py
diff options
context:
space:
mode:
authorRoman A <121314722+GameRoMan@users.noreply.github.com>2025-05-12 18:13:08 +0300
committerLiming Gao <gaoliming@byosoft.com.cn>2025-05-26 04:02:24 +0300
commit88094970943d11c7c11710839e3d73b3e21fbaae (patch)
tree7d59838197032da34b4ce4ceadd8b90afc4d92bd /BaseTools/Source/Python/Eot/CParser4/CParser.py
parenta8f0e70dbfa65e408e3b302c187654f1862e8fb0 (diff)
downloadedk2-88094970943d11c7c11710839e3d73b3e21fbaae.tar.xz
BaseTools: Fix type annotations
Fixed type annotations for functions: - `def _parse_pattern(line: str) -> Tuple[str]:` -> `def _parse_pattern(line: str) -> Tuple[bool, str, str]:` - `def get_scopes(codeql_enabled: bool) -> Tuple[str]:` -> `def get_scopes(codeql_enabled: bool) -> Tuple[str, ...]:` Signed-off-by: Roman A <gameromandev@gmail.com>
Diffstat (limited to 'BaseTools/Source/Python/Eot/CParser4/CParser.py')
0 files changed, 0 insertions, 0 deletions