Files | |
file | adapter/__init__.py [code] |
Python implementation of the Adapter Pattern example. | |
file | adapter_backendfunctions.py [code] |
The wrapper for the Adapter_BackEnd DLL containing functions used in the Adapter Pattern. | |
file | adapter_exercise.py [code] |
Implementation of the Adapter_Exercise() function as used in the Adapter Pattern. | |
file | adapter_frontendclass.py [code] |
The DataReaderWriter class used in the Adapter Pattern. | |