Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / html / python / api / contents.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="intro.html" />
13<link rel="prev" href="front.html" />
14<link rel="parent" href="api.html" />
15<link rel="next" href="intro.html" />
16<meta name='aesop' content='information' />
17<title>Contents</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="Front Matter"
25 href="front.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="1. Introduction"
31 href="intro.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'><img src='../icons/blank.png'
35 border='0' height='32' alt='' width='32' /></td>
36<td class='online-navigation'><img src='../icons/blank.png'
37 border='0' height='32' alt='' width='32' /></td>
38<td class='online-navigation'><a rel="index" title="Index"
39 href="genindex.html"><img src='../icons/index.png'
40 border='0' height='32' alt='Index' width='32' /></A></td>
41</tr></table>
42<div class='online-navigation'>
43<b class="navlabel">Previous:</b>
44<a class="sectref" rel="prev" href="front.html">Front Matter</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="intro.html">1. Introduction</A>
49</div>
50<hr /></div>
51</DIV>
52<!--End of Navigation Panel-->
53<BR><h2><A NAME="SECTION002000000000000000000">
54Contents</A>
55</h2>
56<!--Table of Contents-->
57
58<UL CLASS="TofC">
59<LI><A href="intro.html">1. Introduction</a>
60<UL>
61<LI><A href="includes.html">1.1 Include Files</a>
62<LI><A href="objects.html">1.2 Objects, Types and Reference Counts</a>
63<UL>
64<LI><A href="refcounts.html">1.2.1 Reference Counts</a>
65<LI><A href="types.html">1.2.2 Types</a>
66</ul>
67<LI><A href="exceptions.html">1.3 Exceptions</a>
68<LI><A href="embedding.html">1.4 Embedding Python</a>
69</ul>
70<LI><A href="veryhigh.html">2. The Very High Level Layer</a>
71<LI><A href="countingRefs.html">3. Reference Counting</a>
72<LI><A href="exceptionHandling.html">4. Exception Handling</a>
73<UL>
74<LI><A href="standardExceptions.html">4.1 Standard Exceptions</a>
75<LI><A href="node15.html">4.2 Deprecation of String Exceptions</a>
76</ul>
77<LI><A href="utilities.html">5. Utilities</a>
78<UL>
79<LI><A href="os.html">5.1 Operating System Utilities</a>
80<LI><A href="processControl.html">5.2 Process Control</a>
81<LI><A href="importing.html">5.3 Importing Modules</a>
82<LI><A href="marshalling-utils.html">5.4 Data marshalling support</a>
83<LI><A href="arg-parsing.html">5.5 Parsing arguments and building values</a>
84</ul>
85<LI><A href="abstract.html">6. Abstract Objects Layer</a>
86<UL>
87<LI><A href="object.html">6.1 Object Protocol</a>
88<LI><A href="number.html">6.2 Number Protocol</a>
89<LI><A href="sequence.html">6.3 Sequence Protocol</a>
90<LI><A href="mapping.html">6.4 Mapping Protocol</a>
91<LI><A href="iterator.html">6.5 Iterator Protocol</a>
92<LI><A href="abstract-buffer.html">6.6 Buffer Protocol</a>
93</ul>
94<LI><A href="concrete.html">7. Concrete Objects Layer</a>
95<UL>
96<LI><A href="fundamental.html">7.1 Fundamental Objects</a>
97<UL>
98<LI><A href="typeObjects.html">7.1.1 Type Objects</a>
99<LI><A href="noneObject.html">7.1.2 The None Object</a>
100</ul>
101<LI><A href="numericObjects.html">7.2 Numeric Objects</a>
102<UL>
103<LI><A href="intObjects.html">7.2.1 Plain Integer Objects</a>
104<LI><A href="boolObjects.html">7.2.2 Boolean Objects</a>
105<LI><A href="longObjects.html">7.2.3 Long Integer Objects</a>
106<LI><A href="floatObjects.html">7.2.4 Floating Point Objects</a>
107<LI><A href="complexObjects.html">7.2.5 Complex Number Objects</a>
108</ul>
109<LI><A href="sequenceObjects.html">7.3 Sequence Objects</a>
110<UL>
111<LI><A href="stringObjects.html">7.3.1 String Objects</a>
112<LI><A href="unicodeObjects.html">7.3.2 Unicode Objects</a>
113<LI><A href="bufferObjects.html">7.3.3 Buffer Objects</a>
114<LI><A href="tupleObjects.html">7.3.4 Tuple Objects</a>
115<LI><A href="listObjects.html">7.3.5 List Objects</a>
116</ul>
117<LI><A href="mapObjects.html">7.4 Mapping Objects</a>
118<UL>
119<LI><A href="dictObjects.html">7.4.1 Dictionary Objects</a>
120</ul>
121<LI><A href="otherObjects.html">7.5 Other Objects</a>
122<UL>
123<LI><A href="fileObjects.html">7.5.1 File Objects</a>
124<LI><A href="instanceObjects.html">7.5.2 Instance Objects</a>
125<LI><A href="method-objects.html">7.5.3 Method Objects</a>
126<LI><A href="moduleObjects.html">7.5.4 Module Objects</a>
127<LI><A href="iterator-objects.html">7.5.5 Iterator Objects</a>
128<LI><A href="descriptor-objects.html">7.5.6 Descriptor Objects</a>
129<LI><A href="slice-objects.html">7.5.7 Slice Objects</a>
130<LI><A href="weakref-objects.html">7.5.8 Weak Reference Objects</a>
131<LI><A href="cObjects.html">7.5.9 CObjects</a>
132<LI><A href="cell-objects.html">7.5.10 Cell Objects</a>
133<LI><A href="gen-objects.html">7.5.11 Generator Objects</a>
134<LI><A href="datetime-objects.html">7.5.12 DateTime Objects</a>
135</ul>
136</ul>
137<LI><A href="initialization.html">8. Initialization, Finalization, and Threads</a>
138<UL>
139<LI><A href="threads.html">8.1 Thread State and the Global Interpreter Lock</a>
140<LI><A href="profiling.html">8.2 Profiling and Tracing</a>
141<LI><A href="advanced-debugging.html">8.3 Advanced Debugger Support</a>
142</ul>
143<LI><A href="memory.html">9. Memory Management</a>
144<UL>
145<LI><A href="memoryOverview.html">9.1 Overview</a>
146<LI><A href="memoryInterface.html">9.2 Memory Interface</a>
147<LI><A href="memoryExamples.html">9.3 Examples</a>
148</ul>
149<LI><A href="newTypes.html">10. Object Implementation Support</a>
150<UL>
151<LI><A href="allocating-objects.html">10.1 Allocating Objects on the Heap</a>
152<LI><A href="common-structs.html">10.2 Common Object Structures</a>
153<LI><A href="type-structs.html">10.3 Type Objects</a>
154<LI><A href="mapping-structs.html">10.4 Mapping Object Structures</a>
155<LI><A href="number-structs.html">10.5 Number Object Structures</a>
156<LI><A href="sequence-structs.html">10.6 Sequence Object Structures</a>
157<LI><A href="buffer-structs.html">10.7 Buffer Object Structures</a>
158<LI><A href="supporting-iteration.html">10.8 Supporting the Iterator Protocol</a>
159<LI><A href="supporting-cycle-detection.html">10.9 Supporting Cyclic Garbage Collection</a>
160</ul>
161<LI><A href="reporting-bugs.html">A. Reporting Bugs</a>
162<LI><A href="node83.html">B. History and License</a>
163<UL>
164<LI><A href="node84.html">B.1 History of the software</a>
165<LI><A href="node85.html">B.2 Terms and conditions for accessing or otherwise using Python</a>
166<LI><A href="node86.html">B.3 Licenses and Acknowledgements for Incorporated Software</a>
167<UL>
168<LI><A href="node87.html">B.3.1 Mersenne Twister</a>
169<LI><A href="node88.html">B.3.2 Sockets</a>
170<LI><A href="node89.html">B.3.3 Floating point exception control</a>
171<LI><A href="node90.html">B.3.4 MD5 message digest algorithm</a>
172<LI><A href="node91.html">B.3.5 Asynchronous socket services</a>
173<LI><A href="node92.html">B.3.6 Cookie management</a>
174<LI><A href="node93.html">B.3.7 Profiling</a>
175<LI><A href="node94.html">B.3.8 Execution tracing</a>
176<LI><A href="node95.html">B.3.9 UUencode and UUdecode functions</a>
177<LI><A href="node96.html">B.3.10 XML Remote Procedure Calls</a>
178</ul>
179</ul>
180<LI><A href="genindex.html">Index</a>
181</ul>
182<!--End of Table of Contents-->
183<P>
184
185<DIV CLASS="navigation">
186<div class='online-navigation'>
187<p></p><hr />
188<table align="center" width="100%" cellpadding="0" cellspacing="2">
189<tr>
190<td class='online-navigation'><a rel="prev" title="Front Matter"
191 href="front.html"><img src='../icons/previous.png'
192 border='0' height='32' alt='Previous Page' width='32' /></A></td>
193<td class='online-navigation'><a rel="parent" title="Python/C API Reference Manual"
194 href="api.html"><img src='../icons/up.png'
195 border='0' height='32' alt='Up One Level' width='32' /></A></td>
196<td class='online-navigation'><a rel="next" title="1. Introduction"
197 href="intro.html"><img src='../icons/next.png'
198 border='0' height='32' alt='Next Page' width='32' /></A></td>
199<td align="center" width="100%">Python/C API Reference Manual</td>
200<td class='online-navigation'><img src='../icons/blank.png'
201 border='0' height='32' alt='' width='32' /></td>
202<td class='online-navigation'><img src='../icons/blank.png'
203 border='0' height='32' alt='' width='32' /></td>
204<td class='online-navigation'><a rel="index" title="Index"
205 href="genindex.html"><img src='../icons/index.png'
206 border='0' height='32' alt='Index' width='32' /></A></td>
207</tr></table>
208<div class='online-navigation'>
209<b class="navlabel">Previous:</b>
210<a class="sectref" rel="prev" href="front.html">Front Matter</A>
211<b class="navlabel">Up:</b>
212<a class="sectref" rel="parent" href="api.html">Python/C API Reference Manual</A>
213<b class="navlabel">Next:</b>
214<a class="sectref" rel="next" href="intro.html">1. Introduction</A>
215</div>
216</div>
217<hr />
218<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
219</DIV>
220<!--End of Navigation Panel-->
221<ADDRESS>
222See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
223</ADDRESS>
224</BODY>
225</HTML>