zulip/analytics/views
PIG208 ec99c1b58d analytics: Correctly type aggregate_table with Union.
Since mypy doesn't accept redefinition of the same variable within the
same scope, we need to use type annotations with Union to correctly
type aggregate_table. Note that the type cast is necessary for mypy to
narrow the type of aggregate_table.
2021-07-27 12:17:01 -07:00
..
__init__.py analytics: Create analytics/views/ directory. 2021-06-17 17:39:28 -07:00
activity_common.py typing: Amend inaccurate type annotations. 2021-07-27 12:17:00 -07:00
installation_activity.py typing: Amend inaccurate type annotations. 2021-07-27 12:17:00 -07:00
realm_activity.py typing: Amend inaccurate type annotations. 2021-07-27 12:17:00 -07:00
stats.py analytics: Correctly type aggregate_table with Union. 2021-07-27 12:17:01 -07:00
support.py analytics: Extract request.user for typecheck. 2021-07-26 14:48:45 -07:00
user_activity.py analytics: Extract analytics/views/user_activity.py. 2021-06-17 17:39:28 -07:00