> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/openstack_code_neutron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/openstack_code_neutron/neutron/context.py.md).

# context.py

定义继承自neutron.openstack.common.context.RequestContext的基础类ContextBase。以及继承自它的Context。表示安全上下文和请求信息，用于代表执行给定操作的用户。
