MCPcopy Create free account
hub / github.com/RUB-NDS/PRET / SearchButton

Class SearchButton

console.py:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class SearchButton(npyscreen.MiniButtonPress):
42
43 def whenPressed(self):
44 self.parent.parentApp.mainform.search()
45
46
47class DictList(npyscreen.MLTree):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected