summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJannick Kremer <51118500+DeinAlptraum@users.noreply.github.com>2024-07-31 13:21:43 +0100
committerGitHub <noreply@github.com>2024-07-31 16:21:43 +0400
commit55255669077b191043b1a8920107890815151835 (patch)
tree33d36369f3fba985f0c37962fc90a58a9cf038ee /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent4c670b266a10d613a58b71cc9c3d3a21cb6dc36b (diff)
[libclang/python] type-ignore `Any` returns from library calls (#101310)
On its own, this change leads to _more_ strict typing errors as the functions are mostly not annotated so far, so the `# type: ignore`s are reported as Unused. This is part of the work leading up to #78114 though, and one of the bigger parts factored out from it, so these will later lead to less strict typing errors as the functions are annotated with return types.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions