MCPcopy 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
10class NotValid(BaseMatcher):
11 def _matches(self, item):
12 return False if not hasmethod(item, 'valid') else not item.valid()
13
14class Success(BaseMatcher):
15 def _matches(self, item):

Callers

nothing calls this directly

Calls 1

validMethod · 0.45

Tested by

no test coverage detected