chore: add new parameter to docstring
All checks were successful
Tests / tests (pull_request) Successful in 5s
All checks were successful
Tests / tests (pull_request) Successful in 5s
This commit is contained in:
@@ -38,6 +38,7 @@ class Resolver(p.Stmt.Visitor[None], p.Expr.Visitor[None]):
|
|||||||
This method must be called *before* evaluating the variable initializer
|
This method must be called *before* evaluating the variable initializer
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
location (Location): the location where the name is declared
|
||||||
name (str): the name of the variable
|
name (str): the name of the variable
|
||||||
"""
|
"""
|
||||||
if len(self.scopes) == 0:
|
if len(self.scopes) == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user