(parser)
| 569 | |
| 570 | |
| 571 | def 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 | |
| 577 | def symlink_disc_files_platform_alibaba(args): |
no test coverage detected