MCPcopy
hub / github.com/corpnewt/gibMacOS / info

Method info

Scripts/utils.py:253–258  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

251 print("")
252
253 def info(self, text):
254 if self.interactive:
255 print(text)
256 else:
257 sys.stderr.write(str(text)+"\n")
258 sys.stderr.flush()
259
260 def resize(self, width, height):
261 print('\033[8;{};{}t'.format(height, width))

Callers 4

set_prodsMethod · 0.80
get_catalog_dataMethod · 0.80
print_prodMethod · 0.80
download_prodMethod · 0.80

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected