blob: d4484fb2712817d398879f4bab4a71d56fd8c789 [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
Georg Brandlbab33782010-11-20 13:44:41 +000021 codec.rst