MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / is_reachable

Method is_reachable

sdk/python/src/dstack_sdk/dstack_client.py:624–626  ·  view source on GitHub ↗

Return True if the service responds to a quick health call.

(self)

Source from the content-addressed store, hash-verified

622
623 @call_async
624 def is_reachable(self) -> bool:
625 """Return True if the service responds to a quick health call."""
626 raise NotImplementedError
627
628 @call_async
629 def __enter__(self):

Calls

no outgoing calls

Tested by 3

test_sync_client_typesFunction · 0.76