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?

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to