MCPcopy Create free account
hub / github.com/apache/arrow / main

Function main

ci/scripts/python_wheel_validate_contents.py:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96
97def main():
98 parser = argparse.ArgumentParser()
99 parser.add_argument("--path", type=str, required=True,
100 help="Directory where wheel is located")
101 args = parser.parse_args()
102 validate_wheel(args.path)
103
104
105if __name__ == '__main__':

Calls 2

validate_wheelFunction · 0.85
parse_argsMethod · 0.80

Tested by

no test coverage detected