def get_graph(self, title=None, force_new=False):
if title is None:
title = self.title
if not hasattr(self, 'graph') or force_new:
self.graph = AGraph(self).get_graph(title)
return self.graph
diagrams.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录