@@ -2702,28 +2702,38 @@ msgid ""
27022702"Called to set the attribute on an instance *instance* of the owner class to "
27032703"a new value, *value*."
27042704msgstr ""
2705+ "Chamado para definir o atributo em uma instância *instance* da classe "
2706+ "proprietária para um novo valor, *value*."
27052707
27062708#: ../../reference/datamodel.rst:1646
27072709msgid ""
27082710"Called to delete the attribute on an instance *instance* of the owner class."
27092711msgstr ""
2712+ "Chamado para excluir o atributo em uma instância *instance* da classe "
2713+ "proprietária."
27102714
27112715#: ../../reference/datamodel.rst:1651
27122716msgid ""
27132717"Called at the time the owning class *owner* is created. The descriptor has "
27142718"been assigned to *name*."
27152719msgstr ""
2720+ "Chamado no momento em que a classe proprietária *owner* é criada. O "
2721+ "descritor foi atribuído a *name*."
27162722
27172723#: ../../reference/datamodel.rst:1656
27182724msgid ""
27192725":meth:`__set_name__` is only called implicitly as part of the :class:`type` "
27202726"constructor, so it will need to be called explicitly with the appropriate "
27212727"parameters when a descriptor is added to a class after initial creation::"
27222728msgstr ""
2729+ ":meth:`__set_name__` só é chamado implicitamente como parte do construtor :"
2730+ "class:`type`, então ele precisará ser chamado explicitamente com os "
2731+ "parâmetros apropriados quando um descritor é adicionado a uma classe após a "
2732+ "criação inicial::"
27232733
27242734#: ../../reference/datamodel.rst:1667
27252735msgid "See :ref:`class-object-creation` for more details."
2726- msgstr ""
2736+ msgstr "Consulte :ref:`class-object-creation` para mais detalhes. "
27272737
27282738#: ../../reference/datamodel.rst:1671
27292739msgid ""
0 commit comments