> 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/openstack/common/policypy.md).

# policy.py

对访问策略的管理，处理policy.json文件。

类Rules，代表一条规则。

一系列的继承自BaseCheck的类，代表各种对规则格式进行的检查，例如是否为真，与或非逻辑等。
