Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudPolis/webdav-client-python
/ is_dir
Method
is_dir
webdav/client.py:1048–1049 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1046
return
"resource {path}"
.format(path=self.urn.path())
1047
1048
def
is_dir(self):
1049
return
self.client.is_dir(self.urn.path())
1050
1051
def
rename(self, new_name):
1052
Callers
nothing calls this directly
Calls
2
path
Method · 0.80
is_dir
Method · 0.45
Tested by
no test coverage detected