s = "[" for x in self.symbols: s+=x[0]+"\n" for z in x[1].keys(): s+= str(z) + ":" + str(x[1][z]) + "\n" s+="]" return s
(self)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected