MCPcopy Index your code
hub / github.com/USBToolBox/tool / head

Method head

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

Source from the content-addressed store, hash-verified

152 self.options.append([key, name, description or [], function])
153
154 def head(self):
155 cls()
156 header(self.title)
157 print()
158
159 def print_options(self):
160 for index, option in enumerate(self.options):

Callers 2

build_kextMethod · 0.95
startMethod · 0.95

Calls 2

clsFunction · 0.85
headerFunction · 0.85

Tested by

no test coverage detected