mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
This has two advantages; * We can split bugdown/__init__.py into several modules, and each module can access these arguments by importing these * We get rid of the super-ugly `global db_data` construct, replacing it with a only slightly ugly monkey-ish patching of the `zerver.lib.bugdown.arguments` module, which is at least considerably more clear on reading as to what it's purpose is. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| api_arguments_table_generator.py | ||
| api_code_examples.py | ||
| arguments.py | ||
| fenced_code.py | ||
| help_settings_links.py | ||
| testing_mocks.py | ||
| tlds-alpha-by-domain.txt | ||