mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
GitOrigin-RevId: 847d3224980e659e30e577317ae4fc3286157157
4 lines
140 B
Python
4 lines
140 B
Python
class MyType(type):
|
|
def __instancecheck__(self, instance, /):
|
|
<selection>return super().__instancecheck__(instance)</selection>
|