MCPcopy Create free account
hub / github.com/cherubicXN/neat / decrease_line_width

Function decrease_line_width

code/evaluation/show-tm.py:172–178  ·  view source on GitHub ↗
(vis)

Source from the content-addressed store, hash-verified

170 print(vis.get_render_option().line_width)
171 return False
172 def decrease_line_width(vis):
173 vis.get_render_option().line_width -= 1
174 vis.poll_events()
175 vis.update_renderer()
176 # vis.update_geometry()
177 print(vis.get_render_option().line_width)
178 return False
179
180 # def load_render_option(vis):
181 # import pdb; pdb.set_trace()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected