class implementation

markotaht at gmail.com markotaht at gmail.com
Sun Oct 6 09:15:51 EDT 2013


There is this class file, it has its functions and variables. Now im greating my program, that uses the funcions from the class. BUt there are some functions missing from the class. So i want to add some extra funtions to the class, whidout altering the original source code, but by extending it in my code. But for that i need to use some variables that exsist in the original class. Is there a way i can acccsess them?




More information about the Python-list mailing list