lattice.py 文件源码

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

项目:pyt 作者: SW10IoT 项目源码 文件源码
def draw_lattice(node, output_filename = 'output.dot'):
    """Draw CFG and output as pdf."""
    graph = Digraph(format='pdf')

    l = list()
    draw_node(l, graph, node)

    graph = apply_styles(graph, styles)
    graph.render(filename = output_filename)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号