Exec inside a class method to call other class methods?

2008-12-25 Thread Matthew Dubins
Hello all, I have made a python script to upload contact information from an excel worksheet to an online database. One part of the program that really tripped me up was when I wanted to call specific class methods that I had made to deal with specific types of contact information (Parent's

Re: Exec inside a class method to call other class methods?

2008-12-25 Thread Matthew Dubins
Each type does contain its own parsing method. It's just that, as it stands, one method is being used to shunt off the data to the correct parsing method. Matthew Dubins David Stanek wrote: On Thu, Dec 25, 2008 at 1:22 PM, Matthew Dubins wrote: Hello all, I have made a python s