A metaclass is added using a decorator @_swig_add_metaclass which is designed to provide a metaclass that works for both Python 2 and Python 3. The option to use the Python 3 only syntax: metaclass=_SwigNonDynamicMeta via the -py3 command line option has been removed as part of a simplification to remove the -py3 option. Issue #1779 |
||
|---|---|---|
| .. | ||
| CParse | ||
| DOH | ||
| Doxygen | ||
| Include | ||
| Modules | ||
| Preprocessor | ||
| Swig | ||
| Makefile.am | ||
| README | ||
SWIG Source directory
Source/DOH - A core set of basic datatypes including
strings, lists, hashes, and files. Used
extensively by the rest of SWIG.
Source/Swig - Swig core. Type-system, utility functions.
Source/Preprocessor - SWIG C Preprocessor
Source/CParse - SWIG C Parser (still messy)
Source/Modules - Language modules.
Source/Include - Include files.