Closed tomkel5 closed 6 years ago
The locals() initialization is not preferable, since locals() includes self. Enumerating the variables also helps with IDE code analysis and navigation.
locals()
self
The
locals()
initialization is not preferable, sincelocals()
includesself
. Enumerating the variables also helps with IDE code analysis and navigation.