mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 08:41:59 +07:00
GitOrigin-RevId: a92252f98e45799b03f6b39b22c3a02b5270bd0c
7 lines
84 B
Python
7 lines
84 B
Python
class MySizedClass:
|
|
def __len__(self):
|
|
pass
|
|
|
|
|
|
MySizedClass().len<caret>
|