HappyDoc Generated Documentation | HappyDoc3-r3_1/happydoclib/docstring/StructuredText/regressions/index.stx |
---|---|
/ HappyDoc3-r3_1 / happydoclib / docstring / StructuredText / regressions / index.stx Extension ClassCopyright (C) 1996-1998, Digital Creations. A lightweight mechanism has been developed for making Python extension types more class-like. Classes can be developed in an extension language, such as C or C++, and these classes can be treated like other python classes:
Extension classes provide additional extensions to class and instance semantics, including:
Extension classes illustrate how the Python class mechanism can be extended and may provide a basis for improved or specialized class models. ReleasesThe current release is 1.2, To find out what's changed in this release, see the release notes. Documentation is available on-line. Windows BinariesA win32 binary release, ec12.zip, is available. This release includes all of the ExtensionClass modules built as Windows extension modules (.pyd) files. These were built for Python 1.5.1 using Microsoft Visual C++ 5.0 in "Release" mode. |