Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudPolis/webdav-client-python
/ clean
Method
clean
webdav/client.py:1081–1082 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1079
return
{key: value
for
(key, value) in info.items()
if
key in params}
1080
1081
def
clean(self):
1082
return
self.client.clean(self.urn.path())
1083
1084
def
check(self):
1085
return
self.client.check(self.urn.path())
Callers
nothing calls this directly
Calls
2
path
Method · 0.80
clean
Method · 0.45
Tested by
no test coverage detected