MCPcopy Create free account
hub / github.com/EASY233/Finger / output

Method output

lib/options.py:56–61  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 Urls.url.append(url)
55
56 def output(self):
57 if self.format not in ["json", "xlsx"]:
58 errMsg = "Ouput args is error,eg(json,xlsx default:xlsx)"
59 logging.error(errMsg)
60 exit(0)
61 Save.format = self.format
62
63 def get_ip(self):
64 try:

Callers 1

__init__Method · 0.95

Calls 1

errorMethod · 0.80

Tested by

no test coverage detected