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

Method __init__

keypatch.py:1336–1337  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1334 # adapted from pull request #7 by @quangnh89
1335 class Kp_Menu_Context(idaapi.action_handler_t):
1336 def __init__(self):
1337 idaapi.action_handler_t.__init__(self)
1338
1339 @classmethod
1340 def get_name(self):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected