generate.py 文件源码

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

项目:Protocols 作者: Opentrons 项目源码 文件源码
def generate(count):
    for _ in range(count):
        title = fake.sentence(nb_words=3)
        slug = slugify(title)
        github = 'https://github.com/opentrons/protocols/{}'.format(
            slug
        )

        head = {
            'title': title,
            'slug': slug,
            'source-url': github + '/protocol.py',
            'github-url': github
        }

        tail = {
            field: generate_field(field)
            for field in schema.keys() - head.keys()
        }

        yield {**head, **tail}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号