Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ __len__
Method
__len__
tests/timeline.py:61–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
59
return
self._beginning.and_following()
60
61
def
__len__(self):
62
return
len(self.history())
63
64
@property
65
def
beginning(self):
Callers
nothing calls this directly
Calls
1
history
Method · 0.95
Tested by
no test coverage detected