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