Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3f5fda8c5071e81e67b3b34d485b9bb4f2c6de1d
/
Doc
/
library
/
inspect.rst
7be19aa
Factor out docstring dedenting from inspect.getdoc() into inspect.cleandoc()
by Georg Brandl
· 17 years ago
3fbe20c
Add docs for __func__ and __self__ on methods.
by Georg Brandl
· 17 years ago
3fe1843
Add versionadded tags
by Andrew M. Kuchling
· 17 years ago
3e9d66f
There are now sixteen isfoo functions.
by Georg Brandl
· 17 years ago
608c1d8
Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too?
by Christian Heimes
· 17 years ago
759bfc6
Issue #1916. Added isgenerator() and isgeneratorfunction() to
by Facundo Batista
· 17 years ago
e3c3db5
Documentation for r5990[3567].
by Georg Brandl
· 18 years ago
91a4808
#759525: document that dir() doesn't return metaclass attrs when given a class as arg.
by Georg Brandl
· 18 years ago
584265b
Add more entries to the glossary.
by Georg Brandl
· 18 years ago
5c174bb
Add markup to new function descriptions.
by Georg Brandl
· 18 years ago
63fa168
Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.
by Georg Brandl
· 18 years ago
8ec7f65
Move the 2.6 reST doc tree in place.
by Georg Brandl
· 18 years ago