We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e60e4 commit b8c83c2Copy full SHA for b8c83c2
Tools/cases_generator/analyzer.py
@@ -356,7 +356,7 @@ def analyze_caches(inputs: list[parser.InputEffect]) -> list[CacheEntry]:
356
def analyze_deferred_refs(node: parser.InstDef) -> dict[lexer.Token, str | None]:
357
"""Look for PyStackRef_FromPyObjectNew() calls"""
358
359
- def find_assignment_target(idx) -> list[lexer.Token]:
+ def find_assignment_target(idx: int) -> list[lexer.Token]:
360
"""Find the tokens that make up the left-hand side of an assignment"""
361
offset = 1
362
for tkn in reversed(node.block.tokens[:idx-1]):
0 commit comments