Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cool-RR/PySnooper
/ _check_content
Method
_check_content
tests/utils.py:83–84 ·
view source on GitHub ↗
(self, preamble)
Source
from the content-addressed store, hash-verified
81
82
@abc.abstractmethod
83
def
_check_content(self, preamble):
84
pass
85
86
def
check(self, s):
87
match = self.line_pattern.match(s)
Callers
1
check
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected