MCPcopy Create free account
hub / github.com/alibaba/BladeDISC / add_arguments_platform_alibaba

Function add_arguments_platform_alibaba

scripts/python/common_setup.py:571–574  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

569
570
571def add_arguments_platform_alibaba(parser):
572 m = try_import_from_platform_alibaba("common_setup_internal")
573 if not m: return
574 m.add_arguments(parser)
575
576
577def symlink_disc_files_platform_alibaba(args):

Callers 1

add_arguments_commonFunction · 0.70

Calls 1

Tested by

no test coverage detected