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

Method span

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

Source from the content-addressed store, hash-verified

298 return range(self.start, self.stop)
299 @property
300 def span(self):
301 return (self.start, self.stop)
302
303 @property
304 def lemmata(self):

Callers 1

_parse_date_iso8601Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected