MCPcopy
hub / github.com/ray-project/ray / test_has_async_methods

Function test_has_async_methods

python/ray/tests/test_async_compat.py:51–52  ·  view source on GitHub ↗
(cls, expected: bool)

Source from the content-addressed store, hash-verified

49 ],
50)
51def test_has_async_methods(cls, expected: bool) -> None:
52 assert has_async_methods(cls) is expected
53
54
55def test_sync_to_async_is_cached() -> None:

Callers

nothing calls this directly

Calls 1

has_async_methodsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…