MCPcopy Create free account
hub / github.com/OpenGVLab/DragGAN / on_reset

Function on_reset

draggan/web.py:103–104  ·  view source on GitHub ↗
(points, image, state)

Source from the content-addressed store, hash-verified

101
102
103def on_reset(points, image, state):
104 return {'target': [], 'handle': []}, state['img'], False
105
106
107def on_undo(points, image, state, size):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected