basepolicy.py 文件源码

python
阅读 33 收藏 0 点赞 0 评论 0

项目:orangengine 作者: lampwins 项目源码 文件源码
def to_table(self, with_names=False):
        """Return the policy as an ascii tables

        Args:
            with_names (bool): Include object names
        """
        table_header = self.table_header()

        table_row = self.table_row(with_names=with_names)

        table = AsciiTable([table_header, table_row])
        table.title = "Policy: " + self.name

        return table.table
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号