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

Method capture_names

rure/regex.py:67–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

65 }
66
67 def capture_names(self):
68 return self._rure.capture_names()
69
70 @accepts_string
71 def is_match(self, string, pos=0, endpos=None):

Callers 3

__init__Method · 0.95
lastindexMethod · 0.45
lastgroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected