mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 02:04:23 +07:00
GitOrigin-RevId: d07c088ede125c453d45b922ca718d4ce6ec9f10
6 lines
193 B
Python
6 lines
193 B
Python
<error descr="Function \"__getattr__\" cannot be async">async</error> def __getattr__(name):
|
|
pass
|
|
|
|
|
|
<error descr="Function \"__dir__\" cannot be async">async</error> def __dir__():
|
|
pass |