src/antidote/core/_raw/wrapper.py
[error] unresolved-attribute -
:102:13 -
Object of type `(...) -> object` has no attribute `__get__`
[warning] possibly-missing-attribute -
:102:13 -
Attribute `__get__` may be missing on object of type `((...) -> object) | ((...) -> object)`
[error] unresolved-attribute -
:136:13 -
Object of type `(...) -> Awaitable[object]` has no attribute `__get__`
[warning] possibly-missing-attribute -
:136:13 -
Attribute `__get__` may be missing on object of type `((...) -> Awaitable[object]) | ((...) -> Awaitable[object])`