Recent blog posts
- Using session tokens with google's AuthSub python api
- Congratulations Netbeans (updated)
- Share What You Wear - Free clothes in Des Moines
- Gmail filters for launchpad bug email
- The New Ubuntu Download Page
- MP3s on Amazon
- Accidentally hiding your site from Google on purpose
- I shaved my cat
- Are you designing for mobile?
- Is ebay snipping OK?
Bearfruit
iterating multiple families
Thanks for the sympathy on the Python documentation, particularly http://docs.python.org/lib/typeiter.html - it’s a bit of a circular explanation.
Your example shows a good way to list all attributes of a single instance, but how about listing all instances of an object?
How would you modify this example to list all of the instances (the families), such as “Nuzum, Jones, Smith, [etc.]”?
Thanks!
Matt (b)