Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / html / python / ref / genindex.html
CommitLineData
920dae64
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="ref.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="ref.html" title='Python Reference Manual' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='index' href='genindex.html' title='Index' />
10<link rel='last' href='about.html' title='About this document...' />
11<link rel='help' href='about.html' title='About this document...' />
12<link rel="next" href="about.html" />
13<link rel="prev" href="node105.html" />
14<link rel="parent" href="ref.html" />
15<link rel="next" href="about.html" />
16<meta name='aesop' content='information' />
17<title>Index</title>
18</head>
19<body>
20<DIV CLASS="navigation">
21<div id='top-navigation-panel' xml:id='top-navigation-panel'>
22<table align="center" width="100%" cellpadding="0" cellspacing="2">
23<tr>
24<td class='online-navigation'><a rel="prev" title="A.3.10 XML Remote Procedure"
25 href="node118.html"><img src='../icons/previous.png'
26 border='0' height='32' alt='Previous Page' width='32' /></A></td>
27<td class='online-navigation'><a rel="parent" title="Python Reference Manual"
28 href="ref.html"><img src='../icons/up.png'
29 border='0' height='32' alt='Up One Level' width='32' /></A></td>
30<td class='online-navigation'><a rel="next" title="About this document ..."
31 href="about.html"><img src='../icons/next.png'
32 border='0' height='32' alt='Next Page' width='32' /></A></td>
33<td align="center" width="100%">Python Reference Manual</td>
34<td class='online-navigation'><a rel="contents" title="Table of Contents"
35 href="contents.html"><img src='../icons/contents.png'
36 border='0' height='32' alt='Contents' width='32' /></A></td>
37<td class='online-navigation'><img src='../icons/blank.png'
38 border='0' height='32' alt='' width='32' /></td>
39<td class='online-navigation'><img src='../icons/blank.png'
40 border='0' height='32' alt='' width='32' /></td>
41</tr></table>
42<div class='online-navigation'>
43<b class="navlabel">Previous:</b>
44<a class="sectref" rel="prev" href="node118.html">A.3.10 XML Remote Procedure</A>
45<b class="navlabel">Up:</b>
46<a class="sectref" rel="parent" href="ref.html">Python Reference Manual</A>
47<b class="navlabel">Next:</b>
48<a class="sectref" rel="next" href="about.html">About this document ...</A>
49</div>
50<hr /></div>
51</DIV>
52<!--End of Navigation Panel-->
53<br />
54
55<h2><A NAME="SECTION0012000000000000000000">
56Index</A>
57</h2><hr /><center>
58<b><a href="#letter-_">_</a></b> |
59<b><a href="#letter-a">a</a></b> |
60<b><a href="#letter-b">b</a></b> |
61<b><a href="#letter-c">c</a></b> |
62<b><a href="#letter-d">d</a></b> |
63<b><a href="#letter-e">e</a></b> |
64<b><a href="#letter-f">f</a></b> |
65<b><a href="#letter-g">g</a></b> |
66<b><a href="#letter-h">h</a></b> |
67<b><a href="#letter-i">i</a></b> |
68<b><a href="#letter-j">j</a></b> |
69<b><a href="#letter-k">k</a></b> |
70<b><a href="#letter-l">l</a></b> |
71<b><a href="#letter-m">m</a></b> |
72<b><a href="#letter-n">n</a></b> |
73<b><a href="#letter-o">o</a></b> |
74<b><a href="#letter-p">p</a></b> |
75<b><a href="#letter-q">q</a></b> |
76<b><a href="#letter-r">r</a></b> |
77<b><a href="#letter-s">s</a></b> |
78<b><a href="#letter-t">t</a></b> |
79<b><a href="#letter-u">u</a></b> |
80<b><a href="#letter-v">v</a></b> |
81<b><a href="#letter-w">w</a></b> |
82<b><a href="#letter-x">x</a></b> |
83<b><a href="#letter-y">y</a></b> |
84<b><a href="#letter-z">z</a></b></center>
85
86<hr />
87<h2 id="letter-_">_ (underscore)</h2>
88
89<table width="100%"><tr valign="top"><td width="50%">
90<dl compact='compact'>
91<dt><a href="numeric-types.html#l2h-289">__abs__() (numeric object method)</a>
92<dt><a href="numeric-types.html#l2h-240">__add__() (numeric object method)</a>
93<dt><a href="sequence-types.html#l2h-224">__add__() (sequence object method)</a>
94<dt><a href="import.html#l2h-545">__all__ (optional module attribute)</a>
95<dt><a href="numeric-types.html#l2h-249">__and__() (numeric object method)</a>
96<dt><a href="types.html#l2h-120">__bases__ (class attribute)</a>
97<dt><a href="exec.html#l2h-567">__builtin__ (built-in module)</a>,
98 <a href="programs.html#l2h-623">[Link]</a>
99<dt><a href="exec.html#l2h-567">__builtins__</a>
100<dt><a href="callable-types.html#l2h-219">__call__() (object method)</a>,
101 <a href="calls.html#l2h-407">[Link]</a>
102<dt><a href="types.html#l2h-130">__class__ (instance attribute)</a>
103<dt><a href="customization.html#l2h-192">__cmp__() (object method)</a>,
104 <a href="customization.html#l2h-199">[Link]</a>
105<dt><a href="sequence-types.html#l2h-226">__coerce__() (numeric object method)</a>,
106 <a href="numeric-types.html#l2h-304">[Link]</a>
107<dt><a href="numeric-types.html#l2h-292">__complex__() (numeric object method)</a>
108<dt><a href="sequence-types.html#l2h-236">__contains__() (container object method)</a>
109<dt><a href="sequence-types.html#l2h-222">__contains__() (mapping object method)</a>
110<dt><a href="sequence-types.html#l2h-224">__contains__() (sequence object method)</a>
111<dt><a href="assert.html#l2h-464">__debug__</a>
112<dt><a href="customization.html#l2h-176">__del__() (object method)</a>
113<dt><a href="attribute-access.html#l2h-212">__delattr__() (object method)</a>
114<dt><a href="descriptors.html#l2h-216">__delete__() (object method)</a>
115<dt><a href="sequence-types.html#l2h-234">__delitem__() (container object method)</a>
116<dt><a href="sequence-methods.html#l2h-239">__delslice__() (sequence object method)</a>
117<dt><a href="types.html#l2h-120">__dict__ (class attribute)</a>
118<dt><a href="types.html#l2h-78">__dict__ (function attribute)</a>
119<dt><a href="types.html#l2h-130">__dict__ (instance attribute)</a>,
120 <a href="attribute-access.html#l2h-211">[Link]</a>
121<dt><a href="types.html#l2h-107">__dict__ (module attribute)</a>
122<dt><a href="numeric-types.html#l2h-255">__div__() (numeric object method)</a>
123<dt><a href="numeric-types.html#l2h-245">__divmod__() (numeric object method)</a>
124<dt><a href="types.html#l2h-120">__doc__ (class attribute)</a>
125<dt><a href="types.html#l2h-78">__doc__ (function attribute)</a>
126<dt><a href="types.html#l2h-84">__doc__ (method attribute)</a>
127<dt><a href="types.html#l2h-109">__doc__ (module attribute)</a>
128<dt><a href="customization.html#l2h-188">__eq__() (object method)</a>
129<dt><a href="types.html#l2h-109">__file__ (module attribute)</a>
130<dt><a href="numeric-types.html#l2h-295">__float__() (numeric object method)</a>
131<dt><a href="numeric-types.html#l2h-243">__floordiv__() (numeric object method)</a>
132<dt><a href="customization.html#l2h-191">__ge__() (object method)</a>
133<dt><a href="descriptors.html#l2h-214">__get__() (object method)</a>
134<dt><a href="attribute-access.html#l2h-206">__getattr__() (object method)</a>
135<dt><a href="new-style-attribute-access.html#l2h-213">__getattribute__() (object method)</a>
136<dt><a href="sequence-types.html#l2h-231">__getitem__() (container object method)</a>
137<dt><a href="specialnames.html#l2h-171">__getitem__() (mapping object method)</a>
138<dt><a href="sequence-methods.html#l2h-237">__getslice__() (sequence object method)</a>
139<dt><a href="customization.html#l2h-190">__gt__() (object method)</a>
140<dt><a href="customization.html#l2h-195">__hash__() (object method)</a>
141<dt><a href="numeric-types.html#l2h-301">__hex__() (numeric object method)</a>
142<dt><a href="numeric-types.html#l2h-274">__iadd__() (numeric object method)</a>
143<dt><a href="sequence-types.html#l2h-224">__iadd__() (sequence object method)</a>
144<dt><a href="numeric-types.html#l2h-284">__iand__() (numeric object method)</a>
145<dt><a href="numeric-types.html#l2h-277">__idiv__() (numeric object method)</a>
146<dt><a href="numeric-types.html#l2h-279">__ifloordiv__() (numeric object method)</a>
147<dt><a href="numeric-types.html#l2h-282">__ilshift__() (numeric object method)</a>
148<dt><a href="numeric-types.html#l2h-280">__imod__() (numeric object method)</a>
149<dt><a href="import.html#l2h-549">__import__() (built-in function)</a>
150<dt><a href="numeric-types.html#l2h-276">__imul__() (numeric object method)</a>
151<dt><a href="sequence-types.html#l2h-224">__imul__() (sequence object method)</a>
152<dt><a href="types.html#l2h-99">__init__() (object method)</a>,
153 <a href="customization.html#l2h-174">[Link]</a>
154<dt><a href="import.html#l2h-555">__init__.py</a>
155<dt><a href="numeric-types.html#l2h-293">__int__() (numeric object method)</a>
156<dt><a href="numeric-types.html#l2h-290">__invert__() (numeric object method)</a>
157<dt><a href="numeric-types.html#l2h-286">__ior__() (numeric object method)</a>
158<dt><a href="numeric-types.html#l2h-281">__ipow__() (numeric object method)</a>
159</dl>
160</td><td width="50%">
161<dl compact='compact'>
162<dt><a href="numeric-types.html#l2h-283">__irshift__() (numeric object method)</a>
163<dt><a href="numeric-types.html#l2h-275">__isub__() (numeric object method)</a>
164<dt><a href="sequence-types.html#l2h-235">__iter__() (container object method)</a>
165<dt><a href="sequence-types.html#l2h-224">__iter__() (sequence object method)</a>
166<dt><a href="numeric-types.html#l2h-278">__itruediv__() (numeric object method)</a>
167<dt><a href="numeric-types.html#l2h-285">__ixor__() (numeric object method)</a>
168<dt><a href="customization.html#l2h-187">__le__() (object method)</a>
169<dt><a href="sequence-types.html#l2h-227">__len__() (container object method)</a>
170<dt><a href="customization.html#l2h-202">__len__() (mapping object method)</a>
171<dt><a href="numeric-types.html#l2h-294">__long__() (numeric object method)</a>
172<dt><a href="numeric-types.html#l2h-247">__lshift__() (numeric object method)</a>
173<dt><a href="customization.html#l2h-186">__lt__() (object method)</a>
174<dt><a href="naming.html#l2h-320">__main__ (built-in module)</a>,
175 <a href="programs.html#l2h-623">[Link]</a>,
176 <a href="programs.html#l2h-624">[Link]</a>
177<dt><a href="metaclasses.html#l2h-218">__metaclass__</a>
178<dt><a href="numeric-types.html#l2h-244">__mod__() (numeric object method)</a>
179<dt><a href="types.html#l2h-120">__module__ (class attribute)</a>
180<dt><a href="types.html#l2h-78">__module__ (function attribute)</a>
181<dt><a href="types.html#l2h-84">__module__ (method attribute)</a>
182<dt><a href="numeric-types.html#l2h-242">__mul__() (numeric object method)</a>
183<dt><a href="sequence-types.html#l2h-224">__mul__() (sequence object method)</a>
184<dt><a href="types.html#l2h-120">__name__ (class attribute)</a>
185<dt><a href="types.html#l2h-78">__name__ (function attribute)</a>
186<dt><a href="types.html#l2h-84">__name__ (method attribute)</a>
187<dt><a href="types.html#l2h-109">__name__ (module attribute)</a>
188<dt><a href="customization.html#l2h-189">__ne__() (object method)</a>
189<dt><a href="numeric-types.html#l2h-287">__neg__() (numeric object method)</a>
190<dt><a href="customization.html#l2h-173">__new__() (object method)</a>
191<dt><a href="customization.html#l2h-200">__nonzero__() (object method)</a>,
192 <a href="sequence-types.html#l2h-230">[Link]</a>
193<dt><a href="numeric-types.html#l2h-300">__oct__() (numeric object method)</a>
194<dt><a href="numeric-types.html#l2h-251">__or__() (numeric object method)</a>
195<dt><a href="numeric-types.html#l2h-288">__pos__() (numeric object method)</a>
196<dt><a href="numeric-types.html#l2h-246">__pow__() (numeric object method)</a>
197<dt><a href="numeric-types.html#l2h-257">__radd__() (numeric object method)</a>
198<dt><a href="sequence-types.html#l2h-224">__radd__() (sequence object method)</a>
199<dt><a href="numeric-types.html#l2h-268">__rand__() (numeric object method)</a>
200<dt><a href="customization.html#l2h-194">__rcmp__() (object method)</a>
201<dt><a href="numeric-types.html#l2h-260">__rdiv__() (numeric object method)</a>
202<dt><a href="numeric-types.html#l2h-264">__rdivmod__() (numeric object method)</a>
203<dt><a href="customization.html#l2h-178">__repr__() (object method)</a>
204<dt><a href="numeric-types.html#l2h-262">__rfloordiv__() (numeric object method)</a>
205<dt><a href="numeric-types.html#l2h-266">__rlshift__() (numeric object method)</a>
206<dt><a href="numeric-types.html#l2h-263">__rmod__() (numeric object method)</a>
207<dt><a href="numeric-types.html#l2h-259">__rmul__() (numeric object method)</a>
208<dt><a href="sequence-types.html#l2h-224">__rmul__() (sequence object method)</a>
209<dt><a href="numeric-types.html#l2h-270">__ror__() (numeric object method)</a>
210<dt><a href="numeric-types.html#l2h-265">__rpow__() (numeric object method)</a>
211<dt><a href="numeric-types.html#l2h-267">__rrshift__() (numeric object method)</a>
212<dt><a href="numeric-types.html#l2h-248">__rshift__() (numeric object method)</a>
213<dt><a href="numeric-types.html#l2h-258">__rsub__() (numeric object method)</a>
214<dt><a href="numeric-types.html#l2h-261">__rtruediv__() (numeric object method)</a>
215<dt><a href="numeric-types.html#l2h-269">__rxor__() (numeric object method)</a>
216<dt><a href="descriptors.html#l2h-215">__set__() (object method)</a>
217<dt><a href="attribute-access.html#l2h-208">__setattr__() (object method)</a>,
218 <a href="attribute-access.html#l2h-209">[Link]</a>
219<dt><a href="sequence-types.html#l2h-233">__setitem__() (container object method)</a>
220<dt><a href="sequence-methods.html#l2h-238">__setslice__() (sequence object method)</a>
221<dt><a href="slots.html#l2h-217">__slots__</a>
222<dt><a href="customization.html#l2h-183">__str__() (object method)</a>
223<dt><a href="numeric-types.html#l2h-241">__sub__() (numeric object method)</a>
224<dt><a href="numeric-types.html#l2h-256">__truediv__() (numeric object method)</a>
225<dt><a href="customization.html#l2h-203">__unicode__() (object method)</a>
226<dt><a href="numeric-types.html#l2h-250">__xor__() (numeric object method)</a>
227</dl>
228</td>
229</tr></table>
230<hr />
231<h2 id="letter-a">A</h2>
232
233<table width="100%"><tr valign="top"><td width="50%">
234<dl compact='compact'>
235<dt><a href="numeric-types.html#l2h-291">abs() (built-in function)</a>
236<dt><a href="binary.html#l2h-419">addition</a>
237<dt>and
238<dd>
239 <dl compact='compact'>
240 <dt><a href="bitwise.html#l2h-424">bit-wise</a>
241 </dl>
242<dt><a href="Booleans.html#l2h-441">and operator</a>
243<dt>anonymous
244<dd>
245 <dl compact='compact'>
246 <dt><a href="lambdas.html#l2h-445">function</a>
247 </dl>
248<dt><a href="sequence-types.html#l2h-224">append() (sequence object method)</a>
249<dt>argument
250<dd>
251 <dl compact='compact'>
252 <dt><a href="types.html#l2h-73">function</a>
253 </dl>
254<dt>arithmetic
255<dd>
256 <dl compact='compact'>
257 <dt><a href="conversions.html#l2h-331">conversion</a>
258 <dt><a href="binary.html#l2h-414">operation, binary</a>
259 <dt><a href="unary.html#l2h-408">operation, unary</a>
260 </dl>
261<dt><a href="types.html#l2h-162">array (standard module)</a>
262<dt><a href="notation.html#l2h-1">ASCII</a>,
263 <a href="strings.html#l2h-13">[Link]</a>,
264 <a href="strings.html#l2h-13">[Link]</a>,
265 <a href="delimiters.html#l2h-18">[Link]</a>,
266 <a href="types.html#l2h-22">[Link]</a>,
267 <a href="types.html#l2h-22">[Link]</a>
268<dt><a href="assert.html#l2h-461">assert statement</a>
269<dt><a href="assert.html#l2h-463">AssertionError exception</a>
270<dt>assertions
271<dd>
272 <dl compact='compact'>
273 <dt><a href="assert.html#l2h-462">debugging</a>
274 </dl>
275<dt>assignment
276<dd>
277 <dl compact='compact'>
278 <dt><a href="assignment.html#l2h-469">attribute</a>,
279 <a href="assignment.html#l2h-474">[Link]</a>
280 <dt><a href="augassign.html#l2h-484">augmented</a>
281 <dt><a href="types.html#l2h-117">class attribute</a>
282</dl></dl>
283</td><td width="50%">
284<dl compact='compact'>
285<dt>assignment (continued)
286<dd>
287 <dl compact='compact'>
288 <dt><a href="types.html#l2h-125">class instance attribute</a>
289 <dt><a href="assignment.html#l2h-481">slicing</a>
290 <dt><a href="types.html#l2h-65">statement</a>,
291 <a href="assignment.html#l2h-465">[Link]</a>
292 <dt><a href="assignment.html#l2h-475">subscription</a>
293 <dt><a href="assignment.html#l2h-472">target list</a>
294 </dl>
295<dt><a href="atoms.html#l2h-332">atom</a>
296<dt><a href="types.html#l2h-22">attribute</a><dl compact='compact'>
297
298 <dt><a href="assignment.html#l2h-469">assignment</a>,
299 <a href="assignment.html#l2h-474">[Link]</a>
300 <dt><a href="types.html#l2h-117">assignment, class</a>
301 <dt><a href="types.html#l2h-125">assignment, class instance</a>
302 <dt><a href="types.html#l2h-116">class</a>
303 <dt><a href="types.html#l2h-124">class instance</a>
304 <dt><a href="del.html#l2h-494">deletion</a>
305 <dt><a href="types.html#l2h-28">generic special</a>
306 <dt><a href="attribute-references.html#l2h-364">reference</a>
307 <dt><a href="types.html#l2h-27">special</a>
308 </dl>
309<dt><a href="attribute-references.html#l2h-365">AttributeError exception</a>
310<dt>augmented
311<dd>
312 <dl compact='compact'>
313 <dt><a href="augassign.html#l2h-484">assignment</a>
314</dl></dl>
315</td>
316</tr></table>
317<hr />
318<h2 id="letter-b">B</h2>
319
320<table width="100%"><tr valign="top"><td width="50%">
321<dl compact='compact'>
322<dt><a href="customization.html#l2h-172">back-quotes</a>,
323 <a href="string-conversions.html#l2h-362">[Link]</a>
324<dt><a href="explicit-joining.html#l2h-7">backslash character</a>
325<dt>backward
326<dd>
327 <dl compact='compact'>
328 <dt><a href="customization.html#l2h-182">quotes</a>,
329 <a href="string-conversions.html#l2h-358">[Link]</a>
330 </dl>
331<dt>binary
332<dd>
333 <dl compact='compact'>
334 <dt><a href="binary.html#l2h-414">arithmetic operation</a>
335 <dt><a href="bitwise.html#l2h-423">bit-wise operation</a>
336 </dl>
337<dt>binding
338<dd>
339 <dl compact='compact'>
340 <dt><a href="global.html#l2h-558">global name</a>
341 <dt><a href="naming.html#l2h-307">name</a>,
342 <a href="assignment.html#l2h-466">[Link]</a>,
343 <a href="import.html#l2h-530">[Link]</a>,
344 <a href="import.html#l2h-542">[Link]</a>,
345 <a href="function.html#l2h-611">[Link]</a>,
346 <a href="class.html#l2h-618">[Link]</a>
347 </dl>
348<dt>bit-wise
349<dd>
350 <dl compact='compact'>
351 <dt><a href="bitwise.html#l2h-424">and</a>
352 <dt><a href="bitwise.html#l2h-423">operation, binary</a>
353 <dt><a href="unary.html#l2h-409">operation, unary</a>
354 <dt><a href="bitwise.html#l2h-427">or</a>
355 <dt><a href="bitwise.html#l2h-425">xor</a>
356 </dl>
357<dt><a href="blank-lines.html#l2h-8">blank line</a>
358<dt><a href="naming.html#l2h-316">block</a>
359</dl>
360</td><td width="50%">
361<dl compact='compact'>
362<dt>block (continued)
363<dd>
364 <dl compact='compact'>
365 <dt><a href="naming.html#l2h-306">code</a>
366 </dl>
367<dt><a href="notation.html#l2h-1">BNF</a>,
368 <a href="expressions.html#l2h-329">[Link]</a>
369<dt>Boolean
370<dd>
371 <dl compact='compact'>
372 <dt><a href="Booleans.html#l2h-439">operation</a>
373 </dl>
374<dt><a href="types.html#l2h-38">Boolean object</a>
375<dt><a href="break.html#l2h-517">break statement</a>,
376 <a href="while.html#l2h-579">[Link]</a>,
377 <a href="for.html#l2h-587">[Link]</a>,
378 <a href="try.html#l2h-599">[Link]</a>,
379 <a href="try.html#l2h-603">[Link]</a>
380<dt><a href="types.html#l2h-165">bsddb (standard module)</a>
381<dt>built-in
382<dd>
383 <dl compact='compact'>
384 <dt><a href="types.html#l2h-97">method</a>
385 <dt><a href="import.html#l2h-535">module</a>
386 </dl>
387<dt>built-in function
388<dd>
389 <dl compact='compact'>
390 <dt><a href="calls.html#l2h-393">call</a>
391 </dl>
392<dt><a href="types.html#l2h-92">built-in function object</a>,
393 <a href="calls.html#l2h-397">[Link]</a>
394<dt>built-in method
395<dd>
396 <dl compact='compact'>
397 <dt><a href="calls.html#l2h-395">call</a>
398 </dl>
399<dt><a href="types.html#l2h-95">built-in method object</a>,
400 <a href="calls.html#l2h-396">[Link]</a>
401<dt><a href="types.html#l2h-22">byte</a>
402<dt><a href="types.html#l2h-22">bytecode</a>
403</dl>
404</td>
405</tr></table>
406<hr />
407<h2 id="letter-c">C</h2>
408
409<table width="100%"><tr valign="top"><td width="50%">
410<dl compact='compact'>
411<dt><a href="strings.html#l2h-13">C</a><dl compact='compact'>
412
413 <dt><a href="types.html#l2h-26">language</a>,
414 <a href="types.html#l2h-42">[Link]</a>,
415 <a href="types.html#l2h-94">[Link]</a>,
416 <a href="comparisons.html#l2h-430">[Link]</a>
417 </dl>
418<dt><a href="calls.html#l2h-386">call</a><dl compact='compact'>
419
420 <dt><a href="calls.html#l2h-393">built-in function</a>
421 <dt><a href="calls.html#l2h-395">built-in method</a>
422 <dt><a href="calls.html#l2h-404">class instance</a>
423 <dt><a href="types.html#l2h-103">class object</a>,
424 <a href="types.html#l2h-114">[Link]</a>,
425 <a href="types.html#l2h-118">[Link]</a>,
426 <a href="calls.html#l2h-401">[Link]</a>
427 <dt><a href="types.html#l2h-72">function</a>,
428 <a href="calls.html#l2h-388">[Link]</a>,
429 <a href="calls.html#l2h-392">[Link]</a>
430 <dt><a href="callable-types.html#l2h-220">instance</a>,
431 <a href="calls.html#l2h-405">[Link]</a>
432 <dt><a href="calls.html#l2h-394">method</a>
433 <dt><a href="exprstmts.html#l2h-459">procedure</a>
434 <dt><a href="calls.html#l2h-389">user-defined function</a>
435 </dl>
436<dt><a href="types.html#l2h-71">callable object</a>,
437 <a href="calls.html#l2h-387">[Link]</a>
438<dt>chaining
439<dd>
440 <dl compact='compact'>
441 <dt><a href="comparisons.html#l2h-431">comparisons</a>
442 </dl>
443<dt><a href="types.html#l2h-22">character</a>,
444 <a href="types.html#l2h-22">[Link]</a>,
445 <a href="subscriptions.html#l2h-377">[Link]</a>
446<dt><a href="types.html#l2h-22">character set</a>
447<dt><a href="types.html#l2h-50">chr() (built-in function)</a>,
448 <a href="types.html#l2h-54">[Link]</a>
449<dt>class
450<dd>
451 <dl compact='compact'>
452 <dt><a href="types.html#l2h-116">attribute</a>
453 <dt><a href="types.html#l2h-117">attribute assignment</a>
454 <dt><a href="customization.html#l2h-175">constructor</a>
455 <dt><a href="return.html#l2h-508">definition</a>,
456 <a href="class.html#l2h-614">[Link]</a>
457 <dt><a href="types.html#l2h-123">instance</a>
458 <dt><a href="class.html#l2h-617">name</a>
459 </dl>
460<dt>class instance
461<dd>
462 <dl compact='compact'>
463 <dt><a href="types.html#l2h-124">attribute</a>
464 <dt><a href="types.html#l2h-125">attribute assignment</a>
465 <dt><a href="calls.html#l2h-404">call</a>
466 </dl>
467<dt><a href="types.html#l2h-101">class instance object</a>,
468 <a href="types.html#l2h-112">[Link]</a>,
469 <a href="types.html#l2h-121">[Link]</a>,
470 <a href="calls.html#l2h-402">[Link]</a>
471<dt><a href="types.html#l2h-100">class object</a>,
472 <a href="types.html#l2h-111">[Link]</a>,
473 <a href="calls.html#l2h-400">[Link]</a>,
474 <a href="class.html#l2h-616">[Link]</a><dl compact='compact'>
475
476 <dt><a href="types.html#l2h-103">call</a>,
477 <a href="types.html#l2h-114">[Link]</a>,
478 <a href="types.html#l2h-118">[Link]</a>,
479 <a href="calls.html#l2h-401">[Link]</a>
480 </dl>
481<dt><a href="class.html#l2h-615">class statement</a>
482<dt><a href="compound.html#l2h-570">clause</a>
483<dt><a href="sequence-types.html#l2h-222">clear() (mapping object method)</a>
484<dt><a href="customization.html#l2h-193">cmp() (built-in function)</a>
485<dt><a href="types.html#l2h-141">co_argcount (code object attribute)</a>
486<dt><a href="types.html#l2h-141">co_cellvars (code object attribute)</a>
487<dt><a href="types.html#l2h-141">co_code (code object attribute)</a>
488<dt><a href="types.html#l2h-141">co_consts (code object attribute)</a>
489</dl>
490</td><td width="50%">
491<dl compact='compact'>
492<dt><a href="types.html#l2h-141">co_filename (code object attribute)</a>
493<dt><a href="types.html#l2h-141">co_firstlineno (code object attribute)</a>
494<dt><a href="types.html#l2h-141">co_flags (code object attribute)</a>
495<dt><a href="types.html#l2h-141">co_freevars (code object attribute)</a>
496<dt><a href="types.html#l2h-141">co_lnotab (code object attribute)</a>
497<dt><a href="types.html#l2h-141">co_name (code object attribute)</a>
498<dt><a href="types.html#l2h-141">co_names (code object attribute)</a>
499<dt><a href="types.html#l2h-141">co_nlocals (code object attribute)</a>
500<dt><a href="types.html#l2h-141">co_stacksize (code object attribute)</a>
501<dt><a href="types.html#l2h-141">co_varnames (code object attribute)</a>
502<dt>code
503<dd>
504 <dl compact='compact'>
505 <dt><a href="naming.html#l2h-306">block</a>
506 </dl>
507<dt><a href="import.html#l2h-553">code block</a>
508<dt><a href="types.html#l2h-139">code object</a>
509<dt><a href="parenthesized.html#l2h-343">comma</a><dl compact='compact'>
510
511 <dt><a href="exprlists.html#l2h-448">trailing</a>,
512 <a href="print.html#l2h-497">[Link]</a>
513 </dl>
514<dt><a href="programs.html#l2h-625">command line</a>
515<dt><a href="comments.html#l2h-5">comment</a>
516<dt><a href="comparisons.html#l2h-429">comparison</a><dl compact='compact'>
517
518 <dt><a href="types.html#l2h-53">string</a>
519 </dl>
520<dt><a href="customization.html#l2h-172">comparisons</a><dl compact='compact'>
521
522 <dt><a href="comparisons.html#l2h-431">chaining</a>
523 </dl>
524<dt><a href="global.html#l2h-562">compile() (built-in function)</a>
525<dt>complex
526<dd>
527 <dl compact='compact'>
528 <dt><a href="numbers.html#l2h-16">literal</a>
529 <dt><a href="types.html#l2h-45">number</a>
530 </dl>
531<dt><a href="numeric-types.html#l2h-296">complex() (built-in function)</a>
532<dt><a href="types.html#l2h-44">complex object</a>
533<dt>compound
534<dd>
535 <dl compact='compact'>
536 <dt><a href="compound.html#l2h-568">statement</a>
537 </dl>
538<dt>comprehensions
539<dd>
540 <dl compact='compact'>
541 <dt><a href="lists.html#l2h-345">list</a>,
542 <a href="lists.html#l2h-346">[Link]</a>
543 </dl>
544<dt><a href="literals.html#l2h-12">constant</a>
545<dt>constructor
546<dd>
547 <dl compact='compact'>
548 <dt><a href="customization.html#l2h-175">class</a>
549 </dl>
550<dt><a href="objects.html#l2h-19">container</a>,
551 <a href="types.html#l2h-22">[Link]</a>
552<dt><a href="continue.html#l2h-524">continue statement</a>,
553 <a href="while.html#l2h-580">[Link]</a>,
554 <a href="for.html#l2h-588">[Link]</a>,
555 <a href="try.html#l2h-600">[Link]</a>,
556 <a href="try.html#l2h-604">[Link]</a>
557<dt>conversion
558<dd>
559 <dl compact='compact'>
560 <dt><a href="conversions.html#l2h-331">arithmetic</a>
561 <dt><a href="customization.html#l2h-180">string</a>,
562 <a href="string-conversions.html#l2h-356">[Link]</a>,
563 <a href="exprstmts.html#l2h-456">[Link]</a>
564 </dl>
565<dt><a href="sequence-types.html#l2h-222">copy() (mapping object method)</a>
566<dt><a href="sequence-types.html#l2h-224">count() (sequence object method)</a>
567</dl>
568</td>
569</tr></table>
570<hr />
571<h2 id="letter-d">D</h2>
572
573<table width="100%"><tr valign="top"><td width="50%">
574<dl compact='compact'>
575<dt>dangling
576<dd>
577 <dl compact='compact'>
578 <dt><a href="compound.html#l2h-569">else</a>
579 </dl>
580<dt><a href="objects.html#l2h-19">data</a><dl compact='compact'>
581
582 <dt><a href="types.html#l2h-23">type</a>
583 <dt><a href="atom-literals.html#l2h-338">type, immutable</a>
584 </dl>
585<dt><a href="dict.html#l2h-355">datum</a>
586<dt><a href="types.html#l2h-163">dbm (standard module)</a>
587<dt>debugging
588<dd>
589 <dl compact='compact'>
590 <dt><a href="assert.html#l2h-462">assertions</a>
591 </dl>
592<dt><a href="numbers.html#l2h-16">decimal literal</a>
593<dt><a href="indentation.html#l2h-9">DEDENT token</a>,
594 <a href="compound.html#l2h-572">[Link]</a>
595<dt><a href="function.html#l2h-607">def statement</a>
596<dt>default
597<dd>
598 <dl compact='compact'>
599 <dt><a href="function.html#l2h-612">parameter value</a>
600 </dl>
601<dt>definition
602<dd>
603 <dl compact='compact'>
604 <dt><a href="return.html#l2h-508">class</a>,
605 <a href="class.html#l2h-614">[Link]</a>
606 <dt><a href="return.html#l2h-507">function</a>,
607 <a href="function.html#l2h-606">[Link]</a>
608 </dl>
609<dt><a href="types.html#l2h-66">del statement</a>,
610 <a href="customization.html#l2h-177">[Link]</a>,
611 <a href="del.html#l2h-488">[Link]</a>
612</dl>
613</td><td width="50%">
614<dl compact='compact'>
615<dt><a href="types.html#l2h-22">delete</a>
616<dt>deletion
617<dd>
618 <dl compact='compact'>
619 <dt><a href="del.html#l2h-494">attribute</a>
620 <dt><a href="del.html#l2h-489">target</a>
621 <dt><a href="del.html#l2h-490">target list</a>
622 </dl>
623<dt><a href="delimiters.html#l2h-18">delimiters</a>
624<dt><a href="customization.html#l2h-205">destructor</a>,
625 <a href="assignment.html#l2h-483">[Link]</a>
626<dt>dictionary
627<dd>
628 <dl compact='compact'>
629 <dt><a href="dict.html#l2h-352">display</a>
630 </dl>
631<dt><a href="types.html#l2h-70">dictionary object</a>,
632 <a href="types.html#l2h-115">[Link]</a>,
633 <a href="customization.html#l2h-196">[Link]</a>,
634 <a href="dict.html#l2h-353">[Link]</a>,
635 <a href="subscriptions.html#l2h-374">[Link]</a>,
636 <a href="assignment.html#l2h-480">[Link]</a>
637<dt>display
638<dd>
639 <dl compact='compact'>
640 <dt><a href="dict.html#l2h-352">dictionary</a>
641 <dt><a href="lists.html#l2h-344">list</a>
642 <dt><a href="parenthesized.html#l2h-342">tuple</a>
643 </dl>
644<dt><a href="binary.html#l2h-417">division</a>
645<dt><a href="numeric-types.html#l2h-252">divmod() (built-in function)</a>,
646 <a href="numeric-types.html#l2h-271">[Link]</a>
647<dt><a href="types.html#l2h-167">documentation string</a>
648</dl>
649</td>
650</tr></table>
651<hr />
652<h2 id="letter-e">E</h2>
653
654<table width="100%"><tr valign="top"><td width="50%">
655<dl compact='compact'>
656<dt><a href="types.html#l2h-22">EBCDIC</a>
657<dt>elif
658<dd>
659 <dl compact='compact'>
660 <dt><a href="if.html#l2h-574">keyword</a>
661 </dl>
662<dt><a href="types.html#l2h-31">Ellipsis object</a>
663<dt>else
664<dd>
665 <dl compact='compact'>
666 <dt><a href="compound.html#l2h-569">dangling</a>
667 <dt><a href="break.html#l2h-521">keyword</a>,
668 <a href="if.html#l2h-575">[Link]</a>,
669 <a href="while.html#l2h-578">[Link]</a>,
670 <a href="for.html#l2h-585">[Link]</a>,
671 <a href="try.html#l2h-597">[Link]</a>
672 </dl>
673<dt>empty
674<dd>
675 <dl compact='compact'>
676 <dt><a href="lists.html#l2h-348">list</a>
677 <dt><a href="types.html#l2h-62">tuple</a>,
678 <a href="parenthesized.html#l2h-341">[Link]</a>
679 </dl>
680<dt><a href="encodings.html#l2h-6">encodings</a>
681<dt><a href="naming.html#l2h-318">environment</a>
682<dt><a href="exceptions.html#l2h-326">error handling</a>
683<dt><a href="exceptions.html#l2h-326">errors</a>
684<dt><a href="strings.html#l2h-13">escape sequence</a>
685<dt><a href="global.html#l2h-560">eval() (built-in function)</a>,
686 <a href="exec.html#l2h-564">[Link]</a>,
687 <a href="expression-input.html#l2h-627">[Link]</a>
688<dt>evaluation
689<dd>
690 <dl compact='compact'>
691 <dt><a href="evalorder.html#l2h-449">order</a>
692 </dl>
693<dt><a href="types.html#l2h-153">exc_info (in module sys)</a>
694<dt><a href="types.html#l2h-153">exc_traceback (in module sys)</a>,
695 <a href="try.html#l2h-596">[Link]</a>
696<dt><a href="try.html#l2h-596">exc_type (in module sys)</a>
697<dt><a href="try.html#l2h-596">exc_value (in module sys)</a>
698<dt>except
699<dd>
700 <dl compact='compact'>
701 <dt><a href="try.html#l2h-593">keyword</a>
702 </dl>
703<dt><a href="exceptions.html#l2h-321">exception</a>,
704 <a href="raise.html#l2h-516">[Link]</a><dl compact='compact'>
705
706 <dt><a href="assert.html#l2h-463">AssertionError</a>
707 <dt><a href="attribute-references.html#l2h-365">AttributeError</a>
708 <dt><a href="types.html#l2h-150">handler</a>
709 <dt><a href="import.html#l2h-540">ImportError</a>,
710 <a href="import.html#l2h-543">[Link]</a>
711 <dt><a href="atom-identifiers.html#l2h-334">NameError</a>
712 <dt><a href="raise.html#l2h-514">raising</a>
713</dl></dl>
714</td><td width="50%">
715<dl compact='compact'>
716<dt>exception (continued)
717<dd>
718 <dl compact='compact'>
719 <dt><a href="print.html#l2h-502">RuntimeError</a>
720 <dt><a href="yield.html#l2h-511">StopIteration</a>
721 <dt><a href="import.html#l2h-541">SyntaxError</a>
722 <dt><a href="unary.html#l2h-410">TypeError</a>
723 <dt><a href="shifting.html#l2h-422">ValueError</a>
724 <dt><a href="binary.html#l2h-415">ZeroDivisionError</a>
725 </dl>
726<dt><a href="exceptions.html#l2h-326">exception handler</a>
727<dt>exclusive
728<dd>
729 <dl compact='compact'>
730 <dt><a href="bitwise.html#l2h-426">or</a>
731 </dl>
732<dt><a href="global.html#l2h-559">exec statement</a>,
733 <a href="exec.html#l2h-563">[Link]</a>
734<dt><a href="global.html#l2h-561">execfile() (built-in function)</a>
735<dt>execution
736<dd>
737 <dl compact='compact'>
738 <dt><a href="naming.html#l2h-308">frame</a>,
739 <a href="class.html#l2h-619">[Link]</a>
740 <dt><a href="naming.html#l2h-313">restricted</a>
741 <dt><a href="types.html#l2h-151">stack</a>
742 </dl>
743<dt><a href="execmodel.html#l2h-305">execution model</a>
744<dt><a href="expressions.html#l2h-328">expression</a><dl compact='compact'>
745
746 <dt><a href="genexpr.html#l2h-349">generator</a>
747 <dt><a href="lambdas.html#l2h-443">lambda</a>
748 <dt><a href="exprlists.html#l2h-446">list</a>,
749 <a href="exprstmts.html#l2h-453">[Link]</a>,
750 <a href="assignment.html#l2h-470">[Link]</a>
751 <dt><a href="exprstmts.html#l2h-452">statement</a>
752 </dl>
753<dt><a href="sequence-types.html#l2h-224">extend() (sequence object method)</a>
754<dt>extended
755<dd>
756 <dl compact='compact'>
757 <dt><a href="slicings.html#l2h-383">slicing</a>
758 </dl>
759<dt><a href="print.html#l2h-505">extended print statement</a>
760<dt><a href="types.html#l2h-22">extended slicing</a>
761<dt>extension
762<dd>
763 <dl compact='compact'>
764 <dt><a href="import.html#l2h-537">filename</a>
765 <dt><a href="types.html#l2h-25">module</a>
766</dl></dl>
767</td>
768</tr></table>
769<hr />
770<h2 id="letter-f">F</h2>
771
772<table width="100%"><tr valign="top"><td width="50%">
773<dl compact='compact'>
774<dt><a href="types.html#l2h-145">f_back (frame attribute)</a>
775<dt><a href="types.html#l2h-145">f_builtins (frame attribute)</a>
776<dt><a href="types.html#l2h-145">f_code (frame attribute)</a>
777<dt><a href="types.html#l2h-147">f_exc_traceback (frame attribute)</a>
778<dt><a href="types.html#l2h-147">f_exc_type (frame attribute)</a>
779<dt><a href="types.html#l2h-147">f_exc_value (frame attribute)</a>
780<dt><a href="types.html#l2h-145">f_globals (frame attribute)</a>
781<dt><a href="types.html#l2h-145">f_lasti (frame attribute)</a>
782<dt><a href="types.html#l2h-147">f_lineno (frame attribute)</a>
783<dt><a href="types.html#l2h-145">f_locals (frame attribute)</a>
784<dt><a href="types.html#l2h-145">f_restricted (frame attribute)</a>
785<dt><a href="types.html#l2h-147">f_trace (frame attribute)</a>
786<dt><a href="types.html#l2h-161">False</a>
787<dt><a href="types.html#l2h-131">file object</a>,
788 <a href="expression-input.html#l2h-629">[Link]</a>
789<dt>filename
790<dd>
791 <dl compact='compact'>
792 <dt><a href="import.html#l2h-537">extension</a>
793 </dl>
794<dt>finally
795<dd>
796 <dl compact='compact'>
797 <dt><a href="return.html#l2h-509">keyword</a>,
798 <a href="break.html#l2h-523">[Link]</a>,
799 <a href="continue.html#l2h-528">[Link]</a>,
800 <a href="try.html#l2h-601">[Link]</a>
801 </dl>
802<dt><a href="numeric-types.html#l2h-299">float() (built-in function)</a>
803<dt>floating point
804<dd>
805 <dl compact='compact'>
806 <dt><a href="types.html#l2h-41">number</a>
807 </dl>
808<dt><a href="numbers.html#l2h-16">floating point literal</a>
809<dt><a href="types.html#l2h-40">floating point object</a>
810<dt><a href="break.html#l2h-518">for statement</a>,
811 <a href="continue.html#l2h-525">[Link]</a>,
812 <a href="for.html#l2h-581">[Link]</a>
813<dt>form
814<dd>
815 <dl compact='compact'>
816 <dt><a href="lambdas.html#l2h-444">lambda</a>,
817 <a href="function.html#l2h-613">[Link]</a>
818</dl></dl>
819</td><td width="50%">
820<dl compact='compact'>
821<dt>frame
822<dd>
823 <dl compact='compact'>
824 <dt><a href="naming.html#l2h-308">execution</a>,
825 <a href="class.html#l2h-619">[Link]</a>
826 </dl>
827<dt><a href="types.html#l2h-143">frame object</a>
828<dt>free
829<dd>
830 <dl compact='compact'>
831 <dt><a href="naming.html#l2h-309">variable</a>,
832 <a href="del.html#l2h-493">[Link]</a>
833 </dl>
834<dt>from
835<dd>
836 <dl compact='compact'>
837 <dt><a href="import.html#l2h-531">keyword</a>,
838 <a href="import.html#l2h-546">[Link]</a>
839 </dl>
840<dt><a href="naming.html#l2h-312">from statement</a>,
841 <a href="import.html#l2h-547">[Link]</a>
842<dt><a href="types.html#l2h-78">func_closure (function attribute)</a>
843<dt><a href="types.html#l2h-78">func_code (function attribute)</a>
844<dt><a href="types.html#l2h-78">func_defaults (function attribute)</a>
845<dt><a href="types.html#l2h-78">func_dict (function attribute)</a>
846<dt><a href="types.html#l2h-78">func_doc (function attribute)</a>
847<dt><a href="types.html#l2h-78">func_globals (function attribute)</a>
848<dt>function
849<dd>
850 <dl compact='compact'>
851 <dt><a href="lambdas.html#l2h-445">anonymous</a>
852 <dt><a href="types.html#l2h-73">argument</a>
853 <dt><a href="types.html#l2h-72">call</a>,
854 <a href="calls.html#l2h-388">[Link]</a>,
855 <a href="calls.html#l2h-392">[Link]</a>
856 <dt><a href="calls.html#l2h-389">call, user-defined</a>
857 <dt><a href="return.html#l2h-507">definition</a>,
858 <a href="function.html#l2h-606">[Link]</a>
859 <dt><a href="yield.html#l2h-512">generator</a>
860 <dt><a href="function.html#l2h-610">name</a>
861 <dt><a href="types.html#l2h-74">user-defined</a>
862 </dl>
863<dt><a href="types.html#l2h-75">function object</a>,
864 <a href="types.html#l2h-93">[Link]</a>,
865 <a href="calls.html#l2h-391">[Link]</a>,
866 <a href="calls.html#l2h-399">[Link]</a>,
867 <a href="function.html#l2h-609">[Link]</a>
868<dt>future
869<dd>
870 <dl compact='compact'>
871 <dt><a href="future.html#l2h-556">statement</a>
872</dl></dl>
873</td>
874</tr></table>
875<hr />
876<h2 id="letter-g">G</h2>
877
878<table width="100%"><tr valign="top"><td width="50%">
879<dl compact='compact'>
880<dt><a href="objects.html#l2h-19">garbage collection</a>
881<dt><a href="types.html#l2h-164">gdbm (standard module)</a>
882<dt>generator
883<dd>
884 <dl compact='compact'>
885 <dt><a href="genexpr.html#l2h-349">expression</a>
886 <dt><a href="types.html#l2h-91">function</a>,
887 <a href="yield.html#l2h-512">[Link]</a>
888 <dt><a href="types.html#l2h-91">iterator</a>,
889 <a href="yield.html#l2h-512">[Link]</a>
890 </dl>
891<dt><a href="genexpr.html#l2h-351">generator expression object</a>
892<dt><a href="types.html#l2h-142">generator object</a>,
893 <a href="genexpr.html#l2h-350">[Link]</a>
894<dt>generic
895<dd>
896 <dl compact='compact'>
897 <dt><a href="types.html#l2h-28">special attribute</a>
898</dl></dl>
899</td><td width="50%">
900<dl compact='compact'>
901<dt><a href="sequence-types.html#l2h-222">get() (mapping object method)</a>
902<dt>global
903<dd>
904 <dl compact='compact'>
905 <dt><a href="global.html#l2h-558">name binding</a>
906 <dt><a href="types.html#l2h-79">namespace</a>
907 </dl>
908<dt><a href="assignment.html#l2h-473">global statement</a>,
909 <a href="del.html#l2h-491">[Link]</a>,
910 <a href="global.html#l2h-557">[Link]</a>
911<dt><a href="exec.html#l2h-565">globals() (built-in function)</a>
912<dt><a href="notation.html#l2h-1">grammar</a>
913<dt><a href="indentation.html#l2h-9">grouping</a>
914</dl>
915</td>
916</tr></table>
917<hr />
918<h2 id="letter-h">H</h2>
919
920<table width="100%"><tr valign="top"><td width="50%">
921<dl compact='compact'>
922<dt><a href="exceptions.html#l2h-325">handle an exception</a>
923<dt>handler
924<dd>
925 <dl compact='compact'>
926 <dt><a href="types.html#l2h-150">exception</a>
927 </dl>
928<dt><a href="sequence-types.html#l2h-222">has_key() (mapping object method)</a>
929<dt><a href="customization.html#l2h-197">hash() (built-in function)</a>
930<dt><a href="comments.html#l2h-5">hash character</a>
931</dl>
932</td><td width="50%">
933<dl compact='compact'>
934<dt><a href="numeric-types.html#l2h-303">hex() (built-in function)</a>
935<dt><a href="numbers.html#l2h-16">hexadecimal literal</a>
936<dt>hierarchical
937<dd>
938 <dl compact='compact'>
939 <dt><a href="import.html#l2h-548">module names</a>
940 </dl>
941<dt>hierarchy
942<dd>
943 <dl compact='compact'>
944 <dt><a href="types.html#l2h-24">type</a>
945</dl></dl>
946</td>
947</tr></table>
948<hr />
949<h2 id="letter-i">I</h2>
950
951<table width="100%"><tr valign="top"><td width="50%">
952<dl compact='compact'>
953<dt><a href="objects.html#l2h-20">id() (built-in function)</a>
954<dt><a href="identifiers.html#l2h-10">identifier</a>,
955 <a href="atom-identifiers.html#l2h-333">[Link]</a>
956<dt>identity
957<dd>
958 <dl compact='compact'>
959 <dt><a href="comparisons.html#l2h-438">test</a>
960 </dl>
961<dt><a href="objects.html#l2h-19">identity of an object</a>
962<dt><a href="if.html#l2h-573">if statement</a>
963<dt><a href="types.html#l2h-86">im_class (method attribute)</a>,
964 <a href="types.html#l2h-90">[Link]</a>
965<dt><a href="types.html#l2h-84">im_func (method attribute)</a>,
966 <a href="types.html#l2h-86">[Link]</a>,
967 <a href="types.html#l2h-88">[Link]</a>,
968 <a href="types.html#l2h-90">[Link]</a>
969<dt><a href="types.html#l2h-84">im_self (method attribute)</a>,
970 <a href="types.html#l2h-86">[Link]</a>,
971 <a href="types.html#l2h-90">[Link]</a>
972<dt><a href="numbers.html#l2h-16">imaginary literal</a>
973<dt>immutable
974<dd>
975 <dl compact='compact'>
976 <dt><a href="atom-literals.html#l2h-338">data type</a>
977 <dt><a href="atom-literals.html#l2h-339">object</a>,
978 <a href="dict.html#l2h-354">[Link]</a>
979 </dl>
980<dt><a href="objects.html#l2h-19">immutable object</a>,
981 <a href="types.html#l2h-49">[Link]</a>
982<dt><a href="types.html#l2h-48">immutable sequence object</a>
983<dt><a href="types.html#l2h-104">import statement</a>,
984 <a href="import.html#l2h-529">[Link]</a>
985<dt><a href="import.html#l2h-540">ImportError exception</a>,
986 <a href="import.html#l2h-543">[Link]</a>
987<dt>in
988<dd>
989 <dl compact='compact'>
990 <dt><a href="for.html#l2h-584">keyword</a>
991 </dl>
992<dt><a href="comparisons.html#l2h-432">in operator</a>
993<dt>inclusive
994<dd>
995 <dl compact='compact'>
996 <dt><a href="bitwise.html#l2h-428">or</a>
997 </dl>
998<dt><a href="indentation.html#l2h-9">INDENT token</a>
999<dt><a href="indentation.html#l2h-9">indentation</a>
1000<dt><a href="sequence-types.html#l2h-224">index() (sequence object method)</a>
1001<dt><a href="types.html#l2h-22">index operation</a>
1002<dt><a href="types.html#l2h-160">indices() (slice method)</a>
1003<dt><a href="class.html#l2h-620">inheritance</a>
1004<dt>initialization
1005<dd>
1006 <dl compact='compact'>
1007 <dt><a href="import.html#l2h-539">module</a>
1008 </dl>
1009<dt><a href="expression-input.html#l2h-626">input</a>
1010</dl>
1011</td><td width="50%">
1012<dl compact='compact'>
1013<dt>input (continued)
1014<dd>
1015 <dl compact='compact'>
1016 <dt><a href="expression-input.html#l2h-633">raw</a>
1017 </dl>
1018<dt><a href="expression-input.html#l2h-628">input() (built-in function)</a>
1019<dt><a href="sequence-types.html#l2h-224">insert() (sequence object method)</a>
1020<dt>instance
1021<dd>
1022 <dl compact='compact'>
1023 <dt><a href="callable-types.html#l2h-220">call</a>,
1024 <a href="calls.html#l2h-405">[Link]</a>
1025 <dt><a href="types.html#l2h-123">class</a>
1026 </dl>
1027<dt><a href="types.html#l2h-102">instance object</a>,
1028 <a href="types.html#l2h-113">[Link]</a>,
1029 <a href="types.html#l2h-122">[Link]</a>,
1030 <a href="calls.html#l2h-403">[Link]</a>
1031<dt><a href="numeric-types.html#l2h-297">int() (built-in function)</a>
1032<dt><a href="types.html#l2h-22">integer</a><dl compact='compact'>
1033
1034 <dt><a href="types.html#l2h-39">representation</a>
1035 </dl>
1036<dt><a href="numbers.html#l2h-16">integer literal</a>
1037<dt><a href="types.html#l2h-33">integer object</a>
1038<dt><a href="programs.html#l2h-624">interactive mode</a>
1039<dt><a href="types.html#l2h-22">internal type</a>
1040<dt><a href="top-level.html#l2h-621">interpreter</a>
1041<dt><a href="unary.html#l2h-413">inversion</a>
1042<dt><a href="types.html#l2h-22">invocation</a>
1043<dt><a href="comparisons.html#l2h-437">is not operator</a>
1044<dt><a href="comparisons.html#l2h-436">is operator</a>
1045<dt>item
1046<dd>
1047 <dl compact='compact'>
1048 <dt><a href="subscriptions.html#l2h-375">sequence</a>
1049 <dt><a href="subscriptions.html#l2h-376">string</a>
1050 </dl>
1051<dt><a href="types.html#l2h-22">item selection</a>
1052<dt><a href="sequence-types.html#l2h-222">items() (mapping object method)</a>
1053<dt><a href="sequence-types.html#l2h-222">iteritems() (mapping object method)</a>
1054<dt><a href="sequence-types.html#l2h-222">iterkeys() (mapping object method)</a>
1055<dt><a href="sequence-types.html#l2h-222">itervalues() (mapping object method)</a>
1056</dl>
1057</td>
1058</tr></table>
1059<hr />
1060<h2 id="letter-j">J</h2>
1061
1062<table width="100%"><tr valign="top"><td width="50%">
1063<dl compact='compact'>
1064<dt>Java
1065<dd>
1066 <dl compact='compact'>
1067 <dt><a href="types.html#l2h-43">language</a>
1068</dl></dl>
1069</td><td width="50%">
1070<dl compact='compact'>
1071</dl>
1072</td>
1073</tr></table>
1074<hr />
1075<h2 id="letter-k">K</h2>
1076
1077<table width="100%"><tr valign="top"><td width="50%">
1078<dl compact='compact'>
1079<dt><a href="dict.html#l2h-355">key</a>
1080<dt><a href="dict.html#l2h-355">key/datum pair</a>
1081<dt><a href="sequence-types.html#l2h-222">keys() (mapping object method)</a>
1082<dt><a href="keywords.html#l2h-11">keyword</a><dl compact='compact'>
1083
1084 <dt><a href="if.html#l2h-574">elif</a>
1085</dl></dl>
1086</td><td width="50%">
1087<dl compact='compact'>
1088<dt>keyword (continued)
1089<dd>
1090 <dl compact='compact'>
1091 <dt><a href="break.html#l2h-521">else</a>,
1092 <a href="if.html#l2h-575">[Link]</a>,
1093 <a href="while.html#l2h-578">[Link]</a>,
1094 <a href="for.html#l2h-585">[Link]</a>,
1095 <a href="try.html#l2h-597">[Link]</a>
1096 <dt><a href="try.html#l2h-593">except</a>
1097 <dt><a href="return.html#l2h-509">finally</a>,
1098 <a href="break.html#l2h-523">[Link]</a>,
1099 <a href="continue.html#l2h-528">[Link]</a>,
1100 <a href="try.html#l2h-601">[Link]</a>
1101 <dt><a href="import.html#l2h-531">from</a>,
1102 <a href="import.html#l2h-546">[Link]</a>
1103 <dt><a href="for.html#l2h-584">in</a>
1104</dl></dl>
1105</td>
1106</tr></table>
1107<hr />
1108<h2 id="letter-l">L</h2>
1109
1110<table width="100%"><tr valign="top"><td width="50%">
1111<dl compact='compact'>
1112<dt>lambda
1113<dd>
1114 <dl compact='compact'>
1115 <dt><a href="lambdas.html#l2h-443">expression</a>
1116 <dt><a href="lambdas.html#l2h-444">form</a>,
1117 <a href="function.html#l2h-613">[Link]</a>
1118 </dl>
1119<dt>language
1120<dd>
1121 <dl compact='compact'>
1122 <dt><a href="types.html#l2h-26">C</a>,
1123 <a href="types.html#l2h-42">[Link]</a>,
1124 <a href="types.html#l2h-94">[Link]</a>,
1125 <a href="comparisons.html#l2h-430">[Link]</a>
1126 <dt><a href="types.html#l2h-43">Java</a>
1127 <dt><a href="for.html#l2h-590">Pascal</a>
1128 </dl>
1129<dt><a href="types.html#l2h-153">last_traceback (in module sys)</a>
1130<dt><a href="indentation.html#l2h-9">leading whitespace</a>
1131<dt><a href="types.html#l2h-46">len() (built-in function)</a>,
1132 <a href="types.html#l2h-68">[Link]</a>,
1133 <a href="sequence-types.html#l2h-228">[Link]</a>
1134<dt><a href="lexical.html#l2h-2">lexical analysis</a>
1135<dt><a href="notation.html#l2h-1">lexical definitions</a>
1136<dt><a href="explicit-joining.html#l2h-7">line continuation</a>
1137<dt><a href="logical.html#l2h-4">line joining</a>,
1138 <a href="explicit-joining.html#l2h-7">[Link]</a>
1139<dt><a href="line-structure.html#l2h-3">line structure</a>
1140<dt>list
1141<dd>
1142 <dl compact='compact'>
1143 <dt><a href="assignment.html#l2h-472">assignment, target</a>
1144 <dt><a href="lists.html#l2h-345">comprehensions</a>,
1145 <a href="lists.html#l2h-346">[Link]</a>
1146</dl></dl>
1147</td><td width="50%">
1148<dl compact='compact'>
1149<dt>list (continued)
1150<dd>
1151 <dl compact='compact'>
1152 <dt><a href="del.html#l2h-490">deletion target</a>
1153 <dt><a href="lists.html#l2h-344">display</a>
1154 <dt><a href="lists.html#l2h-348">empty</a>
1155 <dt><a href="exprlists.html#l2h-446">expression</a>,
1156 <a href="exprstmts.html#l2h-453">[Link]</a>,
1157 <a href="assignment.html#l2h-470">[Link]</a>
1158 <dt><a href="assignment.html#l2h-471">target</a>,
1159 <a href="for.html#l2h-586">[Link]</a>
1160 </dl>
1161<dt><a href="types.html#l2h-67">list object</a>,
1162 <a href="lists.html#l2h-347">[Link]</a>,
1163 <a href="attribute-references.html#l2h-367">[Link]</a>,
1164 <a href="subscriptions.html#l2h-373">[Link]</a>,
1165 <a href="slicings.html#l2h-382">[Link]</a>,
1166 <a href="assignment.html#l2h-478">[Link]</a>
1167<dt><a href="literals.html#l2h-12">literal</a>,
1168 <a href="atom-literals.html#l2h-337">[Link]</a>
1169<dt><a href="exec.html#l2h-566">locals() (built-in function)</a>
1170<dt><a href="logical.html#l2h-4">logical line</a>
1171<dt><a href="numeric-types.html#l2h-298">long() (built-in function)</a>
1172<dt><a href="numbers.html#l2h-16">long integer literal</a>
1173<dt><a href="types.html#l2h-37">long integer object</a>
1174<dt>loop
1175<dd>
1176 <dl compact='compact'>
1177 <dt><a href="for.html#l2h-591">over mutable sequence</a>
1178 <dt><a href="break.html#l2h-520">statement</a>,
1179 <a href="continue.html#l2h-527">[Link]</a>,
1180 <a href="while.html#l2h-577">[Link]</a>,
1181 <a href="for.html#l2h-582">[Link]</a>
1182 </dl>
1183<dt>loop control
1184<dd>
1185 <dl compact='compact'>
1186 <dt><a href="break.html#l2h-522">target</a>
1187</dl></dl>
1188</td>
1189</tr></table>
1190<hr />
1191<h2 id="letter-m">M</h2>
1192
1193<table width="100%"><tr valign="top"><td width="50%">
1194<dl compact='compact'>
1195<dt><a href="types.html#l2h-136">makefile() (socket method)</a>
1196<dt>mangling
1197<dd>
1198 <dl compact='compact'>
1199 <dt><a href="atom-identifiers.html#l2h-335">name</a>
1200 </dl>
1201<dt><a href="types.html#l2h-69">mapping object</a>,
1202 <a href="types.html#l2h-128">[Link]</a>,
1203 <a href="subscriptions.html#l2h-370">[Link]</a>,
1204 <a href="assignment.html#l2h-479">[Link]</a>
1205<dt>membership
1206<dd>
1207 <dl compact='compact'>
1208 <dt><a href="comparisons.html#l2h-434">test</a>
1209 </dl>
1210<dt>method
1211<dd>
1212 <dl compact='compact'>
1213 <dt><a href="types.html#l2h-97">built-in</a>
1214 <dt><a href="calls.html#l2h-394">call</a>
1215 <dt><a href="types.html#l2h-82">user-defined</a>
1216 </dl>
1217<dt><a href="types.html#l2h-80">method object</a>,
1218 <a href="types.html#l2h-96">[Link]</a>,
1219 <a href="calls.html#l2h-398">[Link]</a>
1220<dt><a href="unary.html#l2h-411">minus</a>
1221<dt>module
1222<dd>
1223 <dl compact='compact'>
1224 <dt><a href="import.html#l2h-535">built-in</a>
1225 <dt><a href="types.html#l2h-25">extension</a>
1226 <dt><a href="import.html#l2h-550">importing</a>
1227 <dt><a href="import.html#l2h-539">initialization</a>
1228</dl></dl>
1229</td><td width="50%">
1230<dl compact='compact'>
1231<dt>module (continued)
1232<dd>
1233 <dl compact='compact'>
1234 <dt><a href="import.html#l2h-534">name</a>
1235 <dt><a href="import.html#l2h-548">names, hierarchical</a>
1236 <dt><a href="types.html#l2h-110">namespace</a>
1237 <dt><a href="import.html#l2h-538">search path</a>
1238 <dt><a href="import.html#l2h-536">user-defined</a>
1239 </dl>
1240<dt><a href="types.html#l2h-105">module object</a>,
1241 <a href="attribute-references.html#l2h-366">[Link]</a>
1242<dt><a href="import.html#l2h-533">modules (in module sys)</a>
1243<dt><a href="binary.html#l2h-418">modulo</a>
1244<dt><a href="binary.html#l2h-416">multiplication</a>
1245<dt><a href="objects.html#l2h-19">mutable object</a>,
1246 <a href="types.html#l2h-64">[Link]</a>,
1247 <a href="assignment.html#l2h-468">[Link]</a>,
1248 <a href="assignment.html#l2h-476">[Link]</a>
1249<dt>mutable sequence
1250<dd>
1251 <dl compact='compact'>
1252 <dt><a href="for.html#l2h-591">loop over</a>
1253 </dl>
1254<dt><a href="types.html#l2h-63">mutable sequence object</a>
1255</dl>
1256</td>
1257</tr></table>
1258<hr />
1259<h2 id="letter-n">N</h2>
1260
1261<table width="100%"><tr valign="top"><td width="50%">
1262<dl compact='compact'>
1263<dt><a href="identifiers.html#l2h-10">name</a>,
1264 <a href="naming.html#l2h-315">[Link]</a>,
1265 <a href="atom-identifiers.html#l2h-333">[Link]</a><dl compact='compact'>
1266
1267 <dt><a href="naming.html#l2h-307">binding</a>,
1268 <a href="assignment.html#l2h-466">[Link]</a>,
1269 <a href="import.html#l2h-530">[Link]</a>,
1270 <a href="import.html#l2h-542">[Link]</a>,
1271 <a href="function.html#l2h-611">[Link]</a>,
1272 <a href="class.html#l2h-618">[Link]</a>
1273 <dt><a href="global.html#l2h-558">binding, global</a>
1274 <dt><a href="class.html#l2h-617">class</a>
1275 <dt><a href="function.html#l2h-610">function</a>
1276 <dt><a href="atom-identifiers.html#l2h-335">mangling</a>
1277 <dt><a href="import.html#l2h-534">module</a>
1278 <dt><a href="assignment.html#l2h-467">rebinding</a>
1279 <dt><a href="del.html#l2h-492">unbinding</a>
1280 </dl>
1281<dt><a href="atom-identifiers.html#l2h-334">NameError exception</a>
1282<dt>names
1283<dd>
1284 <dl compact='compact'>
1285 <dt><a href="import.html#l2h-548">hierarchical module</a>
1286 <dt><a href="atom-identifiers.html#l2h-336">private</a>
1287 </dl>
1288<dt><a href="naming.html#l2h-314">namespace</a><dl compact='compact'>
1289
1290 <dt><a href="types.html#l2h-79">global</a>
1291 <dt><a href="types.html#l2h-110">module</a>
1292</dl></dl>
1293</td><td width="50%">
1294<dl compact='compact'>
1295<dt><a href="unary.html#l2h-411">negation</a>
1296<dt>newline
1297<dd>
1298 <dl compact='compact'>
1299 <dt><a href="print.html#l2h-498">suppression</a>
1300 </dl>
1301<dt><a href="logical.html#l2h-4">NEWLINE token</a>,
1302 <a href="compound.html#l2h-571">[Link]</a>
1303<dt><a href="types.html#l2h-29">None object</a>,
1304 <a href="exprstmts.html#l2h-455">[Link]</a>
1305<dt><a href="comparisons.html#l2h-433">not in operator</a>
1306<dt><a href="Booleans.html#l2h-440">not operator</a>
1307<dt><a href="notation.html#l2h-1">notation</a>
1308<dt><a href="types.html#l2h-30">NotImplemented object</a>
1309<dt>null
1310<dd>
1311 <dl compact='compact'>
1312 <dt><a href="pass.html#l2h-487">operation</a>
1313 </dl>
1314<dt><a href="numbers.html#l2h-16">number</a><dl compact='compact'>
1315
1316 <dt><a href="types.html#l2h-45">complex</a>
1317 <dt><a href="types.html#l2h-41">floating point</a>
1318 </dl>
1319<dt><a href="numbers.html#l2h-16">numeric literal</a>
1320<dt><a href="types.html#l2h-32">numeric object</a>,
1321 <a href="types.html#l2h-126">[Link]</a>
1322</dl>
1323</td>
1324</tr></table>
1325<hr />
1326<h2 id="letter-o">O</h2>
1327
1328<table width="100%"><tr valign="top"><td width="50%">
1329<dl compact='compact'>
1330<dt><a href="objects.html#l2h-19">object</a><dl compact='compact'>
1331
1332 <dt><a href="types.html#l2h-38">Boolean</a>
1333 <dt><a href="types.html#l2h-92">built-in function</a>,
1334 <a href="calls.html#l2h-397">[Link]</a>
1335 <dt><a href="types.html#l2h-95">built-in method</a>,
1336 <a href="calls.html#l2h-396">[Link]</a>
1337 <dt><a href="types.html#l2h-71">callable</a>,
1338 <a href="calls.html#l2h-387">[Link]</a>
1339 <dt><a href="types.html#l2h-100">class</a>,
1340 <a href="types.html#l2h-111">[Link]</a>,
1341 <a href="calls.html#l2h-400">[Link]</a>,
1342 <a href="class.html#l2h-616">[Link]</a>
1343 <dt><a href="types.html#l2h-101">class instance</a>,
1344 <a href="types.html#l2h-112">[Link]</a>,
1345 <a href="types.html#l2h-121">[Link]</a>,
1346 <a href="calls.html#l2h-402">[Link]</a>
1347 <dt><a href="types.html#l2h-139">code</a>
1348 <dt><a href="types.html#l2h-44">complex</a>
1349 <dt><a href="types.html#l2h-70">dictionary</a>,
1350 <a href="types.html#l2h-115">[Link]</a>,
1351 <a href="customization.html#l2h-196">[Link]</a>,
1352 <a href="dict.html#l2h-353">[Link]</a>,
1353 <a href="subscriptions.html#l2h-374">[Link]</a>,
1354 <a href="assignment.html#l2h-480">[Link]</a>
1355 <dt><a href="types.html#l2h-31">Ellipsis</a>
1356 <dt><a href="types.html#l2h-131">file</a>,
1357 <a href="expression-input.html#l2h-629">[Link]</a>
1358 <dt><a href="types.html#l2h-40">floating point</a>
1359 <dt><a href="types.html#l2h-143">frame</a>
1360 <dt><a href="types.html#l2h-75">function</a>,
1361 <a href="types.html#l2h-93">[Link]</a>,
1362 <a href="calls.html#l2h-391">[Link]</a>,
1363 <a href="calls.html#l2h-399">[Link]</a>,
1364 <a href="function.html#l2h-609">[Link]</a>
1365 <dt><a href="types.html#l2h-142">generator</a>,
1366 <a href="genexpr.html#l2h-350">[Link]</a>
1367 <dt><a href="genexpr.html#l2h-351">generator expression</a>
1368 <dt><a href="types.html#l2h-49">immutable</a>,
1369 <a href="atom-literals.html#l2h-339">[Link]</a>,
1370 <a href="dict.html#l2h-354">[Link]</a>
1371 <dt><a href="types.html#l2h-48">immutable sequence</a>
1372 <dt><a href="types.html#l2h-102">instance</a>,
1373 <a href="types.html#l2h-113">[Link]</a>,
1374 <a href="types.html#l2h-122">[Link]</a>,
1375 <a href="calls.html#l2h-403">[Link]</a>
1376 <dt><a href="types.html#l2h-33">integer</a>
1377 <dt><a href="types.html#l2h-67">list</a>,
1378 <a href="lists.html#l2h-347">[Link]</a>,
1379 <a href="attribute-references.html#l2h-367">[Link]</a>,
1380 <a href="subscriptions.html#l2h-373">[Link]</a>,
1381 <a href="slicings.html#l2h-382">[Link]</a>,
1382 <a href="assignment.html#l2h-478">[Link]</a>
1383 <dt><a href="types.html#l2h-37">long integer</a>
1384 <dt><a href="types.html#l2h-69">mapping</a>,
1385 <a href="types.html#l2h-128">[Link]</a>,
1386 <a href="subscriptions.html#l2h-370">[Link]</a>,
1387 <a href="assignment.html#l2h-479">[Link]</a>
1388 <dt><a href="types.html#l2h-80">method</a>,
1389 <a href="types.html#l2h-96">[Link]</a>,
1390 <a href="calls.html#l2h-398">[Link]</a>
1391 <dt><a href="types.html#l2h-105">module</a>,
1392 <a href="attribute-references.html#l2h-366">[Link]</a>
1393 <dt><a href="types.html#l2h-64">mutable</a>,
1394 <a href="assignment.html#l2h-468">[Link]</a>,
1395 <a href="assignment.html#l2h-476">[Link]</a>
1396 <dt><a href="types.html#l2h-63">mutable sequence</a>
1397 <dt><a href="types.html#l2h-29">None</a>,
1398 <a href="exprstmts.html#l2h-455">[Link]</a>
1399 <dt><a href="types.html#l2h-30">NotImplemented</a>
1400 <dt><a href="types.html#l2h-32">numeric</a>,
1401 <a href="types.html#l2h-126">[Link]</a>
1402 <dt><a href="types.html#l2h-34">plain integer</a>
1403 <dt><a href="string-conversions.html#l2h-359">recursive</a>
1404 <dt><a href="types.html#l2h-47">sequence</a>,
1405 <a href="types.html#l2h-127">[Link]</a>,
1406 <a href="subscriptions.html#l2h-369">[Link]</a>,
1407 <a href="slicings.html#l2h-379">[Link]</a>,
1408 <a href="comparisons.html#l2h-435">[Link]</a>,
1409 <a href="assignment.html#l2h-477">[Link]</a>,
1410 <a href="for.html#l2h-583">[Link]</a>
1411 <dt><a href="sequence-types.html#l2h-232">slice</a>
1412 <dt><a href="types.html#l2h-52">string</a>,
1413 <a href="subscriptions.html#l2h-371">[Link]</a>,
1414 <a href="slicings.html#l2h-380">[Link]</a>
1415</dl></dl>
1416</td><td width="50%">
1417<dl compact='compact'>
1418<dt>object (continued)
1419<dd>
1420 <dl compact='compact'>
1421 <dt><a href="types.html#l2h-148">traceback</a>,
1422 <a href="raise.html#l2h-515">[Link]</a>,
1423 <a href="try.html#l2h-594">[Link]</a>
1424 <dt><a href="types.html#l2h-60">tuple</a>,
1425 <a href="subscriptions.html#l2h-372">[Link]</a>,
1426 <a href="slicings.html#l2h-381">[Link]</a>,
1427 <a href="exprlists.html#l2h-447">[Link]</a>
1428 <dt><a href="types.html#l2h-59">unicode</a>
1429 <dt><a href="types.html#l2h-76">user-defined function</a>,
1430 <a href="calls.html#l2h-390">[Link]</a>,
1431 <a href="function.html#l2h-608">[Link]</a>
1432 <dt><a href="types.html#l2h-81">user-defined method</a>
1433 </dl>
1434<dt><a href="numeric-types.html#l2h-302">oct() (built-in function)</a>
1435<dt><a href="numbers.html#l2h-16">octal literal</a>
1436<dt><a href="types.html#l2h-132">open() (built-in function)</a>
1437<dt>operation
1438<dd>
1439 <dl compact='compact'>
1440 <dt><a href="binary.html#l2h-414">binary arithmetic</a>
1441 <dt><a href="bitwise.html#l2h-423">binary bit-wise</a>
1442 <dt><a href="Booleans.html#l2h-439">Boolean</a>
1443 <dt><a href="pass.html#l2h-487">null</a>
1444 <dt><a href="shifting.html#l2h-421">shifting</a>
1445 <dt><a href="unary.html#l2h-408">unary arithmetic</a>
1446 <dt><a href="unary.html#l2h-409">unary bit-wise</a>
1447 </dl>
1448<dt>operator
1449<dd>
1450 <dl compact='compact'>
1451 <dt><a href="Booleans.html#l2h-441">and</a>
1452 <dt><a href="comparisons.html#l2h-432">in</a>
1453 <dt><a href="comparisons.html#l2h-436">is</a>
1454 <dt><a href="comparisons.html#l2h-437">is not</a>
1455 <dt><a href="Booleans.html#l2h-440">not</a>
1456 <dt><a href="comparisons.html#l2h-433">not in</a>
1457 <dt><a href="Booleans.html#l2h-442">or</a>
1458 <dt><a href="specialnames.html#l2h-169">overloading</a>
1459 <dt><a href="summary.html#l2h-450">precedence</a>
1460 </dl>
1461<dt><a href="operators.html#l2h-17">operators</a>
1462<dt>or
1463<dd>
1464 <dl compact='compact'>
1465 <dt><a href="bitwise.html#l2h-427">bit-wise</a>
1466 <dt><a href="bitwise.html#l2h-426">exclusive</a>
1467 <dt><a href="bitwise.html#l2h-428">inclusive</a>
1468 </dl>
1469<dt><a href="Booleans.html#l2h-442">or operator</a>
1470<dt><a href="types.html#l2h-51">ord() (built-in function)</a>,
1471 <a href="types.html#l2h-55">[Link]</a>,
1472 <a href="types.html#l2h-57">[Link]</a>
1473<dt>order
1474<dd>
1475 <dl compact='compact'>
1476 <dt><a href="evalorder.html#l2h-449">evaluation</a>
1477 </dl>
1478<dt><a href="exprstmts.html#l2h-460">output</a>,
1479 <a href="print.html#l2h-503">[Link]</a><dl compact='compact'>
1480
1481 <dt><a href="exprstmts.html#l2h-457">standard</a>,
1482 <a href="print.html#l2h-499">[Link]</a>
1483 </dl>
1484<dt><a href="types.html#l2h-36">OverflowError (built-in exception)</a>
1485<dt>overloading
1486<dd>
1487 <dl compact='compact'>
1488 <dt><a href="specialnames.html#l2h-169">operator</a>
1489</dl></dl>
1490</td>
1491</tr></table>
1492<hr />
1493<h2 id="letter-p">P</h2>
1494
1495<table width="100%"><tr valign="top"><td width="50%">
1496<dl compact='compact'>
1497<dt><a href="import.html#l2h-554">packages</a>
1498<dt>parameter
1499<dd>
1500 <dl compact='compact'>
1501 <dt><a href="function.html#l2h-612">value, default</a>
1502 </dl>
1503<dt><a href="parenthesized.html#l2h-340">parenthesized form</a>
1504<dt><a href="lexical.html#l2h-2">parser</a>
1505<dt>Pascal
1506<dd>
1507 <dl compact='compact'>
1508 <dt><a href="for.html#l2h-590">language</a>
1509 </dl>
1510<dt><a href="pass.html#l2h-486">pass statement</a>
1511<dt>path
1512<dd>
1513 <dl compact='compact'>
1514 <dt><a href="import.html#l2h-538">module search</a>
1515 </dl>
1516<dt><a href="logical.html#l2h-4">physical line</a>,
1517 <a href="explicit-joining.html#l2h-7">[Link]</a>,
1518 <a href="strings.html#l2h-13">[Link]</a>
1519<dt><a href="numbers.html#l2h-16">plain integer literal</a>
1520<dt><a href="types.html#l2h-34">plain integer object</a>
1521<dt><a href="unary.html#l2h-412">plus</a>
1522</dl>
1523</td><td width="50%">
1524<dl compact='compact'>
1525<dt><a href="sequence-types.html#l2h-222">pop() (mapping object method)</a>
1526<dt><a href="sequence-types.html#l2h-224">pop() (sequence object method)</a>
1527<dt><a href="types.html#l2h-134">popen() (in module os)</a>
1528<dt><a href="sequence-types.html#l2h-222">popitem() (mapping object method)</a>
1529<dt><a href="numeric-types.html#l2h-253">pow() (built-in function)</a>,
1530 <a href="numeric-types.html#l2h-254">[Link]</a>,
1531 <a href="numeric-types.html#l2h-272">[Link]</a>,
1532 <a href="numeric-types.html#l2h-273">[Link]</a>
1533<dt>precedence
1534<dd>
1535 <dl compact='compact'>
1536 <dt><a href="summary.html#l2h-450">operator</a>
1537 </dl>
1538<dt><a href="primaries.html#l2h-363">primary</a>
1539<dt><a href="customization.html#l2h-185">print statement</a>,
1540 <a href="print.html#l2h-495">[Link]</a>
1541<dt>private
1542<dd>
1543 <dl compact='compact'>
1544 <dt><a href="atom-identifiers.html#l2h-336">names</a>
1545 </dl>
1546<dt>procedure
1547<dd>
1548 <dl compact='compact'>
1549 <dt><a href="exprstmts.html#l2h-459">call</a>
1550 </dl>
1551<dt><a href="programs.html#l2h-622">program</a>
1552</dl>
1553</td>
1554</tr></table>
1555<hr />
1556<h2 id="letter-q">Q</h2>
1557
1558<table width="100%"><tr valign="top"><td width="50%">
1559<dl compact='compact'>
1560<dt>quotes
1561<dd>
1562 <dl compact='compact'>
1563 <dt><a href="customization.html#l2h-182">backward</a>,
1564 <a href="string-conversions.html#l2h-358">[Link]</a>
1565</dl></dl>
1566</td><td width="50%">
1567<dl compact='compact'>
1568<dt>quotes (continued)
1569<dd>
1570 <dl compact='compact'>
1571 <dt><a href="customization.html#l2h-181">reverse</a>,
1572 <a href="string-conversions.html#l2h-357">[Link]</a>
1573</dl></dl>
1574</td>
1575</tr></table>
1576<hr />
1577<h2 id="letter-r">R</h2>
1578
1579<table width="100%"><tr valign="top"><td width="50%">
1580<dl compact='compact'>
1581<dt><a href="exceptions.html#l2h-324">raise an exception</a>
1582<dt><a href="raise.html#l2h-513">raise statement</a>
1583<dt>raising
1584<dd>
1585 <dl compact='compact'>
1586 <dt><a href="raise.html#l2h-514">exception</a>
1587 </dl>
1588<dt><a href="for.html#l2h-589">range() (built-in function)</a>
1589<dt><a href="expression-input.html#l2h-633">raw input</a>
1590<dt><a href="strings.html#l2h-14">raw string</a>
1591<dt><a href="expression-input.html#l2h-630">raw_input() (built-in function)</a>
1592<dt><a href="expression-input.html#l2h-632">readline() (file method)</a>
1593<dt>rebinding
1594<dd>
1595 <dl compact='compact'>
1596 <dt><a href="assignment.html#l2h-467">name</a>
1597 </dl>
1598<dt><a href="string-conversions.html#l2h-359">recursive object</a>
1599<dt>reference
1600<dd>
1601 <dl compact='compact'>
1602 <dt><a href="attribute-references.html#l2h-364">attribute</a>
1603</dl></dl>
1604</td><td width="50%">
1605<dl compact='compact'>
1606<dt><a href="objects.html#l2h-19">reference counting</a>
1607<dt><a href="sequence-types.html#l2h-224">remove() (sequence object method)</a>
1608<dt><a href="customization.html#l2h-179">repr() (built-in function)</a>,
1609 <a href="string-conversions.html#l2h-360">[Link]</a>,
1610 <a href="exprstmts.html#l2h-454">[Link]</a>
1611<dt>representation
1612<dd>
1613 <dl compact='compact'>
1614 <dt><a href="types.html#l2h-39">integer</a>
1615 </dl>
1616<dt><a href="keywords.html#l2h-11">reserved word</a>
1617<dt>restricted
1618<dd>
1619 <dl compact='compact'>
1620 <dt><a href="naming.html#l2h-313">execution</a>
1621 </dl>
1622<dt><a href="return.html#l2h-506">return statement</a>,
1623 <a href="try.html#l2h-598">[Link]</a>,
1624 <a href="try.html#l2h-602">[Link]</a>
1625<dt>reverse
1626<dd>
1627 <dl compact='compact'>
1628 <dt><a href="customization.html#l2h-181">quotes</a>,
1629 <a href="string-conversions.html#l2h-357">[Link]</a>
1630 </dl>
1631<dt><a href="sequence-types.html#l2h-224">reverse() (sequence object method)</a>
1632<dt><a href="print.html#l2h-502">RuntimeError exception</a>
1633</dl>
1634</td>
1635</tr></table>
1636<hr />
1637<h2 id="letter-s">S</h2>
1638
1639<table width="100%"><tr valign="top"><td width="50%">
1640<dl compact='compact'>
1641<dt><a href="naming.html#l2h-314">scope</a>,
1642 <a href="naming.html#l2h-317">[Link]</a>
1643<dt>search
1644<dd>
1645 <dl compact='compact'>
1646 <dt><a href="import.html#l2h-538">path, module</a>
1647 </dl>
1648<dt>sequence
1649<dd>
1650 <dl compact='compact'>
1651 <dt><a href="subscriptions.html#l2h-375">item</a>
1652 </dl>
1653<dt><a href="types.html#l2h-47">sequence object</a>,
1654 <a href="types.html#l2h-127">[Link]</a>,
1655 <a href="subscriptions.html#l2h-369">[Link]</a>,
1656 <a href="slicings.html#l2h-379">[Link]</a>,
1657 <a href="comparisons.html#l2h-435">[Link]</a>,
1658 <a href="assignment.html#l2h-477">[Link]</a>,
1659 <a href="for.html#l2h-583">[Link]</a>
1660<dt><a href="sequence-types.html#l2h-222">setdefault() (mapping object method)</a>
1661<dt>shifting
1662<dd>
1663 <dl compact='compact'>
1664 <dt><a href="shifting.html#l2h-421">operation</a>
1665 </dl>
1666<dt>simple
1667<dd>
1668 <dl compact='compact'>
1669 <dt><a href="simple.html#l2h-451">statement</a>
1670 </dl>
1671<dt>singleton
1672<dd>
1673 <dl compact='compact'>
1674 <dt><a href="types.html#l2h-61">tuple</a>
1675 </dl>
1676<dt><a href="slicings.html#l2h-378">slice</a>
1677<dt><a href="types.html#l2h-157">slice() (built-in function)</a>
1678<dt><a href="sequence-types.html#l2h-232">slice object</a>
1679<dt><a href="types.html#l2h-22">slicing</a>,
1680 <a href="types.html#l2h-22">[Link]</a>,
1681 <a href="slicings.html#l2h-378">[Link]</a><dl compact='compact'>
1682
1683 <dt><a href="assignment.html#l2h-481">assignment</a>
1684 <dt><a href="slicings.html#l2h-383">extended</a>
1685 </dl>
1686<dt><a href="sequence-types.html#l2h-224">sort() (sequence object method)</a>
1687<dt><a href="encodings.html#l2h-6">source character set</a>
1688<dt><a href="indentation.html#l2h-9">space</a>
1689<dt>special
1690<dd>
1691 <dl compact='compact'>
1692 <dt><a href="types.html#l2h-27">attribute</a>
1693 <dt><a href="types.html#l2h-28">attribute, generic</a>
1694 </dl>
1695<dt>stack
1696<dd>
1697 <dl compact='compact'>
1698 <dt><a href="types.html#l2h-151">execution</a>
1699 <dt><a href="types.html#l2h-149">trace</a>
1700 </dl>
1701<dt>standard
1702<dd>
1703 <dl compact='compact'>
1704 <dt><a href="exprstmts.html#l2h-457">output</a>,
1705 <a href="print.html#l2h-499">[Link]</a>
1706 </dl>
1707<dt><a href="strings.html#l2h-13">Standard C</a>
1708<dt><a href="programs.html#l2h-625">standard input</a>
1709<dt><a href="types.html#l2h-159">start (slice object attribute)</a>,
1710 <a href="slicings.html#l2h-385">[Link]</a>
1711<dt>statement
1712<dd>
1713 <dl compact='compact'>
1714 <dt><a href="assert.html#l2h-461">assert</a>
1715 <dt><a href="types.html#l2h-65">assignment</a>,
1716 <a href="assignment.html#l2h-465">[Link]</a>
1717 <dt><a href="augassign.html#l2h-485">assignment, augmented</a>
1718 <dt><a href="break.html#l2h-517">break</a>,
1719 <a href="while.html#l2h-579">[Link]</a>,
1720 <a href="for.html#l2h-587">[Link]</a>,
1721 <a href="try.html#l2h-599">[Link]</a>,
1722 <a href="try.html#l2h-603">[Link]</a>
1723 <dt><a href="class.html#l2h-615">class</a>
1724 <dt><a href="compound.html#l2h-568">compound</a>
1725 <dt><a href="continue.html#l2h-524">continue</a>,
1726 <a href="while.html#l2h-580">[Link]</a>,
1727 <a href="for.html#l2h-588">[Link]</a>,
1728 <a href="try.html#l2h-600">[Link]</a>,
1729 <a href="try.html#l2h-604">[Link]</a>
1730 <dt><a href="function.html#l2h-607">def</a>
1731 <dt><a href="types.html#l2h-66">del</a>,
1732 <a href="customization.html#l2h-177">[Link]</a>,
1733 <a href="del.html#l2h-488">[Link]</a>
1734 <dt><a href="global.html#l2h-559">exec</a>,
1735 <a href="exec.html#l2h-563">[Link]</a>
1736 <dt><a href="exprstmts.html#l2h-452">expression</a>
1737 <dt><a href="break.html#l2h-518">for</a>,
1738 <a href="continue.html#l2h-525">[Link]</a>,
1739 <a href="for.html#l2h-581">[Link]</a>
1740 <dt><a href="naming.html#l2h-312">from</a>,
1741 <a href="import.html#l2h-547">[Link]</a>
1742 <dt><a href="future.html#l2h-556">future</a>
1743 <dt><a href="assignment.html#l2h-473">global</a>,
1744 <a href="del.html#l2h-491">[Link]</a>,
1745 <a href="global.html#l2h-557">[Link]</a>
1746 <dt><a href="if.html#l2h-573">if</a>
1747</dl></dl>
1748</td><td width="50%">
1749<dl compact='compact'>
1750<dt>statement (continued)
1751<dd>
1752 <dl compact='compact'>
1753 <dt><a href="types.html#l2h-104">import</a>,
1754 <a href="import.html#l2h-529">[Link]</a>
1755 <dt><a href="break.html#l2h-520">loop</a>,
1756 <a href="continue.html#l2h-527">[Link]</a>,
1757 <a href="while.html#l2h-577">[Link]</a>,
1758 <a href="for.html#l2h-582">[Link]</a>
1759 <dt><a href="pass.html#l2h-486">pass</a>
1760 <dt><a href="customization.html#l2h-185">print</a>,
1761 <a href="print.html#l2h-495">[Link]</a>
1762 <dt><a href="raise.html#l2h-513">raise</a>
1763 <dt><a href="return.html#l2h-506">return</a>,
1764 <a href="try.html#l2h-598">[Link]</a>,
1765 <a href="try.html#l2h-602">[Link]</a>
1766 <dt><a href="simple.html#l2h-451">simple</a>
1767 <dt><a href="types.html#l2h-156">try</a>,
1768 <a href="try.html#l2h-592">[Link]</a>
1769 <dt><a href="break.html#l2h-519">while</a>,
1770 <a href="continue.html#l2h-526">[Link]</a>,
1771 <a href="while.html#l2h-576">[Link]</a>
1772 <dt><a href="yield.html#l2h-510">yield</a>
1773 </dl>
1774<dt><a href="indentation.html#l2h-9">statement grouping</a>
1775<dt><a href="types.html#l2h-138">stderr (in module sys)</a>
1776<dt><a href="types.html#l2h-138">stdin (in module sys)</a>
1777<dt><a href="types.html#l2h-166">stdio</a>
1778<dt><a href="types.html#l2h-138">stdout (in module sys)</a>,
1779 <a href="print.html#l2h-501">[Link]</a>
1780<dt><a href="types.html#l2h-159">step (slice object attribute)</a>,
1781 <a href="slicings.html#l2h-385">[Link]</a>
1782<dt><a href="types.html#l2h-159">stop (slice object attribute)</a>,
1783 <a href="slicings.html#l2h-385">[Link]</a>
1784<dt><a href="yield.html#l2h-511">StopIteration exception</a>
1785<dt><a href="customization.html#l2h-184">str() (built-in function)</a>,
1786 <a href="string-conversions.html#l2h-361">[Link]</a>
1787<dt>string
1788<dd>
1789 <dl compact='compact'>
1790 <dt><a href="types.html#l2h-53">comparison</a>
1791 <dt><a href="customization.html#l2h-180">conversion</a>,
1792 <a href="string-conversions.html#l2h-356">[Link]</a>,
1793 <a href="exprstmts.html#l2h-456">[Link]</a>
1794 <dt><a href="subscriptions.html#l2h-376">item</a>
1795 <dt><a href="strings.html#l2h-13">Unicode</a>
1796 </dl>
1797<dt><a href="strings.html#l2h-13">string literal</a>
1798<dt><a href="types.html#l2h-52">string object</a>,
1799 <a href="subscriptions.html#l2h-371">[Link]</a>,
1800 <a href="slicings.html#l2h-380">[Link]</a>
1801<dt><a href="types.html#l2h-22">subscription</a>,
1802 <a href="types.html#l2h-22">[Link]</a>,
1803 <a href="types.html#l2h-22">[Link]</a>,
1804 <a href="subscriptions.html#l2h-368">[Link]</a><dl compact='compact'>
1805
1806 <dt><a href="assignment.html#l2h-475">assignment</a>
1807 </dl>
1808<dt><a href="binary.html#l2h-420">subtraction</a>
1809<dt><a href="compound.html#l2h-570">suite</a>
1810<dt>suppression
1811<dd>
1812 <dl compact='compact'>
1813 <dt><a href="print.html#l2h-498">newline</a>
1814 </dl>
1815<dt><a href="notation.html#l2h-1">syntax</a>,
1816 <a href="expressions.html#l2h-330">[Link]</a>
1817<dt><a href="import.html#l2h-541">SyntaxError exception</a>
1818<dt><a href="print.html#l2h-504">sys (built-in module)</a>,
1819 <a href="import.html#l2h-552">[Link]</a>,
1820 <a href="try.html#l2h-605">[Link]</a>,
1821 <a href="programs.html#l2h-623">[Link]</a>
1822<dt><a href="types.html#l2h-168">sys.exc_info</a>
1823<dt><a href="types.html#l2h-161">sys.exc_traceback</a>
1824<dt><a href="types.html#l2h-161">sys.last_traceback</a>
1825<dt><a href="import.html#l2h-551">sys.modules</a>
1826<dt><a href="types.html#l2h-161">sys.stderr</a>
1827<dt><a href="types.html#l2h-161">sys.stdin</a>
1828<dt><a href="types.html#l2h-161">sys.stdout</a>
1829</dl>
1830</td>
1831</tr></table>
1832<hr />
1833<h2 id="letter-t">T</h2>
1834
1835<table width="100%"><tr valign="top"><td width="50%">
1836<dl compact='compact'>
1837<dt><a href="indentation.html#l2h-9">tab</a>
1838<dt><a href="assignment.html#l2h-482">target</a><dl compact='compact'>
1839
1840 <dt><a href="del.html#l2h-489">deletion</a>
1841 <dt><a href="assignment.html#l2h-471">list</a>,
1842 <a href="for.html#l2h-586">[Link]</a>
1843 <dt><a href="assignment.html#l2h-472">list assignment</a>
1844 <dt><a href="del.html#l2h-490">list, deletion</a>
1845 <dt><a href="break.html#l2h-522">loop control</a>
1846 </dl>
1847<dt><a href="types.html#l2h-155">tb_frame (traceback attribute)</a>
1848<dt><a href="types.html#l2h-155">tb_lasti (traceback attribute)</a>
1849<dt><a href="types.html#l2h-155">tb_lineno (traceback attribute)</a>
1850<dt><a href="types.html#l2h-155">tb_next (traceback attribute)</a>
1851<dt><a href="exceptions.html#l2h-327">termination model</a>
1852<dt>test
1853<dd>
1854 <dl compact='compact'>
1855 <dt><a href="comparisons.html#l2h-438">identity</a>
1856 <dt><a href="comparisons.html#l2h-434">membership</a>
1857 </dl>
1858<dt><a href="lexical.html#l2h-2">token</a>
1859<dt>trace
1860<dd>
1861 <dl compact='compact'>
1862 <dt><a href="types.html#l2h-149">stack</a>
1863 </dl>
1864<dt><a href="types.html#l2h-148">traceback object</a>,
1865 <a href="raise.html#l2h-515">[Link]</a>,
1866 <a href="try.html#l2h-594">[Link]</a>
1867</dl>
1868</td><td width="50%">
1869<dl compact='compact'>
1870<dt>trailing
1871<dd>
1872 <dl compact='compact'>
1873 <dt><a href="exprlists.html#l2h-448">comma</a>,
1874 <a href="print.html#l2h-497">[Link]</a>
1875 </dl>
1876<dt><a href="strings.html#l2h-13">triple-quoted string</a>
1877<dt><a href="types.html#l2h-161">True</a>
1878<dt><a href="types.html#l2h-156">try statement</a>,
1879 <a href="try.html#l2h-592">[Link]</a>
1880<dt>tuple
1881<dd>
1882 <dl compact='compact'>
1883 <dt><a href="parenthesized.html#l2h-342">display</a>
1884 <dt><a href="types.html#l2h-62">empty</a>,
1885 <a href="parenthesized.html#l2h-341">[Link]</a>
1886 <dt><a href="types.html#l2h-61">singleton</a>
1887 </dl>
1888<dt><a href="types.html#l2h-60">tuple object</a>,
1889 <a href="subscriptions.html#l2h-372">[Link]</a>,
1890 <a href="slicings.html#l2h-381">[Link]</a>,
1891 <a href="exprlists.html#l2h-447">[Link]</a>
1892<dt><a href="types.html#l2h-22">type</a><dl compact='compact'>
1893
1894 <dt><a href="types.html#l2h-23">data</a>
1895 <dt><a href="types.html#l2h-24">hierarchy</a>
1896 <dt><a href="atom-literals.html#l2h-338">immutable data</a>
1897 </dl>
1898<dt><a href="objects.html#l2h-21">type() (built-in function)</a>
1899<dt><a href="objects.html#l2h-19">type of an object</a>
1900<dt><a href="unary.html#l2h-410">TypeError exception</a>
1901<dt><a href="types.html#l2h-22">types, internal</a>
1902</dl>
1903</td>
1904</tr></table>
1905<hr />
1906<h2 id="letter-u">U</h2>
1907
1908<table width="100%"><tr valign="top"><td width="50%">
1909<dl compact='compact'>
1910<dt>unary
1911<dd>
1912 <dl compact='compact'>
1913 <dt><a href="unary.html#l2h-408">arithmetic operation</a>
1914 <dt><a href="unary.html#l2h-409">bit-wise operation</a>
1915 </dl>
1916<dt>unbinding
1917<dd>
1918 <dl compact='compact'>
1919 <dt><a href="del.html#l2h-492">name</a>
1920 </dl>
1921<dt><a href="naming.html#l2h-319">UnboundLocalError</a>
1922<dt><a href="types.html#l2h-56">unichr() (built-in function)</a>
1923<dt><a href="types.html#l2h-22">Unicode</a>
1924<dt><a href="types.html#l2h-58">unicode() (built-in function)</a>,
1925 <a href="customization.html#l2h-204">[Link]</a>
1926<dt><a href="strings.html#l2h-13">Unicode Consortium</a>
1927<dt><a href="types.html#l2h-59">unicode object</a>
1928<dt><a href="programs.html#l2h-625">UNIX</a>
1929</dl>
1930</td><td width="50%">
1931<dl compact='compact'>
1932<dt><a href="objects.html#l2h-19">unreachable object</a>
1933<dt><a href="strings.html#l2h-15">unrecognized escape sequence</a>
1934<dt><a href="sequence-types.html#l2h-222">update() (mapping object method)</a>
1935<dt>user-defined
1936<dd>
1937 <dl compact='compact'>
1938 <dt><a href="types.html#l2h-74">function</a>
1939 <dt><a href="calls.html#l2h-389">function call</a>
1940 <dt><a href="types.html#l2h-82">method</a>
1941 <dt><a href="import.html#l2h-536">module</a>
1942 </dl>
1943<dt><a href="types.html#l2h-76">user-defined function object</a>,
1944 <a href="calls.html#l2h-390">[Link]</a>,
1945 <a href="function.html#l2h-608">[Link]</a>
1946<dt><a href="types.html#l2h-81">user-defined method object</a>
1947</dl>
1948</td>
1949</tr></table>
1950<hr />
1951<h2 id="letter-v">V</h2>
1952
1953<table width="100%"><tr valign="top"><td width="50%">
1954<dl compact='compact'>
1955<dt>value
1956<dd>
1957 <dl compact='compact'>
1958 <dt><a href="function.html#l2h-612">default parameter</a>
1959 </dl>
1960<dt><a href="objects.html#l2h-19">value of an object</a>
1961<dt><a href="shifting.html#l2h-422">ValueError exception</a>
1962</dl>
1963</td><td width="50%">
1964<dl compact='compact'>
1965<dt>values
1966<dd>
1967 <dl compact='compact'>
1968 <dt><a href="exprstmts.html#l2h-458">writing</a>,
1969 <a href="print.html#l2h-496">[Link]</a>
1970 </dl>
1971<dt><a href="sequence-types.html#l2h-222">values() (mapping object method)</a>
1972<dt>variable
1973<dd>
1974 <dl compact='compact'>
1975 <dt><a href="naming.html#l2h-309">free</a>,
1976 <a href="del.html#l2h-493">[Link]</a>
1977</dl></dl>
1978</td>
1979</tr></table>
1980<hr />
1981<h2 id="letter-w">W</h2>
1982
1983<table width="100%"><tr valign="top"><td width="50%">
1984<dl compact='compact'>
1985<dt><a href="break.html#l2h-519">while statement</a>,
1986 <a href="continue.html#l2h-526">[Link]</a>,
1987 <a href="while.html#l2h-576">[Link]</a>
1988<dt><a href="indentation.html#l2h-9">whitespace</a>
1989</dl>
1990</td><td width="50%">
1991<dl compact='compact'>
1992<dt>writing
1993<dd>
1994 <dl compact='compact'>
1995 <dt><a href="exprstmts.html#l2h-458">values</a>,
1996 <a href="print.html#l2h-496">[Link]</a>
1997</dl></dl>
1998</td>
1999</tr></table>
2000<hr />
2001<h2 id="letter-x">X</h2>
2002
2003<table width="100%"><tr valign="top"><td width="50%">
2004<dl compact='compact'>
2005<dt>xor
2006<dd>
2007 <dl compact='compact'>
2008 <dt><a href="bitwise.html#l2h-425">bit-wise</a>
2009</dl></dl>
2010</td><td width="50%">
2011<dl compact='compact'>
2012</dl>
2013</td>
2014</tr></table>
2015<hr />
2016<h2 id="letter-y">Y</h2>
2017
2018<table width="100%"><tr valign="top"><td width="50%">
2019<dl compact='compact'>
2020<dt><a href="yield.html#l2h-510">yield statement</a>
2021</dl>
2022</td><td width="50%">
2023<dl compact='compact'>
2024</dl>
2025</td>
2026</tr></table>
2027<hr />
2028<h2 id="letter-z">Z</h2>
2029
2030<table width="100%"><tr valign="top"><td width="50%">
2031<dl compact='compact'>
2032<dt><a href="binary.html#l2h-415">ZeroDivisionError exception</a>
2033</dl>
2034</td><td width="50%">
2035<dl compact='compact'>
2036</dl>
2037</td>
2038</tr></table>
2039
2040<P>
2041
2042<DIV CLASS="navigation">
2043<div class='online-navigation'>
2044<p></p><hr />
2045<table align="center" width="100%" cellpadding="0" cellspacing="2">
2046<tr>
2047<td class='online-navigation'><a rel="prev" title="A.3.10 XML Remote Procedure"
2048 href="node118.html"><img src='../icons/previous.png'
2049 border='0' height='32' alt='Previous Page' width='32' /></A></td>
2050<td class='online-navigation'><a rel="parent" title="Python Reference Manual"
2051 href="ref.html"><img src='../icons/up.png'
2052 border='0' height='32' alt='Up One Level' width='32' /></A></td>
2053<td class='online-navigation'><a rel="next" title="About this document ..."
2054 href="about.html"><img src='../icons/next.png'
2055 border='0' height='32' alt='Next Page' width='32' /></A></td>
2056<td align="center" width="100%">Python Reference Manual</td>
2057<td class='online-navigation'><a rel="contents" title="Table of Contents"
2058 href="contents.html"><img src='../icons/contents.png'
2059 border='0' height='32' alt='Contents' width='32' /></A></td>
2060<td class='online-navigation'><img src='../icons/blank.png'
2061 border='0' height='32' alt='' width='32' /></td>
2062<td class='online-navigation'><img src='../icons/blank.png'
2063 border='0' height='32' alt='' width='32' /></td>
2064</tr></table>
2065<div class='online-navigation'>
2066<b class="navlabel">Previous:</b>
2067<a class="sectref" rel="prev" href="node118.html">A.3.10 XML Remote Procedure</A>
2068<b class="navlabel">Up:</b>
2069<a class="sectref" rel="parent" href="ref.html">Python Reference Manual</A>
2070<b class="navlabel">Next:</b>
2071<a class="sectref" rel="next" href="about.html">About this document ...</A>
2072</div>
2073</div>
2074<hr />
2075<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
2076</DIV>
2077<!--End of Navigation Panel-->
2078<ADDRESS>
2079See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
2080</ADDRESS>
2081</BODY>
2082</HTML>