Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/AgentCPM-GUI
/ __len__
Method
__len__
eval/run_eval_agent.py:88–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
86
return
data
87
88
def
__len__(self):
89
return
len(self.data)
90
91
def
__getitem__(self, index):
92
return
self.data[index]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected