MCPcopy Index your code
hub / github.com/geekcomputers/Python / main

Function main

insta_monitering/insta_datafetcher.py:447–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

445
446
447def main():
448 try:
449 user = sys.argv[1]
450 tags = sys.argv[2]
451 type = sys.argv[3]
452 productId = sys.argv[4]
453 obj = InstaPorcessClass()
454 obj.startprocess(user=user, tags=tags, type=type, productId=productId)
455 except Exception as err:
456 print(f"exception : {err}")
457 print("error::main>>", sys.exc_info()[1])
458
459
460if __name__ == "__main__":

Callers 1

Calls 2

startprocessMethod · 0.95
InstaPorcessClassClass · 0.85

Tested by

no test coverage detected