File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
14+ "POT-Creation-Date : 2021-08-03 07:07 +0000\n "
1515"PO-Revision-Date : 2017-02-16 17:39+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -510,6 +510,17 @@ msgid ""
510510"``T_PYSSIZET`` and ``READONLY``, for example::"
511511msgstr ""
512512
513+ msgid ""
514+ "Get an attribute belonging to the object at address *obj_addr*. The "
515+ "attribute is described by ``PyMemberDef`` *m*. Returns ``NULL`` on error."
516+ msgstr ""
517+
518+ msgid ""
519+ "Set an attribute belonging to the object at address *obj_addr* to object "
520+ "*o*. The attribute to set is described by ``PyMemberDef`` *m*. Returns "
521+ "``0`` if successful and a negative value on failure."
522+ msgstr ""
523+
513524msgid ""
514525"Structure to define property-like access for a type. See also description of "
515526"the :c:member:`PyTypeObject.tp_getset` slot."
You can’t perform that action at this time.
0 commit comments