zulip/analytics/views
PIG208 d2af20eb2a typing: Do explicit type conversion when appropriate.
When calling some functions or assigning values to certain attributes,
the arguments/right operand do not match the exact type that the
functions/attributes expect, and thus we fix that by converting types
beforehand.
2021-07-26 15:09:07 -07:00
..
__init__.py analytics: Create analytics/views/ directory. 2021-06-17 17:39:28 -07:00
activity_common.py typing: Do explicit type conversion when appropriate. 2021-07-26 15:09:07 -07:00
installation_activity.py python: Fix mypy no_implicit_reexport errors. 2021-07-16 14:02:31 -07:00
realm_activity.py analytics: Extract analytics/views/realm_activity.py. 2021-06-17 17:39:28 -07:00
stats.py backend: Add None-checks with assertions and if-elses. 2021-07-24 15:00:21 -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