Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloudPolis/webdav-client-python
/ NotEnoughSpace
Class
NotEnoughSpace
webdav/exceptions.py:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
68
class
NotEnoughSpace(WebDavException):
69
def
__init__(self):
70
pass
71
72
def
__str__(self):
73
return
"Not enough space on the server"
Callers
2
upload_from
Method · 0.85
upload_file
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected