Next:
1 Introduction
Up:
Python/C API Reference Manual
Previous:
Python/C API Reference Manual
Contents
1 Introduction
1.1 Include Files
1.2 Objects, Types and Reference Counts
1.2.1 Reference Counts
Reference Count Details
1.2.2 Types
1.3 Exceptions
1.4 Embedding Python
2 Basic Utilities
3 Reference Counting
4 Exception Handling
4.1 Standard Exceptions
5 Utilities
5.1 OS Utilities
5.2 Importing modules
6 Debugging
7 The Very High Level Layer
8 Abstract Objects Layer
8.1 Object Protocol
8.2 Number Protocol
8.3 Sequence protocol
8.4 Mapping protocol
8.5 Constructors
9 Concrete Objects Layer
10 Defining New Object Types
11 Initialization, Finalization, and Threads
11.1 Thread State and the Global Interpreter Lock
11.2 Defining New Object Types
12 Specific Data Types
12.1 Fundamental Objects
12.1.1 Type Objects
12.1.2 The None Object
12.2 Sequence Objects
12.2.1 String Objects
12.2.2 Tuple Objects
12.2.3 List Objects
12.3 Mapping Objects
12.3.1 Dictionary Objects
12.4 Numeric Objects
12.4.1 Plain Integer Objects
12.4.2 Long Integer Objects
12.4.3 Floating Point Objects
12.4.4 Complex Number Objects
12.5 Other Objects
12.5.1 File Objects
Index
About this document ...
guido@CNRI.Reston.Va.US