File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ msgid ""
3333"This instance of :c:type:`PyTypeObject` represents the Python method type. "
3434"This is exposed to Python programs as ``types.MethodType``."
3535msgstr ""
36+ "Esta instância de :c:type:`PyTypeObject` representa o tipo de método Python. "
37+ "Isso é exposto a programas Python como ``types.MethodType``."
3638
3739#: ../../c-api/method.rst:23
3840msgid ""
@@ -61,12 +63,13 @@ msgstr ""
6163
6264#: ../../c-api/method.rst:49
6365msgid "Return the function object associated with the method *meth*."
64- msgstr ""
66+ msgstr "Retorna o objeto de função associado ao método *meth*. "
6567
6668#: ../../c-api/method.rst:54
6769msgid ""
6870"Macro version of :c:func:`PyMethod_Function` which avoids error checking."
6971msgstr ""
72+ "Versão macro de :c:func:`PyMethod_Function` que evita a verificação de erros."
7073
7174#: ../../c-api/method.rst:59
7275msgid ""
@@ -77,6 +80,7 @@ msgstr ""
7780#: ../../c-api/method.rst:65
7881msgid "Macro version of :c:func:`PyMethod_Self` which avoids error checking."
7982msgstr ""
83+ "Versão macro de :c:func:`PyMethod_Self` que evita a verificação de erros."
8084
8185#: ../../c-api/method.rst:70
8286msgid "Clear the free list. Return the total number of freed items."
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ msgid ""
6161"Return an :term:`iterator` which yields the same values as :func:`glob` "
6262"without actually storing them all simultaneously."
6363msgstr ""
64+ "Retorna um :term:`iterador <iterator>` que produz os mesmos valores que :"
65+ "func:`glob` sem realmente armazená-los todos simultaneamente."
6466
6567#: ../../library/glob.rst:44
6668msgid ""
@@ -76,11 +78,14 @@ msgid ""
7678"default. For example, consider a directory containing :file:`card.gif` and :"
7779"file:`.card.gif`::"
7880msgstr ""
81+ "Se o diretório contém arquivos começando com ``.`` eles não serão "
82+ "correspondidos por padrão. Por exemplo, considere um diretório contendo :"
83+ "file:`card.gif` e :file:`.card.gif` ::"
7984
8085#: ../../library/glob.rst:69
8186msgid "Module :mod:`fnmatch`"
8287msgstr "Módulo :mod:`fnmatch`"
8388
8489#: ../../library/glob.rst:70
8590msgid "Shell-style filename (not path) expansion"
86- msgstr ""
91+ msgstr "Expansão de nome de arquivo no estilo shell (não caminho) "
You can’t perform that action at this time.
0 commit comments