login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Search Results
relevance
newest
votes
active
2
votes
How can I dynamically get the set of classes from the current python module?
classes = [x for x in globals().values() if isinstance(x, type)] …
answered
Nov 28 '08 at 23:17
tatwright
195
●
1
●
5
posts containing
user:40849
within these tags
reflection
Want better search results?
See our search tips!
Stack Overflow works best with JavaScript enabled