Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ dump
Method
dump
Tools/clinic/libclinic/codegen.py:209–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
207
ta.clear()
208
209
def
dump(self) -> str:
210
texts = [
""
.join(ta)
for
ta in self._array]
211
self.clear()
212
return
""
.join(texts)
213
214
215
@dc.dataclass(slots=True, repr=False)
Callers
nothing calls this directly
Calls
2
clear
Method · 0.95
join
Method · 0.45
Tested by
no test coverage detected