Python using methods from other classes
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-05-09T09:07:56Z
Indexed on
2010/05/09
9:18 UTC
Read the original article
Hit count: 156
If I have two classes, and one of them has a function that I want to use in my other class, what do I use so that I don't have to rewrite my function?
© Stack Overflow or respective owner