blob: f43933b1d33e6a30daa16a697380f7c3c56c6842 [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001.. highlightlang:: c
2
3
4.. _utilities:
5
6*********
7Utilities
8*********
9
10The functions in this chapter perform various utility tasks, ranging from
11helping C code be more portable across platforms, using Python modules from C,
12and parsing function arguments and constructing Python values from C values.
13
Georg Brandl79e3d552008-01-19 22:14:27 +000014.. toctree::
Georg Brandl8ec7f652007-08-15 14:28:01 +000015
Georg Brandl79e3d552008-01-19 22:14:27 +000016 sys.rst
17 import.rst
18 marshal.rst
19 arg.rst
20 conversion.rst
21 reflection.rst
Georg Brandlb7276502010-11-26 08:28:05 +000022 codec.rst