File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ f'''''')
1616]]] -->
1717![ build] ( https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg )
18- ![ 70.36 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-70.36 %25-0.svg )
18+ ![ 70.54 % przełącznika języków] ( https://img.shields.io/badge/przełącznik_języków-70.54 %25-0.svg )
1919![ postęp tłumaczenia całości dokumentacji] ( https://img.shields.io/badge/całość-3.76%25-0.svg )
2020![ 24 tłumaczy] ( https://img.shields.io/badge/tłumaczy-24-0.svg )
2121<!-- [[[end]]] -->
Original file line number Diff line number Diff line change @@ -784,6 +784,13 @@ msgid ""
784784"argument list is constructed from the instance object and the argument list, "
785785"and the function object is called with this new argument list."
786786msgstr ""
787+ "Ogólnie rzecz biorąc, metody działają w następujący sposób. Gdy odwoływane "
788+ "jest nie-dane atrybut instancji, wyszukiwana jest klasa instancji. Jeśli "
789+ "nazwa wskazuje na prawidłową klasę atrybut, która jest obiektem funkcja, "
790+ "odwołania zarówno do obiektu instancji, jak i obiektu funkcja są pakowane do "
791+ "obiektu metody. Gdy obiekt metody jest wywoływany z listą argument, nowa "
792+ "lista argument jest konstruowana z instancji obiektu i listy argument, a "
793+ "obiekt funkcja jest wywoływany z tą nową listą argument."
787794
788795msgid "Class and Instance Variables"
789796msgstr "Class i Instance Variables"
You can’t perform that action at this time.
0 commit comments