def context_manager(self):
"""LocalProxy refering to the app's instance of the :class: `ContextManager`.
Interface for adding and accessing contexts and their parameters
"""
return getattr(_app_ctx_stack.top, '_assist_context_manager', ContextManager())
评论列表
文章目录