MCPcopy Create free account
hub / github.com/USBToolBox/tool / start

Method start

Scripts/utils.py:218–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

216 self.in_between = in_between or []
217
218 def start(self):
219 cls()
220 header(self.title)
221 print()
222
223 if callable(self.in_between):
224 self.in_between()
225 else:
226 for i in self.in_between:
227 print(i)
228 if self.in_between:
229 print()
230
231 return input(self.prompt)

Callers

nothing calls this directly

Calls 2

clsFunction · 0.85
headerFunction · 0.85

Tested by

no test coverage detected