blob: 6cb4d0dfb8645970542b70286bc93c7ae82bb00d [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. highlightlang:: c
2
Georg Brandl116aa622007-08-15 14:28:22 +00003.. _utilities:
4
5*********
6Utilities
7*********
8
9The functions in this chapter perform various utility tasks, ranging from
10helping C code be more portable across platforms, using Python modules from C,
11and parsing function arguments and constructing Python values from C values.
12
Georg Brandl54a3faa2008-01-20 09:30:57 +000013.. toctree::
Georg Brandl116aa622007-08-15 14:28:22 +000014
Georg Brandl54a3faa2008-01-20 09:30:57 +000015 sys.rst
16 import.rst
17 marshal.rst
18 arg.rst
19 conversion.rst
20 reflection.rst