Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/copier-org/copier
/ __init__
Method
__init__
copier/errors.py:237–238 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
235
""
"An interactive session is required to run this program."
""
236
237
def
__init__(self, message: str) -> None:
238
super().__init__(f
"Interactive session required: {message}"
)
239
240
241
class
SettingsError(CopierError):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected