MCPcopy Create free account
hub / github.com/CloudPolis/webdav-client-python / info

Method info

webdav/client.py:1073–1079  ·  view source on GitHub ↗
(self, params=None)

Source from the content-addressed store, hash-verified

1071 return Resource(self.client, urn)
1072
1073 def info(self, params=None):
1074
1075 info = self.client.info(self.urn.path())
1076 if not params:
1077 return info
1078
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())

Callers

nothing calls this directly

Calls 2

pathMethod · 0.80
infoMethod · 0.45

Tested by

no test coverage detected