MCPcopy Index your code
hub / github.com/cool-RR/PySnooper / _check_preamble

Method _check_preamble

tests/utils.py:253–254  ·  view source on GitHub ↗
(self, preamble)

Source from the content-addressed store, hash-verified

251 )
252
253 def _check_preamble(self, preamble):
254 return bool(self._preamble_pattern.match(preamble))
255
256 def _check_content(self, source_path):
257 if self.source_path is not None:

Callers

nothing calls this directly

Calls 1

matchMethod · 0.80

Tested by

no test coverage detected