MCPcopy Create free account
hub / github.com/apple/axlearn / patch

Method patch

axlearn/cloud/gcp/jobset_utils_test.py:77–78  ·  view source on GitHub ↗
(self, command: str, **kwargs: dict)

Source from the content-addressed store, hash-verified

75
76class MockUserCommandPatcher(jobset_utils.UserCommandPatcher):
77 def patch(self, command: str, **kwargs: dict) -> str:
78 return f"{command} && ./postfix_command.sh"
79
80
81class TPUReplicatedJobTest(TestCase):

Callers 15

_mock_statusMethod · 0.45
runMethod · 0.45
_build_containerMethod · 0.45
_build_head_containerMethod · 0.45
test_load_kube_configMethod · 0.45
test_deleteMethod · 0.45
test_deleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected