|
2 |
Removed best-practices tag -- no mention of best practices and doesn't seem to apply.
|
||
|
1 |
|
||
How can I report the API of a class programmatically?Dear stackoverflow- My goal is to parse a class and return a data-structure (object, dictionary, etc) that is descriptive of the methods and the related parameters contained within the class. Bonus points for types and returns... Requirements: Must be Python For example, the below class:
Would be parsed to return
So that's just an example of what I'm thinking... I'm really flexible on the data-structure. Any ideas/examples on how to achieve this?
|
||||
