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 s7v7nislands@gmail.com
Recipients docs@python, s7v7nislands@gmail.com, terry.reedy
Date 2013-05-16.02:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368671603.92.0.263604877295.issue17972@psf.upfronthosting.co.za>
In-reply-to
Content
when I read the memory_profiler source code, I find it using inspect.getblock(). so I check the doc, but can't find the function's doc. 

these functions are found not in doc. I want to known which function should in doc or not? in inspect module has no __all__ variable.

sorry for poor english!
History
Date User Action Args
2013-05-16 02:33:23s7v7nislands@gmail.comsetrecipients: + s7v7nislands@gmail.com, terry.reedy, docs@python
2013-05-16 02:33:23s7v7nislands@gmail.comsetmessageid: <1368671603.92.0.263604877295.issue17972@psf.upfronthosting.co.za>
2013-05-16 02:33:23s7v7nislands@gmail.comlinkissue17972 messages
2013-05-16 02:33:23s7v7nislands@gmail.comcreate