MCPcopy Index your code
hub / github.com/python-jsonschema/jsonschema / main

Function main

jsonschema/cli.py:230–231  ·  view source on GitHub ↗
(args=sys.argv[1:])

Source from the content-addressed store, hash-verified

228
229
230def main(args=sys.argv[1:]): # noqa: D103
231 sys.exit(run(arguments=parse_args(args=args)))
232
233
234def run(arguments, stdout=sys.stdout, stderr=sys.stderr, stdin=sys.stdin): # noqa: D103

Callers 1

__main__.pyFile · 0.90

Calls 2

runFunction · 0.85
parse_argsFunction · 0.85

Tested by

no test coverage detected