Searched refs:dep (Results 1 - 1 of 1) sorted by relevance

/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py75 for dep in v:
77 if dep in pmap:
78 dep = pmap[dep] variable
80 print('"%s" -> "%s" [color=%s]' % (k.decode('utf-8'), dep.decode('utf-8'), color))

Completed in 80 milliseconds