[Next] [Previous] [Top]
Deriving Built-In Classes in Python
2. Object System Enhancements
My solution enhances the current Python implementation by giving its users the ability to:
- Easily convert between C data types and Python objects,
- Easily bind to most complex C data types,
- Provide symbolic bindings to symbolic constants,
- Derive built-in types from other built-in types, and
- Derive built-in classes from other built-in classes.
- 2.1. - Type Converters
-
- 2.2. - Binding to Complex C Data Structures
-
- 2.3. - Deriving Built-in Types from Other Built-in Types
-
- 2.4. - Deriving Built-in Classes
-
- 2.5. - Deriving Python Classes from Built-in Classes
-
Deriving Built-In Classes in Python - 22 DEC 94
[Next] [Previous] [Top]
Generated with CERN WebMaker