Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Gallopsled/pwntools
/ on_match
Method
on_match
pwnlib/term/keymap.py:109–110 ·
view source on GitHub ↗
(self, cb)
Source
from the content-addressed store, hash-verified
107
del t[m]
108
109
def
on_match(self, cb):
110
self._on_match = cb
111
112
def
on_nomatch(self, cb):
113
self._on_nomatch = cb
Callers
1
register
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected