mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 11:07:43 +07:00
GitOrigin-RevId: a92252f98e45799b03f6b39b22c3a02b5270bd0c
7 lines
78 B
Python
7 lines
78 B
Python
class MySizedClass:
|
|
def __len__(self):
|
|
pass
|
|
|
|
|
|
len(MySizedClass())
|