Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ __deepcopy__
Method
__deepcopy__
invoke/tasks.py:406–407 ·
view source on GitHub ↗
(self, memo: object)
Source
from the content-addressed store, hash-verified
404
return
getattr(self.task, name)
405
406
def
__deepcopy__(self, memo: object) ->
"Call"
:
407
return
self.clone()
408
409
def
__repr__(self) -> str:
410
aka =
""
Callers
nothing calls this directly
Calls
1
clone
Method · 0.95
Tested by
no test coverage detected