SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

bpo-29463: Add docstring field to some AST nodes. (#46)

* bpo-29463: Add docstring field to some AST nodes.

ClassDef, ModuleDef, FunctionDef, and AsyncFunctionDef has docstring
field for now.  It was first statement of there body.

* fix document.  thanks travis!

* doc fixes
I
INADA Naoki committed
cb41b2766de646435743b6af7dd152751b54e73f
Parent: 1bc1564
Committed by Victor Stinner <victor.stinner@gmail.com> on 2/22/2017, 3:31:59 PM