Converging Multiple Classes

Wanderer wanderer at dialup4less.com
Fri Feb 4 11:39:54 EST 2011


I have a bunch of cameras I want to run tests on. They each have
different drivers and interfaces. What I want to do is create python
wrappers so that they all have a common interface and can be called by
the same python test bench program. I'm not sure what to call it. I
don't think it's inheritance. Maybe there is no official thing here
and I just need to brute force my way through it. Is there some
programming methodology I should be using?

Thanks



More information about the Python-list mailing list