Kaydet (Commit) 20bc8b5c authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

graph: Rename concat() to flatten_list()

üst ae8a98e3
......@@ -146,7 +146,7 @@ class Digraph(object):
return '_'
else:
return char
return pisi.util.concat(map(repl, str(u)))
return pisi.util.flatten_list(map(repl, str(u)))
def write_graphviz(self, f):
f.write('digraph G {\n')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment