zulip/analytics/views
PIG208 caaa424ef5 typing: Use assertions for broader types.
For types like `Union[Realm, UserProfile, Stream]` and
`Union[AnonymousUser, AbstractBaseUser]`, we need assertions to
tell mypy which type we would be expecting.
2021-07-27 11:44:54 -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 typing: Use assertions for broader types. 2021-07-27 11:44:54 -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