MCPcopy Index your code
hub / github.com/keystone-engine/keypatch / activate

Method activate

keypatch.py:1391–1393  ·  view source on GitHub ↗
(self, ctx)

Source from the content-addressed store, hash-verified

1389 # context menu for Undo
1390 class Kp_MC_Undo(Kp_Menu_Context):
1391 def activate(self, ctx):
1392 self.plugin.undo()
1393 return 1
1394
1395 # context menu for Search
1396 class Kp_MC_Search(Kp_Menu_Context):

Callers

nothing calls this directly

Calls 1

undoMethod · 0.80

Tested by

no test coverage detected