mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
6 lines
204 B
Python
6 lines
204 B
Python
class Foo(object):
|
|
def __getitem__(self, item):
|
|
return item
|
|
|
|
Foo<warning descr="Class 'type' does not define '__getitem__', so the '[]' operator cannot be used on its instances">[</warning>0]
|