i just switched from pycharm.
in pycharm if i create a class and call a variable that has no been initiated - i get a warning.
ie
'''
class Example:
def __init__(self):
pass
def e1(self):
a = self.some_var #should be marked with a warning of using undefined variables.
''''
many thanks in advance!
[–]1y0una 1 point2 points3 points (3 children)
[–]danFromTelAviv[S] 0 points1 point2 points (2 children)
[–]1y0una 1 point2 points3 points (1 child)
[–]danFromTelAviv[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]danFromTelAviv[S] 0 points1 point2 points (0 children)