fc_config.py 文件源码

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

项目:SoCFoundationFlow 作者: mattaw 项目源码 文件源码
def _parse_flink_line(line, final_flags):
    """private"""
    lexer = shlex.shlex(line, posix = True)
    lexer.whitespace_split = True

    t = lexer.get_token()
    tmp_flags = []
    while t:
        t = _parse_flink_token(lexer, t, tmp_flags)

    final_flags.extend(tmp_flags)
    return final_flags
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号