mirror of
https://github.com/weewx/weewx.git
synced 2026-04-22 02:27:03 -04:00
commit bdae391f4cc0b16eb2914b3b077e8c32027e40e9 Author: Tom Keffer <tkeffer@gmail.com> Date: Sun Oct 18 05:44:29 2020 -0700 Ignore attributes 'mro', 'im_func', 'func_code', '__func__', '__code__', '__init__', '__self__' commit 81d901f2227682dac19ab739c6c0b6c6c7d3221f Author: Tom Keffer <tkeffer@gmail.com> Date: Thu Sep 24 17:47:15 2020 -0700 Pass on the option_dict. Get rid of no longer used aggregation_interval. Generalize __call__() commit 9020b6a14da717aae5f791bdb6d9a6f5a132695e Author: Tom Keffer <tkeffer@gmail.com> Date: Tue Sep 22 03:52:24 2020 -0700 __call__ returns new instance of AggTypeBinder, rather than modify self commit 8f4bfb9ac3d1b0cb7b07650fa87661351095e21e Author: Tom Keffer <tkeffer@gmail.com> Date: Fri Sep 18 15:25:42 2020 -0700 Introduced class AggTypeBinder. In anticipation of allowing tags that return JSON structures.