Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/copier-org/copier
/ __init__
Method
__init__
copier/errors.py:113–114 ·
view source on GitHub ↗
(self, *, path: Path)
Source
from the content-addressed store, hash-verified
111
""
"The path is not relative, but it should be."
""
112
113
def
__init__(self, *, path: Path) -> None:
114
super().__init__(f
'"{path}" is not a relative path'
)
115
116
117
class
ForbiddenPathError(PathError):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected