Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ray-project/ray
/ __len__
Method
__len__
python/ray/util/queue.py:66–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
64
)
65
66
def
__len__(self) -> int:
67
return
self.size()
68
69
def
size(self) -> int:
70
""
"The size of the queue."
""
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected