Aug-20-2021, 01:56 PM
Hi I have class like this and staticmethod inside. I want to ask you how to acess self. variables from class ? For example - self.paths
class ImagesLoader:
def __init__(self, paths):
self.paths = paths
@staticmethod
def loop():
HERE I WANT ACCESS self.paths
My github:
https://github.com/Samuel-Bachorik
https://github.com/Samuel-Bachorik
