cpython/Lib/ctypes
Thomas Heller 5becdbee96 Patch #1517790: It is now possible to use custom objects in the ctypes
foreign function argtypes sequence as long as they provide a
from_param method, no longer is it required that the object is a
ctypes type.
2006-07-06 08:48:35 +00:00
..
macholib Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
test Patch #1517790: It is now possible to use custom objects in the ctypes 2006-07-06 08:48:35 +00:00
__init__.py Fix docstring. 2006-06-14 06:18:15 +00:00
_endian.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
util.py Add pep-291 compatibility markers. 2006-06-12 20:56:48 +00:00
wintypes.py Add an __all__ list, since this module does 'from ctypes import *'. 2006-06-14 09:20:11 +00:00