main.py 文件源码

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

项目:mist.api 作者: mistio 项目源码 文件源码
def clean(self):
        # FIXME This is needed in order to ensure rule name convention remains
        # backwards compatible with the old monitoring stack. However, it will
        # have to change in the future due to uniqueness constrains.
        if not self.title:
            self.title = 'rule%d' % self.owner.rule_counter
        # FIXME Ensure a single query condition is specified for backwards
        # compatibility with the existing monitoring/alert stack.
        if not len(self.queries) is 1:
            raise me.ValidationError()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号