MCPcopy Create free account
hub / github.com/davidblewett/rure-python / span

Method span

rure/regex.py:269–272  ·  view source on GitHub ↗
(self, group=0)

Source from the content-addressed store, hash-verified

267 return self.captures[group].end
268
269 def span(self, group=0):
270 self._warn(u'span')
271
272 return (self.start(group), self.end(group))

Callers

nothing calls this directly

Calls 3

_warnMethod · 0.95
startMethod · 0.95
endMethod · 0.95

Tested by

no test coverage detected