Files
typeshed/third_party/2and3
David Euresti 50c7188300 Work around mypy issue #4554 in attr.Factory (#1933)
This makes the following not give a type error:

   y: DefaultDict[str, List[int]] = Factory(lambda: defaultdict(list))
2018-03-05 19:21:14 -08:00
..
2016-01-16 16:56:25 -05:00
2017-11-09 10:32:17 -08:00
2017-12-23 06:38:55 -08:00
2018-02-16 17:23:17 -08:00
2016-01-16 16:56:25 -05:00
2017-05-30 23:20:40 -07:00