chore: add new parameter to docstring
All checks were successful
Tests / tests (pull_request) Successful in 5s

This commit is contained in:
2026-07-08 19:30:15 +02:00
parent ab7012c538
commit 4ed78d3d7e

View File

@@ -38,6 +38,7 @@ class Resolver(p.Stmt.Visitor[None], p.Expr.Visitor[None]):
This method must be called *before* evaluating the variable initializer
Args:
location (Location): the location where the name is declared
name (str): the name of the variable
"""
if len(self.scopes) == 0: