Thomas Aanensen wrote: > How can I get the names of the classes in a specific module? (I don't need > the subclasses or superclasses) >>> pyclbr.readmodule("csv").keys() ['Dialect', 'DictReader', 'excel', 'excel_tab', 'DictWriter', 'Sniffer'] >>> Peter