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

Method _warn

rure/regex.py:155–162  ·  view source on GitHub ↗
(self, mname)

Source from the content-addressed store, hash-verified

153 self._captures = captures
154
155 def _warn(self, mname):
156 warnings.warn(
157 self.offset_warning.format(
158 self.__class__.__module__,
159 self.__class__.__name__,
160 mname),
161 UnicodeWarning,
162 stacklevel=2)
163
164 @property
165 def lastindex(self):

Callers 3

startMethod · 0.95
endMethod · 0.95
spanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected