memoizer.py 文件源码

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

项目:alba 作者: paulfchristiano 项目源码 文件源码
def well_formed(self):
        return (
            isinstance(self.transcript, tuple) and
            all(hashable(x) for x in self.transcript) and
            isinstance(self.transcript_hash, six.string_types) and
            isinstance(self.agent, Agent) and
            self.agent.state_free
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号