()
| 1081 | |
| 1082 | @public |
| 1083 | def is_recognized_bot(): |
| 1084 | # Reads from the request-scoped ContextVar set by set_context_from_legacy_web_py() |
| 1085 | # (web.py) or set_context_from_fastapi() — the web.py equivalent of web.ctx. |
| 1086 | return req_context.get().is_recognized_bot |
| 1087 | |
| 1088 | |
| 1089 | def setup_template_globals(): |