1 \chapter{Python Services
}
3 The modules described in this chapter provide a wide range of services
4 related to the Python interpreter and its interaction with its
5 environment. Here's an overview:
10 --- Access system specific parameters and functions.
13 --- Names for all built-in types.
16 --- Print or retrieve a stack traceback.
19 --- Convert Python objects to streams of bytes and back.
22 --- Python object persistency.
25 --- Shallow and deep copy operations.
28 --- Convert Python objects to streams of bytes and back (with
29 different constraints).
32 --- Access the implementation of the
\code{import
} statement.
35 --- The set of built-in functions.
38 --- The environment where the top-level script is run.