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 [email protected]
Recipients docs@python, [email protected], terry.reedy
Date 2013-05-16.02:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:23[email protected]setrecipients: + [email protected], terry.reedy, docs@python
2013-05-16 02:33:23[email protected]setmessageid: <[email protected]>
2013-05-16 02:33:23[email protected]linkissue17972 messages
2013-05-16 02:33:23[email protected]create