Message194153
At the risk of unnecessary complication, there is also other information that could be output, depending on the referenced object (module vs. class/func via qualname). For instance, a module's __file__ would be handy. So, the output could have a "header" with the relevant info, followed by a blank line, and then the source code.
I suppose something like that could be added later with a commandline option, like "python -m inspect --info site", rather than being default behavior. Then this issue can stay focused on the simpler idea. :)
Regardless, your proposal sounds good to me. I don't see any other meaningful use for "-m inspect". |
|
Date |
User |
Action |
Args |
2013-08-02 04:53:11 | eric.snow | set | recipients:
+ eric.snow, ncoghlan |
2013-08-02 04:53:11 | eric.snow | set | messageid: <1375419191.08.0.571987948186.issue18626@psf.upfronthosting.co.za> |
2013-08-02 04:53:11 | eric.snow | link | issue18626 messages |
2013-08-02 04:53:10 | eric.snow | create | |
|