/ Published in: Python
Expand |
Embed | Plain Text
nodes =[n for n in g.nodes if n.image >''] >>> nodes [v2, v3] >>> for node in nodes: node.width, node.height = 640, 480 >>>
You need to login to post a comment.
nodes =[n for n in g.nodes if n.image >''] >>> nodes [v2, v3] >>> for node in nodes: node.width, node.height = 640, 480 >>>
You need to login to post a comment.