MCPcopy
hub / github.com/cool-RR/PySnooper / check

Method check

tests/utils.py:127–131  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

125 _BaseEntry.__init__(self, prefix=prefix)
126
127 def check(self, s):
128 return re.match(
129 r'''(?P<indent>(?: {4})*)Call ended by exception''',
130 s
131 )
132
133
134

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected