Notes

  1. Variables inside the construction variable
class WithClass ():
    def __init__(self, url):
        self.value = url

    def my_func(self):
        print(self.url)

Variables set outside `init.py`

results matching ""

    No results matching ""