attachments.py 文件源码

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

项目:pillar 作者: armadillica 项目源码 文件源码
def attachment_form_group_create(schema_prop):
    """Creates a wtforms.FieldList for attachments."""

    file_select_form_group = _attachment_build_single_field(schema_prop)
    field = wtforms.FieldList(CustomFormField(file_select_form_group), min_entries=1)

    return field
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号