Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudPolis/webdav-client-python
/ filename
Method
filename
webdav/urn.py:35–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
return
self._path
34
35
def
filename(self):
36
37
path_split = self._path.split(Urn.separate)
38
name = path_split[-2] + Urn.separate
if
path_split[-1] ==
''
else
path_split[-1]
39
return
unquote(name)
40
41
def
parent(self):
42
Callers
2
list
Method · 0.80
rename
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected