Files
typeshed/stdlib/3
Sebastian Rittau e767c38c37 Move lineno and col_offset to ast.AST (#2298)
Also, mark AST._attributes and _fields as class vars.

`lineno` and `col_offset` were previously defined on a few sub-classes of `AST`, e.g. `expr`, even though https://docs.python.org/3/library/ast.html explicitly states that `AST` has these two attributes. These attributes are only present if they were supplied as arguments to the constructor, but the same is true for the subclasses.
2018-07-02 13:18:38 -07:00
..
2017-04-24 15:31:29 -07:00
2016-12-19 23:53:19 -08:00
2018-06-09 18:48:30 -07:00
2017-01-26 12:05:53 -08:00
2016-12-21 01:15:26 -08:00
2017-11-09 05:56:55 -08:00
2017-04-24 15:31:29 -07:00
2018-05-15 15:18:59 -04:00
2018-05-15 15:18:59 -04:00
2017-04-30 14:16:30 -07:00
2016-12-20 00:47:51 -08:00
2018-05-15 15:18:59 -04:00
2017-04-24 14:57:26 -07:00
2017-11-13 06:56:24 -08:00
2018-05-15 15:18:59 -04:00
2017-05-31 12:07:21 -07:00
2017-10-08 21:12:19 -07:00