Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_warn
Method · 0.95
start
Method · 0.95
end
Method · 0.95
Tested by
no test coverage detected