Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / html / python / api / genindex.html
CommitLineData
86530b38
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="api.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="api.html" title='Python/C API 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="node83.html" />
14<link rel="parent" href="api.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="B.3.10 XML Remote Procedure"
25 href="node96.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/C API Reference Manual"
28 href="api.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/C API 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="node96.html">B.3.10 XML Remote Procedure</A>
45<b class="navlabel">Up:</b>
46<a class="sectref" rel="parent" href="api.html">Python/C API 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="SECTION0015000000000000000000">
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-k">k</a></b> |
69<b><a href="#letter-l">l</a></b> |
70<b><a href="#letter-m">m</a></b> |
71<b><a href="#letter-n">n</a></b> |
72<b><a href="#letter-o">o</a></b> |
73<b><a href="#letter-p">p</a></b> |
74<b><a href="#letter-r">r</a></b> |
75<b><a href="#letter-s">s</a></b> |
76<b><a href="#letter-t">t</a></b> |
77<b><a href="#letter-u">u</a></b> |
78<b><a href="#letter-v">v</a></b></center>
79
80<hr />
81<h2 id="letter-_">_ (underscore)</h2>
82
83<table width="100%"><tr valign="top"><td width="50%">
84<dl compact='compact'>
85<dt><a href="importing.html#l2h-172">__all__ (package variable)</a>
86<dt><a href="embedding.html#l2h-31">__builtin__ (built-in module)</a>,
87 <a href="initialization.html#l2h-819">[Link]</a>,
88 <a href="initialization.html#l2h-824">[Link]</a>
89<dt><a href="moduleObjects.html#l2h-683">__dict__ (module attribute)</a>
90<dt><a href="moduleObjects.html#l2h-680">__doc__ (module attribute)</a>
91<dt><a href="moduleObjects.html#l2h-680">__file__ (module attribute)</a>,
92 <a href="moduleObjects.html#l2h-691">[Link]</a>
93<dt><a href="importing.html#l2h-176">__import__() (built-in function)</a>
94<dt><a href="embedding.html#l2h-32">__main__ (built-in module)</a>,
95 <a href="initialization.html#l2h-820">[Link]</a>,
96 <a href="initialization.html#l2h-825">[Link]</a>
97<dt><a href="moduleObjects.html#l2h-680">__name__ (module attribute)</a>,
98 <a href="moduleObjects.html#l2h-686">[Link]</a>
99<dt><a href="importing.html#l2h-191">_frozen (C type)</a>
100<dt><a href="importing.html#l2h-194">_inittab (C type)</a>
101<dt><a href="type-structs.html#l2h-937">_ob_next (PyObject member)</a>
102<dt><a href="type-structs.html#l2h-1002">_ob_prev (PyObject member)</a>
103<dt><a href="node39.html#l2h-433">_Py_c_diff()</a>
104<dt><a href="node39.html#l2h-434">_Py_c_neg()</a>
105<dt><a href="node39.html#l2h-437">_Py_c_pow()</a>
106</dl>
107</td><td width="50%">
108<dl compact='compact'>
109<dt><a href="node39.html#l2h-435">_Py_c_prod()</a>
110<dt><a href="node39.html#l2h-436">_Py_c_quot()</a>
111<dt><a href="node39.html#l2h-432">_Py_c_sum()</a>
112<dt><a href="allocating-objects.html#l2h-919">_Py_NoneStruct</a>
113<dt><a href="importing.html#l2h-188">_PyImport_FindExtension()</a>
114<dt><a href="importing.html#l2h-187">_PyImport_Fini()</a>
115<dt><a href="importing.html#l2h-189">_PyImport_FixupExtension()</a>
116<dt><a href="importing.html#l2h-185">_PyImport_Init()</a>
117<dt><a href="allocating-objects.html#l2h-907">_PyObject_Del()</a>
118<dt><a href="supporting-cycle-detection.html#l2h-1020">_PyObject_GC_TRACK()</a>
119<dt><a href="supporting-cycle-detection.html#l2h-1023">_PyObject_GC_UNTRACK()</a>
120<dt><a href="allocating-objects.html#l2h-905">_PyObject_New()</a>
121<dt><a href="allocating-objects.html#l2h-906">_PyObject_NewVar()</a>
122<dt><a href="stringObjects.html#l2h-466">_PyString_Resize()</a>
123<dt><a href="tupleObjects.html#l2h-578">_PyTuple_Resize()</a>
124</dl>
125</td>
126</tr></table>
127<hr />
128<h2 id="letter-a">A</h2>
129
130<table width="100%"><tr valign="top"><td width="50%">
131<dl compact='compact'>
132<dt><a href="processControl.html#l2h-165">abort()</a>
133<dt><a href="number.html#l2h-279">abs() (built-in function)</a>
134</dl>
135</td><td width="50%">
136<dl compact='compact'>
137<dt><a href="object.html#l2h-240">apply() (built-in function)</a>,
138 <a href="object.html#l2h-242">[Link]</a>,
139 <a href="object.html#l2h-244">[Link]</a>
140<dt><a href="initialization.html#l2h-814">argv (in module sys)</a>
141</dl>
142</td>
143</tr></table>
144<hr />
145<h2 id="letter-b">B</h2>
146
147<table width="100%"><tr valign="top"><td width="50%">
148<dl compact='compact'>
149<dt><a href="bufferObjects.html#l2h-560">buffer interface</a>
150<dt><a href="bufferObjects.html#l2h-548">buffer object</a>
151</dl>
152</td><td width="50%">
153<dl compact='compact'>
154<dt><a href="bufferObjects.html#l2h-552">BufferType (in module types)</a>
155</dl>
156</td>
157</tr></table>
158<hr />
159<h2 id="letter-c">C</h2>
160
161<table width="100%"><tr valign="top"><td width="50%">
162<dl compact='compact'>
163<dt><a href="memoryOverview.html#l2h-896">calloc()</a>
164<dt><a href="common-structs.html#l2h-932">classmethod() (built-in function)</a>
165<dt><a href="processControl.html#l2h-169">cleanup functions</a>
166<dt><a href="initialization.html#l2h-784">close() (in module os)</a>
167<dt><a href="object.html#l2h-227">cmp() (built-in function)</a>,
168 <a href="object.html#l2h-229">[Link]</a>
169<dt><a href="veryhigh.html#l2h-80">CO_FUTURE_DIVISION</a>
170</dl>
171</td><td width="50%">
172<dl compact='compact'>
173<dt><a href="cObjects.html#l2h-725">CObject object</a>
174<dt><a href="number.html#l2h-301">coerce() (built-in function)</a>
175<dt><a href="importing.html#l2h-182">compile() (built-in function)</a>
176<dt><a href="complexObjects.html#l2h-430">complex number object</a>
177<dt><a href="initialization.html#l2h-805">copyright (in module sys)</a>
178</dl>
179</td>
180</tr></table>
181<hr />
182<h2 id="letter-d">D</h2>
183
184<table width="100%"><tr valign="top"><td width="50%">
185<dl compact='compact'>
186<dt><a href="dictObjects.html#l2h-603">dictionary object</a>
187<dt><a href="dictObjects.html#l2h-607">DictionaryType (in module types)</a>
188</dl>
189</td><td width="50%">
190<dl compact='compact'>
191<dt><a href="dictObjects.html#l2h-607">DictType (in module types)</a>
192<dt><a href="number.html#l2h-273">divmod() (built-in function)</a>
193</dl>
194</td>
195</tr></table>
196<hr />
197<h2 id="letter-e">E</h2>
198
199<table width="100%"><tr valign="top"><td width="50%">
200<dl compact='compact'>
201<dt>environment variables
202<dd>
203 <dl compact='compact'>
204 <dt><a href="includes.html#l2h-2">exec_prefix</a>,
205 <a href="includes.html#l2h-5">[Link]</a>,
206 <a href="includes.html#l2h-8">[Link]</a>
207 <dt><a href="embedding.html#l2h-36">PATH</a>,
208 <a href="embedding.html#l2h-37">[Link]</a>
209 <dt><a href="includes.html#l2h-1">prefix</a>,
210 <a href="includes.html#l2h-3">[Link]</a>,
211 <a href="includes.html#l2h-4">[Link]</a>,
212 <a href="includes.html#l2h-6">[Link]</a>,
213 <a href="includes.html#l2h-7">[Link]</a>
214 <dt><a href="type-structs.html#l2h-1003">PYTHONDUMPREFS</a>
215 <dt><a href="embedding.html#l2h-38">PYTHONHOME</a>,
216 <a href="embedding.html#l2h-41">[Link]</a>
217 <dt><a href="embedding.html#l2h-39">PYTHONPATH</a>,
218 <a href="embedding.html#l2h-42">[Link]</a>
219 </dl>
220<dt><a href="fileObjects.html#l2h-643">EOFError (built-in exception)</a>
221<dt><a href="threads.html#l2h-871">errno</a>
222<dt><a href="exceptions.html#l2h-19">exc_info() (in module sys)</a>
223</dl>
224</td><td width="50%">
225<dl compact='compact'>
226<dt><a href="exceptions.html#l2h-17">exc_traceback (in module sys)</a>,
227 <a href="exceptionHandling.html#l2h-90">[Link]</a>
228<dt><a href="exceptions.html#l2h-17">exc_type (in module sys)</a>,
229 <a href="exceptionHandling.html#l2h-90">[Link]</a>
230<dt><a href="exceptions.html#l2h-17">exc_value (in module sys)</a>,
231 <a href="exceptionHandling.html#l2h-90">[Link]</a>
232<dt><a href="node15.html#l2h-155">Exception (built-in exception)</a>
233<dt><a href="embedding.html#l2h-34">exceptions (built-in module)</a>
234<dt><a href="includes.html#l2h-2">exec_prefix (environment variable)</a>,
235 <a href="includes.html#l2h-5">[Link]</a>,
236 <a href="includes.html#l2h-8">[Link]</a>
237<dt><a href="initialization.html#l2h-792">executable (in module sys)</a>
238<dt><a href="processControl.html#l2h-167">exit()</a>
239</dl>
240</td>
241</tr></table>
242<hr />
243<h2 id="letter-f">F</h2>
244
245<table width="100%"><tr valign="top"><td width="50%">
246<dl compact='compact'>
247<dt><a href="fileObjects.html#l2h-631">file object</a>
248<dt><a href="fileObjects.html#l2h-635">FileType (in module types)</a>
249<dt><a href="number.html#l2h-307">float() (built-in function)</a>
250<dt><a href="floatObjects.html#l2h-419">floating point object</a>
251</dl>
252</td><td width="50%">
253<dl compact='compact'>
254<dt><a href="floatObjects.html#l2h-423">FloatType (in modules types)</a>
255<dt><a href="fileObjects.html#l2h-652">fopen()</a>
256<dt><a href="memoryOverview.html#l2h-898">free()</a>
257<dt><a href="importing.html#l2h-199">freeze utility</a>
258</dl>
259</td>
260</tr></table>
261<hr />
262<h2 id="letter-g">G</h2>
263
264<table width="100%"><tr valign="top"><td width="50%">
265<dl compact='compact'>
266<dt><a href="buffer-structs.html#l2h-1013">getcharbufferproc (C type)</a>
267<dt><a href="buffer-structs.html#l2h-1010">getreadbufferproc (C type)</a>
268<dt><a href="buffer-structs.html#l2h-1012">getsegcountproc (C type)</a>
269</dl>
270</td><td width="50%">
271<dl compact='compact'>
272<dt><a href="buffer-structs.html#l2h-1011">getwritebufferproc (C type)</a>
273<dt><a href="threads.html#l2h-865">global interpreter lock</a>
274</dl>
275</td>
276</tr></table>
277<hr />
278<h2 id="letter-h">H</h2>
279
280<table width="100%"><tr valign="top"><td width="50%">
281<dl compact='compact'>
282<dt><a href="object.html#l2h-249">hash() (built-in function)</a>,
283 <a href="type-structs.html#l2h-951">[Link]</a>
284</dl>
285</td><td width="50%">
286<dl compact='compact'>
287</dl>
288</td>
289</tr></table>
290<hr />
291<h2 id="letter-i">I</h2>
292
293<table width="100%"><tr valign="top"><td width="50%">
294<dl compact='compact'>
295<dt><a href="importing.html#l2h-198">ihooks (standard module)</a>
296<dt><a href="exceptions.html#l2h-20">incr_item()</a>,
297 <a href="exceptions.html#l2h-20">[Link]</a>
298<dt><a href="supporting-cycle-detection.html#l2h-1027">inquiry (C type)</a>
299<dt><a href="instanceObjects.html#l2h-655">instance object</a>
300</dl>
301</td><td width="50%">
302<dl compact='compact'>
303<dt><a href="number.html#l2h-303">int() (built-in function)</a>
304<dt><a href="intObjects.html#l2h-369">integer object</a>
305<dt><a href="threads.html#l2h-865">interpreter lock</a>
306<dt><a href="intObjects.html#l2h-373">IntType (in modules types)</a>
307</dl>
308</td>
309</tr></table>
310<hr />
311<h2 id="letter-k">K</h2>
312
313<table width="100%"><tr valign="top"><td width="50%">
314<dl compact='compact'>
315<dt><a href="exceptionHandling.html#l2h-116">KeyboardInterrupt (built-in exception)</a>,
316 <a href="exceptionHandling.html#l2h-119">[Link]</a>
317</dl>
318</td><td width="50%">
319<dl compact='compact'>
320</dl>
321</td>
322</tr></table>
323<hr />
324<h2 id="letter-l">L</h2>
325
326<table width="100%"><tr valign="top"><td width="50%">
327<dl compact='compact'>
328<dt><a href="object.html#l2h-256">len() (built-in function)</a>,
329 <a href="sequence.html#l2h-310">[Link]</a>,
330 <a href="mapping.html#l2h-336">[Link]</a>,
331 <a href="listObjects.html#l2h-588">[Link]</a>,
332 <a href="dictObjects.html#l2h-625">[Link]</a>
333<dt><a href="listObjects.html#l2h-579">list object</a>
334<dt><a href="listObjects.html#l2h-583">ListType (in module types)</a>
335<dt><a href="threads.html#l2h-865">lock, interpreter</a>
336</dl>
337</td><td width="50%">
338<dl compact='compact'>
339<dt><a href="number.html#l2h-305">long() (built-in function)</a>
340<dt><a href="longObjects.html#l2h-390">long integer object</a>
341<dt><a href="intObjects.html#l2h-383">LONG_MAX</a>,
342 <a href="longObjects.html#l2h-417">[Link]</a>
343<dt><a href="longObjects.html#l2h-394">LongType (in modules types)</a>
344</dl>
345</td>
346</tr></table>
347<hr />
348<h2 id="letter-m">M</h2>
349
350<table width="100%"><tr valign="top"><td width="50%">
351<dl compact='compact'>
352<dt><a href="initialization.html#l2h-831">main()</a>,
353 <a href="initialization.html#l2h-835">[Link]</a>
354<dt><a href="memoryOverview.html#l2h-895">malloc()</a>
355<dt><a href="mapObjects.html#l2h-602">mapping object</a>
356<dt><a href="common-structs.html#l2h-931">METH_CLASS</a>
357<dt><a href="common-structs.html#l2h-935">METH_COEXIST</a>
358<dt><a href="common-structs.html#l2h-927">METH_KEYWORDS</a>
359<dt><a href="common-structs.html#l2h-928">METH_NOARGS</a>
360<dt><a href="common-structs.html#l2h-929">METH_O</a>
361<dt><a href="common-structs.html#l2h-930">METH_OLDARGS</a>
362</dl>
363</td><td width="50%">
364<dl compact='compact'>
365<dt><a href="common-structs.html#l2h-933">METH_STATIC</a>
366<dt><a href="common-structs.html#l2h-926">METH_VARARGS</a>
367<dt><a href="method-objects.html#l2h-660">method object</a>
368<dt><a href="method-objects.html#l2h-663">MethodType (in module types)</a>
369<dt>module
370<dd>
371 <dl compact='compact'>
372 <dt><a href="embedding.html#l2h-27">search path</a>,
373 <a href="initialization.html#l2h-776">[Link]</a>,
374 <a href="initialization.html#l2h-794">[Link]</a>
375 </dl>
376<dt><a href="moduleObjects.html#l2h-672">module object</a>
377<dt><a href="importing.html#l2h-174">modules (in module sys)</a>,
378 <a href="initialization.html#l2h-775">[Link]</a>
379<dt><a href="moduleObjects.html#l2h-675">ModuleType (in module types)</a>
380</dl>
381</td>
382</tr></table>
383<hr />
384<h2 id="letter-n">N</h2>
385
386<table width="100%"><tr valign="top"><td width="50%">
387<dl compact='compact'>
388<dt><a href="noneObject.html#l2h-365">None object</a>
389</dl>
390</td><td width="50%">
391<dl compact='compact'>
392<dt><a href="numericObjects.html#l2h-368">numeric object</a>
393</dl>
394</td>
395</tr></table>
396<hr />
397<h2 id="letter-o">O</h2>
398
399<table width="100%"><tr valign="top"><td width="50%">
400<dl compact='compact'>
401<dt><a href="type-structs.html#l2h-938">ob_refcnt (PyObject member)</a>
402<dt><a href="type-structs.html#l2h-940">ob_size (PyVarObject member)</a>
403<dt><a href="type-structs.html#l2h-939">ob_type (PyObject member)</a>
404<dt>object
405<dd>
406 <dl compact='compact'>
407 <dt><a href="bufferObjects.html#l2h-548">buffer</a>
408 <dt><a href="cObjects.html#l2h-725">CObject</a>
409 <dt><a href="complexObjects.html#l2h-430">complex number</a>
410 <dt><a href="dictObjects.html#l2h-603">dictionary</a>
411 <dt><a href="fileObjects.html#l2h-631">file</a>
412 <dt><a href="floatObjects.html#l2h-419">floating point</a>
413 <dt><a href="instanceObjects.html#l2h-655">instance</a>
414 <dt><a href="intObjects.html#l2h-369">integer</a>
415 <dt><a href="listObjects.html#l2h-579">list</a>
416</dl></dl>
417</td><td width="50%">
418<dl compact='compact'>
419<dt>object (continued)
420<dd>
421 <dl compact='compact'>
422 <dt><a href="longObjects.html#l2h-390">long integer</a>
423 <dt><a href="mapObjects.html#l2h-602">mapping</a>
424 <dt><a href="method-objects.html#l2h-660">method</a>
425 <dt><a href="moduleObjects.html#l2h-672">module</a>
426 <dt><a href="noneObject.html#l2h-365">None</a>
427 <dt><a href="numericObjects.html#l2h-368">numeric</a>
428 <dt><a href="sequenceObjects.html#l2h-447">sequence</a>
429 <dt><a href="stringObjects.html#l2h-448">string</a>
430 <dt><a href="tupleObjects.html#l2h-562">tuple</a>
431 <dt><a href="objects.html#l2h-9">type</a>,
432 <a href="typeObjects.html#l2h-352">[Link]</a>
433 </dl>
434<dt><a href="longObjects.html#l2h-407">OverflowError (built-in exception)</a>,
435 <a href="longObjects.html#l2h-410">[Link]</a>
436</dl>
437</td>
438</tr></table>
439<hr />
440<h2 id="letter-p">P</h2>
441
442<table width="100%"><tr valign="top"><td width="50%">
443<dl compact='compact'>
444<dt>package variable
445<dd>
446 <dl compact='compact'>
447 <dt><a href="importing.html#l2h-196"><code>__all__</code></a>
448 </dl>
449<dt>path
450<dd>
451 <dl compact='compact'>
452 <dt><a href="embedding.html#l2h-27">module search</a>,
453 <a href="initialization.html#l2h-776">[Link]</a>,
454 <a href="initialization.html#l2h-794">[Link]</a>
455 </dl>
456<dt><a href="embedding.html#l2h-36">PATH (environment variable)</a>,
457 <a href="embedding.html#l2h-37">[Link]</a>
458<dt><a href="embedding.html#l2h-29">path (in module sys)</a>,
459 <a href="initialization.html#l2h-775">[Link]</a>,
460 <a href="initialization.html#l2h-796">[Link]</a>
461<dt><a href="initialization.html#l2h-802">platform (in module sys)</a>
462<dt><a href="number.html#l2h-275">pow() (built-in function)</a>,
463 <a href="number.html#l2h-294">[Link]</a>
464<dt><a href="includes.html#l2h-1">prefix (environment variable)</a>,
465 <a href="includes.html#l2h-3">[Link]</a>,
466 <a href="includes.html#l2h-4">[Link]</a>,
467 <a href="includes.html#l2h-6">[Link]</a>,
468 <a href="includes.html#l2h-7">[Link]</a>
469<dt><a href="processControl.html#l2h-164">Py_AtExit()</a>
470<dt><a href="threads.html#l2h-849">Py_BEGIN_ALLOW_THREADS</a>,
471 <a href="threads.html#l2h-868">[Link]</a>
472<dt><a href="threads.html#l2h-851">Py_BLOCK_THREADS</a>
473<dt><a href="arg-parsing.html#l2h-214">Py_BuildValue()</a>
474<dt><a href="countingRefs.html#l2h-88">Py_CLEAR()</a>
475<dt><a href="veryhigh.html#l2h-74">Py_CompileString()</a>,
476 <a href="veryhigh.html#l2h-81">[Link]</a>,
477 <a href="veryhigh.html#l2h-82">[Link]</a>,
478 <a href="veryhigh.html#l2h-83">[Link]</a>
479<dt><a href="veryhigh.html#l2h-75">Py_CompileStringFlags()</a>
480<dt><a href="node39.html#l2h-431">Py_complex (C type)</a>
481<dt><a href="refcounts.html#l2h-11">Py_DECREF()</a>,
482 <a href="countingRefs.html#l2h-86">[Link]</a>
483<dt><a href="threads.html#l2h-850">Py_END_ALLOW_THREADS</a>,
484 <a href="threads.html#l2h-869">[Link]</a>
485<dt><a href="bufferObjects.html#l2h-553">Py_END_OF_BUFFER</a>
486<dt><a href="initialization.html#l2h-785">Py_EndInterpreter()</a>
487<dt><a href="veryhigh.html#l2h-76">Py_eval_input</a>
488<dt><a href="processControl.html#l2h-163">Py_Exit()</a>
489<dt><a href="boolObjects.html#l2h-385">Py_False</a>
490<dt><a href="processControl.html#l2h-162">Py_FatalError()</a>,
491 <a href="initialization.html#l2h-836">[Link]</a>
492<dt><a href="os.html#l2h-156">Py_FdIsInteractive()</a>
493<dt><a href="veryhigh.html#l2h-77">Py_file_input</a>
494<dt><a href="processControl.html#l2h-166">Py_Finalize()</a>,
495 <a href="processControl.html#l2h-168">[Link]</a>,
496 <a href="initialization.html#l2h-779">[Link]</a>,
497 <a href="initialization.html#l2h-823">[Link]</a>,
498 <a href="initialization.html#l2h-827">[Link]</a>,
499 <a href="initialization.html#l2h-829">[Link]</a>
500<dt><a href="common-structs.html#l2h-936">Py_FindMethod()</a>
501<dt><a href="initialization.html#l2h-809">Py_GetBuildInfo()</a>
502<dt><a href="initialization.html#l2h-806">Py_GetCompiler()</a>
503<dt><a href="initialization.html#l2h-803">Py_GetCopyright()</a>
504<dt><a href="embedding.html#l2h-45">Py_GetExecPrefix()</a>,
505 <a href="initialization.html#l2h-789">[Link]</a>
506<dt><a href="embedding.html#l2h-43">Py_GetPath()</a>,
507 <a href="initialization.html#l2h-793">[Link]</a>,
508 <a href="initialization.html#l2h-832">[Link]</a>
509<dt><a href="initialization.html#l2h-800">Py_GetPlatform()</a>
510<dt><a href="embedding.html#l2h-44">Py_GetPrefix()</a>,
511 <a href="initialization.html#l2h-788">[Link]</a>
512<dt><a href="embedding.html#l2h-46">Py_GetProgramFullPath()</a>,
513 <a href="initialization.html#l2h-790">[Link]</a>
514<dt><a href="initialization.html#l2h-787">Py_GetProgramName()</a>
515<dt><a href="initialization.html#l2h-797">Py_GetVersion()</a>
516<dt><a href="refcounts.html#l2h-10">Py_INCREF()</a>,
517 <a href="countingRefs.html#l2h-84">[Link]</a>
518<dt><a href="embedding.html#l2h-30">Py_Initialize()</a>,
519 <a href="initialization.html#l2h-773">[Link]</a>,
520 <a href="initialization.html#l2h-828">[Link]</a>,
521 <a href="initialization.html#l2h-830">[Link]</a>,
522 <a href="threads.html#l2h-879">[Link]</a>
523<dt><a href="initialization.html#l2h-777">Py_InitializeEx()</a>
524<dt><a href="allocating-objects.html#l2h-916">Py_InitModule()</a>
525<dt><a href="allocating-objects.html#l2h-917">Py_InitModule3()</a>
526<dt><a href="allocating-objects.html#l2h-918">Py_InitModule4()</a>
527<dt><a href="embedding.html#l2h-47">Py_IsInitialized()</a>,
528 <a href="initialization.html#l2h-778">[Link]</a>
529<dt><a href="veryhigh.html#l2h-48">Py_Main()</a>
530<dt><a href="initialization.html#l2h-780">Py_NewInterpreter()</a>
531<dt><a href="noneObject.html#l2h-366">Py_None</a>
532<dt><a href="fileObjects.html#l2h-654">Py_PRINT_RAW</a>
533<dt><a href="boolObjects.html#l2h-387">Py_RETURN_FALSE</a>
534<dt><a href="noneObject.html#l2h-367">Py_RETURN_NONE</a>
535<dt><a href="boolObjects.html#l2h-388">Py_RETURN_TRUE</a>
536<dt><a href="embedding.html#l2h-40">Py_SetProgramName()</a>,
537 <a href="initialization.html#l2h-786">[Link]</a>,
538 <a href="initialization.html#l2h-815">[Link]</a>,
539 <a href="initialization.html#l2h-833">[Link]</a>,
540 <a href="initialization.html#l2h-834">[Link]</a>
541<dt><a href="veryhigh.html#l2h-78">Py_single_input</a>
542<dt><a href="type-structs.html#l2h-968">Py_TPFLAGS_BASETYPE</a>
543<dt><a href="type-structs.html#l2h-962">Py_TPFLAGS_CHECKTYPES</a>
544<dt><a href="type-structs.html#l2h-972">Py_TPFLAGS_DEFAULT</a>
545<dt><a href="type-structs.html#l2h-960">Py_TPFLAGS_GC</a>
546<dt><a href="type-structs.html#l2h-966">Py_TPFLAGS_HAVE_CLASS</a>
547<dt><a href="type-structs.html#l2h-971">Py_TPFLAGS_HAVE_GC</a>,
548 <a href="supporting-cycle-detection.html#l2h-1015">[Link]</a>
549<dt><a href="type-structs.html#l2h-958">Py_TPFLAGS_HAVE_GETCHARBUFFER</a>,
550 <a href="buffer-structs.html#l2h-1009">[Link]</a>
551<dt><a href="type-structs.html#l2h-961">Py_TPFLAGS_HAVE_INPLACEOPS</a>
552<dt><a href="type-structs.html#l2h-965">Py_TPFLAGS_HAVE_ITER</a>
553<dt><a href="type-structs.html#l2h-963">Py_TPFLAGS_HAVE_RICHCOMPARE</a>
554<dt><a href="type-structs.html#l2h-959">Py_TPFLAGS_HAVE_SEQUENCE_IN</a>
555<dt><a href="type-structs.html#l2h-964">Py_TPFLAGS_HAVE_WEAKREFS</a>
556<dt><a href="type-structs.html#l2h-967">Py_TPFLAGS_HEAPTYPE</a>
557<dt><a href="type-structs.html#l2h-969">Py_TPFLAGS_READY</a>
558<dt><a href="type-structs.html#l2h-970">Py_TPFLAGS_READYING</a>
559<dt><a href="profiling.html#l2h-881">Py_tracefunc (C type)</a>
560<dt><a href="boolObjects.html#l2h-386">Py_True</a>
561<dt><a href="threads.html#l2h-852">Py_UNBLOCK_THREADS</a>
562<dt><a href="unicodeObjects.html#l2h-474">Py_UNICODE (C type)</a>
563<dt><a href="unicodeObjects.html#l2h-492">Py_UNICODE_ISALNUM()</a>
564<dt><a href="unicodeObjects.html#l2h-491">Py_UNICODE_ISALPHA()</a>
565<dt><a href="unicodeObjects.html#l2h-488">Py_UNICODE_ISDECIMAL()</a>
566<dt><a href="unicodeObjects.html#l2h-489">Py_UNICODE_ISDIGIT()</a>
567<dt><a href="unicodeObjects.html#l2h-487">Py_UNICODE_ISLINEBREAK()</a>
568<dt><a href="unicodeObjects.html#l2h-484">Py_UNICODE_ISLOWER()</a>
569<dt><a href="unicodeObjects.html#l2h-490">Py_UNICODE_ISNUMERIC()</a>
570<dt><a href="unicodeObjects.html#l2h-483">Py_UNICODE_ISSPACE()</a>
571<dt><a href="unicodeObjects.html#l2h-486">Py_UNICODE_ISTITLE()</a>
572<dt><a href="unicodeObjects.html#l2h-485">Py_UNICODE_ISUPPER()</a>
573<dt><a href="unicodeObjects.html#l2h-496">Py_UNICODE_TODECIMAL()</a>
574<dt><a href="unicodeObjects.html#l2h-497">Py_UNICODE_TODIGIT()</a>
575<dt><a href="unicodeObjects.html#l2h-493">Py_UNICODE_TOLOWER()</a>
576<dt><a href="unicodeObjects.html#l2h-498">Py_UNICODE_TONUMERIC()</a>
577<dt><a href="unicodeObjects.html#l2h-495">Py_UNICODE_TOTITLE()</a>
578<dt><a href="unicodeObjects.html#l2h-494">Py_UNICODE_TOUPPER()</a>
579<dt><a href="supporting-cycle-detection.html#l2h-1026">Py_VISIT()</a>
580<dt><a href="exceptions.html#l2h-26">Py_XDECREF()</a>,
581 <a href="countingRefs.html#l2h-87">[Link]</a>
582<dt><a href="countingRefs.html#l2h-85">Py_XINCREF()</a>
583<dt><a href="arg-parsing.html#l2h-212">PyArg_Parse()</a>
584<dt><a href="arg-parsing.html#l2h-208">PyArg_ParseTuple()</a>
585<dt><a href="arg-parsing.html#l2h-210">PyArg_ParseTupleAndKeywords()</a>
586<dt><a href="arg-parsing.html#l2h-213">PyArg_UnpackTuple()</a>
587<dt><a href="arg-parsing.html#l2h-209">PyArg_VaParse()</a>
588<dt><a href="arg-parsing.html#l2h-211">PyArg_VaParseTupleAndKeywords()</a>
589<dt><a href="boolObjects.html#l2h-384">PyBool_Check()</a>
590<dt><a href="boolObjects.html#l2h-389">PyBool_FromLong()</a>
591<dt><a href="bufferObjects.html#l2h-554">PyBuffer_Check()</a>
592<dt><a href="bufferObjects.html#l2h-557">PyBuffer_FromMemory()</a>
593<dt><a href="bufferObjects.html#l2h-555">PyBuffer_FromObject()</a>
594<dt><a href="bufferObjects.html#l2h-558">PyBuffer_FromReadWriteMemory()</a>
595<dt><a href="bufferObjects.html#l2h-556">PyBuffer_FromReadWriteObject()</a>
596<dt><a href="bufferObjects.html#l2h-559">PyBuffer_New()</a>
597<dt><a href="bufferObjects.html#l2h-550">PyBuffer_Type</a>
598<dt><a href="bufferObjects.html#l2h-549">PyBufferObject (C type)</a>
599<dt><a href="bufferObjects.html#l2h-561">PyBufferProcs</a>
600<dt><a href="buffer-structs.html#l2h-1008">PyBufferProcs (C type)</a>
601<dt><a href="object.html#l2h-238">PyCallable_Check()</a>
602<dt><a href="iterator-objects.html#l2h-701">PyCallIter_Check()</a>
603<dt><a href="iterator-objects.html#l2h-702">PyCallIter_New()</a>
604<dt><a href="iterator-objects.html#l2h-700">PyCallIter_Type</a>
605<dt><a href="cell-objects.html#l2h-735">PyCell_Check()</a>
606<dt><a href="cell-objects.html#l2h-738">PyCell_GET()</a>
607<dt><a href="cell-objects.html#l2h-737">PyCell_Get()</a>
608<dt><a href="cell-objects.html#l2h-736">PyCell_New()</a>
609<dt><a href="cell-objects.html#l2h-740">PyCell_SET()</a>
610<dt><a href="cell-objects.html#l2h-739">PyCell_Set()</a>
611<dt><a href="cell-objects.html#l2h-734">PyCell_Type</a>
612<dt><a href="cell-objects.html#l2h-733">PyCellObject (C type)</a>
613<dt><a href="common-structs.html#l2h-924">PyCFunction (C type)</a>
614<dt><a href="cObjects.html#l2h-726">PyCObject (C type)</a>
615<dt><a href="cObjects.html#l2h-730">PyCObject_AsVoidPtr()</a>
616<dt><a href="cObjects.html#l2h-727">PyCObject_Check()</a>
617<dt><a href="cObjects.html#l2h-728">PyCObject_FromVoidPtr()</a>
618<dt><a href="cObjects.html#l2h-729">PyCObject_FromVoidPtrAndDesc()</a>
619<dt><a href="cObjects.html#l2h-731">PyCObject_GetDesc()</a>
620<dt><a href="cObjects.html#l2h-732">PyCObject_SetVoidPtr()</a>
621<dt><a href="veryhigh.html#l2h-79">PyCompilerFlags (C type)</a>
622<dt><a href="node40.html#l2h-446">PyComplex_AsCComplex()</a>
623<dt><a href="node40.html#l2h-440">PyComplex_Check()</a>
624<dt><a href="node40.html#l2h-441">PyComplex_CheckExact()</a>
625<dt><a href="node40.html#l2h-442">PyComplex_FromCComplex()</a>
626<dt><a href="node40.html#l2h-443">PyComplex_FromDoubles()</a>
627<dt><a href="node40.html#l2h-445">PyComplex_ImagAsDouble()</a>
628<dt><a href="node40.html#l2h-444">PyComplex_RealAsDouble()</a>
629<dt><a href="node40.html#l2h-439">PyComplex_Type</a>
630<dt><a href="node40.html#l2h-438">PyComplexObject (C type)</a>
631<dt><a href="datetime-objects.html#l2h-746">PyDate_Check()</a>
632<dt><a href="datetime-objects.html#l2h-747">PyDate_CheckExact()</a>
633<dt><a href="datetime-objects.html#l2h-756">PyDate_FromDate()</a>
634<dt><a href="datetime-objects.html#l2h-772">PyDate_FromTimestamp()</a>
635<dt><a href="datetime-objects.html#l2h-748">PyDateTime_Check()</a>
636<dt><a href="datetime-objects.html#l2h-749">PyDateTime_CheckExact()</a>
637<dt><a href="datetime-objects.html#l2h-763">PyDateTime_DATE_GET_HOUR()</a>
638<dt><a href="datetime-objects.html#l2h-766">PyDateTime_DATE_GET_MICROSECOND()</a>
639<dt><a href="datetime-objects.html#l2h-764">PyDateTime_DATE_GET_MINUTE()</a>
640<dt><a href="datetime-objects.html#l2h-765">PyDateTime_DATE_GET_SECOND()</a>
641<dt><a href="datetime-objects.html#l2h-757">PyDateTime_FromDateAndTime()</a>
642<dt><a href="datetime-objects.html#l2h-771">PyDateTime_FromTimestamp()</a>
643<dt><a href="datetime-objects.html#l2h-762">PyDateTime_GET_DAY()</a>
644<dt><a href="datetime-objects.html#l2h-761">PyDateTime_GET_MONTH()</a>
645<dt><a href="datetime-objects.html#l2h-760">PyDateTime_GET_YEAR()</a>
646<dt><a href="datetime-objects.html#l2h-767">PyDateTime_TIME_GET_HOUR()</a>
647<dt><a href="datetime-objects.html#l2h-770">PyDateTime_TIME_GET_MICROSECOND()</a>
648<dt><a href="datetime-objects.html#l2h-768">PyDateTime_TIME_GET_MINUTE()</a>
649<dt><a href="datetime-objects.html#l2h-769">PyDateTime_TIME_GET_SECOND()</a>
650<dt><a href="datetime-objects.html#l2h-752">PyDelta_Check()</a>
651<dt><a href="datetime-objects.html#l2h-753">PyDelta_CheckExact()</a>
652<dt><a href="datetime-objects.html#l2h-759">PyDelta_FromDSU()</a>
653<dt><a href="descriptor-objects.html#l2h-709">PyDescr_IsData()</a>
654<dt><a href="descriptor-objects.html#l2h-708">PyDescr_NewClassMethod()</a>
655<dt><a href="descriptor-objects.html#l2h-704">PyDescr_NewGetSet()</a>
656<dt><a href="descriptor-objects.html#l2h-705">PyDescr_NewMember()</a>
657<dt><a href="descriptor-objects.html#l2h-706">PyDescr_NewMethod()</a>
658<dt><a href="descriptor-objects.html#l2h-707">PyDescr_NewWrapper()</a>
659<dt><a href="dictObjects.html#l2h-608">PyDict_Check()</a>
660<dt><a href="dictObjects.html#l2h-609">PyDict_CheckExact()</a>
661<dt><a href="dictObjects.html#l2h-612">PyDict_Clear()</a>
662<dt><a href="dictObjects.html#l2h-613">PyDict_Contains()</a>
663<dt><a href="dictObjects.html#l2h-614">PyDict_Copy()</a>
664<dt><a href="dictObjects.html#l2h-617">PyDict_DelItem()</a>
665<dt><a href="dictObjects.html#l2h-618">PyDict_DelItemString()</a>
666<dt><a href="dictObjects.html#l2h-619">PyDict_GetItem()</a>
667<dt><a href="dictObjects.html#l2h-620">PyDict_GetItemString()</a>
668<dt><a href="dictObjects.html#l2h-621">PyDict_Items()</a>
669<dt><a href="dictObjects.html#l2h-622">PyDict_Keys()</a>
670<dt><a href="dictObjects.html#l2h-627">PyDict_Merge()</a>
671<dt><a href="dictObjects.html#l2h-629">PyDict_MergeFromSeq2()</a>
672<dt><a href="dictObjects.html#l2h-610">PyDict_New()</a>
673<dt><a href="dictObjects.html#l2h-626">PyDict_Next()</a>
674<dt><a href="dictObjects.html#l2h-615">PyDict_SetItem()</a>
675<dt><a href="dictObjects.html#l2h-616">PyDict_SetItemString()</a>
676<dt><a href="dictObjects.html#l2h-624">PyDict_Size()</a>
677<dt><a href="dictObjects.html#l2h-605">PyDict_Type</a>
678<dt><a href="dictObjects.html#l2h-628">PyDict_Update()</a>
679<dt><a href="dictObjects.html#l2h-623">PyDict_Values()</a>
680<dt><a href="dictObjects.html#l2h-604">PyDictObject (C type)</a>
681<dt><a href="dictObjects.html#l2h-611">PyDictProxy_New()</a>
682<dt><a href="exceptionHandling.html#l2h-103">PyErr_BadArgument()</a>
683<dt><a href="exceptionHandling.html#l2h-111">PyErr_BadInternalCall()</a>
684<dt><a href="exceptionHandling.html#l2h-114">PyErr_CheckSignals()</a>
685<dt><a href="exceptions.html#l2h-22">PyErr_Clear()</a>,
686 <a href="exceptions.html#l2h-25">[Link]</a>,
687 <a href="exceptionHandling.html#l2h-96">[Link]</a>
688<dt><a href="exceptions.html#l2h-24">PyErr_ExceptionMatches()</a>,
689 <a href="exceptionHandling.html#l2h-93">[Link]</a>
690<dt><a href="exceptionHandling.html#l2h-97">PyErr_Fetch()</a>
691<dt><a href="exceptionHandling.html#l2h-101">PyErr_Format()</a>
692<dt><a href="exceptionHandling.html#l2h-94">PyErr_GivenExceptionMatches()</a>
693<dt><a href="exceptionHandling.html#l2h-120">PyErr_NewException()</a>
694<dt><a href="exceptionHandling.html#l2h-104">PyErr_NoMemory()</a>
695<dt><a href="exceptionHandling.html#l2h-95">PyErr_NormalizeException()</a>
696<dt><a href="exceptions.html#l2h-20">PyErr_Occurred()</a>,
697 <a href="exceptionHandling.html#l2h-92">[Link]</a>
698<dt><a href="exceptionHandling.html#l2h-91">PyErr_Print()</a>
699<dt><a href="exceptionHandling.html#l2h-98">PyErr_Restore()</a>
700<dt><a href="exceptionHandling.html#l2h-108">PyErr_SetExcFromWindowsErr()</a>
701<dt><a href="exceptionHandling.html#l2h-110">PyErr_SetExcFromWindowsErrWithFilename()</a>
702<dt><a href="exceptionHandling.html#l2h-105">PyErr_SetFromErrno()</a>
703<dt><a href="exceptionHandling.html#l2h-106">PyErr_SetFromErrnoWithFilename()</a>
704<dt><a href="exceptionHandling.html#l2h-107">PyErr_SetFromWindowsErr()</a>
705<dt><a href="exceptionHandling.html#l2h-109">PyErr_SetFromWindowsErrWithFilename()</a>
706<dt><a href="exceptionHandling.html#l2h-117">PyErr_SetInterrupt()</a>
707<dt><a href="exceptionHandling.html#l2h-102">PyErr_SetNone()</a>
708<dt><a href="exceptionHandling.html#l2h-100">PyErr_SetObject()</a>
709<dt><a href="exceptions.html#l2h-21">PyErr_SetString()</a>,
710 <a href="exceptionHandling.html#l2h-99">[Link]</a>
711<dt><a href="exceptionHandling.html#l2h-112">PyErr_Warn()</a>
712<dt><a href="exceptionHandling.html#l2h-113">PyErr_WarnExplicit()</a>
713<dt><a href="exceptionHandling.html#l2h-121">PyErr_WriteUnraisable()</a>
714<dt><a href="initialization.html#l2h-818">PyEval_AcquireLock()</a>,
715 <a href="threads.html#l2h-843">[Link]</a>,
716 <a href="threads.html#l2h-874">[Link]</a>
717<dt><a href="threads.html#l2h-845">PyEval_AcquireThread()</a>
718<dt><a href="initialization.html#l2h-816">PyEval_InitThreads()</a>,
719 <a href="threads.html#l2h-841">[Link]</a>
720<dt><a href="initialization.html#l2h-817">PyEval_ReleaseLock()</a>,
721 <a href="threads.html#l2h-844">[Link]</a>,
722 <a href="threads.html#l2h-873">[Link]</a>,
723 <a href="threads.html#l2h-875">[Link]</a>
724<dt><a href="threads.html#l2h-846">PyEval_ReleaseThread()</a>,
725 <a href="threads.html#l2h-876">[Link]</a>
726<dt><a href="threads.html#l2h-848">PyEval_RestoreThread()</a>,
727 <a href="threads.html#l2h-870">[Link]</a>,
728 <a href="threads.html#l2h-878">[Link]</a>
729<dt><a href="threads.html#l2h-847">PyEval_SaveThread()</a>,
730 <a href="threads.html#l2h-872">[Link]</a>,
731 <a href="threads.html#l2h-877">[Link]</a>
732<dt><a href="profiling.html#l2h-889">PyEval_SetProfile()</a>
733<dt><a href="profiling.html#l2h-890">PyEval_SetTrace()</a>
734<dt><a href="threads.html#l2h-842">PyEval_ThreadsInitialized()</a>
735<dt><a href="standardExceptions.html#l2h-128">PyExc_ArithmeticError</a>
736<dt><a href="standardExceptions.html#l2h-130">PyExc_AssertionError</a>
737<dt><a href="standardExceptions.html#l2h-131">PyExc_AttributeError</a>
738<dt><a href="standardExceptions.html#l2h-133">PyExc_EnvironmentError</a>
739<dt><a href="standardExceptions.html#l2h-132">PyExc_EOFError</a>
740<dt><a href="standardExceptions.html#l2h-126">PyExc_Exception</a>
741<dt><a href="standardExceptions.html#l2h-134">PyExc_FloatingPointError</a>
742<dt><a href="standardExceptions.html#l2h-136">PyExc_ImportError</a>
743<dt><a href="standardExceptions.html#l2h-137">PyExc_IndexError</a>
744<dt><a href="standardExceptions.html#l2h-135">PyExc_IOError</a>
745<dt><a href="standardExceptions.html#l2h-139">PyExc_KeyboardInterrupt</a>
746<dt><a href="standardExceptions.html#l2h-138">PyExc_KeyError</a>
747<dt><a href="standardExceptions.html#l2h-129">PyExc_LookupError</a>
748<dt><a href="standardExceptions.html#l2h-140">PyExc_MemoryError</a>
749<dt><a href="standardExceptions.html#l2h-141">PyExc_NameError</a>
750<dt><a href="standardExceptions.html#l2h-142">PyExc_NotImplementedError</a>
751<dt><a href="standardExceptions.html#l2h-143">PyExc_OSError</a>
752<dt><a href="standardExceptions.html#l2h-144">PyExc_OverflowError</a>
753<dt><a href="standardExceptions.html#l2h-145">PyExc_ReferenceError</a>
754<dt><a href="standardExceptions.html#l2h-146">PyExc_RuntimeError</a>
755<dt><a href="standardExceptions.html#l2h-127">PyExc_StandardError</a>
756<dt><a href="standardExceptions.html#l2h-147">PyExc_SyntaxError</a>
757<dt><a href="standardExceptions.html#l2h-148">PyExc_SystemError</a>
758<dt><a href="standardExceptions.html#l2h-149">PyExc_SystemExit</a>
759<dt><a href="standardExceptions.html#l2h-150">PyExc_TypeError</a>
760<dt><a href="standardExceptions.html#l2h-151">PyExc_ValueError</a>
761<dt><a href="standardExceptions.html#l2h-152">PyExc_WindowsError</a>
762<dt><a href="standardExceptions.html#l2h-153">PyExc_ZeroDivisionError</a>
763<dt><a href="fileObjects.html#l2h-640">PyFile_AsFile()</a>
764<dt><a href="fileObjects.html#l2h-636">PyFile_Check()</a>
765<dt><a href="fileObjects.html#l2h-637">PyFile_CheckExact()</a>
766<dt><a href="fileObjects.html#l2h-646">PyFile_Encoding()</a>
767<dt><a href="fileObjects.html#l2h-639">PyFile_FromFile()</a>
768<dt><a href="fileObjects.html#l2h-638">PyFile_FromString()</a>
769<dt><a href="fileObjects.html#l2h-641">PyFile_GetLine()</a>
770<dt><a href="fileObjects.html#l2h-644">PyFile_Name()</a>
771<dt><a href="fileObjects.html#l2h-645">PyFile_SetBufSize()</a>
772<dt><a href="fileObjects.html#l2h-647">PyFile_SoftSpace()</a>
773<dt><a href="fileObjects.html#l2h-633">PyFile_Type</a>
774<dt><a href="fileObjects.html#l2h-650">PyFile_WriteObject()</a>
775<dt><a href="fileObjects.html#l2h-651">PyFile_WriteString()</a>
776<dt><a href="fileObjects.html#l2h-632">PyFileObject (C type)</a>
777<dt><a href="floatObjects.html#l2h-429">PyFloat_AS_DOUBLE()</a>
778<dt><a href="floatObjects.html#l2h-428">PyFloat_AsDouble()</a>
779<dt><a href="floatObjects.html#l2h-424">PyFloat_Check()</a>
780<dt><a href="floatObjects.html#l2h-425">PyFloat_CheckExact()</a>
781<dt><a href="floatObjects.html#l2h-427">PyFloat_FromDouble()</a>
782<dt><a href="floatObjects.html#l2h-426">PyFloat_FromString()</a>
783<dt><a href="floatObjects.html#l2h-421">PyFloat_Type</a>
784<dt><a href="floatObjects.html#l2h-420">PyFloatObject (C type)</a>
785<dt><a href="gen-objects.html#l2h-743">PyGen_Check()</a>
786<dt><a href="gen-objects.html#l2h-744">PyGen_CheckExact()</a>
787<dt><a href="gen-objects.html#l2h-745">PyGen_New()</a>
788<dt><a href="gen-objects.html#l2h-742">PyGen_Type</a>
789<dt><a href="gen-objects.html#l2h-741">PyGenObject (C type)</a>
790<dt><a href="threads.html#l2h-863">PyGILState_Ensure()</a>
791<dt><a href="threads.html#l2h-864">PyGILState_Release()</a>
792<dt><a href="importing.html#l2h-180">PyImport_AddModule()</a>
793<dt><a href="importing.html#l2h-193">PyImport_AppendInittab()</a>
794<dt><a href="importing.html#l2h-186">PyImport_Cleanup()</a>
795<dt><a href="importing.html#l2h-181">PyImport_ExecCodeModule()</a>
796<dt><a href="importing.html#l2h-195">PyImport_ExtendInittab()</a>
797<dt><a href="importing.html#l2h-192">PyImport_FrozenModules</a>
798<dt><a href="importing.html#l2h-183">PyImport_GetMagicNumber()</a>
799<dt><a href="importing.html#l2h-184">PyImport_GetModuleDict()</a>
800<dt><a href="importing.html#l2h-177">PyImport_Import()</a>
801<dt><a href="importing.html#l2h-190">PyImport_ImportFrozenModule()</a>
802<dt><a href="importing.html#l2h-170">PyImport_ImportModule()</a>
803<dt><a href="importing.html#l2h-175">PyImport_ImportModuleEx()</a>
804<dt><a href="importing.html#l2h-178">PyImport_ReloadModule()</a>
805<dt><a href="instanceObjects.html#l2h-657">PyInstance_Check()</a>
806<dt><a href="instanceObjects.html#l2h-658">PyInstance_New()</a>
807<dt><a href="instanceObjects.html#l2h-659">PyInstance_NewRaw()</a>
808<dt><a href="instanceObjects.html#l2h-656">PyInstance_Type</a>
809<dt><a href="intObjects.html#l2h-379">PyInt_AS_LONG()</a>
810<dt><a href="intObjects.html#l2h-378">PyInt_AsLong()</a>
811<dt><a href="intObjects.html#l2h-381">PyInt_AsUnsignedLongLongMask()</a>
812<dt><a href="intObjects.html#l2h-380">PyInt_AsUnsignedLongMask()</a>
813<dt><a href="intObjects.html#l2h-374">PyInt_Check()</a>
814<dt><a href="intObjects.html#l2h-375">PyInt_CheckExact()</a>
815<dt><a href="intObjects.html#l2h-377">PyInt_FromLong()</a>
816<dt><a href="intObjects.html#l2h-376">PyInt_FromString()</a>
817<dt><a href="intObjects.html#l2h-382">PyInt_GetMax()</a>
818<dt><a href="intObjects.html#l2h-371">PyInt_Type</a>
819<dt><a href="threads.html#l2h-839">PyInterpreterState (C type)</a>
820<dt><a href="threads.html#l2h-854">PyInterpreterState_Clear()</a>
821<dt><a href="threads.html#l2h-855">PyInterpreterState_Delete()</a>
822<dt><a href="advanced-debugging.html#l2h-891">PyInterpreterState_Head()</a>
823<dt><a href="threads.html#l2h-853">PyInterpreterState_New()</a>
824<dt><a href="advanced-debugging.html#l2h-892">PyInterpreterState_Next()</a>
825<dt><a href="advanced-debugging.html#l2h-893">PyInterpreterState_ThreadHead()</a>
826<dt><a href="intObjects.html#l2h-370">PyIntObject (C type)</a>
827<dt><a href="iterator.html#l2h-346">PyIter_Check()</a>
828<dt><a href="iterator.html#l2h-347">PyIter_Next()</a>
829<dt><a href="listObjects.html#l2h-595">PyList_Append()</a>
830<dt><a href="listObjects.html#l2h-600">PyList_AsTuple()</a>
831<dt><a href="listObjects.html#l2h-584">PyList_Check()</a>
832<dt><a href="listObjects.html#l2h-585">PyList_CheckExact()</a>
833<dt><a href="listObjects.html#l2h-591">PyList_GET_ITEM()</a>
834<dt><a href="listObjects.html#l2h-589">PyList_GET_SIZE()</a>
835<dt><a href="refcountDetails.html#l2h-14">PyList_GetItem()</a>,
836 <a href="listObjects.html#l2h-590">[Link]</a>
837<dt><a href="listObjects.html#l2h-596">PyList_GetSlice()</a>
838<dt><a href="listObjects.html#l2h-594">PyList_Insert()</a>
839<dt><a href="listObjects.html#l2h-586">PyList_New()</a>
840<dt><a href="listObjects.html#l2h-599">PyList_Reverse()</a>
841<dt><a href="listObjects.html#l2h-593">PyList_SET_ITEM()</a>
842<dt><a href="refcountDetails.html#l2h-12">PyList_SetItem()</a>,
843 <a href="listObjects.html#l2h-592">[Link]</a>
844<dt><a href="listObjects.html#l2h-597">PyList_SetSlice()</a>
845<dt><a href="listObjects.html#l2h-587">PyList_Size()</a>
846<dt><a href="listObjects.html#l2h-598">PyList_Sort()</a>
847<dt><a href="listObjects.html#l2h-581">PyList_Type</a>
848<dt><a href="listObjects.html#l2h-580">PyListObject (C type)</a>
849<dt><a href="longObjects.html#l2h-415">PyLong_AsDouble()</a>
850<dt><a href="longObjects.html#l2h-405">PyLong_AsLong()</a>
851<dt><a href="longObjects.html#l2h-411">PyLong_AsLongLong()</a>
852<dt><a href="longObjects.html#l2h-408">PyLong_AsUnsignedLong()</a>
853<dt><a href="longObjects.html#l2h-412">PyLong_AsUnsignedLongLong()</a>
854<dt><a href="longObjects.html#l2h-414">PyLong_AsUnsignedLongLongMask()</a>
855<dt><a href="longObjects.html#l2h-413">PyLong_AsUnsignedLongMask()</a>
856<dt><a href="longObjects.html#l2h-416">PyLong_AsVoidPtr()</a>
857<dt><a href="longObjects.html#l2h-395">PyLong_Check()</a>
858<dt><a href="longObjects.html#l2h-396">PyLong_CheckExact()</a>
859<dt><a href="longObjects.html#l2h-401">PyLong_FromDouble()</a>
860</dl>
861</td><td width="50%">
862<dl compact='compact'>
863<dt><a href="longObjects.html#l2h-397">PyLong_FromLong()</a>
864<dt><a href="longObjects.html#l2h-399">PyLong_FromLongLong()</a>
865<dt><a href="longObjects.html#l2h-402">PyLong_FromString()</a>
866<dt><a href="longObjects.html#l2h-403">PyLong_FromUnicode()</a>
867<dt><a href="longObjects.html#l2h-398">PyLong_FromUnsignedLong()</a>
868<dt><a href="longObjects.html#l2h-400">PyLong_FromUnsignedLongLong()</a>
869<dt><a href="longObjects.html#l2h-404">PyLong_FromVoidPtr()</a>
870<dt><a href="longObjects.html#l2h-392">PyLong_Type</a>
871<dt><a href="longObjects.html#l2h-391">PyLongObject (C type)</a>
872<dt><a href="mapping.html#l2h-334">PyMapping_Check()</a>
873<dt><a href="mapping.html#l2h-338">PyMapping_DelItem()</a>
874<dt><a href="mapping.html#l2h-337">PyMapping_DelItemString()</a>
875<dt><a href="mapping.html#l2h-344">PyMapping_GetItemString()</a>
876<dt><a href="mapping.html#l2h-340">PyMapping_HasKey()</a>
877<dt><a href="mapping.html#l2h-339">PyMapping_HasKeyString()</a>
878<dt><a href="mapping.html#l2h-343">PyMapping_Items()</a>
879<dt><a href="mapping.html#l2h-341">PyMapping_Keys()</a>
880<dt><a href="mapping.html#l2h-335">PyMapping_Length()</a>
881<dt><a href="mapping.html#l2h-345">PyMapping_SetItemString()</a>
882<dt><a href="mapping.html#l2h-342">PyMapping_Values()</a>
883<dt><a href="mapping-structs.html#l2h-1005">PyMappingMethods (C type)</a>
884<dt><a href="marshalling-utils.html#l2h-206">PyMarshal_ReadLastObjectFromFile()</a>
885<dt><a href="marshalling-utils.html#l2h-203">PyMarshal_ReadLongFromFile()</a>
886<dt><a href="marshalling-utils.html#l2h-205">PyMarshal_ReadObjectFromFile()</a>
887<dt><a href="marshalling-utils.html#l2h-207">PyMarshal_ReadObjectFromString()</a>
888<dt><a href="marshalling-utils.html#l2h-204">PyMarshal_ReadShortFromFile()</a>
889<dt><a href="marshalling-utils.html#l2h-200">PyMarshal_WriteLongToFile()</a>
890<dt><a href="marshalling-utils.html#l2h-201">PyMarshal_WriteObjectToFile()</a>
891<dt><a href="marshalling-utils.html#l2h-202">PyMarshal_WriteObjectToString()</a>
892<dt><a href="memoryInterface.html#l2h-904">PyMem_Del()</a>
893<dt><a href="memoryInterface.html#l2h-901">PyMem_Free()</a>
894<dt><a href="memoryInterface.html#l2h-899">PyMem_Malloc()</a>
895<dt><a href="memoryInterface.html#l2h-902">PyMem_New()</a>
896<dt><a href="memoryInterface.html#l2h-900">PyMem_Realloc()</a>
897<dt><a href="memoryInterface.html#l2h-903">PyMem_Resize()</a>
898<dt><a href="method-objects.html#l2h-664">PyMethod_Check()</a>
899<dt><a href="method-objects.html#l2h-666">PyMethod_Class()</a>
900<dt><a href="method-objects.html#l2h-668">PyMethod_Function()</a>
901<dt><a href="method-objects.html#l2h-667">PyMethod_GET_CLASS()</a>
902<dt><a href="method-objects.html#l2h-669">PyMethod_GET_FUNCTION()</a>
903<dt><a href="method-objects.html#l2h-671">PyMethod_GET_SELF()</a>
904<dt><a href="method-objects.html#l2h-665">PyMethod_New()</a>
905<dt><a href="method-objects.html#l2h-670">PyMethod_Self()</a>
906<dt><a href="method-objects.html#l2h-661">PyMethod_Type</a>
907<dt><a href="common-structs.html#l2h-925">PyMethodDef (C type)</a>
908<dt><a href="moduleObjects.html#l2h-695">PyModule_AddIntConstant()</a>
909<dt><a href="moduleObjects.html#l2h-694">PyModule_AddObject()</a>
910<dt><a href="moduleObjects.html#l2h-696">PyModule_AddStringConstant()</a>
911<dt><a href="moduleObjects.html#l2h-676">PyModule_Check()</a>
912<dt><a href="moduleObjects.html#l2h-677">PyModule_CheckExact()</a>
913<dt><a href="moduleObjects.html#l2h-681">PyModule_GetDict()</a>
914<dt><a href="moduleObjects.html#l2h-689">PyModule_GetFilename()</a>
915<dt><a href="moduleObjects.html#l2h-684">PyModule_GetName()</a>
916<dt><a href="moduleObjects.html#l2h-678">PyModule_New()</a>
917<dt><a href="moduleObjects.html#l2h-673">PyModule_Type</a>
918<dt><a href="number.html#l2h-278">PyNumber_Absolute()</a>
919<dt><a href="number.html#l2h-265">PyNumber_Add()</a>
920<dt><a href="number.html#l2h-283">PyNumber_And()</a>
921<dt><a href="number.html#l2h-264">PyNumber_Check()</a>
922<dt><a href="number.html#l2h-300">PyNumber_Coerce()</a>
923<dt><a href="number.html#l2h-268">PyNumber_Divide()</a>
924<dt><a href="number.html#l2h-272">PyNumber_Divmod()</a>
925<dt><a href="number.html#l2h-306">PyNumber_Float()</a>
926<dt><a href="number.html#l2h-269">PyNumber_FloorDivide()</a>
927<dt><a href="number.html#l2h-286">PyNumber_InPlaceAdd()</a>
928<dt><a href="number.html#l2h-297">PyNumber_InPlaceAnd()</a>
929<dt><a href="number.html#l2h-289">PyNumber_InPlaceDivide()</a>
930<dt><a href="number.html#l2h-290">PyNumber_InPlaceFloorDivide()</a>
931<dt><a href="number.html#l2h-295">PyNumber_InPlaceLshift()</a>
932<dt><a href="number.html#l2h-288">PyNumber_InPlaceMultiply()</a>
933<dt><a href="number.html#l2h-299">PyNumber_InPlaceOr()</a>
934<dt><a href="number.html#l2h-293">PyNumber_InPlacePower()</a>
935<dt><a href="number.html#l2h-292">PyNumber_InPlaceRemainder()</a>
936<dt><a href="number.html#l2h-296">PyNumber_InPlaceRshift()</a>
937<dt><a href="number.html#l2h-287">PyNumber_InPlaceSubtract()</a>
938<dt><a href="number.html#l2h-291">PyNumber_InPlaceTrueDivide()</a>
939<dt><a href="number.html#l2h-298">PyNumber_InPlaceXor()</a>
940<dt><a href="number.html#l2h-302">PyNumber_Int()</a>
941<dt><a href="number.html#l2h-280">PyNumber_Invert()</a>
942<dt><a href="number.html#l2h-304">PyNumber_Long()</a>
943<dt><a href="number.html#l2h-281">PyNumber_Lshift()</a>
944<dt><a href="number.html#l2h-267">PyNumber_Multiply()</a>
945<dt><a href="number.html#l2h-276">PyNumber_Negative()</a>
946<dt><a href="number.html#l2h-285">PyNumber_Or()</a>
947<dt><a href="number.html#l2h-277">PyNumber_Positive()</a>
948<dt><a href="number.html#l2h-274">PyNumber_Power()</a>
949<dt><a href="number.html#l2h-271">PyNumber_Remainder()</a>
950<dt><a href="number.html#l2h-282">PyNumber_Rshift()</a>
951<dt><a href="number.html#l2h-266">PyNumber_Subtract()</a>
952<dt><a href="number.html#l2h-270">PyNumber_TrueDivide()</a>
953<dt><a href="number.html#l2h-284">PyNumber_Xor()</a>
954<dt><a href="number-structs.html#l2h-1006">PyNumberMethods (C type)</a>
955<dt><a href="common-structs.html#l2h-920">PyObject (C type)</a>
956<dt><a href="abstract-buffer.html#l2h-348">PyObject_AsCharBuffer()</a>
957<dt><a href="object.html#l2h-260">PyObject_AsFileDescriptor()</a>
958<dt><a href="abstract-buffer.html#l2h-349">PyObject_AsReadBuffer()</a>
959<dt><a href="abstract-buffer.html#l2h-351">PyObject_AsWriteBuffer()</a>
960<dt><a href="object.html#l2h-239">PyObject_Call()</a>
961<dt><a href="object.html#l2h-243">PyObject_CallFunction()</a>
962<dt><a href="object.html#l2h-246">PyObject_CallFunctionObjArgs()</a>
963<dt><a href="object.html#l2h-245">PyObject_CallMethod()</a>
964<dt><a href="object.html#l2h-247">PyObject_CallMethodObjArgs()</a>
965<dt><a href="object.html#l2h-241">PyObject_CallObject()</a>
966<dt><a href="abstract-buffer.html#l2h-350">PyObject_CheckReadBuffer()</a>
967<dt><a href="object.html#l2h-226">PyObject_Cmp()</a>
968<dt><a href="object.html#l2h-228">PyObject_Compare()</a>
969<dt><a href="allocating-objects.html#l2h-915">PyObject_DEL()</a>
970<dt><a href="allocating-objects.html#l2h-912">PyObject_Del()</a>
971<dt><a href="object.html#l2h-223">PyObject_DelAttr()</a>
972<dt><a href="object.html#l2h-222">PyObject_DelAttrString()</a>
973<dt><a href="object.html#l2h-259">PyObject_DelItem()</a>
974<dt><a href="object.html#l2h-261">PyObject_Dir()</a>
975<dt><a href="supporting-cycle-detection.html#l2h-1021">PyObject_GC_Del()</a>
976<dt><a href="supporting-cycle-detection.html#l2h-1016">PyObject_GC_New()</a>
977<dt><a href="supporting-cycle-detection.html#l2h-1017">PyObject_GC_NewVar()</a>
978<dt><a href="supporting-cycle-detection.html#l2h-1018">PyObject_GC_Resize()</a>
979<dt><a href="supporting-cycle-detection.html#l2h-1019">PyObject_GC_Track()</a>
980<dt><a href="supporting-cycle-detection.html#l2h-1022">PyObject_GC_UnTrack()</a>
981<dt><a href="object.html#l2h-219">PyObject_GetAttr()</a>
982<dt><a href="object.html#l2h-217">PyObject_GetAttrString()</a>
983<dt><a href="object.html#l2h-257">PyObject_GetItem()</a>
984<dt><a href="object.html#l2h-262">PyObject_GetIter()</a>
985<dt><a href="object.html#l2h-218">PyObject_HasAttr()</a>
986<dt><a href="object.html#l2h-216">PyObject_HasAttrString()</a>
987<dt><a href="object.html#l2h-248">PyObject_Hash()</a>
988<dt><a href="common-structs.html#l2h-922">PyObject_HEAD</a>
989<dt><a href="allocating-objects.html#l2h-908">PyObject_Init()</a>
990<dt><a href="allocating-objects.html#l2h-909">PyObject_InitVar()</a>
991<dt><a href="object.html#l2h-236">PyObject_IsInstance()</a>
992<dt><a href="object.html#l2h-237">PyObject_IsSubclass()</a>
993<dt><a href="object.html#l2h-250">PyObject_IsTrue()</a>
994<dt><a href="object.html#l2h-255">PyObject_Length()</a>
995<dt><a href="allocating-objects.html#l2h-913">PyObject_NEW()</a>
996<dt><a href="allocating-objects.html#l2h-910">PyObject_New()</a>
997<dt><a href="allocating-objects.html#l2h-914">PyObject_NEW_VAR()</a>
998<dt><a href="allocating-objects.html#l2h-911">PyObject_NewVar()</a>
999<dt><a href="object.html#l2h-251">PyObject_Not()</a>
1000<dt><a href="object.html#l2h-215">PyObject_Print()</a>
1001<dt><a href="object.html#l2h-230">PyObject_Repr()</a>
1002<dt><a href="object.html#l2h-224">PyObject_RichCompare()</a>
1003<dt><a href="object.html#l2h-225">PyObject_RichCompareBool()</a>
1004<dt><a href="object.html#l2h-221">PyObject_SetAttr()</a>
1005<dt><a href="object.html#l2h-220">PyObject_SetAttrString()</a>
1006<dt><a href="object.html#l2h-258">PyObject_SetItem()</a>
1007<dt><a href="object.html#l2h-263">PyObject_Size()</a>
1008<dt><a href="object.html#l2h-232">PyObject_Str()</a>
1009<dt><a href="object.html#l2h-252">PyObject_Type()</a>
1010<dt><a href="object.html#l2h-254">PyObject_TypeCheck()</a>
1011<dt><a href="object.html#l2h-234">PyObject_Unicode()</a>
1012<dt><a href="common-structs.html#l2h-923">PyObject_VAR_HEAD</a>
1013<dt><a href="os.html#l2h-158">PyOS_AfterFork()</a>
1014<dt><a href="os.html#l2h-159">PyOS_CheckStack()</a>
1015<dt><a href="os.html#l2h-157">PyOS_GetLastModificationTime()</a>
1016<dt><a href="os.html#l2h-160">PyOS_getsig()</a>
1017<dt><a href="os.html#l2h-161">PyOS_setsig()</a>
1018<dt><a href="veryhigh.html#l2h-66">PyParser_SimpleParseFile()</a>
1019<dt><a href="veryhigh.html#l2h-67">PyParser_SimpleParseFileFlags()</a>
1020<dt><a href="veryhigh.html#l2h-63">PyParser_SimpleParseString()</a>
1021<dt><a href="veryhigh.html#l2h-64">PyParser_SimpleParseStringFlags()</a>
1022<dt><a href="veryhigh.html#l2h-65">PyParser_SimpleParseStringFlagsFilename()</a>
1023<dt><a href="descriptor-objects.html#l2h-703">PyProperty_Type</a>
1024<dt><a href="veryhigh.html#l2h-49">PyRun_AnyFile()</a>
1025<dt><a href="veryhigh.html#l2h-51">PyRun_AnyFileEx()</a>
1026<dt><a href="veryhigh.html#l2h-52">PyRun_AnyFileExFlags()</a>
1027<dt><a href="veryhigh.html#l2h-50">PyRun_AnyFileFlags()</a>
1028<dt><a href="veryhigh.html#l2h-70">PyRun_File()</a>
1029<dt><a href="veryhigh.html#l2h-71">PyRun_FileEx()</a>
1030<dt><a href="veryhigh.html#l2h-73">PyRun_FileExFlags()</a>
1031<dt><a href="veryhigh.html#l2h-72">PyRun_FileFlags()</a>
1032<dt><a href="veryhigh.html#l2h-61">PyRun_InteractiveLoop()</a>
1033<dt><a href="veryhigh.html#l2h-62">PyRun_InteractiveLoopFlags()</a>
1034<dt><a href="veryhigh.html#l2h-59">PyRun_InteractiveOne()</a>
1035<dt><a href="veryhigh.html#l2h-60">PyRun_InteractiveOneFlags()</a>
1036<dt><a href="veryhigh.html#l2h-55">PyRun_SimpleFile()</a>
1037<dt><a href="veryhigh.html#l2h-57">PyRun_SimpleFileEx()</a>
1038<dt><a href="veryhigh.html#l2h-58">PyRun_SimpleFileExFlags()</a>
1039<dt><a href="veryhigh.html#l2h-56">PyRun_SimpleFileFlags()</a>
1040<dt><a href="veryhigh.html#l2h-53">PyRun_SimpleString()</a>
1041<dt><a href="veryhigh.html#l2h-54">PyRun_SimpleStringFlags()</a>
1042<dt><a href="veryhigh.html#l2h-68">PyRun_String()</a>
1043<dt><a href="veryhigh.html#l2h-69">PyRun_StringFlags()</a>
1044<dt><a href="iterator-objects.html#l2h-698">PySeqIter_Check()</a>
1045<dt><a href="iterator-objects.html#l2h-699">PySeqIter_New()</a>
1046<dt><a href="iterator-objects.html#l2h-697">PySeqIter_Type</a>
1047<dt><a href="sequence.html#l2h-308">PySequence_Check()</a>
1048<dt><a href="sequence.html#l2h-312">PySequence_Concat()</a>
1049<dt><a href="sequence.html#l2h-325">PySequence_Contains()</a>
1050<dt><a href="sequence.html#l2h-324">PySequence_Count()</a>
1051<dt><a href="sequence.html#l2h-319">PySequence_DelItem()</a>
1052<dt><a href="sequence.html#l2h-321">PySequence_DelSlice()</a>
1053<dt><a href="sequence.html#l2h-329">PySequence_Fast()</a>
1054<dt><a href="sequence.html#l2h-330">PySequence_Fast_GET_ITEM()</a>
1055<dt><a href="sequence.html#l2h-333">PySequence_Fast_GET_SIZE()</a>
1056<dt><a href="sequence.html#l2h-331">PySequence_Fast_ITEMS()</a>
1057<dt><a href="refcountDetails.html#l2h-15">PySequence_GetItem()</a>,
1058 <a href="sequence.html#l2h-316">[Link]</a>
1059<dt><a href="sequence.html#l2h-317">PySequence_GetSlice()</a>
1060<dt><a href="sequence.html#l2h-326">PySequence_Index()</a>
1061<dt><a href="sequence.html#l2h-314">PySequence_InPlaceConcat()</a>
1062<dt><a href="sequence.html#l2h-315">PySequence_InPlaceRepeat()</a>
1063<dt><a href="sequence.html#l2h-332">PySequence_ITEM()</a>
1064<dt><a href="sequence.html#l2h-311">PySequence_Length()</a>
1065<dt><a href="sequence.html#l2h-327">PySequence_List()</a>
1066<dt><a href="sequence.html#l2h-313">PySequence_Repeat()</a>
1067<dt><a href="sequence.html#l2h-318">PySequence_SetItem()</a>
1068<dt><a href="sequence.html#l2h-320">PySequence_SetSlice()</a>
1069<dt><a href="sequence.html#l2h-309">PySequence_Size()</a>
1070<dt><a href="sequence.html#l2h-322">PySequence_Tuple()</a>,
1071 <a href="sequence.html#l2h-328">[Link]</a>
1072<dt><a href="sequence-structs.html#l2h-1007">PySequenceMethods (C type)</a>
1073<dt><a href="slice-objects.html#l2h-714">PySlice_Check()</a>
1074<dt><a href="slice-objects.html#l2h-716">PySlice_GetIndices()</a>
1075<dt><a href="slice-objects.html#l2h-717">PySlice_GetIndicesEx()</a>
1076<dt><a href="slice-objects.html#l2h-715">PySlice_New()</a>
1077<dt><a href="slice-objects.html#l2h-711">PySlice_Type</a>
1078<dt><a href="stringObjects.html#l2h-462">PyString_AS_STRING()</a>
1079<dt><a href="stringObjects.html#l2h-471">PyString_AsDecodedObject()</a>
1080<dt><a href="stringObjects.html#l2h-473">PyString_AsEncodedObject()</a>
1081<dt><a href="stringObjects.html#l2h-461">PyString_AsString()</a>
1082<dt><a href="stringObjects.html#l2h-463">PyString_AsStringAndSize()</a>
1083<dt><a href="stringObjects.html#l2h-453">PyString_Check()</a>
1084<dt><a href="stringObjects.html#l2h-454">PyString_CheckExact()</a>
1085<dt><a href="stringObjects.html#l2h-464">PyString_Concat()</a>
1086<dt><a href="stringObjects.html#l2h-465">PyString_ConcatAndDel()</a>
1087<dt><a href="stringObjects.html#l2h-470">PyString_Decode()</a>
1088<dt><a href="stringObjects.html#l2h-472">PyString_Encode()</a>
1089<dt><a href="stringObjects.html#l2h-467">PyString_Format()</a>
1090<dt><a href="stringObjects.html#l2h-457">PyString_FromFormat()</a>
1091<dt><a href="stringObjects.html#l2h-458">PyString_FromFormatV()</a>
1092<dt><a href="stringObjects.html#l2h-455">PyString_FromString()</a>,
1093 <a href="dictObjects.html#l2h-630">[Link]</a>
1094<dt><a href="stringObjects.html#l2h-456">PyString_FromStringAndSize()</a>
1095<dt><a href="stringObjects.html#l2h-460">PyString_GET_SIZE()</a>
1096<dt><a href="stringObjects.html#l2h-469">PyString_InternFromString()</a>
1097<dt><a href="stringObjects.html#l2h-468">PyString_InternInPlace()</a>
1098<dt><a href="stringObjects.html#l2h-459">PyString_Size()</a>
1099<dt><a href="stringObjects.html#l2h-450">PyString_Type</a>
1100<dt><a href="stringObjects.html#l2h-449">PyStringObject (C type)</a>
1101<dt><a href="embedding.html#l2h-35">PySys_SetArgv()</a>,
1102 <a href="initialization.html#l2h-812">[Link]</a>,
1103 <a href="initialization.html#l2h-822">[Link]</a>
1104<dt><a href="type-structs.html#l2h-1003">PYTHONDUMPREFS (environment variable)</a>
1105<dt><a href="embedding.html#l2h-38">PYTHONHOME (environment variable)</a>,
1106 <a href="embedding.html#l2h-41">[Link]</a>
1107<dt><a href="embedding.html#l2h-39">PYTHONPATH (environment variable)</a>,
1108 <a href="embedding.html#l2h-42">[Link]</a>
1109<dt><a href="threads.html#l2h-866">PyThreadState</a>,
1110 <a href="threads.html#l2h-867">[Link]</a>
1111<dt><a href="threads.html#l2h-840">PyThreadState (C type)</a>
1112<dt><a href="threads.html#l2h-857">PyThreadState_Clear()</a>
1113<dt><a href="threads.html#l2h-858">PyThreadState_Delete()</a>
1114<dt><a href="threads.html#l2h-859">PyThreadState_Get()</a>
1115<dt><a href="threads.html#l2h-861">PyThreadState_GetDict()</a>
1116<dt><a href="threads.html#l2h-856">PyThreadState_New()</a>
1117<dt><a href="advanced-debugging.html#l2h-894">PyThreadState_Next()</a>
1118<dt><a href="threads.html#l2h-862">PyThreadState_SetAsyncExc()</a>
1119<dt><a href="threads.html#l2h-860">PyThreadState_Swap()</a>
1120<dt><a href="datetime-objects.html#l2h-750">PyTime_Check()</a>
1121<dt><a href="datetime-objects.html#l2h-751">PyTime_CheckExact()</a>
1122<dt><a href="datetime-objects.html#l2h-758">PyTime_FromTime()</a>
1123<dt><a href="profiling.html#l2h-886">PyTrace_C_CALL</a>
1124<dt><a href="profiling.html#l2h-887">PyTrace_C_EXCEPTION</a>
1125<dt><a href="profiling.html#l2h-888">PyTrace_C_RETURN</a>
1126<dt><a href="profiling.html#l2h-882">PyTrace_CALL</a>
1127<dt><a href="profiling.html#l2h-883">PyTrace_EXCEPTION</a>
1128<dt><a href="profiling.html#l2h-884">PyTrace_LINE</a>
1129<dt><a href="profiling.html#l2h-885">PyTrace_RETURN</a>
1130<dt><a href="tupleObjects.html#l2h-567">PyTuple_Check()</a>
1131<dt><a href="tupleObjects.html#l2h-568">PyTuple_CheckExact()</a>
1132<dt><a href="tupleObjects.html#l2h-574">PyTuple_GET_ITEM()</a>
1133<dt><a href="tupleObjects.html#l2h-572">PyTuple_GET_SIZE()</a>
1134<dt><a href="tupleObjects.html#l2h-573">PyTuple_GetItem()</a>
1135<dt><a href="tupleObjects.html#l2h-575">PyTuple_GetSlice()</a>
1136<dt><a href="tupleObjects.html#l2h-569">PyTuple_New()</a>
1137<dt><a href="tupleObjects.html#l2h-570">PyTuple_Pack()</a>
1138<dt><a href="tupleObjects.html#l2h-577">PyTuple_SET_ITEM()</a>
1139<dt><a href="refcountDetails.html#l2h-13">PyTuple_SetItem()</a>,
1140 <a href="tupleObjects.html#l2h-576">[Link]</a>
1141<dt><a href="tupleObjects.html#l2h-571">PyTuple_Size()</a>
1142<dt><a href="tupleObjects.html#l2h-564">PyTuple_Type</a>
1143<dt><a href="tupleObjects.html#l2h-563">PyTupleObject (C type)</a>
1144<dt><a href="typeObjects.html#l2h-357">PyType_Check()</a>
1145<dt><a href="typeObjects.html#l2h-358">PyType_CheckExact()</a>
1146<dt><a href="typeObjects.html#l2h-362">PyType_GenericAlloc()</a>
1147<dt><a href="typeObjects.html#l2h-363">PyType_GenericNew()</a>
1148<dt><a href="typeObjects.html#l2h-359">PyType_HasFeature()</a>,
1149 <a href="buffer-structs.html#l2h-1014">[Link]</a>
1150<dt><a href="typeObjects.html#l2h-360">PyType_IS_GC()</a>
1151<dt><a href="typeObjects.html#l2h-361">PyType_IsSubtype()</a>
1152<dt><a href="typeObjects.html#l2h-364">PyType_Ready()</a>
1153<dt><a href="typeObjects.html#l2h-354">PyType_Type</a>
1154<dt><a href="typeObjects.html#l2h-353">PyTypeObject (C type)</a>
1155<dt><a href="datetime-objects.html#l2h-754">PyTZInfo_Check()</a>
1156<dt><a href="datetime-objects.html#l2h-755">PyTZInfo_CheckExact()</a>
1157<dt><a href="unicodeObjects.html#l2h-482">PyUnicode_AS_DATA()</a>
1158<dt><a href="unicodeObjects.html#l2h-481">PyUnicode_AS_UNICODE()</a>
1159<dt><a href="builtinCodecs.html#l2h-528">PyUnicode_AsASCIIString()</a>
1160<dt><a href="builtinCodecs.html#l2h-531">PyUnicode_AsCharmapString()</a>
1161<dt><a href="builtinCodecs.html#l2h-508">PyUnicode_AsEncodedString()</a>
1162<dt><a href="builtinCodecs.html#l2h-525">PyUnicode_AsLatin1String()</a>
1163<dt><a href="builtinCodecs.html#l2h-535">PyUnicode_AsMBCSString()</a>
1164<dt><a href="builtinCodecs.html#l2h-522">PyUnicode_AsRawUnicodeEscapeString()</a>
1165<dt><a href="unicodeObjects.html#l2h-500">PyUnicode_AsUnicode()</a>
1166<dt><a href="builtinCodecs.html#l2h-519">PyUnicode_AsUnicodeEscapeString()</a>
1167<dt><a href="builtinCodecs.html#l2h-516">PyUnicode_AsUTF16String()</a>
1168<dt><a href="builtinCodecs.html#l2h-512">PyUnicode_AsUTF8String()</a>
1169<dt><a href="unicodeObjects.html#l2h-505">PyUnicode_AsWideChar()</a>
1170<dt><a href="unicodeObjects.html#l2h-477">PyUnicode_Check()</a>
1171<dt><a href="unicodeObjects.html#l2h-478">PyUnicode_CheckExact()</a>
1172<dt><a href="unicodeMethodsAndSlots.html#l2h-545">PyUnicode_Compare()</a>
1173<dt><a href="unicodeMethodsAndSlots.html#l2h-536">PyUnicode_Concat()</a>
1174<dt><a href="unicodeMethodsAndSlots.html#l2h-547">PyUnicode_Contains()</a>
1175<dt><a href="unicodeMethodsAndSlots.html#l2h-543">PyUnicode_Count()</a>
1176<dt><a href="builtinCodecs.html#l2h-506">PyUnicode_Decode()</a>
1177<dt><a href="builtinCodecs.html#l2h-526">PyUnicode_DecodeASCII()</a>
1178<dt><a href="builtinCodecs.html#l2h-529">PyUnicode_DecodeCharmap()</a>
1179<dt><a href="builtinCodecs.html#l2h-523">PyUnicode_DecodeLatin1()</a>
1180<dt><a href="builtinCodecs.html#l2h-533">PyUnicode_DecodeMBCS()</a>
1181<dt><a href="builtinCodecs.html#l2h-520">PyUnicode_DecodeRawUnicodeEscape()</a>
1182<dt><a href="builtinCodecs.html#l2h-517">PyUnicode_DecodeUnicodeEscape()</a>
1183<dt><a href="builtinCodecs.html#l2h-513">PyUnicode_DecodeUTF16()</a>
1184<dt><a href="builtinCodecs.html#l2h-514">PyUnicode_DecodeUTF16Stateful()</a>
1185<dt><a href="builtinCodecs.html#l2h-509">PyUnicode_DecodeUTF8()</a>
1186<dt><a href="builtinCodecs.html#l2h-510">PyUnicode_DecodeUTF8Stateful()</a>
1187<dt><a href="builtinCodecs.html#l2h-507">PyUnicode_Encode()</a>
1188<dt><a href="builtinCodecs.html#l2h-527">PyUnicode_EncodeASCII()</a>
1189<dt><a href="builtinCodecs.html#l2h-530">PyUnicode_EncodeCharmap()</a>
1190<dt><a href="builtinCodecs.html#l2h-524">PyUnicode_EncodeLatin1()</a>
1191<dt><a href="builtinCodecs.html#l2h-534">PyUnicode_EncodeMBCS()</a>
1192<dt><a href="builtinCodecs.html#l2h-521">PyUnicode_EncodeRawUnicodeEscape()</a>
1193<dt><a href="builtinCodecs.html#l2h-518">PyUnicode_EncodeUnicodeEscape()</a>
1194<dt><a href="builtinCodecs.html#l2h-515">PyUnicode_EncodeUTF16()</a>
1195<dt><a href="builtinCodecs.html#l2h-511">PyUnicode_EncodeUTF8()</a>
1196<dt><a href="unicodeMethodsAndSlots.html#l2h-542">PyUnicode_Find()</a>
1197<dt><a href="unicodeMethodsAndSlots.html#l2h-546">PyUnicode_Format()</a>
1198<dt><a href="unicodeObjects.html#l2h-502">PyUnicode_FromEncodedObject()</a>
1199<dt><a href="unicodeObjects.html#l2h-503">PyUnicode_FromObject()</a>
1200<dt><a href="unicodeObjects.html#l2h-499">PyUnicode_FromUnicode()</a>
1201<dt><a href="unicodeObjects.html#l2h-504">PyUnicode_FromWideChar()</a>
1202<dt><a href="unicodeObjects.html#l2h-480">PyUnicode_GET_DATA_SIZE()</a>
1203<dt><a href="unicodeObjects.html#l2h-479">PyUnicode_GET_SIZE()</a>
1204<dt><a href="unicodeObjects.html#l2h-501">PyUnicode_GetSize()</a>
1205<dt><a href="unicodeMethodsAndSlots.html#l2h-540">PyUnicode_Join()</a>
1206<dt><a href="unicodeMethodsAndSlots.html#l2h-544">PyUnicode_Replace()</a>
1207<dt><a href="unicodeMethodsAndSlots.html#l2h-537">PyUnicode_Split()</a>
1208<dt><a href="unicodeMethodsAndSlots.html#l2h-538">PyUnicode_Splitlines()</a>
1209<dt><a href="unicodeMethodsAndSlots.html#l2h-541">PyUnicode_Tailmatch()</a>
1210<dt><a href="unicodeMethodsAndSlots.html#l2h-539">PyUnicode_Translate()</a>
1211<dt><a href="builtinCodecs.html#l2h-532">PyUnicode_TranslateCharmap()</a>
1212<dt><a href="unicodeObjects.html#l2h-476">PyUnicode_Type</a>
1213<dt><a href="unicodeObjects.html#l2h-475">PyUnicodeObject (C type)</a>
1214<dt><a href="common-structs.html#l2h-921">PyVarObject (C type)</a>
1215<dt><a href="weakref-objects.html#l2h-718">PyWeakref_Check()</a>
1216<dt><a href="weakref-objects.html#l2h-720">PyWeakref_CheckProxy()</a>
1217<dt><a href="weakref-objects.html#l2h-719">PyWeakref_CheckRef()</a>
1218<dt><a href="weakref-objects.html#l2h-724">PyWeakref_GET_OBJECT()</a>
1219<dt><a href="weakref-objects.html#l2h-723">PyWeakref_GetObject()</a>
1220<dt><a href="weakref-objects.html#l2h-722">PyWeakref_NewProxy()</a>
1221<dt><a href="weakref-objects.html#l2h-721">PyWeakref_NewRef()</a>
1222<dt><a href="descriptor-objects.html#l2h-710">PyWrapper_New()</a>
1223</dl>
1224</td>
1225</tr></table>
1226<hr />
1227<h2 id="letter-r">R</h2>
1228
1229<table width="100%"><tr valign="top"><td width="50%">
1230<dl compact='compact'>
1231<dt><a href="memoryOverview.html#l2h-897">realloc()</a>
1232<dt><a href="importing.html#l2h-179">reload() (built-in function)</a>
1233</dl>
1234</td><td width="50%">
1235<dl compact='compact'>
1236<dt><a href="object.html#l2h-231">repr() (built-in function)</a>,
1237 <a href="type-structs.html#l2h-949">[Link]</a>
1238<dt><a href="importing.html#l2h-197">rexec (standard module)</a>
1239</dl>
1240</td>
1241</tr></table>
1242<hr />
1243<h2 id="letter-s">S</h2>
1244
1245<table width="100%"><tr valign="top"><td width="50%">
1246<dl compact='compact'>
1247<dt>search
1248<dd>
1249 <dl compact='compact'>
1250 <dt><a href="embedding.html#l2h-27">path, module</a>,
1251 <a href="initialization.html#l2h-776">[Link]</a>,
1252 <a href="initialization.html#l2h-794">[Link]</a>
1253 </dl>
1254<dt><a href="sequenceObjects.html#l2h-447">sequence object</a>
1255<dt><a href="refcountDetails.html#l2h-12">set_all()</a>
1256<dt><a href="threads.html#l2h-838">setcheckinterval() (in module sys)</a>
1257<dt><a href="fileObjects.html#l2h-653">setvbuf()</a>
1258<dt><a href="exceptionHandling.html#l2h-124">SIGINT</a>,
1259 <a href="exceptionHandling.html#l2h-125">[Link]</a>
1260<dt><a href="exceptionHandling.html#l2h-123">signal (built-in module)</a>
1261<dt><a href="slice-objects.html#l2h-713">SliceType (in module types)</a>
1262<dt><a href="fileObjects.html#l2h-649">softspace (file attribute)</a>
1263<dt><a href="common-structs.html#l2h-934">staticmethod() (built-in function)</a>
1264<dt><a href="initialization.html#l2h-782">stderr (in module sys)</a>
1265</dl>
1266</td><td width="50%">
1267<dl compact='compact'>
1268<dt><a href="initialization.html#l2h-782">stdin (in module sys)</a>
1269<dt><a href="initialization.html#l2h-782">stdout (in module sys)</a>
1270<dt><a href="object.html#l2h-233">str() (built-in function)</a>
1271<dt><a href="exceptionHandling.html#l2h-122">strerror()</a>
1272<dt><a href="stringObjects.html#l2h-448">string object</a>
1273<dt><a href="stringObjects.html#l2h-452">StringType (in module types)</a>
1274<dt><a href="refcountDetails.html#l2h-12">sum_list()</a>
1275<dt><a href="refcountDetails.html#l2h-12">sum_sequence()</a>,
1276 <a href="exceptions.html#l2h-23">[Link]</a>
1277<dt><a href="embedding.html#l2h-33">sys (built-in module)</a>,
1278 <a href="initialization.html#l2h-821">[Link]</a>,
1279 <a href="initialization.html#l2h-826">[Link]</a>
1280<dt><a href="moduleObjects.html#l2h-688">SystemError (built-in exception)</a>,
1281 <a href="moduleObjects.html#l2h-693">[Link]</a>
1282</dl>
1283</td>
1284</tr></table>
1285<hr />
1286<h2 id="letter-t">T</h2>
1287
1288<table width="100%"><tr valign="top"><td width="50%">
1289<dl compact='compact'>
1290<dt><a href="threads.html#l2h-880">thread (built-in module)</a>
1291<dt><a href="type-structs.html#l2h-989">tp_alloc (PyTypeObject member)</a>
1292<dt><a href="type-structs.html#l2h-998">tp_allocs (PyTypeObject member)</a>
1293<dt><a href="type-structs.html#l2h-956">tp_as_buffer (PyTypeObject member)</a>
1294<dt><a href="type-structs.html#l2h-983">tp_base (PyTypeObject member)</a>
1295<dt><a href="type-structs.html#l2h-993">tp_bases (PyTypeObject member)</a>
1296<dt><a href="type-structs.html#l2h-942">tp_basicsize (PyTypeObject member)</a>
1297<dt><a href="type-structs.html#l2h-995">tp_cache (PyTypeObject member)</a>
1298<dt><a href="type-structs.html#l2h-952">tp_call (PyTypeObject member)</a>
1299<dt><a href="type-structs.html#l2h-975">tp_clear (PyTypeObject member)</a>
1300<dt><a href="type-structs.html#l2h-947">tp_compare (PyTypeObject member)</a>
1301<dt><a href="type-structs.html#l2h-943">tp_dealloc (PyTypeObject member)</a>
1302<dt><a href="type-structs.html#l2h-985">tp_descr_get (PyTypeObject member)</a>
1303<dt><a href="type-structs.html#l2h-986">tp_descr_set (PyTypeObject member)</a>
1304<dt><a href="type-structs.html#l2h-984">tp_dict (PyTypeObject member)</a>
1305<dt><a href="type-structs.html#l2h-987">tp_dictoffset (PyTypeObject member)</a>
1306<dt><a href="type-structs.html#l2h-973">tp_doc (PyTypeObject member)</a>
1307<dt><a href="type-structs.html#l2h-957">tp_flags (PyTypeObject member)</a>
1308<dt><a href="type-structs.html#l2h-991">tp_free (PyTypeObject member)</a>
1309<dt><a href="type-structs.html#l2h-999">tp_frees (PyTypeObject member)</a>
1310<dt><a href="type-structs.html#l2h-945">tp_getattr (PyTypeObject member)</a>
1311<dt><a href="type-structs.html#l2h-954">tp_getattro (PyTypeObject member)</a>
1312<dt><a href="type-structs.html#l2h-982">tp_getset (PyTypeObject member)</a>
1313<dt><a href="type-structs.html#l2h-950">tp_hash (PyTypeObject member)</a>
1314<dt><a href="type-structs.html#l2h-988">tp_init (PyTypeObject member)</a>
1315<dt><a href="type-structs.html#l2h-992">tp_is_gc (PyTypeObject member)</a>
1316<dt><a href="type-structs.html#l2h-1004">tp_itemsize (PyTypeObject member)</a>
1317</dl>
1318</td><td width="50%">
1319<dl compact='compact'>
1320<dt><a href="type-structs.html#l2h-978">tp_iter (PyTypeObject member)</a>
1321<dt><a href="type-structs.html#l2h-979">tp_iternext (PyTypeObject member)</a>
1322<dt><a href="type-structs.html#l2h-1000">tp_maxalloc (PyTypeObject member)</a>
1323<dt><a href="type-structs.html#l2h-981">tp_members (PyTypeObject member)</a>
1324<dt><a href="type-structs.html#l2h-980">tp_methods (PyTypeObject member)</a>
1325<dt><a href="type-structs.html#l2h-994">tp_mro (PyTypeObject member)</a>
1326<dt><a href="type-structs.html#l2h-941">tp_name (PyTypeObject member)</a>
1327<dt><a href="type-structs.html#l2h-990">tp_new (PyTypeObject member)</a>
1328<dt><a href="type-structs.html#l2h-1001">tp_next (PyTypeObject member)</a>
1329<dt><a href="type-structs.html#l2h-944">tp_print (PyTypeObject member)</a>
1330<dt><a href="type-structs.html#l2h-948">tp_repr (PyTypeObject member)</a>
1331<dt><a href="type-structs.html#l2h-976">tp_richcompare (PyTypeObject member)</a>
1332<dt><a href="type-structs.html#l2h-946">tp_setattr (PyTypeObject member)</a>
1333<dt><a href="type-structs.html#l2h-955">tp_setattro (PyTypeObject member)</a>
1334<dt><a href="type-structs.html#l2h-953">tp_str (PyTypeObject member)</a>
1335<dt><a href="type-structs.html#l2h-996">tp_subclasses (PyTypeObject member)</a>
1336<dt><a href="type-structs.html#l2h-974">tp_traverse (PyTypeObject member)</a>
1337<dt><a href="type-structs.html#l2h-997">tp_weaklist (PyTypeObject member)</a>
1338<dt><a href="type-structs.html#l2h-977">tp_weaklistoffset (PyTypeObject member)</a>
1339<dt><a href="supporting-cycle-detection.html#l2h-1025">traverseproc (C type)</a>
1340<dt><a href="sequence.html#l2h-323">tuple() (built-in function)</a>,
1341 <a href="listObjects.html#l2h-601">[Link]</a>
1342<dt><a href="tupleObjects.html#l2h-562">tuple object</a>
1343<dt><a href="tupleObjects.html#l2h-566">TupleType (in module types)</a>
1344<dt><a href="object.html#l2h-253">type() (built-in function)</a>
1345<dt><a href="objects.html#l2h-9">type object</a>,
1346 <a href="typeObjects.html#l2h-352">[Link]</a>
1347<dt><a href="typeObjects.html#l2h-356">TypeType (in module types)</a>
1348</dl>
1349</td>
1350</tr></table>
1351<hr />
1352<h2 id="letter-u">U</h2>
1353
1354<table width="100%"><tr valign="top"><td width="50%">
1355<dl compact='compact'>
1356<dt><a href="longObjects.html#l2h-418">ULONG_MAX</a>
1357</dl>
1358</td><td width="50%">
1359<dl compact='compact'>
1360<dt><a href="object.html#l2h-235">unicode() (built-in function)</a>
1361</dl>
1362</td>
1363</tr></table>
1364<hr />
1365<h2 id="letter-v">V</h2>
1366
1367<table width="100%"><tr valign="top"><td width="50%">
1368<dl compact='compact'>
1369<dt><a href="initialization.html#l2h-799">version (in module sys)</a>,
1370 <a href="initialization.html#l2h-808">[Link]</a>,
1371 <a href="initialization.html#l2h-811">[Link]</a>
1372</dl>
1373</td><td width="50%">
1374<dl compact='compact'>
1375<dt><a href="supporting-cycle-detection.html#l2h-1024">visitproc (C type)</a>
1376</dl>
1377</td>
1378</tr></table>
1379
1380<P>
1381
1382<DIV CLASS="navigation">
1383<div class='online-navigation'>
1384<p></p><hr />
1385<table align="center" width="100%" cellpadding="0" cellspacing="2">
1386<tr>
1387<td class='online-navigation'><a rel="prev" title="B.3.10 XML Remote Procedure"
1388 href="node96.html"><img src='../icons/previous.png'
1389 border='0' height='32' alt='Previous Page' width='32' /></A></td>
1390<td class='online-navigation'><a rel="parent" title="Python/C API Reference Manual"
1391 href="api.html"><img src='../icons/up.png'
1392 border='0' height='32' alt='Up One Level' width='32' /></A></td>
1393<td class='online-navigation'><a rel="next" title="About this document ..."
1394 href="about.html"><img src='../icons/next.png'
1395 border='0' height='32' alt='Next Page' width='32' /></A></td>
1396<td align="center" width="100%">Python/C API Reference Manual</td>
1397<td class='online-navigation'><a rel="contents" title="Table of Contents"
1398 href="contents.html"><img src='../icons/contents.png'
1399 border='0' height='32' alt='Contents' width='32' /></A></td>
1400<td class='online-navigation'><img src='../icons/blank.png'
1401 border='0' height='32' alt='' width='32' /></td>
1402<td class='online-navigation'><img src='../icons/blank.png'
1403 border='0' height='32' alt='' width='32' /></td>
1404</tr></table>
1405<div class='online-navigation'>
1406<b class="navlabel">Previous:</b>
1407<a class="sectref" rel="prev" href="node96.html">B.3.10 XML Remote Procedure</A>
1408<b class="navlabel">Up:</b>
1409<a class="sectref" rel="parent" href="api.html">Python/C API Reference Manual</A>
1410<b class="navlabel">Next:</b>
1411<a class="sectref" rel="next" href="about.html">About this document ...</A>
1412</div>
1413</div>
1414<hr />
1415<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
1416</DIV>
1417<!--End of Navigation Panel-->
1418<ADDRESS>
1419See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
1420</ADDRESS>
1421</BODY>
1422</HTML>