Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Rapptz/discord.py
/ copy
Method
copy
discord/ui/item.py:209–210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
207
self._view = view
208
209
def
copy(self) -> Self:
210
return
copy.deepcopy(self)
211
212
def
_has_children(self) -> bool:
213
return
False
Callers
4
_init_children
Method · 0.45
children
Method · 0.45
items
Method · 0.45
children
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected