MCPcopy
hub / github.com/Rapptz/discord.py / items

Method items

discord/ui/media_gallery.py:87–89  ·  view source on GitHub ↗

List[:class:`.MediaGalleryItem`]: Returns a read-only list of this gallery's items.

(self)

Source from the content-addressed store, hash-verified

85
86 @property
87 def items(self) -> List[MediaGalleryItem]:
88 """List[:class:`.MediaGalleryItem`]: Returns a read-only list of this gallery's items."""
89 return self._underlying.items.copy()
90
91 @items.setter
92 def items(self, value: List[MediaGalleryItem]) -> None:

Callers 15

latenciesMethod · 0.80
shardsMethod · 0.80
decoratorFunction · 0.80
__init__Method · 0.80
__iter__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__iter__Method · 0.80
__repr__Method · 0.80
__init__Method · 0.80
collectiblesMethod · 0.80
__init__Method · 0.80

Calls 1

copyMethod · 0.45

Tested by 2

_get_command_optionsMethod · 0.64
test_get_findFunction · 0.64