“Co to jest w Pythonie” Kod odpowiedzi

Zajęcia w Pythonie z samookreśleniami

self represents the instance of the class. By using the “self” keyword we can access the attributes and methods of the class in python. It binds the attributes with the given arguments. 
Dull Dogfish

Co to jest w Pythonie

self is used to refer to the specific object that is calling that function
Obedient Oystercatcher

Self Python

class A(object):

    @staticmethod
    def stat_meth():
        print("Look no self was passed")
>>> a = A()
>>> a.stat_meth()
Look no self was passed
ap_Cooperative_dev

Odpowiedzi podobne do “Co to jest w Pythonie”

Pytania podobne do “Co to jest w Pythonie”

Więcej pokrewnych odpowiedzi na “Co to jest w Pythonie” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu