Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ find_all
Method
find_all
Lib/tkinter/__init__.py:3124–3126 ·
view source on GitHub ↗
Return all items.
(self)
Source
from the content-addressed store, hash-verified
3122
return
self.find(
'above'
, tagOrId)
3123
3124
def
find_all(self):
3125
""
"Return all items."
""
3126
return
self.find(
'all'
)
3127
3128
def
find_below(self, tagOrId):
3129
""
"Return all items below TAGORID."
""
Callers
1
_rescale
Method · 0.80
Calls
1
find
Method · 0.95
Tested by
no test coverage detected