blob: 499a510c7a796c7ed9dfdb34a8ed772563fccc24 [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