Files
typeshed/third_party/3
Mateusz Kurek 43f18bc830 Use specific types in dateutil.relativedelta stubs
Improve operator methods for dateutil.relativedelta stubs:
* `__add__` operator method could return other types than `relativedelta` (`datetime.date` or `datetime.datetime`)
* use specific types of operators args instead of Any
* mypy currently does not handle `Union` in op methods (see python/mypy#2129, python/mypy#1442, python/mypy#1264 for details), so I've overloaded it directly
2016-12-28 11:18:03 -08:00
..
2016-12-19 22:09:35 -08:00
2016-12-20 00:47:51 -08:00
2016-12-19 22:09:35 -08:00
2015-10-19 20:02:14 -07:00
2016-12-21 01:06:52 -08:00