cpython/Mac/Modules/cf
Jack Jansen 96cebde909 Added PEP253 support to most Carbon modules. This isn't complete yet:
some of the more compilcated cases (CF, Res) haven't been done yet. Also,
various types should inherit from each other (anything with an as_Resource
method should be a Resource subtype, the CF types should become one family).
2002-12-03 23:40:22 +00:00
..
_CFmodule.c Added PEP253 support to most Carbon modules. This isn't complete yet: 2002-12-03 23:40:22 +00:00
cfscan.py After generating the Python file with definitions try to run it, so 2002-08-15 21:48:16 +00:00
cfsupport.py Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. 2002-05-13 21:21:49 +00:00
pycfbridge.c Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. 2002-05-13 21:23:10 +00:00
pycfbridge.h First steps towards a generalized converter of Python object 2002-05-05 21:48:12 +00:00