MCPcopy 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

sliceMethod · 0.95
lenFunction · 0.85

Tested by

no test coverage detected