MCPcopy Create free account
hub / github.com/InternScience/SciReason / parse_args

Function parse_args

opencompass/utils/lark.py:43–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def parse_args():
44 parser = argparse.ArgumentParser(description='Lark bot reporter')
45 parser.add_argument('url', help='Lark bot url')
46 parser.add_argument('content', type=str, help='Content')
47 parser.add_argument('--title', type=str, help='Title', default=None)
48 args = parser.parse_args()
49 return args
50
51
52if __name__ == '__main__':

Callers 1

lark.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected