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

Method _check_content

tests/utils.py:218–219  ·  view source on GitHub ↗
(self, content)

Source from the content-addressed store, hash-verified

216 return bool(self._preamble_pattern.match(preamble))
217
218 def _check_content(self, content):
219 return self._check_value(content)
220
221 def _check_value(self, value):
222 if self.value is not None:

Callers

nothing calls this directly

Calls 1

_check_valueMethod · 0.95

Tested by

no test coverage detected