MCPcopy Index your code
hub / github.com/clips/pattern / range

Method range

pattern/text/tree.py:297–298  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

295 return self.words[-1].index + 1
296 @property
297 def range(self):
298 return range(self.start, self.stop)
299 @property
300 def span(self):
301 return (self.start, self.stop)

Callers 3

canvas.jsFile · 0.80
gridFunction · 0.80
test_canvas.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected