Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ copy
Method
copy
pattern/text/tree.py:941–942 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
939
return
s
940
941
def
copy(self):
942
return
self.slice(0, len(self))
943
944
def
chunked(self):
945
return
chunked(self)
Callers
nothing calls this directly
Calls
2
slice
Method · 0.95
len
Function · 0.85
Tested by
no test coverage detected