This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients giampaolo.rodola, terry.reedy
Date 2011-06-17.22:58:28
SpamBayes Score 0.08795171
Marked as misclassified No
Message-id <1308351508.86.0.88677303291.issue12317@psf.upfronthosting.co.za>
In-reply-to
Content
>>> help(inspect.getabsfile) could be copied

getabsfile(object, _filename=None)
    Return an absolute path to the source or compiled file for an object.
    
    The idea is for each object to have a unique origin, so this routine
    normalizes the result as much as possible.
History
Date User Action Args
2011-06-17 22:58:28terry.reedysetrecipients: + terry.reedy, giampaolo.rodola
2011-06-17 22:58:28terry.reedysetmessageid: <1308351508.86.0.88677303291.issue12317@psf.upfronthosting.co.za>
2011-06-17 22:58:28terry.reedylinkissue12317 messages
2011-06-17 22:58:28terry.reedycreate