MCPcopy 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
6class Valid(BaseMatcher):
7 def _matches(self, item):
8 return False if not hasmethod(item, 'valid') else item.valid()
9
10class NotValid(BaseMatcher):
11 def _matches(self, item):

Callers

nothing calls this directly

Calls 1

validMethod · 0.45

Tested by

no test coverage detected