mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Nothing.
This commit is contained in:
parent
c9e7be97f2
commit
eb08e90756
1 changed files with 4 additions and 0 deletions
|
|
@ -157,6 +157,10 @@ class ListItem(Item):
|
|||
def __get__(self, instance, owner):
|
||||
return ItemsList(self._value)
|
||||
|
||||
def __getitem__(self, item):
|
||||
# Only for IDE. This method is never be called.
|
||||
return self._value
|
||||
|
||||
# Need only for IDE
|
||||
__iadd__ = __add__ = __rand__ = __and__ = __ror__ = __or__ = add
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue