Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudPolis/webdav-client-python
/ _matches
Method
_matches
tests/conftest.py:11–12 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
9
10
class
NotValid(BaseMatcher):
11
def
_matches(self, item):
12
return
False
if
not hasmethod(item,
'valid'
)
else
not item.valid()
13
14
class
Success(BaseMatcher):
15
def
_matches(self, item):
Callers
nothing calls this directly
Calls
1
valid
Method · 0.45
Tested by
no test coverage detected