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

Method property

webdav/client.py:1112–1113  ·  view source on GitHub ↗
(self, option)

Source from the content-addressed store, hash-verified

1110
1111 @property
1112 def property(self, option):
1113 return self.client.get_property(remote_path=self.urn.path(), option=option)
1114
1115 @property.setter
1116 def property(self, option, value):

Callers

nothing calls this directly

Calls 4

get_propertyMethod · 0.80
pathMethod · 0.80
set_propertyMethod · 0.80
__str__Method · 0.45

Tested by

no test coverage detected