zulip/zerver/webhooks/bitbucket
Prakhar Pratyush 3afc8ed7ae webhooks: Rename *topic local variables to *topic_name.
This is preparatory work towards adding a Topic model.
We plan to use the local variable name as 'topic' for
the Topic model objects.

Currently, we use *topic as the local variable name for
topic names.

We rename local variables of the form *topic to *topic_name
so that we don't need to think about type collisions in
individual code paths where we might want to talk about both
Topic objects and strings for the topic name.
2024-01-17 08:35:29 -08:00
..
fixtures
__init__.py
doc.md
tests.py webhooks: Pick a more reasonable length for short sha. 2022-11-08 08:20:51 -08:00
view.py webhooks: Rename *topic local variables to *topic_name. 2024-01-17 08:35:29 -08:00