Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7174079

Browse filesBrowse files
sync with cpython 58277de8
1 parent 30f395c commit 7174079
Copy full SHA for 7174079

File tree

Expand file treeCollapse file tree

1 file changed

+33
-31
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+33
-31
lines changed

‎library/symtable.po

Copy file name to clipboardExpand all lines: library/symtable.po
+33-31Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.10\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2021-09-13 00:11+0000\n"
10+
"POT-Creation-Date: 2022-06-12 00:17+0000\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
1212
"Last-Translator: Liang-Bo Wang <me@liang2.tw>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -89,137 +89,139 @@ msgid ""
8989
msgstr ""
9090

9191
#: ../../library/symtable.rst:72
92-
msgid "Return a list of names of symbols in this table."
92+
msgid ""
93+
"Return a view object containing the names of symbols in the table. See the :"
94+
"ref:`documentation of view objects <dict-views>`."
9395
msgstr ""
9496

95-
#: ../../library/symtable.rst:76
97+
#: ../../library/symtable.rst:77
9698
msgid "Lookup *name* in the table and return a :class:`Symbol` instance."
9799
msgstr ""
98100

99-
#: ../../library/symtable.rst:80
101+
#: ../../library/symtable.rst:81
100102
msgid "Return a list of :class:`Symbol` instances for names in the table."
101103
msgstr ""
102104

103-
#: ../../library/symtable.rst:84
105+
#: ../../library/symtable.rst:85
104106
msgid "Return a list of the nested symbol tables."
105107
msgstr ""
106108

107-
#: ../../library/symtable.rst:89
109+
#: ../../library/symtable.rst:90
108110
msgid ""
109111
"A namespace for a function or method. This class inherits :class:"
110112
"`SymbolTable`."
111113
msgstr ""
112114

113-
#: ../../library/symtable.rst:94
115+
#: ../../library/symtable.rst:95
114116
msgid "Return a tuple containing names of parameters to this function."
115117
msgstr ""
116118

117-
#: ../../library/symtable.rst:98
119+
#: ../../library/symtable.rst:99
118120
msgid "Return a tuple containing names of locals in this function."
119121
msgstr ""
120122

121-
#: ../../library/symtable.rst:102
123+
#: ../../library/symtable.rst:103
122124
msgid "Return a tuple containing names of globals in this function."
123125
msgstr ""
124126

125-
#: ../../library/symtable.rst:106
127+
#: ../../library/symtable.rst:107
126128
msgid "Return a tuple containing names of nonlocals in this function."
127129
msgstr ""
128130

129-
#: ../../library/symtable.rst:110
131+
#: ../../library/symtable.rst:111
130132
msgid "Return a tuple containing names of free variables in this function."
131133
msgstr ""
132134

133-
#: ../../library/symtable.rst:115
135+
#: ../../library/symtable.rst:116
134136
msgid "A namespace of a class. This class inherits :class:`SymbolTable`."
135137
msgstr ""
136138

137-
#: ../../library/symtable.rst:119
139+
#: ../../library/symtable.rst:120
138140
msgid "Return a tuple containing the names of methods declared in the class."
139141
msgstr ""
140142

141-
#: ../../library/symtable.rst:124
143+
#: ../../library/symtable.rst:125
142144
msgid ""
143145
"An entry in a :class:`SymbolTable` corresponding to an identifier in the "
144146
"source. The constructor is not public."
145147
msgstr ""
146148

147-
#: ../../library/symtable.rst:129
149+
#: ../../library/symtable.rst:130
148150
msgid "Return the symbol's name."
149151
msgstr ""
150152

151-
#: ../../library/symtable.rst:133
153+
#: ../../library/symtable.rst:134
152154
msgid "Return ``True`` if the symbol is used in its block."
153155
msgstr ""
154156

155-
#: ../../library/symtable.rst:137
157+
#: ../../library/symtable.rst:138
156158
msgid "Return ``True`` if the symbol is created from an import statement."
157159
msgstr ""
158160

159-
#: ../../library/symtable.rst:141
161+
#: ../../library/symtable.rst:142
160162
msgid "Return ``True`` if the symbol is a parameter."
161163
msgstr ""
162164

163-
#: ../../library/symtable.rst:145
165+
#: ../../library/symtable.rst:146
164166
msgid "Return ``True`` if the symbol is global."
165167
msgstr ""
166168

167-
#: ../../library/symtable.rst:149
169+
#: ../../library/symtable.rst:150
168170
msgid "Return ``True`` if the symbol is nonlocal."
169171
msgstr ""
170172

171-
#: ../../library/symtable.rst:153
173+
#: ../../library/symtable.rst:154
172174
msgid ""
173175
"Return ``True`` if the symbol is declared global with a global statement."
174176
msgstr ""
175177

176-
#: ../../library/symtable.rst:157
178+
#: ../../library/symtable.rst:158
177179
msgid "Return ``True`` if the symbol is local to its block."
178180
msgstr ""
179181

180-
#: ../../library/symtable.rst:161
182+
#: ../../library/symtable.rst:162
181183
msgid "Return ``True`` if the symbol is annotated."
182184
msgstr ""
183185

184-
#: ../../library/symtable.rst:167
186+
#: ../../library/symtable.rst:168
185187
msgid ""
186188
"Return ``True`` if the symbol is referenced in its block, but not assigned "
187189
"to."
188190
msgstr ""
189191

190-
#: ../../library/symtable.rst:172
192+
#: ../../library/symtable.rst:173
191193
msgid "Return ``True`` if the symbol is assigned to in its block."
192194
msgstr ""
193195

194-
#: ../../library/symtable.rst:176
196+
#: ../../library/symtable.rst:177
195197
msgid "Return ``True`` if name binding introduces new namespace."
196198
msgstr ""
197199

198-
#: ../../library/symtable.rst:178
200+
#: ../../library/symtable.rst:179
199201
msgid ""
200202
"If the name is used as the target of a function or class statement, this "
201203
"will be true."
202204
msgstr ""
203205

204-
#: ../../library/symtable.rst:181
206+
#: ../../library/symtable.rst:182
205207
msgid "For example::"
206208
msgstr ""
207209
"舉例來說:\n"
208210
"\n"
209211
"::"
210212

211-
#: ../../library/symtable.rst:187
213+
#: ../../library/symtable.rst:188
212214
msgid ""
213215
"Note that a single name can be bound to multiple objects. If the result is "
214216
"``True``, the name may also be bound to other objects, like an int or list, "
215217
"that does not introduce a new namespace."
216218
msgstr ""
217219

218-
#: ../../library/symtable.rst:193
220+
#: ../../library/symtable.rst:194
219221
msgid "Return a list of namespaces bound to this name."
220222
msgstr ""
221223

222-
#: ../../library/symtable.rst:197
224+
#: ../../library/symtable.rst:198
223225
msgid ""
224226
"Return the namespace bound to this name. If more than one namespace is "
225227
"bound, :exc:`ValueError` is raised."

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.