Scope determines how variables and their names are looked up in code. It defines the area of a program where you can access that name. There are two general scopes.. Global scope: names defined ...
The meta.function-call.python scope is no longer being applied inside Python function calls. It's applied outside the function, but inside only the meta.function-call.arguments.python scope is applied ...