@@ -1873,6 +1873,12 @@ msgid ""
18731873"return ``True`` if *class* is a subclass of any entry in *classinfo*. In "
18741874"any other case, a :exc:`TypeError` exception is raised."
18751875msgstr ""
1876+ "Zwraca ``True`` jeśli *class* jest podklasa (bezpośrednim, pośrednim lub :"
1877+ "term:` wirtualnym <abstrakcyjna klasa bazowa>`) *classinfo*. Klasa jest "
1878+ "uważana za podklasa samej siebie. *classinfo* może być krotka obiektów klasy "
1879+ "(lub rekurencyjnie, innych takich krotka) lub :ref:`types-union`, w którym "
1880+ "to przypadku zwraca ``True`` jeśli *class* jest podklasa dowolnego wpisu w "
1881+ "*classinfo*. W każdym innym przypadku wyjątek :exc:`TypeError` jest rzucony."
18761882
18771883msgid ""
18781884"Return an :term:`iterator` object. The first argument is interpreted very "
@@ -1888,6 +1894,18 @@ msgid ""
18881894"*sentinel*, :exc:`StopIteration` will be raised, otherwise the value will be "
18891895"returned."
18901896msgstr ""
1897+ "Zwraca obiekt :term:`iterator`. Pierwszy argument jest interpretowany "
1898+ "bardzo różnie w zależności od obecności drugiego argumentu. Bez drugiego "
1899+ "argument, *object* musi być obiektem kolekcji, który obsługuje protokół :"
1900+ "term:`iterable` (metoda :meth:`~object.__iter__` ), lub musi obsługiwać "
1901+ "protokół sekwencji (metoda :meth:`~object.__getitem__` z liczba całkowita "
1902+ "argument zaczynając od ``0``). Jeśli nie obsługuje żadnego z tych "
1903+ "protokołów, rzuci :exc:`TypeError`. Jeśli podano drugi argument, *sentinel*, "
1904+ "to *object* musi być obiektem wywoływalnym. Utworzony w tym przypadku "
1905+ "iterator będzie wywoływał *object* bez argumentu dla każdego wywołania jego "
1906+ "metody :meth:`~iterator.__next__`; jeśli zwrócona wartość jest równa "
1907+ "*sentinel*, :exc:`StopIteration` będzie rzucony, w przeciwnym razie wartość "
1908+ "zostanie zwrócona."
18911909
18921910msgid "See also :ref:`typeiter`."
18931911msgstr "Zobacz także :ref:`typeiter`."
0 commit comments