MCPcopy
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_childrenMethod · 0.45
childrenMethod · 0.45
itemsMethod · 0.45
childrenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected