mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 21:53:58 +07:00
GitOrigin-RevId: a92252f98e45799b03f6b39b22c3a02b5270bd0c
7 lines
82 B
Python
7 lines
82 B
Python
class MySizedClass:
|
|
def __len__(self):
|
|
pass
|
|
|
|
|
|
MySizedClass.len<caret>
|