[Lldb-commits] [lldb] [lldb/script] Add type hints to scripted extension base classes (PR #209680)
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 15 08:53:49 PDT 2026
https://github.com/kastiglione approved this pull request.
Looks good. There are many places with a bare `dict` or `list` and I wonder if those can be more precise, such as `dict[str, Any]` or `list[ScriptedFrame]` (to make up some examples).
https://github.com/llvm/llvm-project/pull/209680
More information about the lldb-commits
mailing list