Files
openide/python/testData/highlighting/asyncModuleBuiltinMethods.py
Tatiana Berandintellij-monorepo-bot c60b32b80b PY-82724 UI Texts: Fix typos and grammar mistakes (July)
GitOrigin-RevId: d07c088ede125c453d45b922ca718d4ce6ec9f10
2025-07-18 14:26:02 +00:00

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