Ecosystem report

Old: main (merge base) 76d9cd4b New: 23042/merge 6d5dfe71
Lint Rule Removed Added Changed
Total 9708 9899 73
unresolved-attribute 0 9715 0
possibly-missing-attribute 9653 0 0
unsupported-operator 1 84 50
not-subscriptable 1 96 0
unused-type-ignore-comment 25 0 0
invalid-argument-type 7 4 9
no-matching-overload 20 0 0
invalid-parameter-default 0 0 7
invalid-return-type 1 0 3
invalid-assignment 0 0 2
not-iterable 0 0 2
Project Removed Added Changed
Total 9708 9899 73
meson 909 909 0
dd-trace-py 835 835 0
scipy 824 824 0
sympy 548 681 63
pandas 483 483 0
pywin32 480 480 0
apprise 444 444 0
jax 425 425 0
core 370 370 0
spack 317 317 0
prefect 288 288 1
scikit-learn 270 270 0
ignite 241 241 0
scrapy 233 233 0
mitmproxy 198 198 0
cloud-init 189 189 0
manticore 172 172 0
pydantic 149 149 9
pwndbg 150 150 0
stone 148 148 0

AutoSplit (https://github.com/Toufool/AutoSplit)

src/AutoSplit.py

[warning] possibly-missing-attribute - :1027:9 - Attribute `ignore` may be missing on object of type `QCloseEvent | None`
[error] unresolved-attribute - :1027:9 - Attribute `ignore` is not defined on `None` in union `QCloseEvent | None`

PyGithub (https://github.com/PyGithub/PyGithub)

github/AdvisoryVulnerability.py

[warning] possibly-missing-attribute - :170:30 - Attribute `package` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :170:30 - Attribute `package` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[warning] possibly-missing-attribute - :171:25 - Attribute `package` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :171:25 - Attribute `package` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[warning] possibly-missing-attribute - :173:33 - Attribute `patched_versions` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :173:33 - Attribute `patched_versions` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[warning] possibly-missing-attribute - :174:37 - Attribute `vulnerable_functions` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :174:37 - Attribute `vulnerable_functions` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[warning] possibly-missing-attribute - :175:41 - Attribute `vulnerable_version_range` may be missing on object of type `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :175:41 - Attribute `vulnerable_version_range` is not defined on `SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]` in union `(SimpleAdvisoryVulnerability & ~Top[dict[Unknown, Unknown]]) | (AdvisoryVulnerability & ~Top[dict[Unknown, Unknown]])`

tests/ApplicationOAuth.py

[warning] possibly-missing-attribute - :86:21 - Attribute `_Github__requester` may be missing on object of type `Unknown | Github`
[error] unresolved-attribute - :86:21 - Attribute `_Github__requester` is not defined on `Github` in union `Unknown | Github`

tests/Authentication.py

[warning] possibly-missing-attribute - :78:31 - Attribute `token` may be missing on object of type `Unknown | Token | None`
[error] unresolved-attribute - :78:31 - Attribute `token` is not defined on `None` in union `Unknown | Token | None`
[warning] possibly-missing-attribute - :87:35 - Attribute `token` may be missing on object of type `Unknown | AppAuthToken | None`
[error] unresolved-attribute - :87:35 - Attribute `token` is not defined on `None` in union `Unknown | AppAuthToken | None`
[warning] possibly-missing-attribute - :127:32 - Attribute `get_installation_auth` may be missing on object of type `Unknown | AppAuth | None`
[error] unresolved-attribute - :127:32 - Attribute `get_installation_auth` is not defined on `None` in union `Unknown | AppAuth | None`
[warning] possibly-missing-attribute - :149:18 - Attribute `get_installation_auth` may be missing on object of type `Unknown | AppAuth | None`
[error] unresolved-attribute - :149:18 - Attribute `get_installation_auth` is not defined on `None` in union `Unknown | AppAuth | None`

tests/BadAttributes.py

[warning] possibly-missing-attribute - :69:13 - Attribute `args` may be missing on object of type `Exception | None`
[error] unresolved-attribute - :69:13 - Attribute `args` is not defined on `None` in union `Exception | None`

tests/Exceptions.py

[warning] possibly-missing-attribute - :164:26 - Attribute `get` may be missing on object of type `dict[str, str] | None`
[error] unresolved-attribute - :164:26 - Attribute `get` is not defined on `None` in union `dict[str, str] | None`

tests/GithubApp.py

[warning] possibly-missing-attribute - :153:26 - Attribute `login` may be missing on object of type `NamedUser | Organization | Enterprise`
[error] unresolved-attribute - :153:26 - Attribute `login` is not defined on `Enterprise` in union `NamedUser | Organization | Enterprise`

tests/GithubRetry.py

[warning] possibly-missing-attribute - :400:71 - Attribute `args` may be missing on object of type `BaseException | None`
[error] unresolved-attribute - :400:71 - Attribute `args` is not defined on `None` in union `BaseException | None`
[warning] possibly-missing-attribute - :402:35 - Attribute `__cause__` may be missing on object of type `BaseException | None`
[error] unresolved-attribute - :402:35 - Attribute `__cause__` is not defined on `None` in union `BaseException | None`
[warning] possibly-missing-attribute - :405:17 - Attribute `__cause__` may be missing on object of type `BaseException | None`
[warning] possibly-missing-attribute - :405:17 - Attribute `args` may be missing on object of type `BaseException | None`
[error] unresolved-attribute - :405:17 - Attribute `__cause__` is not defined on `None` in union `BaseException | None`
[error] unresolved-attribute - :405:17 - Attribute `args` is not defined on `None` in union `BaseException | None`

tests/Issue134.py

[warning] possibly-missing-attribute - :47:18 - Attribute `get_authorizations` may be missing on object of type `NamedUser | AuthenticatedUser`
[error] unresolved-attribute - :47:18 - Attribute `get_authorizations` is not defined on `NamedUser` in union `NamedUser | AuthenticatedUser`
[warning] possibly-missing-attribute - :54:13 - Attribute `get_authorizations` may be missing on object of type `NamedUser | AuthenticatedUser`
[error] unresolved-attribute - :54:13 - Attribute `get_authorizations` is not defined on `NamedUser` in union `NamedUser | AuthenticatedUser`

tests/Requester.py

[warning] possibly-missing-attribute - :216:9 - Attribute `info` may be missing on object of type `Unknown | None | MagicMock`
[error] unresolved-attribute - :216:9 - Attribute `info` is not defined on `None` in union `Unknown | None | MagicMock`
[warning] possibly-missing-attribute - :263:9 - Attribute `info` may be missing on object of type `Unknown | None | MagicMock`
[error] unresolved-attribute - :263:9 - Attribute `info` is not defined on `None` in union `Unknown | None | MagicMock`

Tanjun (https://github.com/FasterSpeeding/Tanjun)

tanjun/commands/slash.py

[warning] possibly-missing-attribute - :1441:42 - Attribute `name` may be missing on object of type `CommandInteractionOption | None`
[error] unresolved-attribute - :1441:42 - Attribute `name` is not defined on `None` in union `CommandInteractionOption | None`
[warning] possibly-missing-attribute - :1464:38 - Attribute `name` may be missing on object of type `AutocompleteInteractionOption | None`
[error] unresolved-attribute - :1464:38 - Attribute `name` is not defined on `None` in union `AutocompleteInteractionOption | None`
[warning] possibly-missing-attribute - :1466:45 - Attribute `name` may be missing on object of type `AutocompleteInteractionOption | None`
[error] unresolved-attribute - :1466:45 - Attribute `name` is not defined on `None` in union `AutocompleteInteractionOption | None`
[warning] possibly-missing-attribute - :1716:13 - Attribute `set_is_dm_enabled` may be missing on object of type `Unknown | _SlashCommandBuilder`
[error] unresolved-attribute - :1716:13 - Attribute `set_is_dm_enabled` is not defined on `_SlashCommandBuilder` in union `Unknown | _SlashCommandBuilder`
[warning] possibly-missing-attribute - :1718:13 - Attribute `set_is_dm_enabled` may be missing on object of type `Unknown | _SlashCommandBuilder`
[error] unresolved-attribute - :1718:13 - Attribute `set_is_dm_enabled` is not defined on `_SlashCommandBuilder` in union `Unknown | _SlashCommandBuilder`

tanjun/context/autocomplete.py

[warning] possibly-missing-attribute - :204:22 - Attribute `fetch_channel` may be missing on object of type `Unknown | AutocompleteInteraction`
[error] unresolved-attribute - :204:22 - Attribute `fetch_channel` is not defined on `AutocompleteInteraction` in union `Unknown | AutocompleteInteraction`
[warning] possibly-missing-attribute - :212:16 - Attribute `get_channel` may be missing on object of type `Unknown | AutocompleteInteraction`
[error] unresolved-attribute - :212:16 - Attribute `get_channel` is not defined on `AutocompleteInteraction` in union `Unknown | AutocompleteInteraction`

tanjun/dependencies/limiters.py

[warning] possibly-missing-attribute - :839:17 - Attribute `check` may be missing on object of type `(_Cooldown & ~AlwaysFalsy) | (_BaseResource[_Cooldown] & ~AlwaysTruthy & ~AlwaysFalsy)`
[error] unresolved-attribute - :839:17 - Attribute `check` is not defined on `_BaseResource[_Cooldown] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(_Cooldown & ~AlwaysFalsy) | (_BaseResource[_Cooldown] & ~AlwaysTruthy & ~AlwaysFalsy)`

aiohttp (https://github.com/aio-libs/aiohttp)

aiohttp/cookiejar.py

[warning] possibly-missing-attribute - :270:20 - Attribute `rstrip` may be missing on object of type `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy) | str`
[error] unresolved-attribute - :270:20 - Attribute `rstrip` is not defined on `Morsel[str] & ~AlwaysFalsy` in union `(Morsel[str] & ~AlwaysFalsy) | (Any & ~AlwaysFalsy) | str`

aiohttp/resolver.py

[warning] possibly-missing-attribute - :108:26 - Attribute `getaddrinfo` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :108:26 - Attribute `getaddrinfo` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :115:16 - Attribute `error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :115:16 - Attribute `error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :126:36 - Attribute `getnameinfo` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :126:36 - Attribute `getnameinfo` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :186:19 - Attribute `DNSResolver` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :186:19 - Attribute `DNSResolver` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :191:11 - Attribute `DNSResolver` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :191:11 - Attribute `DNSResolver` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :201:24 - Attribute `DNSResolver` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :201:24 - Attribute `DNSResolver` is not defined on `None` in union `Unknown | None`

aioredis (https://github.com/aio-libs/aioredis)

aioredis/client.py

[warning] possibly-missing-attribute - :3898:38 - Attribute `split` may be missing on object of type `Unknown | bytes | memoryview[int] | ... omitted 3 union elements`
[error] unresolved-attribute - :3898:38 - Attribute `split` is not defined on `memoryview[int]`, `int`, `float` in union `Unknown | bytes | memoryview[int] | ... omitted 3 union elements`

aioredis/connection.py

[warning] possibly-missing-attribute - :934:26 - Attribute `split` may be missing on object of type `bytes | memoryview[int] | int`
[error] unresolved-attribute - :934:26 - Attribute `split` is not defined on `memoryview[int]`, `int` in union `bytes | memoryview[int] | int`

aiortc (https://github.com/aiortc/aiortc)

src/aiortc/contrib/media.py

[warning] possibly-missing-attribute - :392:13 - Attribute `set` may be missing on object of type `Event | None`
[error] unresolved-attribute - :392:13 - Attribute `set` is not defined on `None` in union `Event | None`
[warning] possibly-missing-attribute - :401:48 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :401:48 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :449:16 - Attribute `format` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :449:16 - Attribute `format` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :451:18 - Attribute `format` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :451:18 - Attribute `format` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :453:18 - Attribute `format` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :453:18 - Attribute `format` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :457:40 - Attribute `add_stream` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :457:40 - Attribute `add_stream` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :459:16 - Attribute `format` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :459:16 - Attribute `format` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :460:26 - Attribute `add_stream` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :460:26 - Attribute `add_stream` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :462:18 - Attribute `format` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :462:18 - Attribute `format` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :463:26 - Attribute `add_stream` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :463:26 - Attribute `add_stream` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :466:26 - Attribute `add_stream` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :466:26 - Attribute `add_stream` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :516:17 - Attribute `mux` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :516:17 - Attribute `mux` is not defined on `None` in union `Unknown | None`

src/aiortc/contrib/signaling.py

[warning] possibly-missing-attribute - :87:13 - Attribute `close` may be missing on object of type `ReadTransport | None`
[error] unresolved-attribute - :87:13 - Attribute `close` is not defined on `None` in union `ReadTransport | None`
[warning] possibly-missing-attribute - :92:22 - Attribute `readline` may be missing on object of type `StreamReader | None`
[error] unresolved-attribute - :92:22 - Attribute `readline` is not defined on `None` in union `StreamReader | None`
[warning] possibly-missing-attribute - :150:26 - Attribute `readuntil` may be missing on object of type `StreamReader | None`
[error] unresolved-attribute - :150:26 - Attribute `readuntil` is not defined on `None` in union `StreamReader | None`
[warning] possibly-missing-attribute - :158:9 - Attribute `write` may be missing on object of type `StreamWriter | None`
[error] unresolved-attribute - :158:9 - Attribute `write` is not defined on `None` in union `StreamWriter | None`
[warning] possibly-missing-attribute - :209:26 - Attribute `readuntil` may be missing on object of type `StreamReader | None`
[error] unresolved-attribute - :209:26 - Attribute `readuntil` is not defined on `None` in union `StreamReader | None`
[warning] possibly-missing-attribute - :217:9 - Attribute `write` may be missing on object of type `StreamWriter | None`
[error] unresolved-attribute - :217:9 - Attribute `write` is not defined on `None` in union `StreamWriter | None`

src/aiortc/rate.py

[warning] possibly-missing-attribute - :247:50 - Attribute `last_timestamp` may be missing on object of type `TimestampGroup | None`
[error] unresolved-attribute - :247:50 - Attribute `last_timestamp` is not defined on `None` in union `TimestampGroup | None`
[warning] possibly-missing-attribute - :249:45 - Attribute `arrival_time` may be missing on object of type `TimestampGroup | None`
[error] unresolved-attribute - :249:45 - Attribute `arrival_time` is not defined on `None` in union `TimestampGroup | None`
[warning] possibly-missing-attribute - :259:54 - Attribute `first_timestamp` may be missing on object of type `TimestampGroup | None`
[error] unresolved-attribute - :259:54 - Attribute `first_timestamp` is not defined on `None` in union `TimestampGroup | None`
[warning] possibly-missing-attribute - :263:50 - Attribute `first_timestamp` may be missing on object of type `TimestampGroup | None`
[error] unresolved-attribute - :263:50 - Attribute `first_timestamp` is not defined on `None` in union `TimestampGroup | None`

src/aiortc/rtcpeerconnection.py

[warning] possibly-missing-attribute - :571:25 - Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
[error] unresolved-attribute - :571:25 - Attribute `media` is not defined on `None` in union `SessionDescription | None | @Todo`
[warning] possibly-missing-attribute - :578:25 - Attribute `direction` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :578:48 - Attribute `_offerDirection` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :578:25 - Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :578:48 - Attribute `_offerDirection` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :580:25 - Attribute `mid` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :580:25 - Attribute `mid` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :582:33 - Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :582:33 - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :680:55 - Attribute `kind` may be missing on object of type `MediaDescription | None`
[error] unresolved-attribute - :680:55 - Attribute `kind` is not defined on `None` in union `MediaDescription | None`
[warning] possibly-missing-attribute - :681:53 - Attribute `rtp` may be missing on object of type `MediaDescription | None`
[error] unresolved-attribute - :681:53 - Attribute `rtp` is not defined on `None` in union `MediaDescription | None`
[warning] possibly-missing-attribute - :684:17 - Attribute `_set_mline_index` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :684:17 - Attribute `_set_mline_index` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :689:35 - Attribute `direction` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :689:35 - Attribute `direction` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :833:17 - Attribute `_set_mid` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :833:17 - Attribute `_set_mid` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :849:21 - Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :849:62 - Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
[error] unresolved-attribute - :849:21 - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :849:62 - Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None`
[warning] possibly-missing-attribute - :851:53 - Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
[error] unresolved-attribute - :851:53 - Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None`
[warning] possibly-missing-attribute - :863:50 - Attribute `receiver` may be missing on object of type `RTCRtpTransceiver | None | @Todo`
[error] unresolved-attribute - :863:50 - Attribute `receiver` is not defined on `None` in union `RTCRtpTransceiver | None | @Todo`
[warning] possibly-missing-attribute - :992:64 - Attribute `iceLite` may be missing on object of type `RTCIceParameters | None`
[error] unresolved-attribute - :992:64 - Attribute `iceLite` is not defined on `None` in union `RTCIceParameters | None`
[warning] possibly-missing-attribute - :996:52 - Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
[error] unresolved-attribute - :996:52 - Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None`
[warning] possibly-missing-attribute - :1000:42 - Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
[error] unresolved-attribute - :1000:42 - Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None`
[warning] possibly-missing-attribute - :1237:17 - Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
[error] unresolved-attribute - :1237:17 - Attribute `media` is not defined on `None` in union `SessionDescription | None | @Todo`
[warning] possibly-missing-attribute - :1386:20 - Attribute `usernameFragment` may be missing on object of type `RTCIceParameters | None`
[warning] possibly-missing-attribute - :1386:54 - Attribute `password` may be missing on object of type `RTCIceParameters | None`
[error] unresolved-attribute - :1386:20 - Attribute `usernameFragment` is not defined on `None` in union `RTCIceParameters | None`
[error] unresolved-attribute - :1386:54 - Attribute `password` is not defined on `None` in union `RTCIceParameters | None`
[warning] possibly-missing-attribute - :1390:63 - Attribute `role` may be missing on object of type `RTCDtlsParameters | None`
[error] unresolved-attribute - :1390:63 - Attribute `role` is not defined on `None` in union `RTCDtlsParameters | None`
[warning] possibly-missing-attribute - :1407:71 - Attribute `media` may be missing on object of type `SessionDescription | None | @Todo`
[error] unresolved-attribute - :1407:71 - Attribute `media` is not defined on `None` in union `SessionDescription | None | @Todo`

src/aiortc/rtcrtpreceiver.py

[warning] possibly-missing-attribute - :71:22 - Attribute `decode` may be missing on object of type `None | Decoder`
[error] unresolved-attribute - :71:22 - Attribute `decode` is not defined on `None` in union `None | Decoder`
[warning] possibly-missing-attribute - :393:21 - Attribute `_queue` may be missing on object of type `RemoteStreamTrack | None`
[error] unresolved-attribute - :393:21 - Attribute `_queue` is not defined on `None` in union `RemoteStreamTrack | None`
[warning] possibly-missing-attribute - :415:13 - Attribute `cancel` may be missing on object of type `Future[None] | None`
[error] unresolved-attribute - :415:13 - Attribute `cancel` is not defined on `None` in union `Future[None] | None`

src/aiortc/rtcrtpsender.py

[warning] possibly-missing-attribute - :240:13 - Attribute `cancel` may be missing on object of type `Future[None] | None`
[error] unresolved-attribute - :240:13 - Attribute `cancel` is not defined on `None` in union `Future[None] | None`
[warning] possibly-missing-attribute - :241:13 - Attribute `cancel` may be missing on object of type `Future[None] | None`
[error] unresolved-attribute - :241:13 - Attribute `cancel` is not defined on `None` in union `Future[None] | None`
[warning] possibly-missing-attribute - :298:22 - Attribute `recv` may be missing on object of type `Unknown | MediaStreamTrack | None`
[error] unresolved-attribute - :298:22 - Attribute `recv` is not defined on `None` in union `Unknown | MediaStreamTrack | None`

src/aiortc/sdp.py

[warning] possibly-missing-attribute - :347:12 - Attribute `usernameFragment` may be missing on object of type `RTCIceParameters | None`
[error] unresolved-attribute - :347:12 - Attribute `usernameFragment` is not defined on `None` in union `RTCIceParameters | None`
[warning] possibly-missing-attribute - :348:41 - Attribute `usernameFragment` may be missing on object of type `RTCIceParameters | None`
[error] unresolved-attribute - :348:41 - Attribute `usernameFragment` is not defined on `None` in union `RTCIceParameters | None`
[warning] possibly-missing-attribute - :349:12 - Attribute `password` may be missing on object of type `RTCIceParameters | None`
[error] unresolved-attribute - :349:12 - Attribute `password` is not defined on `None` in union `RTCIceParameters | None`
[warning] possibly-missing-attribute - :350:39 - Attribute `password` may be missing on object of type `RTCIceParameters | None`
[error] unresolved-attribute - :350:39 - Attribute `password` is not defined on `None` in union `RTCIceParameters | None`
[warning] possibly-missing-attribute - :388:63 - Attribute `rtp` may be missing on object of type `None | MediaDescription`
[error] unresolved-attribute - :388:63 - Attribute `rtp` is not defined on `None` in union `None | MediaDescription`
[warning] possibly-missing-attribute - :408:46 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :408:46 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :466:43 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :466:43 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :474:50 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :474:50 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :493:32 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :493:32 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :504:50 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :504:50 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :521:50 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :521:50 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :528:47 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :528:47 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :550:50 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :550:50 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :554:32 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :554:32 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :582:16 - Attribute `iceLite` may be missing on object of type `RTCIceParameters | None`
[error] unresolved-attribute - :582:16 - Attribute `iceLite` is not defined on `None` in union `RTCIceParameters | None`

alerta (https://github.com/alerta/alerta)

alerta/auth/decorators.py

[warning] possibly-missing-attribute - :114:29 - Attribute `id` may be missing on object of type `User | None`
[error] unresolved-attribute - :114:29 - Attribute `id` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :115:27 - Attribute `login` may be missing on object of type `User | None`
[error] unresolved-attribute - :115:27 - Attribute `login` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :116:45 - Attribute `login` may be missing on object of type `User | None`
[warning] possibly-missing-attribute - :116:64 - Attribute `get_groups` may be missing on object of type `User | None`
[error] unresolved-attribute - :116:45 - Attribute `login` is not defined on `None` in union `User | None`
[error] unresolved-attribute - :116:64 - Attribute `get_groups` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :117:46 - Attribute `login` may be missing on object of type `User | None`
[error] unresolved-attribute - :117:46 - Attribute `login` is not defined on `None` in union `User | None`

alerta/database/backends/mongodb/base.py

[warning] possibly-missing-attribute - :400:31 - Attribute `serialize` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :400:31 - Attribute `serialize` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :469:55 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :469:55 - Attribute `items` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :472:57 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :472:57 - Attribute `items` is not defined on `None` in union `Unknown | None`

alerta/database/backends/postgres/base.py

[warning] possibly-missing-attribute - :383:20 - Attribute `where` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :383:20 - Attribute `where` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :386:62 - Attribute `vars` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :386:62 - Attribute `vars` is not defined on `None` in union `Unknown | None`

alerta/views/customers.py

[warning] possibly-missing-attribute - :47:72 - Attribute `customer` may be missing on object of type `Customer | None`
[error] unresolved-attribute - :47:72 - Attribute `customer` is not defined on `None` in union `Customer | None`
[warning] possibly-missing-attribute - :48:55 - Attribute `serialize` may be missing on object of type `Customer | None`
[error] unresolved-attribute - :48:55 - Attribute `serialize` is not defined on `None` in union `Customer | None`

alerta/webhooks/prometheus.py

[warning] possibly-missing-attribute - :70:41 - Attribute `upper` may be missing on object of type `Unknown | None | Literal["unknown"]`
[error] unresolved-attribute - :70:41 - Attribute `upper` is not defined on `None` in union `Unknown | None | Literal["unknown"]`

alerta/webhooks/slack.py

[warning] possibly-missing-attribute - :41:52 - Attribute `capitalize` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :41:52 - Attribute `capitalize` is not defined on `None` in union `Unknown | None`

alerta/webhooks/telegram.py

[warning] possibly-missing-attribute - :52:61 - Attribute `capitalize` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :52:61 - Attribute `capitalize` is not defined on `None` in union `Unknown | None`

tests/test_blackouts.py

[warning] possibly-missing-attribute - :535:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | str]`
[error] unresolved-attribute - :535:9 - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]`
[warning] possibly-missing-attribute - :565:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | str]`
[error] unresolved-attribute - :565:9 - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]`
[warning] possibly-missing-attribute - :632:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | str]`
[error] unresolved-attribute - :632:9 - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | str]`

altair (https://github.com/vega/altair)

altair/jupyter/jupyter_chart.py

[warning] possibly-missing-attribute - :251:34 - Attribute `to_dict` may be missing on object of type `(Any & ~Top[dict[Unknown, Unknown]]) | (UndefinedType & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :251:34 - Attribute `to_dict` is not defined on `UndefinedType & ~Top[dict[Unknown, Unknown]]` in union `(Any & ~Top[dict[Unknown, Unknown]]) | (UndefinedType & ~Top[dict[Unknown, Unknown]])`
[warning] possibly-missing-attribute - :275:60 - Attribute `type` may be missing on object of type `Any | (UndefinedType & Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :275:60 - Attribute `type` is not defined on `UndefinedType & Top[dict[Unknown, Unknown]]` in union `Any | (UndefinedType & Top[dict[Unknown, Unknown]])`

altair/utils/core.py

[warning] possibly-missing-attribute - :676:18 - Attribute `schema` may be missing on object of type `NativeDataFrame | DataFrameLike | Unknown | None`
[error] unresolved-attribute - :676:18 - Attribute `schema` is not defined on `NativeDataFrame`, `DataFrameLike`, `None` in union `NativeDataFrame | DataFrameLike | Unknown | None`
[warning] possibly-missing-attribute - :682:39 - Attribute `to_native` may be missing on object of type `NativeDataFrame | DataFrameLike | Unknown | None`
[error] unresolved-attribute - :682:39 - Attribute `to_native` is not defined on `NativeDataFrame`, `DataFrameLike`, `None` in union `NativeDataFrame | DataFrameLike | Unknown | None`

altair/utils/data.py

[warning] possibly-missing-attribute - :415:12 - Attribute `write_csv` may be missing on object of type `(NativeDataFrame & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (narwhals.stable.v1.typing.DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (Unknown & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (altair.utils.core.DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :415:12 - Attribute `write_csv` is not defined on `NativeDataFrame & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]`, `DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]`, `DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]` in union `(NativeDataFrame & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (narwhals.stable.v1.typing.DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (Unknown & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]]) | (altair.utils.core.DataFrameLike & ~SupportsGeoInterface & ~DataFrame & ~Top[dict[Unknown, Unknown]])`

altair/vegalite/v6/schema/channels.py

[warning] possibly-missing-attribute - :247:16 - Attribute `to_dict` may be missing on object of type `<super: <class 'ValueChannelMixin'>, Self@to_dict> | <super: <class 'ValueChannelMixin'>, Unknown>`
[error] unresolved-attribute - :247:16 - Attribute `to_dict` is not defined on `<super: <class 'ValueChannelMixin'>, Self@to_dict>` in union `<super: <class 'ValueChannelMixin'>, Self@to_dict> | <super: <class 'ValueChannelMixin'>, Unknown>`

tests/test_jupyter_chart.py

[warning] possibly-missing-attribute - :67:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :67:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :69:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :69:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :72:20 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :72:20 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :73:20 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :73:20 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :97:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :97:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :99:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :99:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :102:20 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :102:20 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :103:20 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :103:20 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :106:21 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :106:21 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :107:38 - Attribute `IntervalSelection` may be missing on object of type `<module 'altair.jupyter.jupyter_chart'> | None`
[error] unresolved-attribute - :107:38 - Attribute `IntervalSelection` is not defined on `None` in union `<module 'altair.jupyter.jupyter_chart'> | None`
[warning] possibly-missing-attribute - :135:21 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :135:21 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :136:38 - Attribute `IntervalSelection` may be missing on object of type `<module 'altair.jupyter.jupyter_chart'> | None`
[error] unresolved-attribute - :136:38 - Attribute `IntervalSelection` is not defined on `None` in union `<module 'altair.jupyter.jupyter_chart'> | None`
[warning] possibly-missing-attribute - :165:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :165:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :167:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :167:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :170:20 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :170:20 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :171:20 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :171:20 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :174:21 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :174:21 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :175:38 - Attribute `IndexSelection` may be missing on object of type `<module 'altair.jupyter.jupyter_chart'> | None`
[error] unresolved-attribute - :175:38 - Attribute `IndexSelection` is not defined on `None` in union `<module 'altair.jupyter.jupyter_chart'> | None`
[warning] possibly-missing-attribute - :198:21 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :198:21 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :199:38 - Attribute `IndexSelection` may be missing on object of type `<module 'altair.jupyter.jupyter_chart'> | None`
[error] unresolved-attribute - :199:38 - Attribute `IndexSelection` is not defined on `None` in union `<module 'altair.jupyter.jupyter_chart'> | None`
[warning] possibly-missing-attribute - :225:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :225:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :227:20 - Attribute `spec` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :227:20 - Attribute `spec` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :230:20 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :230:20 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :231:20 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :231:20 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :234:21 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :234:21 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :235:38 - Attribute `PointSelection` may be missing on object of type `<module 'altair.jupyter.jupyter_chart'> | None`
[error] unresolved-attribute - :235:38 - Attribute `PointSelection` is not defined on `None` in union `<module 'altair.jupyter.jupyter_chart'> | None`
[warning] possibly-missing-attribute - :261:21 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :261:21 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :262:38 - Attribute `PointSelection` may be missing on object of type `<module 'altair.jupyter.jupyter_chart'> | None`
[error] unresolved-attribute - :262:38 - Attribute `PointSelection` is not defined on `None` in union `<module 'altair.jupyter.jupyter_chart'> | None`
[warning] possibly-missing-attribute - :284:20 - Attribute `selections` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :284:20 - Attribute `selections` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :285:20 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :285:20 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :288:16 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :288:16 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :291:9 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :291:9 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[warning] possibly-missing-attribute - :292:16 - Attribute `params` may be missing on object of type `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`
[error] unresolved-attribute - :292:16 - Attribute `params` is not defined on `JupyterChart` in union `altair.jupyter.JupyterChart | altair.jupyter.jupyter_chart.JupyterChart`

tests/test_transformed_data.py

[warning] possibly-missing-attribute - :98:35 - Attribute `columns` may be missing on object of type `(Any & ~None) | DataFrameLike`
[error] unresolved-attribute - :98:35 - Attribute `columns` is not defined on `DataFrameLike` in union `(Any & ~None) | DataFrameLike`

tests/vegalite/v6/test_params.py

[warning] possibly-missing-attribute - :105:12 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - :105:12 - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :111:45 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - :111:45 - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :112:51 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - :112:51 - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :115:12 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :115:31 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :115:50 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - :115:12 - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - :115:31 - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - :115:50 - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[warning] possibly-missing-attribute - :160:18 - Attribute `name` may be missing on object of type `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`
[error] unresolved-attribute - :160:18 - Attribute `name` is not defined on `UndefinedType` in union `Unknown | VariableParameter | TopLevelSelectionParameter | SelectionParameter | UndefinedType`

antidote (https://github.com/Finistere/antidote)

src/antidote/core/_raw/wrapper.py

[warning] possibly-missing-attribute - :102:13 - Attribute `__get__` may be missing on object of type `((...) -> object) | ((...) -> object)`
[error] unresolved-attribute - :102:13 - Attribute `__get__` is not defined on `(...) -> object` in union `((...) -> object) | ((...) -> object)`
[warning] possibly-missing-attribute - :136:13 - Attribute `__get__` may be missing on object of type `((...) -> Awaitable[object]) | ((...) -> Awaitable[object])`
[error] unresolved-attribute - :136:13 - Attribute `__get__` is not defined on `(...) -> Awaitable[object]` in union `((...) -> Awaitable[object]) | ((...) -> Awaitable[object])`

anyio (https://github.com/agronholm/anyio)

src/anyio/_backends/_asyncio.py

[warning] possibly-missing-attribute - :253:17 - Attribute `call_soon_threadsafe` may be missing on object of type `AbstractEventLoop | None`
[error] unresolved-attribute - :253:17 - Attribute `call_soon_threadsafe` is not defined on `None` in union `AbstractEventLoop | None`

src/anyio/_backends/_trio.py

[warning] possibly-missing-attribute - :900:9 - Attribute `send_nowait` may be missing on object of type `MemoryObjectSendStream[Unknown] | None`
[error] unresolved-attribute - :900:9 - Attribute `send_nowait` is not defined on `None` in union `MemoryObjectSendStream[Unknown] | None`

src/anyio/_core/_eventloop.py

[warning] possibly-missing-attribute - :234:9 - Attribute `current_async_library_cvar` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :234:9 - Attribute `current_async_library_cvar` is not defined on `None` in union `Unknown | None`

src/anyio/from_thread.py

[warning] possibly-missing-attribute - :250:21 - Attribute `cancel` may be missing on object of type `CancelScope | None`
[error] unresolved-attribute - :250:21 - Attribute `cancel` is not defined on `None` in union `CancelScope | None`
[warning] possibly-missing-attribute - :252:31 - Attribute `cancel` may be missing on object of type `CancelScope | None`
[error] unresolved-attribute - :252:31 - Attribute `cancel` is not defined on `None` in union `CancelScope | None`

apprise (https://github.com/caronc/apprise)

apprise/apprise_attachment.py

[warning] possibly-missing-attribute - :217:25 - Attribute `location` may be missing on object of type `AttachBase | Unknown | list[Unknown]`
[error] unresolved-attribute - :217:25 - Attribute `location` is not defined on `list[Unknown]` in union `AttachBase | Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :219:20 - Attribute `location` may be missing on object of type `AttachBase | Unknown | list[Unknown]`
[error] unresolved-attribute - :219:20 - Attribute `location` is not defined on `list[Unknown]` in union `AttachBase | Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :223:56 - Attribute `location` may be missing on object of type `AttachBase | Unknown | list[Unknown]`
[error] unresolved-attribute - :223:56 - Attribute `location` is not defined on `list[Unknown]` in union `AttachBase | Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :224:25 - Attribute `url` may be missing on object of type `AttachBase | Unknown | list[Unknown]`
[error] unresolved-attribute - :224:25 - Attribute `url` is not defined on `list[Unknown]` in union `AttachBase | Unknown | list[Unknown]`

apprise/attachment/http.py

[warning] possibly-missing-attribute - :131:17 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :131:17 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :133:21 - Attribute `name` may be missing on object of type `Unknown | None | _TemporaryFileWrapper[bytes]`
[error] unresolved-attribute - :133:21 - Attribute `name` is not defined on `None` in union `Unknown | None | _TemporaryFileWrapper[bytes]`
[warning] possibly-missing-attribute - :287:13 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :287:13 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`

apprise/cli.py

[warning] possibly-missing-attribute - :736:13 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :736:13 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :747:13 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :747:13 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :755:24 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :755:24 - Attribute `strip` is not defined on `None` in union `str | None`

apprise/config/base.py

[warning] possibly-missing-attribute - :1274:21 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :1274:21 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :1359:16 - Attribute `pop` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :1359:16 - Attribute `pop` is not defined on `None` in union `Unknown | None | list[Unknown]`

apprise/manager.py

[warning] possibly-missing-attribute - :597:23 - Attribute `values` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :597:23 - Attribute `values` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :615:18 - Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :615:18 - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :730:25 - Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :730:25 - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :793:21 - Attribute `values` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :793:21 - Attribute `values` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`

apprise/persistent_store.py

[warning] possibly-missing-attribute - :829:42 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :829:42 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :909:25 - Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :909:25 - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :1710:16 - Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :1710:16 - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`

apprise/plugins/custom_form.py

[warning] possibly-missing-attribute - :474:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["", "/"]`
[error] unresolved-attribute - :474:13 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["", "/"]`

apprise/plugins/custom_json.py

[warning] possibly-missing-attribute - :380:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["", "/"]`
[error] unresolved-attribute - :380:13 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["", "/"]`

apprise/plugins/custom_xml.py

[warning] possibly-missing-attribute - :470:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["", "/"]`
[error] unresolved-attribute - :470:13 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["", "/"]`

apprise/plugins/dingtalk.py

[warning] possibly-missing-attribute - :185:22 - Attribute `encode` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :185:22 - Attribute `encode` is not defined on `None` in union `Unknown | None`

apprise/plugins/discord.py

[warning] possibly-missing-attribute - :904:22 - Attribute `strip` may be missing on object of type `str | Any | None`
[error] unresolved-attribute - :904:22 - Attribute `strip` is not defined on `None` in union `str | Any | None`

apprise/plugins/email/base.py

[warning] possibly-missing-attribute - :464:13 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :464:13 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :513:41 - Attribute `split` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :513:41 - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :574:13 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :574:13 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`

apprise/plugins/enigma2.py

[warning] possibly-missing-attribute - :200:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["/"]`
[error] unresolved-attribute - :200:13 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`
[warning] possibly-missing-attribute - :275:16 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["/"]`
[error] unresolved-attribute - :275:16 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`

apprise/plugins/fcm/__init__.py

[warning] possibly-missing-attribute - :338:16 - Attribute `load` may be missing on object of type `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - :338:16 - Attribute `load` is not defined on `GoogleOAuth` in union `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[warning] possibly-missing-attribute - :345:28 - Attribute `project_id` may be missing on object of type `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - :345:28 - Attribute `project_id` is not defined on `GoogleOAuth` in union `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[warning] possibly-missing-attribute - :354:16 - Attribute `access_token` may be missing on object of type `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[error] unresolved-attribute - :354:16 - Attribute `access_token` is not defined on `GoogleOAuth` in union `Unknown | apprise.plugins.fcm.oauth.GoogleOAuth | apprise.plugins.fcm.GoogleOAuth`
[warning] possibly-missing-attribute - :417:51 - Attribute `get` may be missing on object of type `(bound method [email protected](notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)`
[error] unresolved-attribute - :417:51 - Attribute `get` is not defined on `bound method [email protected](notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]` in union `(bound method [email protected](notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :451:25 - Attribute `get` may be missing on object of type `(bound method [email protected](notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)`
[error] unresolved-attribute - :451:25 - Attribute `get` is not defined on `bound method [email protected](notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]` in union `(bound method [email protected](notify_type: NotifyType, color_type: type | None = None) -> str | int | tuple[int, int, int]) | (Unknown & ~AlwaysFalsy) | (FCMColorManager & ~AlwaysFalsy)`

apprise/plugins/fcm/oauth.py

[warning] possibly-missing-attribute - :248:21 - Attribute `sign` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (DHPrivateKey & ~AlwaysFalsy) | (Ed25519PrivateKey & ~AlwaysFalsy) | ... omitted 6 union elements`
[error] unresolved-attribute - :248:21 - Attribute `sign` is not defined on `DHPrivateKey & ~AlwaysFalsy`, `X25519PrivateKey & ~AlwaysFalsy`, `X448PrivateKey & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (DHPrivateKey & ~AlwaysFalsy) | (Ed25519PrivateKey & ~AlwaysFalsy) | ... omitted 6 union elements`

apprise/plugins/growl.py

[warning] possibly-missing-attribute - :332:24 - Attribute `notify` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :332:24 - Attribute `notify` is not defined on `None` in union `Unknown | None`

apprise/plugins/irc/base.py

[warning] possibly-missing-attribute - :253:13 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :253:13 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`

apprise/plugins/lametric.py

[warning] possibly-missing-attribute - :632:13 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :632:13 - Attribute `group` is not defined on `None` in union `Match[str] | None`

apprise/plugins/mailgun.py

[warning] possibly-missing-attribute - :427:25 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :427:25 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :472:21 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :472:21 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :487:25 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :487:25 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :613:13 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :613:13 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`

apprise/plugins/matrix.py

[warning] possibly-missing-attribute - :1360:40 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1360:40 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1361:23 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1361:23 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1365:39 - Attribute `mimetype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1365:39 - Attribute `mimetype` is not defined on `None` in union `Unknown | None`

apprise/plugins/msteams.py

[warning] possibly-missing-attribute - :268:13 - Attribute `deprecate` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :268:13 - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :335:9 - Attribute `deprecate` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :335:9 - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`

apprise/plugins/nextcloud.py

[warning] possibly-missing-attribute - :445:13 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :445:13 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :481:13 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :481:13 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`

apprise/plugins/notificationapi.py

[warning] possibly-missing-attribute - :668:25 - Attribute `update` may be missing on object of type `Unknown | str`
[error] unresolved-attribute - :668:25 - Attribute `update` is not defined on `str` in union `Unknown | str`

apprise/plugins/parseplatform.py

[warning] possibly-missing-attribute - :221:16 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["/"]`
[error] unresolved-attribute - :221:16 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`

apprise/plugins/pushsafer.py

[warning] possibly-missing-attribute - :435:24 - Attribute `lower` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :435:24 - Attribute `lower` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :490:21 - Attribute `lower` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :490:21 - Attribute `lower` is not defined on `None` in union `Unknown | None`

apprise/plugins/sendpulse.py

[warning] possibly-missing-attribute - :564:17 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str`
[error] unresolved-attribute - :564:17 - Attribute `append` is not defined on `dict[Unknown | str, Unknown | str]`, `str` in union `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str`
[warning] possibly-missing-attribute - :575:17 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str`
[error] unresolved-attribute - :575:17 - Attribute `append` is not defined on `dict[Unknown | str, Unknown | str]`, `str` in union `Unknown | dict[Unknown | str, Unknown | str] | list[Unknown] | str`

apprise/plugins/slack.py

[warning] possibly-missing-attribute - :504:17 - Attribute `insert` may be missing on object of type `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]`
[error] unresolved-attribute - :504:17 - Attribute `insert` is not defined on `str`, `int`, `tuple[int, int, int]` in union `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]`
[warning] possibly-missing-attribute - :544:17 - Attribute `append` may be missing on object of type `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]`
[error] unresolved-attribute - :544:17 - Attribute `append` is not defined on `str`, `int`, `tuple[int, int, int]` in union `Unknown | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]] | str | int | tuple[int, int, int]`

apprise/plugins/smseagle.py

[warning] possibly-missing-attribute - :278:24 - Attribute `lower` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :278:24 - Attribute `lower` is not defined on `None` in union `Unknown | None`

apprise/plugins/synology.py

[warning] possibly-missing-attribute - :174:13 - Attribute `rstrip` may be missing on object of type `Unknown | None | Literal["/"]`
[error] unresolved-attribute - :174:13 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | Literal["/"]`

apprise/plugins/telegram.py

[warning] possibly-missing-attribute - :578:20 - Attribute `match` may be missing on object of type `Unknown | Pattern[str] | str`
[error] unresolved-attribute - :578:20 - Attribute `match` is not defined on `str` in union `Unknown | Pattern[str] | str`

apprise/plugins/twilio.py

[warning] possibly-missing-attribute - :341:20 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :341:20 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :342:21 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :342:21 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :347:34 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :347:34 - Attribute `group` is not defined on `None` in union `Match[str] | None`

apprise/plugins/twist.py

[warning] possibly-missing-attribute - :509:25 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :509:25 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :510:23 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :510:23 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :594:30 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :594:30 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :616:57 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :616:57 - Attribute `group` is not defined on `None` in union `Match[str] | None`

apprise/plugins/vapid/__init__.py

[warning] possibly-missing-attribute - :357:20 - Attribute `load` may be missing on object of type `Unknown | dict[Unknown, Unknown] | WebPushSubscriptionManager`
[error] unresolved-attribute - :357:20 - Attribute `load` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown] | WebPushSubscriptionManager`

apprise/plugins/xmpp/adapter.py

[warning] possibly-missing-attribute - :341:25 - Attribute `stop` may be missing on object of type `AbstractEventLoop | None`
[error] unresolved-attribute - :341:25 - Attribute `stop` is not defined on `None` in union `AbstractEventLoop | None`
[warning] possibly-missing-attribute - :343:25 - Attribute `close` may be missing on object of type `AbstractEventLoop | None`
[error] unresolved-attribute - :343:25 - Attribute `close` is not defined on `None` in union `AbstractEventLoop | None`

apprise/utils/module.py

[warning] possibly-missing-attribute - :41:9 - Attribute `exec_module` may be missing on object of type `Loader | None`
[warning] possibly-missing-attribute - :41:9 - Attribute `loader` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :41:9 - Attribute `exec_module` is not defined on `None` in union `Loader | None`
[error] unresolved-attribute - :41:9 - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`

apprise/utils/pem.py

[warning] possibly-missing-attribute - :809:23 - Attribute `sign` may be missing on object of type `EllipticCurvePrivateKey | None`
[error] unresolved-attribute - :809:23 - Attribute `sign` is not defined on `None` in union `EllipticCurvePrivateKey | None`
[warning] possibly-missing-attribute - :858:17 - Attribute `public_bytes` may be missing on object of type `EllipticCurvePublicKey | None`
[error] unresolved-attribute - :858:17 - Attribute `public_bytes` is not defined on `None` in union `EllipticCurvePublicKey | None`

apprise/utils/pgp.py

[warning] possibly-missing-attribute - :136:23 - Attribute `split` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :136:23 - Attribute `split` is not defined on `None` in union `Unknown | None`

tests/helpers/asyncio.py

[warning] possibly-missing-attribute - :42:9 - Attribute `close` may be missing on object of type `Unknown | None | AbstractEventLoop`
[error] unresolved-attribute - :42:9 - Attribute `close` is not defined on `None` in union `Unknown | None | AbstractEventLoop`

tests/helpers/rest.py

[warning] possibly-missing-attribute - :250:20 - Attribute `parse_url` may be missing on object of type `(Unknown & ~None) | <class 'TypeError'>`
[error] unresolved-attribute - :250:20 - Attribute `parse_url` is not defined on `<class 'TypeError'>` in union `(Unknown & ~None) | <class 'TypeError'>`
[warning] possibly-missing-attribute - :251:20 - Attribute `parse_url` may be missing on object of type `(Unknown & ~None) | <class 'TypeError'>`
[error] unresolved-attribute - :251:20 - Attribute `parse_url` is not defined on `<class 'TypeError'>` in union `(Unknown & ~None) | <class 'TypeError'>`
[warning] possibly-missing-attribute - :252:20 - Attribute `parse_url` may be missing on object of type `(Unknown & ~None) | <class 'TypeError'>`
[error] unresolved-attribute - :252:20 - Attribute `parse_url` is not defined on `<class 'TypeError'>` in union `(Unknown & ~None) | <class 'TypeError'>`
[warning] possibly-missing-attribute - :312:29 - Attribute `items` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (<class 'TypeError'> & ~AlwaysFalsy)`
[error] unresolved-attribute - :312:29 - Attribute `items` is not defined on `<class 'TypeError'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (<class 'TypeError'> & ~AlwaysFalsy)`

tests/test_api.py

[warning] possibly-missing-attribute - :522:16 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :522:16 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :970:12 - Attribute `url_identifier` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :970:35 - Attribute `url_identifier` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :970:12 - Attribute `url_identifier` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :970:35 - Attribute `url_identifier` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :971:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :971:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :971:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :971:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :973:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :973:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :973:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :973:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :975:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :975:39 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :975:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :975:39 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :980:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :980:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :980:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :980:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :984:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :984:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :984:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :984:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :986:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :986:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :986:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :986:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :988:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :988:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :988:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :988:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :992:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :992:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :992:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :992:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :998:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :998:39 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :998:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :998:39 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1003:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :1003:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1003:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :1003:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1035:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1035:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1047:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1047:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1049:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1049:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1056:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1056:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1060:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1060:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1061:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :1061:29 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1061:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :1061:29 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1065:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1065:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1069:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1069:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1073:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1073:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1079:16 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1079:16 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`

tests/test_attach_file.py

[warning] possibly-missing-attribute - :73:12 - Attribute `exists` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :73:12 - Attribute `exists` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :78:12 - Attribute `exists` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :78:12 - Attribute `exists` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :83:16 - Attribute `exists` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :83:16 - Attribute `exists` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :87:16 - Attribute `exists` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :87:16 - Attribute `exists` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :198:12 - Attribute `name` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :198:12 - Attribute `name` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :199:12 - Attribute `path` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :199:12 - Attribute `path` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :200:12 - Attribute `mimetype` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :200:12 - Attribute `mimetype` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :203:36 - Attribute `url` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :203:36 - Attribute `url` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :204:36 - Attribute `url` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :204:36 - Attribute `url` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :219:12 - Attribute `mimetype` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :219:12 - Attribute `mimetype` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :220:12 - Attribute `name` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :220:12 - Attribute `name` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :221:12 - Attribute `path` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :221:12 - Attribute `path` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :224:36 - Attribute `url` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :224:36 - Attribute `url` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :225:36 - Attribute `url` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :225:36 - Attribute `url` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :263:12 - Attribute `download` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :263:12 - Attribute `download` is not defined on `None` in union `AttachBase | None`
[warning] possibly-missing-attribute - :270:12 - Attribute `download` may be missing on object of type `AttachBase | None`
[error] unresolved-attribute - :270:12 - Attribute `download` is not defined on `None` in union `AttachBase | None`

tests/test_attach_http.py

[warning] possibly-missing-attribute - :173:24 - Attribute `read` may be missing on object of type `Unknown | None | BufferedReader[_BufferedReaderStream]`
[error] unresolved-attribute - :173:24 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedReader[_BufferedReaderStream]`
[warning] possibly-missing-attribute - :186:13 - Attribute `close` may be missing on object of type `Unknown | None | BufferedReader[_BufferedReaderStream]`
[error] unresolved-attribute - :186:13 - Attribute `close` is not defined on `None` in union `Unknown | None | BufferedReader[_BufferedReaderStream]`

tests/test_config_base.py

[warning] possibly-missing-attribute - :1090:32 - Attribute `key` may be missing on object of type `ZoneInfo | None`
[error] unresolved-attribute - :1090:32 - Attribute `key` is not defined on `None` in union `ZoneInfo | None`
[warning] possibly-missing-attribute - :1710:12 - Attribute `lower` may be missing on object of type `Any | None`
[error] unresolved-attribute - :1710:12 - Attribute `lower` is not defined on `None` in union `Any | None`

tests/test_logger.py

[warning] possibly-missing-attribute - :55:5 - Attribute `deprecate` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :55:5 - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :58:5 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :58:5 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :64:5 - Attribute `deprecate` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :64:5 - Attribute `deprecate` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :67:5 - Attribute `trace` may be missing on object of type `Unknown | Logger`
[error] unresolved-attribute - :67:5 - Attribute `trace` is not defined on `Logger` in union `Unknown | Logger`
[warning] possibly-missing-attribute - :211:9 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :211:9 - Attribute `send` is not defined on `None` in union `NotifyBase | None`

tests/test_persistent_store.py

[warning] possibly-missing-attribute - :1254:16 - Attribute `json` may be missing on object of type `CacheObject | None`
[error] unresolved-attribute - :1254:16 - Attribute `json` is not defined on `None` in union `CacheObject | None`

tests/test_plugin_africas_talking.py

[warning] possibly-missing-attribute - :177:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :177:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :207:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :207:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :213:26 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :213:26 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :231:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :231:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_base_formatting.py

[warning] possibly-missing-attribute - :175:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :175:16 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :411:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :411:16 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :641:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :641:16 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1176:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :1176:16 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1787:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :1787:16 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :2352:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :2352:16 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :2815:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :2815:16 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :3296:16 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :3296:16 - Attribute `split` is not defined on `None` in union `str | None`

tests/test_plugin_bluesky.py

[warning] possibly-missing-attribute - :488:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :488:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :547:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :547:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :598:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :598:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :650:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :650:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :715:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :715:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :791:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :791:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :854:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :854:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :905:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :905:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :921:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :921:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :928:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :928:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_bulksms.py

[warning] possibly-missing-attribute - :212:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :212:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :246:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :246:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :254:26 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :254:26 - Attribute `url` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_bulkvs.py

[warning] possibly-missing-attribute - :193:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :193:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :217:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :217:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :221:26 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :221:26 - Attribute `url` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_dbus.py

[warning] possibly-missing-attribute - :259:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :259:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :291:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :291:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :292:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :292:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_discord.py

[warning] possibly-missing-attribute - :991:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :991:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1016:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1016:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1042:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1042:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1060:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1060:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1067:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1067:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1077:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1077:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1196:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1196:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_email.py

[warning] possibly-missing-attribute - :531:24 - Attribute `parse_url` may be missing on object of type `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - :531:24 - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[warning] possibly-missing-attribute - :532:24 - Attribute `parse_url` may be missing on object of type `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - :532:24 - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[warning] possibly-missing-attribute - :533:24 - Attribute `parse_url` may be missing on object of type `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[error] unresolved-attribute - :533:24 - Attribute `parse_url` is not defined on `<class 'TypeError'>`, `str`, `bool` in union `(Unknown & ~None) | <class 'TypeError'> | <class 'NotifyEmail'> | str | bool`
[warning] possibly-missing-attribute - :560:33 - Attribute `items` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (<class 'TypeError'> & ~AlwaysFalsy) | (<class 'NotifyEmail'> & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]`
[error] unresolved-attribute - :560:33 - Attribute `items` is not defined on `<class 'TypeError'> & ~AlwaysFalsy`, `<class 'NotifyEmail'> & ~AlwaysFalsy`, `str & ~AlwaysFalsy`, `Literal[True]` in union `(Unknown & ~AlwaysFalsy) | (<class 'TypeError'> & ~AlwaysFalsy) | (<class 'NotifyEmail'> & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | Literal[True]`
[warning] possibly-missing-attribute - :671:12 - Attribute `user` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :671:12 - Attribute `user` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2322:32 - Attribute `app_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2322:32 - Attribute `app_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2324:12 - Attribute `password` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2324:12 - Attribute `password` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2325:12 - Attribute `user` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2325:12 - Attribute `user` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2326:12 - Attribute `secure` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2326:12 - Attribute `secure` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2327:12 - Attribute `port` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2327:12 - Attribute `port` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2332:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2332:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2376:32 - Attribute `app_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2376:32 - Attribute `app_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2378:12 - Attribute `password` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2378:12 - Attribute `password` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2379:12 - Attribute `user` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2379:12 - Attribute `user` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2380:12 - Attribute `secure` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2380:12 - Attribute `secure` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2381:12 - Attribute `port` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2381:12 - Attribute `port` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2386:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2386:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2453:32 - Attribute `app_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2453:32 - Attribute `app_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2455:12 - Attribute `password` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2455:12 - Attribute `password` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2456:12 - Attribute `user` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2456:12 - Attribute `user` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2457:12 - Attribute `secure` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2457:12 - Attribute `secure` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2458:12 - Attribute `port` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2458:12 - Attribute `port` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2463:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2463:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2519:12 - Attribute `user` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2519:12 - Attribute `user` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2520:12 - Attribute `password` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2520:12 - Attribute `password` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2522:12 - Attribute `port` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2522:12 - Attribute `port` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2546:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2546:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2562:12 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2562:12 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2574:12 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2574:12 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2586:28 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2586:28 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2587:28 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2587:28 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2591:12 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2591:12 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2663:12 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2663:12 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2684:12 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2684:12 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2693:30 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2693:30 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2699:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2699:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2702:28 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2702:28 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2704:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2704:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2705:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2705:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2723:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2723:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2724:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2724:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2735:28 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2735:28 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2738:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2738:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2739:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2739:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2744:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2744:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2745:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2745:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2754:28 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2754:28 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2760:28 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2760:28 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2808:16 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2808:16 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2868:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2868:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2872:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2872:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2876:22 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2876:22 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :2880:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :2880:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_fcm.py

[warning] possibly-missing-attribute - :338:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :338:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :377:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :377:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :410:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :410:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :440:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :440:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :475:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :475:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :505:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :505:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :524:16 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :524:16 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :547:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :547:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :616:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :616:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :654:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :654:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :689:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :689:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_fortysixelks.py

[warning] possibly-missing-attribute - :122:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :122:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :142:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :142:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_glib.py

[warning] possibly-missing-attribute - :126:11 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :126:11 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :139:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :139:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :150:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :150:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :194:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :194:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :202:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :202:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :240:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :240:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :252:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :252:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :259:11 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :259:11 - Attribute `url` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_gnome.py

[warning] possibly-missing-attribute - :156:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :156:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :167:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :167:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :184:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :184:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :196:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :196:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :208:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :208:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :225:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :225:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :237:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :237:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :249:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :249:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_growl.py

[warning] possibly-missing-attribute - :349:33 - Attribute `items` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (<class 'NotifyGrowl'> & ~AlwaysFalsy) | Literal[True]`
[error] unresolved-attribute - :349:33 - Attribute `items` is not defined on `<class 'NotifyGrowl'> & ~AlwaysFalsy`, `Literal[True]` in union `(Unknown & ~AlwaysFalsy) | (<class 'NotifyGrowl'> & ~AlwaysFalsy) | Literal[True]`

tests/test_plugin_homeassistant.py

[warning] possibly-missing-attribute - :189:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :189:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :192:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :192:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_httpsms.py

[warning] possibly-missing-attribute - :176:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :176:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :200:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :200:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_macosx.py

[warning] possibly-missing-attribute - :98:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :98:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :103:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :103:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :107:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :107:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :115:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :115:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :124:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :124:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :134:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :134:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :136:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :136:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :148:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :148:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :150:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :150:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :162:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :162:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :164:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :164:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :183:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :183:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :201:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :201:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :220:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :220:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_mastodon.py

[warning] possibly-missing-attribute - :423:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :423:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :485:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :485:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :568:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :568:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :638:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :638:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :669:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :669:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :731:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :731:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :773:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :773:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :806:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :806:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :831:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :831:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :868:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :868:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_matrix.py

[warning] possibly-missing-attribute - :1047:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1047:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1079:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1079:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1092:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1092:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1115:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1115:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1127:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1127:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1134:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1134:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1163:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1163:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1174:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1174:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1183:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1183:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1184:55 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1184:55 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1187:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1187:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1194:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1194:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1202:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1202:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1203:55 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1203:55 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1206:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1206:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1211:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1211:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1218:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1218:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1219:55 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1219:55 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1223:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1223:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1230:47 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1230:47 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1231:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1231:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1234:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1234:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1239:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1239:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1247:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1247:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1248:55 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1248:55 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1253:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1253:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1261:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1261:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1262:55 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1262:55 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1268:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1268:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1280:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1280:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1287:47 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1287:47 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1288:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1288:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1292:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1292:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1297:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1297:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1305:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1305:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1306:55 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1306:55 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1310:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1310:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1318:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1318:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1319:55 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1319:55 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1328:5 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1328:5 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1336:47 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1336:47 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1337:51 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1337:51 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1367:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1367:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1395:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1395:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1435:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1435:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1448:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1448:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1472:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1472:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1484:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1484:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1505:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1505:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1542:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1542:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1553:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1553:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1590:16 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1590:16 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1594:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1594:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1621:17 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1621:17 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1698:16 - Attribute `store` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1698:16 - Attribute `store` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1702:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1702:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1732:17 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1732:17 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1795:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1795:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_mqtt.py

[warning] possibly-missing-attribute - :339:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :339:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :354:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :354:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :369:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :369:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :385:16 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :385:16 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :405:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :405:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :422:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :422:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_msteams.py

[warning] possibly-missing-attribute - :454:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :454:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_nextcloud.py

[warning] possibly-missing-attribute - :301:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :301:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_nextcloudtalk.py

[warning] possibly-missing-attribute - :219:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :219:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :238:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :238:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_ntfy.py

[warning] possibly-missing-attribute - :443:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :443:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :466:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :466:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :488:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :488:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :516:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :516:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :532:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :532:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :730:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :730:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :742:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :742:40 - Attribute `url` may be missing on object of type `NotifyBase | None`
[warning] possibly-missing-attribute - :742:60 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :742:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :742:40 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[error] unresolved-attribute - :742:60 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :767:16 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :767:16 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_pushbullet.py

[warning] possibly-missing-attribute - :275:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :275:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :307:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :307:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :349:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :349:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :381:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :381:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :389:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :389:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :397:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :397:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :405:16 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :405:16 - Attribute `send` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :412:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :412:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_sendpulse.py

[warning] possibly-missing-attribute - :283:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :283:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :316:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :316:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :348:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :348:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :358:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :358:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :364:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :364:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :393:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :393:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :440:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :440:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :472:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :472:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :482:16 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :482:16 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_ses.py

[warning] possibly-missing-attribute - :452:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :452:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :462:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :462:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :473:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :473:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_simplepush.py

[warning] possibly-missing-attribute - :194:12 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :194:12 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_smpp.py

[warning] possibly-missing-attribute - :193:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :193:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :206:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :206:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_sms_manager.py

[warning] possibly-missing-attribute - :167:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :167:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :193:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :193:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :199:26 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :199:26 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :213:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :213:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_syslog.py

[warning] possibly-missing-attribute - :91:12 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :91:12 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :92:37 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :92:37 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :93:39 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :93:39 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :96:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :96:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_twitter.py

[warning] possibly-missing-attribute - :464:5 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
[error] unresolved-attribute - :464:5 - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[warning] possibly-missing-attribute - :604:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :604:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :627:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :627:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :668:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :668:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :709:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :709:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :743:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :743:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :776:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :776:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :820:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :820:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :885:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :885:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :922:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :922:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :973:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :973:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1008:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1008:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1046:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1046:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1085:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1085:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1122:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1122:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1165:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1165:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1236:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1236:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :1299:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :1299:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_whatsapp.py

[warning] possibly-missing-attribute - :261:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :261:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :264:12 - Attribute `send` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :264:12 - Attribute `send` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_windows.py

[warning] possibly-missing-attribute - :119:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :119:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :122:12 - Attribute `url_id` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :122:12 - Attribute `url_id` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :125:12 - Attribute `enabled` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :125:12 - Attribute `enabled` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :132:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :132:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :142:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :142:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :144:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :144:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :154:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :154:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :156:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :156:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :165:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :165:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :169:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :169:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :200:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :200:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :211:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :211:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :223:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :223:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :249:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :249:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :252:12 - Attribute `enabled` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :252:12 - Attribute `enabled` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :259:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :259:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :269:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :269:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :271:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :271:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :281:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :281:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :283:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :283:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :292:23 - Attribute `url` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :292:23 - Attribute `url` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :294:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :294:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :328:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :328:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :339:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :339:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`
[warning] possibly-missing-attribute - :351:9 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :351:9 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

tests/test_plugin_workflows.py

[warning] possibly-missing-attribute - :493:13 - Attribute `notify` may be missing on object of type `NotifyBase | None`
[error] unresolved-attribute - :493:13 - Attribute `notify` is not defined on `None` in union `NotifyBase | None`

artigraph (https://github.com/artigraph/artigraph)

tests/arti/internal/test_mappings.py

[warning] possibly-missing-attribute - :160:9 - Attribute `_dne` may be missing on object of type `Coord | TypedBox[Coord]`
[error] unresolved-attribute - :160:9 - Attribute `_dne` is not defined on `Coord` in union `Coord | TypedBox[Coord]`
[warning] possibly-missing-attribute - :172:5 - Attribute `attribute` may be missing on object of type `Coord | TypedBox[Coord]`
[warning] possibly-missing-attribute - :172:5 - Attribute `child` may be missing on object of type `Coord | TypedBox[Coord]`
[error] unresolved-attribute - :172:5 - Attribute `attribute` is not defined on `Coord` in union `Coord | TypedBox[Coord]`
[error] unresolved-attribute - :172:5 - Attribute `child` is not defined on `Coord` in union `Coord | TypedBox[Coord]`

asynq (https://github.com/quora/asynq)

asynq/async_task.py

[warning] possibly-missing-attribute - :217:24 - Attribute `send` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :217:24 - Attribute `send` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :221:28 - Attribute `throw` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :221:28 - Attribute `throw` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :223:28 - Attribute `throw` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :223:28 - Attribute `throw` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :241:23 - Attribute `tb_next` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :241:23 - Attribute `tb_next` is not defined on `None` in union `TracebackType | None`
[warning] possibly-missing-attribute - :242:26 - Attribute `tb_next` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :242:26 - Attribute `tb_next` is not defined on `None` in union `TracebackType | None`
[warning] possibly-missing-attribute - :243:31 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :243:31 - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`
[warning] possibly-missing-attribute - :318:18 - Attribute `traceback` may be missing on object of type `(Unknown & ~None) | FutureBase[Unknown]`
[error] unresolved-attribute - :318:18 - Attribute `traceback` is not defined on `FutureBase[Unknown]` in union `(Unknown & ~None) | FutureBase[Unknown]`

attrs (https://github.com/python-attrs/attrs)

src/attr/_make.py

[warning] possibly-missing-attribute - :475:35 - Attribute `init` may be missing on object of type `Attribute | Unknown`
[warning] possibly-missing-attribute - :475:59 - Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :475:35 - Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown`
[error] unresolved-attribute - :475:59 - Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :480:37 - Attribute `default` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :480:37 - Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :487:16 - Attribute `alias` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :487:16 - Attribute `alias` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :489:70 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :489:70 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :493:19 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :493:19 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :1607:29 - Attribute `hash` may be missing on object of type `Attribute | Unknown`
[warning] possibly-missing-attribute - :1607:48 - Attribute `hash` may be missing on object of type `Attribute | Unknown`
[warning] possibly-missing-attribute - :1607:67 - Attribute `eq` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :1607:29 - Attribute `hash` is not defined on `Attribute` in union `Attribute | Unknown`
[error] unresolved-attribute - :1607:48 - Attribute `hash` is not defined on `Attribute` in union `Attribute | Unknown`
[error] unresolved-attribute - :1607:67 - Attribute `eq` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :1645:16 - Attribute `eq_key` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :1645:16 - Attribute `eq_key` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :1646:32 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :1646:32 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :1647:35 - Attribute `eq_key` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :1647:35 - Attribute `eq_key` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :1649:57 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :1649:57 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :1652:62 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :1652:62 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2187:12 - Attribute `validator` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2187:12 - Attribute `validator` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2190:21 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2190:21 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2191:26 - Attribute `on_setattr` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2191:26 - Attribute `on_setattr` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2192:13 - Attribute `on_setattr` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2192:13 - Attribute `on_setattr` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2196:20 - Attribute `alias` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2196:20 - Attribute `alias` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2198:34 - Attribute `default` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2198:34 - Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2199:48 - Attribute `default` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2199:48 - Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2201:12 - Attribute `converter` may be missing on object of type `Attribute | Unknown`
[warning] possibly-missing-attribute - :2201:55 - Attribute `converter` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2201:12 - Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown`
[error] unresolved-attribute - :2201:55 - Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2202:35 - Attribute `converter` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2202:35 - Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2204:25 - Attribute `converter` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2204:25 - Attribute `converter` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2206:12 - Attribute `init` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2206:12 - Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2208:58 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2208:58 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2218:66 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2218:66 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2229:56 - Attribute `default` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2229:56 - Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2239:62 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2239:62 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2250:14 - Attribute `default` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2250:14 - Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2252:16 - Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2252:16 - Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2264:62 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2264:62 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2272:16 - Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2272:16 - Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2279:54 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2279:54 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2297:62 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2297:62 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2313:52 - Attribute `default` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2313:52 - Attribute `default` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2315:16 - Attribute `kw_only` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2315:16 - Attribute `kw_only` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2327:62 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2327:62 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2333:12 - Attribute `init` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2333:12 - Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2334:16 - Attribute `type` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2334:16 - Attribute `type` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2335:41 - Attribute `type` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2335:41 - Attribute `type` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2371:33 - Attribute `name` may be missing on object of type `Attribute | Unknown`
[warning] possibly-missing-attribute - :2371:60 - Attribute `init` may be missing on object of type `Attribute | Unknown`
[error] unresolved-attribute - :2371:33 - Attribute `name` is not defined on `Attribute` in union `Attribute | Unknown`
[error] unresolved-attribute - :2371:60 - Attribute `init` is not defined on `Attribute` in union `Attribute | Unknown`
[warning] possibly-missing-attribute - :2642:33 - Attribute `name` may be missing on object of type `Unknown | Attribute`
[error] unresolved-attribute - :2642:33 - Attribute `name` is not defined on `Attribute` in union `Unknown | Attribute`
[warning] possibly-missing-attribute - :2644:29 - Attribute `hash` may be missing on object of type `Unknown | Attribute`
[warning] possibly-missing-attribute - :2644:40 - Attribute `name` may be missing on object of type `Unknown | Attribute`
[error] unresolved-attribute - :2644:29 - Attribute `hash` is not defined on `Attribute` in union `Unknown | Attribute`
[error] unresolved-attribute - :2644:40 - Attribute `name` is not defined on `Attribute` in union `Unknown | Attribute`

tests/test_cmp.py

[warning] possibly-missing-attribute - :321:16 - Attribute `strip` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :321:16 - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :329:16 - Attribute `strip` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :329:16 - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :389:16 - Attribute `strip` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :389:16 - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :397:16 - Attribute `strip` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :397:16 - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :407:18 - Attribute `__lt__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :407:18 - Attribute `__lt__` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :415:18 - Attribute `__le__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :415:18 - Attribute `__le__` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :425:18 - Attribute `__gt__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :425:18 - Attribute `__gt__` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :435:18 - Attribute `__ge__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :435:18 - Attribute `__ge__` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :461:16 - Attribute `strip` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :461:16 - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :469:16 - Attribute `strip` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :469:16 - Attribute `strip` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :479:18 - Attribute `__lt__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :479:18 - Attribute `__lt__` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :487:18 - Attribute `__le__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :487:18 - Attribute `__le__` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :495:18 - Attribute `__gt__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :495:18 - Attribute `__gt__` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :503:18 - Attribute `__ge__` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :503:18 - Attribute `__ge__` is not defined on `type` in union `Unknown | type`

tests/test_make.py

[warning] possibly-missing-attribute - :2170:24 - Attribute `__qualname__` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :2170:24 - Attribute `__qualname__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`

beartype (https://github.com/beartype/beartype)

beartype/_util/func/utilfunctest.py

[warning] possibly-missing-attribute - :1157:16 - Attribute `__name__` may be missing on object of type `(Any & ~MethodType) | ((...) -> Unknown)`
[error] unresolved-attribute - :1157:16 - Attribute `__name__` is not defined on `(...) -> Unknown` in union `(Any & ~MethodType) | ((...) -> Unknown)`

beartype/_util/hint/pep/proposal/pep484/pep484generic.py

[warning] possibly-missing-attribute - :418:18 - Attribute `__mro__` may be missing on object of type `None | type`
[error] unresolved-attribute - :418:18 - Attribute `__mro__` is not defined on `None` in union `None | type`

black (https://github.com/psf/black)

src/blib2to3/pgen2/conv.py

[warning] possibly-missing-attribute - :77:34 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :77:34 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

bokeh (https://github.com/bokeh/bokeh)

release/__main__.py

[warning] possibly-missing-attribute - :34:12 - Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - :34:12 - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`

release/pipeline.py

[warning] possibly-missing-attribute - :45:46 - Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - :45:46 - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`
[warning] possibly-missing-attribute - :48:43 - Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - :48:43 - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`
[warning] possibly-missing-attribute - :52:43 - Attribute `__name__` may be missing on object of type `Unknown | ((Config, System, /) -> ActionReturn)`
[error] unresolved-attribute - :52:43 - Attribute `__name__` is not defined on `(Config, System, /) -> ActionReturn` in union `Unknown | ((Config, System, /) -> ActionReturn)`

src/bokeh/core/property/container.py

[warning] possibly-missing-attribute - :274:27 - Attribute `data` may be missing on object of type `Unknown | Model`
[error] unresolved-attribute - :274:27 - Attribute `data` is not defined on `Model` in union `Unknown | Model`

src/bokeh/core/property/descriptors.py

[warning] possibly-missing-attribute - :775:16 - Attribute `to_serializable` may be missing on object of type `Unknown | Property[Unknown]`
[error] unresolved-attribute - :775:16 - Attribute `to_serializable` is not defined on `Property[Unknown]` in union `Unknown | Property[Unknown]`
[warning] possibly-missing-attribute - :808:21 - Attribute `value_type` may be missing on object of type `Unknown | Property[Unknown]`
[error] unresolved-attribute - :808:21 - Attribute `value_type` is not defined on `Property[Unknown]` in union `Unknown | Property[Unknown]`

src/bokeh/core/serialization.py

[warning] possibly-missing-attribute - :709:26 - Attribute `id` may be missing on object of type `Model | None`
[error] unresolved-attribute - :709:26 - Attribute `id` is not defined on `None` in union `Model | None`
[warning] possibly-missing-attribute - :714:16 - Attribute `_initialized` may be missing on object of type `Model | None`
[error] unresolved-attribute - :714:16 - Attribute `_initialized` is not defined on `None` in union `Model | None`
[warning] possibly-missing-attribute - :721:17 - Attribute `set_from_json` may be missing on object of type `Model | None`
[error] unresolved-attribute - :721:17 - Attribute `set_from_json` is not defined on `None` in union `Model | None`

src/bokeh/document/events.py

[warning] possibly-missing-attribute - :569:9 - Attribute `_stream` may be missing on object of type `Unknown | Model`
[error] unresolved-attribute - :569:9 - Attribute `_stream` is not defined on `Model` in union `Unknown | Model`
[warning] possibly-missing-attribute - :649:9 - Attribute `patch` may be missing on object of type `Unknown | Model`
[error] unresolved-attribute - :649:9 - Attribute `patch` is not defined on `Model` in union `Unknown | Model`

src/bokeh/model/model.py

[warning] possibly-missing-attribute - :343:30 - Attribute `get` may be missing on object of type `Unknown | Dict`
[error] unresolved-attribute - :343:30 - Attribute `get` is not defined on `Dict` in union `Unknown | Dict`
[warning] possibly-missing-attribute - :470:52 - Attribute `items` may be missing on object of type `Unknown | Dict`
[error] unresolved-attribute - :470:52 - Attribute `items` is not defined on `Dict` in union `Unknown | Dict`

src/bokeh/models/annotations/legends.py

[warning] possibly-missing-attribute - :577:16 - Attribute `is_known` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :577:16 - Attribute `is_known` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`

src/bokeh/models/dom.py

[warning] possibly-missing-attribute - :182:12 - Attribute `lookup` may be missing on object of type `Unknown | Required[HasProps]`
[error] unresolved-attribute - :182:12 - Attribute `lookup` is not defined on `Required[HasProps]` in union `Unknown | Required[HasProps]`

src/bokeh/models/plots.py

[warning] possibly-missing-attribute - :277:16 - Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :277:16 - Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :332:13 - Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :332:13 - Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :347:30 - Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :347:30 - Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :350:98 - Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :350:98 - Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :351:13 - Attribute `tools` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :351:13 - Attribute `tools` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :389:9 - Attribute `append` may be missing on object of type `Unknown | List[Renderer]`
[error] unresolved-attribute - :389:9 - Attribute `append` is not defined on `List[Renderer]` in union `Unknown | List[Renderer]`
[warning] possibly-missing-attribute - :442:9 - Attribute `append` may be missing on object of type `Unknown | List[Renderer]`
[error] unresolved-attribute - :442:9 - Attribute `append` is not defined on `List[Renderer]` in union `Unknown | List[Renderer]`
[warning] possibly-missing-attribute - :477:25 - Attribute `values` may be missing on object of type `Unknown | Dict`
[error] unresolved-attribute - :477:25 - Attribute `values` is not defined on `Dict` in union `Unknown | Dict`
[warning] possibly-missing-attribute - :479:25 - Attribute `values` may be missing on object of type `Unknown | Dict`
[error] unresolved-attribute - :479:25 - Attribute `values` is not defined on `Dict` in union `Unknown | Dict`

src/bokeh/models/renderers/contour_renderer.py

[warning] possibly-missing-attribute - :82:29 - Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - :82:29 - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[warning] possibly-missing-attribute - :86:13 - Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - :86:13 - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[warning] possibly-missing-attribute - :88:13 - Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - :88:13 - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[warning] possibly-missing-attribute - :94:29 - Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - :94:29 - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[warning] possibly-missing-attribute - :98:13 - Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - :98:13 - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`
[warning] possibly-missing-attribute - :100:13 - Attribute `data_source` may be missing on object of type `Unknown | Instance[GlyphRenderer[Unknown]]`
[error] unresolved-attribute - :100:13 - Attribute `data_source` is not defined on `Instance[GlyphRenderer[Unknown]]` in union `Unknown | Instance[GlyphRenderer[Unknown]]`

src/bokeh/models/renderers/glyph_renderer.py

[warning] possibly-missing-attribute - :76:72 - Attribute `filter` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :76:72 - Attribute `filter` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :88:17 - Attribute `properties_with_values` may be missing on object of type `Unknown | Required[Glyph]`
[error] unresolved-attribute - :88:17 - Attribute `properties_with_values` is not defined on `Required[Glyph]` in union `Unknown | Required[Glyph]`
[warning] possibly-missing-attribute - :89:17 - Attribute `dataspecs` may be missing on object of type `Unknown | Required[Glyph]`
[error] unresolved-attribute - :89:17 - Attribute `dataspecs` is not defined on `Required[Glyph]` in union `Unknown | Required[Glyph]`
[warning] possibly-missing-attribute - :195:26 - Attribute `fill_color` may be missing on object of type `(Unknown & FillGlyph) | (Required[Glyph] & FillGlyph)`
[error] unresolved-attribute - :195:26 - Attribute `fill_color` is not defined on `Required[Glyph] & FillGlyph` in union `(Unknown & FillGlyph) | (Required[Glyph] & FillGlyph)`
[warning] possibly-missing-attribute - :201:26 - Attribute `line_color` may be missing on object of type `(Unknown & LineGlyph & ~FillGlyph) | (Required[Glyph] & LineGlyph & ~FillGlyph)`
[error] unresolved-attribute - :201:26 - Attribute `line_color` is not defined on `Required[Glyph] & LineGlyph & ~FillGlyph` in union `(Unknown & LineGlyph & ~FillGlyph) | (Required[Glyph] & LineGlyph & ~FillGlyph)`
[warning] possibly-missing-attribute - :207:26 - Attribute `text_color` may be missing on object of type `(Unknown & TextGlyph & ~FillGlyph & ~LineGlyph) | (Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph)`
[error] unresolved-attribute - :207:26 - Attribute `text_color` is not defined on `Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph` in union `(Unknown & TextGlyph & ~FillGlyph & ~LineGlyph) | (Required[Glyph] & TextGlyph & ~FillGlyph & ~LineGlyph)`

src/bokeh/models/renderers/graph_renderer.py

[warning] possibly-missing-attribute - :70:27 - Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :70:27 - Attribute `data_source` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :72:27 - Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :72:27 - Attribute `data_source` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`
[warning] possibly-missing-attribute - :74:25 - Attribute `data_source` may be missing on object of type `Unknown | Instance[Unknown]`
[error] unresolved-attribute - :74:25 - Attribute `data_source` is not defined on `Instance[Unknown]` in union `Unknown | Instance[Unknown]`

src/bokeh/models/sources.py

[warning] possibly-missing-attribute - :255:9 - Attribute `update` may be missing on object of type `Unknown | Property[Any]`
[error] unresolved-attribute - :255:9 - Attribute `update` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[warning] possibly-missing-attribute - :269:44 - Attribute `items` may be missing on object of type `Unknown | Property[Any]`
[error] unresolved-attribute - :269:44 - Attribute `items` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[warning] possibly-missing-attribute - :579:23 - Attribute `keys` may be missing on object of type `Unknown | Property[Any]`
[error] unresolved-attribute - :579:23 - Attribute `keys` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[warning] possibly-missing-attribute - :583:13 - Attribute `update` may be missing on object of type `Unknown | Property[Any]`
[error] unresolved-attribute - :583:13 - Attribute `update` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[warning] possibly-missing-attribute - :622:9 - Attribute `_stream` may be missing on object of type `Unknown | Property[Any]`
[error] unresolved-attribute - :622:9 - Attribute `_stream` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[warning] possibly-missing-attribute - :720:43 - Attribute `keys` may be missing on object of type `Unknown | Property[Any]`
[error] unresolved-attribute - :720:43 - Attribute `keys` is not defined on `Property[Any]` in union `Unknown | Property[Any]`
[warning] possibly-missing-attribute - :778:9 - Attribute `_patch` may be missing on object of type `Unknown | Property[Any]`
[error] unresolved-attribute - :778:9 - Attribute `_patch` is not defined on `Property[Any]` in union `Unknown | Property[Any]`

src/bokeh/models/util/structure.py

[warning] possibly-missing-attribute - :197:21 - Attribute `select_one` may be missing on object of type `Model | None`
[error] unresolved-attribute - :197:21 - Attribute `select_one` is not defined on `None` in union `Model | None`
[warning] possibly-missing-attribute - :199:26 - Attribute `properties` may be missing on object of type `Model | None`
[error] unresolved-attribute - :199:26 - Attribute `properties` is not defined on `None` in union `Model | None`

src/bokeh/plotting/_plot.py

[warning] possibly-missing-attribute - :91:48 - Attribute `groups` may be missing on object of type `Range | tuple[int | float, int | float] | Sequence[str] | (Unknown & ~None)`
[error] unresolved-attribute - :91:48 - Attribute `groups` is not defined on `Range`, `tuple[int | float, int | float]`, `Sequence[str]` in union `Range | tuple[int | float, int | float] | Sequence[str] | (Unknown & ~None)`

src/bokeh/server/auth_provider.py

[warning] possibly-missing-attribute - :299:5 - Attribute `exec_module` may be missing on object of type `Loader | None`
[warning] possibly-missing-attribute - :299:5 - Attribute `loader` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :299:5 - Attribute `exec_module` is not defined on `None` in union `Loader | None`
[error] unresolved-attribute - :299:5 - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`

src/bokeh/server/views/auth_request_handler.py

[warning] possibly-missing-attribute - :59:12 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :59:12 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :60:20 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :60:20 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :61:12 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :61:12 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :62:20 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :62:20 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :70:12 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :70:12 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :71:20 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :71:20 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :78:12 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :78:12 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :79:39 - Attribute `auth_provider` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :79:39 - Attribute `auth_provider` is not defined on `Application` in union `Unknown | Application`

src/bokeh/server/views/ico_handler.py

[warning] possibly-missing-attribute - :53:12 - Attribute `icon` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :53:12 - Attribute `icon` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :57:20 - Attribute `icon` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :57:20 - Attribute `icon` is not defined on `None` in union `Unknown | None`

src/bokeh/server/views/ws.py

[warning] possibly-missing-attribute - :111:25 - Attribute `websocket_origins` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :111:25 - Attribute `websocket_origins` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :151:47 - Attribute `sign_sessions` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :151:47 - Attribute `sign_sessions` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :152:51 - Attribute `secret_key` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :152:51 - Attribute `secret_key` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :158:13 - Attribute `io_loop` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :158:13 - Attribute `io_loop` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :212:31 - Attribute `new_connection` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :212:31 - Attribute `new_connection` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :309:13 - Attribute `client_lost` may be missing on object of type `Unknown | Application`
[error] unresolved-attribute - :309:13 - Attribute `client_lost` is not defined on `Application` in union `Unknown | Application`
[warning] possibly-missing-attribute - :314:29 - Attribute `consume` may be missing on object of type `Unknown | None | Receiver`
[error] unresolved-attribute - :314:29 - Attribute `consume` is not defined on `None` in union `Unknown | None | Receiver`
[warning] possibly-missing-attribute - :323:26 - Attribute `handle` may be missing on object of type `Unknown | None | ProtocolHandler`
[error] unresolved-attribute - :323:26 - Attribute `handle` is not defined on `None` in union `Unknown | None | ProtocolHandler`

src/bokeh/sphinxext/_internal/bokeh_jinja.py

[warning] possibly-missing-attribute - :93:30 - Attribute `filename` may be missing on object of type `Any | None`
[error] unresolved-attribute - :93:30 - Attribute `filename` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :97:29 - Attribute `filename` may be missing on object of type `Any | None`
[error] unresolved-attribute - :97:29 - Attribute `filename` is not defined on `None` in union `Any | None`

boostedblob (https://github.com/hauntsaninja/boostedblob)

boostedblob/globals.py

[warning] possibly-missing-attribute - :60:52 - Attribute `__qualname__` may be missing on object of type `Unknown | ((T@TokenManager, /) -> Awaitable[tuple[Any, int | float]])`
[error] unresolved-attribute - :60:52 - Attribute `__qualname__` is not defined on `(T@TokenManager, /) -> Awaitable[tuple[Any, int | float]]` in union `Unknown | ((T@TokenManager, /) -> Awaitable[tuple[Any, int | float]])`

build (https://github.com/pypa/build)

src/build/_ctx.py

[warning] possibly-missing-attribute - :17:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :17:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`

tests/test_projectbuilder.py

[warning] possibly-missing-attribute - :299:5 - Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - :299:5 - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` in union `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[warning] possibly-missing-attribute - :302:5 - Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`
[error] unresolved-attribute - :302:5 - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str` in union `Unknown | (bound method BuildBackendHookCaller.build_wheel(wheel_directory: str, config_settings: Mapping[str, Any] | None = None, metadata_directory: str | None = None) -> str)`
[warning] possibly-missing-attribute - :361:5 - Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[error] unresolved-attribute - :361:5 - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str` in union `Unknown | (bound method BuildBackendHookCaller.build_sdist(sdist_directory: str, config_settings: Mapping[str, Any] | None = None) -> str)`
[warning] possibly-missing-attribute - :442:5 - Attribute `assert_called_with` may be missing on object of type `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`
[error] unresolved-attribute - :442:5 - Attribute `assert_called_with` is not defined on `bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str` in union `Unknown | (bound method BuildBackendHookCaller.prepare_metadata_for_build_wheel(metadata_directory: str, config_settings: Mapping[str, Any] | None = None, _allow_fallback: bool = True) -> str)`

check-jsonschema (https://github.com/python-jsonschema/check-jsonschema)

src/check_jsonschema/cli/param_types.py

[warning] possibly-missing-attribute - :104:15 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :104:15 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :105:21 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :105:21 - Attribute `group` is not defined on `None` in union `Match[str] | None`

cki-lib (https://gitlab.com/cki-project/cki-lib)

cki_lib/kcidb/checks.py

[warning] possibly-missing-attribute - :81:45 - Attribute `tests` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :81:45 - Attribute `tests` is not defined on `None` in union `Unknown | None`

cki_lib/kcidb/file.py

[warning] possibly-missing-attribute - :66:13 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - :66:13 - Attribute `append` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`
[warning] possibly-missing-attribute - :68:21 - Attribute `index` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - :68:21 - Attribute `index` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`
[warning] possibly-missing-attribute - :77:21 - Attribute `index` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - :77:21 - Attribute `index` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`
[warning] possibly-missing-attribute - :81:13 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown | str, Unknown]`
[error] unresolved-attribute - :81:13 - Attribute `append` is not defined on `dict[Unknown | str, Unknown]` in union `Unknown | dict[Unknown | str, Unknown]`

tests/test_cronjob.py

[warning] possibly-missing-attribute - :83:9 - Attribute `join` may be missing on object of type `Unknown | Thread | None`
[error] unresolved-attribute - :83:9 - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`
[warning] possibly-missing-attribute - :109:13 - Attribute `join` may be missing on object of type `Unknown | Thread | None`
[error] unresolved-attribute - :109:13 - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`
[warning] possibly-missing-attribute - :117:13 - Attribute `join` may be missing on object of type `Unknown | Thread | None`
[error] unresolved-attribute - :117:13 - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`
[warning] possibly-missing-attribute - :127:13 - Attribute `join` may be missing on object of type `Unknown | Thread | None`
[error] unresolved-attribute - :127:13 - Attribute `join` is not defined on `None` in union `Unknown | Thread | None`

tests/test_gitlab.py

[warning] possibly-missing-attribute - :251:35 - Attribute `attributes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :251:35 - Attribute `attributes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :256:35 - Attribute `attributes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :256:35 - Attribute `attributes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :261:38 - Attribute `attributes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :261:38 - Attribute `attributes` is not defined on `None` in union `Unknown | None`

tests/test_s3bucket.py

[warning] possibly-missing-attribute - :49:26 - Attribute `signature_version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :49:26 - Attribute `signature_version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :57:27 - Attribute `signature_version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :57:27 - Attribute `signature_version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :65:26 - Attribute `signature_version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :65:26 - Attribute `signature_version` is not defined on `None` in union `Unknown | None`

tests/test_session.py

[warning] possibly-missing-attribute - :127:31 - Attribute `__name__` may be missing on object of type `((Response, /) -> Any) | Any`
[error] unresolved-attribute - :127:31 - Attribute `__name__` is not defined on `(Response, /) -> Any` in union `((Response, /) -> Any) | Any`
[warning] possibly-missing-attribute - :132:31 - Attribute `__name__` may be missing on object of type `((Response, /) -> Any) | Any`
[error] unresolved-attribute - :132:31 - Attribute `__name__` is not defined on `(Response, /) -> Any` in union `((Response, /) -> Any) | Any`

cloud-init (https://github.com/canonical/cloud-init)

cloudinit/cmd/main.py

[warning] possibly-missing-attribute - :103:27 - Attribute `_group_actions` may be missing on object of type `_ArgumentGroup | None`
[error] unresolved-attribute - :103:27 - Attribute `_group_actions` is not defined on `None` in union `_ArgumentGroup | None`
[warning] possibly-missing-attribute - :109:25 - Attribute `_group_actions` may be missing on object of type `_ArgumentGroup | None`
[error] unresolved-attribute - :109:25 - Attribute `_group_actions` is not defined on `None` in union `_ArgumentGroup | None`
[warning] possibly-missing-attribute - :551:47 - Attribute `dsmode` may be missing on object of type `DataSource | None`
[error] unresolved-attribute - :551:47 - Attribute `dsmode` is not defined on `None` in union `DataSource | None`
[warning] possibly-missing-attribute - :616:12 - Attribute `dsmode` may be missing on object of type `DataSource | None`
[error] unresolved-attribute - :616:12 - Attribute `dsmode` is not defined on `None` in union `DataSource | None`
[warning] possibly-missing-attribute - :975:9 - Attribute `extend` may be missing on object of type `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :975:9 - Attribute `extend` is not defined on `dict[Unknown, Unknown]`, `None` in union `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :979:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :979:9 - Attribute `append` is not defined on `dict[Unknown, Unknown]`, `None` in union `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :989:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :989:13 - Attribute `append` is not defined on `dict[Unknown, Unknown]`, `None` in union `Unknown | list[Unknown] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :1021:44 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]`
[error] unresolved-attribute - :1021:44 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]`
[warning] possibly-missing-attribute - :1022:31 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]`
[error] unresolved-attribute - :1022:31 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown | str, Unknown | list[Unknown] | dict[Unknown, Unknown] | None]`

cloudinit/config/cc_ubuntu_drivers.py

[warning] possibly-missing-attribute - :97:14 - Attribute `DebconfCommunicator` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:14 - Attribute `DebconfCommunicator` is not defined on `None` in union `Unknown | None`

cloudinit/distros/parsers/hostname.py

[warning] possibly-missing-attribute - :58:13 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :58:13 - Attribute `append` is not defined on `None` in union `Unknown | None`

cloudinit/distros/parsers/hosts.py

[warning] possibly-missing-attribute - :51:9 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :51:9 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`

cloudinit/distros/parsers/resolv_conf.py

[warning] possibly-missing-attribute - :43:9 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :43:9 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :92:13 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :92:13 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :132:9 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :132:9 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`

cloudinit/net/dhcp.py

[warning] possibly-missing-attribute - :333:9 - Attribute `net_ops` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :333:9 - Attribute `net_ops` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :353:17 - Attribute `build_dhclient_cmd` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :353:17 - Attribute `build_dhclient_cmd` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :406:24 - Attribute `get_proc_ppid` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :406:24 - Attribute `get_proc_ppid` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :643:9 - Attribute `net_ops` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :643:9 - Attribute `net_ops` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :689:31 - Attribute `get_proc_pgid` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :689:31 - Attribute `get_proc_pgid` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :944:9 - Attribute `net_ops` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :944:9 - Attribute `net_ops` is not defined on `None` in union `Unknown | None`

cloudinit/net/ephemeral.py

[warning] possibly-missing-attribute - :140:13 - Attribute `get` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :140:13 - Attribute `get` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :383:46 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :383:46 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :391:44 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :391:44 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`

cloudinit/net/network_state.py

[warning] possibly-missing-attribute - :356:38 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :356:38 - Attribute `items` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :396:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :396:17 - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :398:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :398:13 - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :421:9 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :421:9 - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :444:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :444:9 - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :459:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :459:17 - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :462:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :462:9 - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :493:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :493:17 - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :495:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :495:13 - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :496:9 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :496:9 - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :497:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :497:9 - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :510:23 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :510:23 - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :514:17 - Attribute `update` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :514:17 - Attribute `update` is not defined on `None`, `list[Unknown]` in union `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :515:13 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :515:13 - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :561:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :561:17 - Attribute `get` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :564:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :564:13 - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :567:22 - Attribute `get` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :567:22 - Attribute `get` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :578:13 - Attribute `update` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :578:13 - Attribute `update` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :580:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :580:9 - Attribute `update` is not defined on `list[Unknown]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :624:9 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`
[error] unresolved-attribute - :624:9 - Attribute `append` is not defined on `dict[Unknown, Unknown]`, `dict[Unknown | str, Unknown | list[Unknown]]`, `bool`, `None` in union `Unknown | dict[Unknown, Unknown] | list[Unknown] | ... omitted 3 union elements`

cloudinit/net/networkd.py

[warning] possibly-missing-attribute - :77:17 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - :77:17 - Attribute `append` is not defined on `dict[Unknown, Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :79:17 - Attribute `sort` may be missing on object of type `Unknown | list[Unknown] | dict[Unknown, Unknown]`
[error] unresolved-attribute - :79:17 - Attribute `sort` is not defined on `dict[Unknown, Unknown]` in union `Unknown | list[Unknown] | dict[Unknown, Unknown]`

cloudinit/netinfo.py

[warning] possibly-missing-attribute - :598:25 - Attribute `get` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :598:25 - Attribute `get` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :611:25 - Attribute `get` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :611:25 - Attribute `get` is not defined on `str` in union `str | Unknown`

cloudinit/sources/DataSourceConfigDrive.py

[warning] possibly-missing-attribute - :197:12 - Attribute `startswith` may be missing on object of type `Unknown | None | Literal["/config-drive"]`
[error] unresolved-attribute - :197:12 - Attribute `startswith` is not defined on `None` in union `Unknown | None | Literal["/config-drive"]`

cloudinit/sources/DataSourceEc2.py

[warning] possibly-missing-attribute - :195:25 - Attribute `get` may be missing on object of type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - :195:25 - Attribute `get` is not defined on `str & ~AlwaysFalsy` in union `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :196:29 - Attribute `get` may be missing on object of type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - :196:29 - Attribute `get` is not defined on `str & ~AlwaysFalsy` in union `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :198:13 - Attribute `get` may be missing on object of type `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[error] unresolved-attribute - :198:13 - Attribute `get` is not defined on `str & ~AlwaysFalsy` in union `(dict[Unknown, Unknown] & ~AlwaysFalsy) | (str & ~AlwaysFalsy) | (Unknown & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :295:20 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :295:20 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :481:24 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :481:24 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :493:22 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :493:22 - Attribute `get` is not defined on `None` in union `Unknown | None`

cloudinit/sources/DataSourceExoscale.py

[warning] possibly-missing-attribute - :137:16 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :137:16 - Attribute `startswith` is not defined on `None` in union `str | None`

cloudinit/sources/DataSourceGCE.py

[warning] possibly-missing-attribute - :282:18 - Attribute `num_retries` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :282:42 - Attribute `sec_between_retries` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :282:18 - Attribute `num_retries` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :282:42 - Attribute `sec_between_retries` is not defined on `None` in union `Unknown | None`

cloudinit/sources/DataSourceNoCloud.py

[warning] possibly-missing-attribute - :205:14 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | str | None`
[error] unresolved-attribute - :205:14 - Attribute `get` is not defined on `str`, `None` in union `Unknown | dict[Unknown, Unknown] | str | None`
[warning] possibly-missing-attribute - :219:29 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | str | None`
[error] unresolved-attribute - :219:29 - Attribute `get` is not defined on `str`, `None` in union `Unknown | dict[Unknown, Unknown] | str | None`
[warning] possibly-missing-attribute - :244:12 - Attribute `startswith` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :244:12 - Attribute `startswith` is not defined on `None` in union `Unknown | None`

cloudinit/sources/DataSourceOVF.py

[warning] possibly-missing-attribute - :361:8 - Attribute `localName` may be missing on object of type `Element | None`
[error] unresolved-attribute - :361:8 - Attribute `localName` is not defined on `None` in union `Element | None`
[warning] possibly-missing-attribute - :364:12 - Attribute `hasChildNodes` may be missing on object of type `Element | None`
[error] unresolved-attribute - :364:12 - Attribute `hasChildNodes` is not defined on `None` in union `Element | None`

cloudinit/sources/DataSourceOpenNebula.py

[warning] possibly-missing-attribute - :106:14 - Attribute `get` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :106:14 - Attribute `get` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :113:24 - Attribute `get` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :113:24 - Attribute `get` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :115:29 - Attribute `get` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :115:29 - Attribute `get` is not defined on `None` in union `None | Unknown`

cloudinit/sources/DataSourceSmartOS.py

[warning] possibly-missing-attribute - :243:16 - Attribute `exists` may be missing on object of type `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - :243:16 - Attribute `exists` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[warning] possibly-missing-attribute - :251:9 - Attribute `open_transport` may be missing on object of type `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - :251:9 - Attribute `open_transport` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[warning] possibly-missing-attribute - :255:27 - Attribute `get` may be missing on object of type `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - :255:27 - Attribute `get` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[warning] possibly-missing-attribute - :258:27 - Attribute `get_json` may be missing on object of type `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - :258:27 - Attribute `get_json` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[warning] possibly-missing-attribute - :260:9 - Attribute `close_transport` may be missing on object of type `Unknown | Literal["_unset"] | None`
[error] unresolved-attribute - :260:9 - Attribute `close_transport` is not defined on `Literal["_unset"]`, `None` in union `Unknown | Literal["_unset"] | None`
[warning] possibly-missing-attribute - :397:22 - Attribute `groupdict` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :397:22 - Attribute `groupdict` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :440:24 - Attribute `read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :440:24 - Attribute `read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :454:9 - Attribute `write` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :454:9 - Attribute `write` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :455:9 - Attribute `flush` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :455:9 - Attribute `flush` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :594:19 - Attribute `timeout` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :594:19 - Attribute `timeout` is not defined on `None` in union `Unknown | None`

cloudinit/sources/helpers/azure.py

[warning] possibly-missing-attribute - :518:32 - Attribute `text` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :518:32 - Attribute `text` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :525:13 - Attribute `encode` may be missing on object of type `str | None`
[error] unresolved-attribute - :525:13 - Attribute `encode` is not defined on `None` in union `str | None`

cloudinit/sources/helpers/openstack.py

[warning] possibly-missing-attribute - :310:26 - Attribute `get` may be missing on object of type `Unknown | str | int`
[error] unresolved-attribute - :310:26 - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int`
[warning] possibly-missing-attribute - :326:20 - Attribute `get` may be missing on object of type `Unknown | str | int`
[error] unresolved-attribute - :326:20 - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int`
[warning] possibly-missing-attribute - :353:40 - Attribute `get` may be missing on object of type `Unknown | str | int`
[error] unresolved-attribute - :353:40 - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int`

cloudinit/templater.py

[warning] possibly-missing-attribute - :64:26 - Attribute `splitlines` may be missing on object of type `str | None`
[error] unresolved-attribute - :64:26 - Attribute `splitlines` is not defined on `None` in union `str | None`

cloudinit/url_helper.py

[warning] possibly-missing-attribute - :554:65 - Attribute `get` may be missing on object of type `Unknown | bool`
[error] unresolved-attribute - :554:65 - Attribute `get` is not defined on `bool` in union `Unknown | bool`

tests/integration_tests/instances.py

[warning] possibly-missing-attribute - :58:34 - Attribute `name` may be missing on object of type `Unknown | Literal[1]`
[warning] possibly-missing-attribute - :58:50 - Attribute `name` may be missing on object of type `Unknown | Literal[2]`
[error] unresolved-attribute - :58:34 - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[error] unresolved-attribute - :58:50 - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`

tests/unittests/cmd/devel/test_logs.py

[warning] possibly-missing-attribute - :57:5 - Attribute `write` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :57:5 - Attribute `write` is not defined on `None` in union `Unknown | None`

tests/unittests/config/test_modules.py

[warning] possibly-missing-attribute - :200:16 - Attribute `return_value` may be missing on object of type `Unknown | (bound method Init.cloudify() -> Unknown)`
[error] unresolved-attribute - :200:16 - Attribute `return_value` is not defined on `bound method Init.cloudify() -> Unknown` in union `Unknown | (bound method Init.cloudify() -> Unknown)`

tests/unittests/distros/test_ifconfig.py

[warning] possibly-missing-attribute - :31:16 - Attribute `is_bridge` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :31:16 - Attribute `is_bridge` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :41:16 - Attribute `is_vlan` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :41:16 - Attribute `is_vlan` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :47:16 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :47:16 - Attribute `inet` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :48:16 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :48:16 - Attribute `inet` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :53:16 - Attribute `description` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :53:16 - Attribute `description` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :58:28 - Attribute `options` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :58:28 - Attribute `options` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :86:13 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :86:13 - Attribute `inet` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :88:16 - Attribute `inet` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :88:16 - Attribute `inet` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :99:20 - Attribute `is_physical` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :99:20 - Attribute `is_physical` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :104:16 - Attribute `is_physical` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :104:16 - Attribute `is_physical` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`
[warning] possibly-missing-attribute - :114:16 - Attribute `inet6` may be missing on object of type `Ifstate | list[Ifstate]`
[error] unresolved-attribute - :114:16 - Attribute `inet6` is not defined on `list[Ifstate]` in union `Ifstate | list[Ifstate]`

tests/unittests/distros/test_opensuse.py

[warning] possibly-missing-attribute - :264:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`
[error] unresolved-attribute - :264:16 - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`
[warning] possibly-missing-attribute - :286:16 - Attribute `update_method` may be missing on object of type `Unknown | Distro`
[error] unresolved-attribute - :286:16 - Attribute `update_method` is not defined on `Distro` in union `Unknown | Distro`
[warning] possibly-missing-attribute - :287:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`
[error] unresolved-attribute - :287:16 - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`
[warning] possibly-missing-attribute - :307:16 - Attribute `update_method` may be missing on object of type `Unknown | Distro`
[error] unresolved-attribute - :307:16 - Attribute `update_method` is not defined on `Distro` in union `Unknown | Distro`
[warning] possibly-missing-attribute - :308:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`
[error] unresolved-attribute - :308:16 - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`
[warning] possibly-missing-attribute - :328:16 - Attribute `update_method` may be missing on object of type `Unknown | Distro`
[error] unresolved-attribute - :328:16 - Attribute `update_method` is not defined on `Distro` in union `Unknown | Distro`
[warning] possibly-missing-attribute - :329:16 - Attribute `read_only_root` may be missing on object of type `Unknown | Distro`
[error] unresolved-attribute - :329:16 - Attribute `read_only_root` is not defined on `Distro` in union `Unknown | Distro`

tests/unittests/sources/azure/test_errors.py

[warning] possibly-missing-attribute - :222:9 - Attribute `reason` may be missing on object of type `None | ReportableErrorOvfParsingException`
[error] unresolved-attribute - :222:9 - Attribute `reason` is not defined on `None` in union `None | ReportableErrorOvfParsingException`

tests/unittests/sources/azure/test_imds.py

[warning] possibly-missing-attribute - :756:26 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :756:26 - Attribute `is_integer` is not defined on `int` in union `int | float`
[warning] possibly-missing-attribute - :824:26 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :824:26 - Attribute `is_integer` is not defined on `int` in union `int | float`
[warning] possibly-missing-attribute - :909:26 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :909:26 - Attribute `is_integer` is not defined on `int` in union `int | float`

tests/unittests/sources/test_azure.py

[warning] possibly-missing-attribute - :1631:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[error] unresolved-attribute - :1631:9 - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[warning] possibly-missing-attribute - :1633:36 - Attribute `replace` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]`
[error] unresolved-attribute - :1633:36 - Attribute `replace` is not defined on `dict[Unknown | str, Unknown | list[Unknown]]`, `dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]` in union `Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]`
[warning] possibly-missing-attribute - :1636:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[error] unresolved-attribute - :1636:9 - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[warning] possibly-missing-attribute - :1665:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`
[error] unresolved-attribute - :1665:9 - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]] | list[Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | list[Unknown]] | dict[Unknown | str, Unknown | list[Unknown | dict[Unknown | str, Unknown | str]]]]]`

tests/unittests/sources/test_configdrive.py

[warning] possibly-missing-attribute - :1003:44 - Attribute `upper` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :1003:44 - Attribute `upper` is not defined on `None` in union `Unknown | str | None`

tests/unittests/sources/test_ec2.py

[warning] possibly-missing-attribute - :664:21 - Attribute `get` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]]] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[error] unresolved-attribute - :664:21 - Attribute `get` is not defined on `str` in union `Unknown | str | dict[Unknown | str, Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]]] | dict[Unknown | str, Unknown | list[Unknown | str]]`
[warning] possibly-missing-attribute - :665:31 - Attribute `get` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]] | list[Unknown | str]`
[error] unresolved-attribute - :665:31 - Attribute `get` is not defined on `str`, `list[Unknown | str]` in union `Unknown | str | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str | dict[Unknown | str, Unknown | str]]]] | list[Unknown | str]`

tests/unittests/sources/test_exoscale.py

[warning] possibly-missing-attribute - :95:16 - Attribute `decode` may be missing on object of type `str | bytes | None`
[error] unresolved-attribute - :95:16 - Attribute `decode` is not defined on `str`, `None` in union `str | bytes | None`
[warning] possibly-missing-attribute - :137:16 - Attribute `decode` may be missing on object of type `str | bytes | None`
[error] unresolved-attribute - :137:16 - Attribute `decode` is not defined on `str`, `None` in union `str | bytes | None`
[warning] possibly-missing-attribute - :173:16 - Attribute `decode` may be missing on object of type `str | bytes | None`
[error] unresolved-attribute - :173:16 - Attribute `decode` is not defined on `str`, `None` in union `str | bytes | None`

tests/unittests/sources/test_gce.py

[warning] possibly-missing-attribute - :136:21 - Attribute `split` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :136:21 - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :154:21 - Attribute `split` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :154:21 - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :174:29 - Attribute `get` may be missing on object of type `Unknown | str | dict[Unknown | str, Unknown | str] | None`
[error] unresolved-attribute - :174:29 - Attribute `get` is not defined on `str`, `None` in union `Unknown | str | dict[Unknown | str, Unknown | str] | None`

tests/unittests/sources/test_init.py

[warning] possibly-missing-attribute - :87:32 - Attribute `sys_cfg` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :87:32 - Attribute `sys_cfg` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :88:31 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :88:31 - Attribute `distro` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :89:16 - Attribute `userdata` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :89:16 - Attribute `userdata` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :90:22 - Attribute `metadata` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :90:22 - Attribute `metadata` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :91:16 - Attribute `userdata_raw` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :91:16 - Attribute `userdata_raw` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :92:16 - Attribute `vendordata` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :92:16 - Attribute `vendordata` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :93:16 - Attribute `vendordata_raw` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :93:16 - Attribute `vendordata_raw` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :94:35 - Attribute `ds_cfg` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :94:35 - Attribute `ds_cfg` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :95:27 - Attribute `ud_proc` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :95:27 - Attribute `ud_proc` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :113:18 - Attribute `get_url_params` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :113:18 - Attribute `get_url_params` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :114:43 - Attribute `url_max_wait` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :114:43 - Attribute `url_max_wait` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :115:42 - Attribute `url_timeout` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :115:42 - Attribute `url_timeout` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :116:38 - Attribute `url_retries` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :116:38 - Attribute `url_retries` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :119:16 - Attribute `url_sec_between_retries` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :119:16 - Attribute `url_sec_between_retries` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :134:16 - Attribute `get_url_params` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :134:16 - Attribute `get_url_params` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :206:26 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :206:26 - Attribute `distro` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :214:16 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :214:16 - Attribute `distro` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :224:9 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :224:9 - Attribute `distro` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :225:27 - Attribute `distro` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :225:27 - Attribute `distro` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :234:13 - Attribute `get_data` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :234:13 - Attribute `get_data` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :792:43 - Attribute `network_json` may be missing on object of type `DataSource | None`
[error] unresolved-attribute - :792:43 - Attribute `network_json` is not defined on `None` in union `DataSource | None`
[warning] possibly-missing-attribute - :844:28 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :844:28 - Attribute `cached_attr_defaults` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :848:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :848:9 - Attribute `clear_cached_attrs` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :849:28 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :849:28 - Attribute `cached_attr_defaults` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :856:24 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :856:24 - Attribute `cached_attr_defaults` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :860:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :860:9 - Attribute `clear_cached_attrs` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :862:24 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :862:24 - Attribute `cached_attr_defaults` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :869:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :869:9 - Attribute `clear_cached_attrs` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :875:28 - Attribute `cached_attr_defaults` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :875:28 - Attribute `cached_attr_defaults` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :878:9 - Attribute `clear_cached_attrs` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :878:9 - Attribute `clear_cached_attrs` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :882:29 - Attribute `myattr` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :882:29 - Attribute `myattr` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :896:14 - Attribute `default_update_events` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :896:14 - Attribute `default_update_events` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :900:20 - Attribute `update_metadata_if_supported` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :900:20 - Attribute `update_metadata_if_supported` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :920:16 - Attribute `update_metadata_if_supported` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :920:16 - Attribute `update_metadata_if_supported` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`
[warning] possibly-missing-attribute - :926:25 - Attribute `_network_config` may be missing on object of type `Unknown | FixtureFunctionDefinition`
[error] unresolved-attribute - :926:25 - Attribute `_network_config` is not defined on `FixtureFunctionDefinition` in union `Unknown | FixtureFunctionDefinition`

tests/unittests/sources/test_oracle.py

[warning] possibly-missing-attribute - :924:27 - Attribute `version` may be missing on object of type `ReadOpcMetadataResponse | None`
[error] unresolved-attribute - :924:27 - Attribute `version` is not defined on `None` in union `ReadOpcMetadataResponse | None`
[warning] possibly-missing-attribute - :925:33 - Attribute `instance_data` may be missing on object of type `ReadOpcMetadataResponse | None`
[error] unresolved-attribute - :925:33 - Attribute `instance_data` is not defined on `None` in union `ReadOpcMetadataResponse | None`
[warning] possibly-missing-attribute - :926:30 - Attribute `vnics_data` may be missing on object of type `ReadOpcMetadataResponse | None`
[error] unresolved-attribute - :926:30 - Attribute `vnics_data` is not defined on `None` in union `ReadOpcMetadataResponse | None`
[warning] possibly-missing-attribute - :928:44 - Attribute `imds_url_used` may be missing on object of type `ReadOpcMetadataResponse | None`
[error] unresolved-attribute - :928:44 - Attribute `imds_url_used` is not defined on `None` in union `ReadOpcMetadataResponse | None`
[warning] possibly-missing-attribute - :930:44 - Attribute `imds_url_used` may be missing on object of type `ReadOpcMetadataResponse | None`
[error] unresolved-attribute - :930:44 - Attribute `imds_url_used` is not defined on `None` in union `ReadOpcMetadataResponse | None`

tests/unittests/sources/test_smartos.py

[warning] possibly-missing-attribute - :390:21 - Attribute `strip` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :390:21 - Attribute `strip` is not defined on `None` in union `Unknown | str | None`

tests/unittests/sources/test_vultr.py

[warning] possibly-missing-attribute - :324:9 - Attribute `pop` may be missing on object of type `Unknown | int | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | str]] | dict[Unknown | str, Unknown | str | int | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]`
[error] unresolved-attribute - :324:9 - Attribute `pop` is not defined on `int` in union `Unknown | int | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | str]] | dict[Unknown | str, Unknown | str | int | list[Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str]]]]`

tests/unittests/test_ds_identify.py

[warning] possibly-missing-attribute - :468:19 - Attribute `split` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :468:19 - Attribute `split` is not defined on `list[Unknown | dict[Unknown | str, Unknown | str | int]]`, `dict[Unknown | str, Unknown | str]`, `list[Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :987:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :987:9 - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1028:9 - Attribute `update` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1028:9 - Attribute `update` is not defined on `str`, `list[Unknown | dict[Unknown | str, Unknown | str | int]]`, `list[Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1044:9 - Attribute `update` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1044:9 - Attribute `update` is not defined on `str`, `list[Unknown | dict[Unknown | str, Unknown | str | int]]`, `list[Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1449:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1449:9 - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1456:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1456:9 - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1465:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1465:9 - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1478:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1478:9 - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1499:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1499:9 - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[warning] possibly-missing-attribute - :1517:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :1517:9 - Attribute `append` is not defined on `str`, `dict[Unknown | str, Unknown | str]` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | int]] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`

tests/unittests/test_net.py

[warning] possibly-missing-attribute - :4229:9 - Attribute `append` may be missing on object of type `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | str]]]`
[error] unresolved-attribute - :4229:9 - Attribute `append` is not defined on `str` in union `Unknown | str | list[Unknown | dict[Unknown | str, Unknown | str | list[Unknown | str]]]`
[warning] possibly-missing-attribute - :4570:13 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :4570:13 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :4579:13 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :4579:13 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5038:20 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :5038:20 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5055:20 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :5055:20 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5063:20 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :5063:20 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5080:20 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :5080:20 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5088:20 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :5088:20 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5106:13 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :5106:13 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5121:13 - Attribute `splitlines` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | str] | str`
[error] unresolved-attribute - :5121:13 - Attribute `splitlines` is not defined on `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown | str] | str`
[warning] possibly-missing-attribute - :5345:41 - Attribute `keys` may be missing on object of type `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown, Unknown]`
[error] unresolved-attribute - :5345:41 - Attribute `keys` is not defined on `list[Unknown | str]` in union `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :5502:41 - Attribute `keys` may be missing on object of type `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown | str, Unknown | str]`
[error] unresolved-attribute - :5502:41 - Attribute `keys` is not defined on `list[Unknown | str]` in union `Unknown | list[Unknown | str] | dict[Unknown | str, Unknown | str | None] | dict[Unknown | str, Unknown | str]`

tests/unittests/test_templating.py

[warning] possibly-missing-attribute - :272:13 - Attribute `splitlines` may be missing on object of type `str | None`
[error] unresolved-attribute - :272:13 - Attribute `splitlines` is not defined on `None` in union `str | None`

tests/unittests/test_url_helper.py

[warning] possibly-missing-attribute - :280:30 - Attribute `_response` may be missing on object of type `FileResponse | UrlResponse | FtpResponse`
[error] unresolved-attribute - :280:30 - Attribute `_response` is not defined on `FileResponse`, `FtpResponse` in union `FileResponse | UrlResponse | FtpResponse`
[warning] possibly-missing-attribute - :355:16 - Attribute `_response` may be missing on object of type `FileResponse | UrlResponse | FtpResponse`
[error] unresolved-attribute - :355:16 - Attribute `_response` is not defined on `FileResponse`, `FtpResponse` in union `FileResponse | UrlResponse | FtpResponse`

colour (https://github.com/colour-science/colour)

colour/colorimetry/tests/test_spectrum.py

[warning] possibly-missing-attribute - :1827:17 - Attribute `values` may be missing on object of type `Unknown | Signal`
[error] unresolved-attribute - :1827:17 - Attribute `values` is not defined on `Signal` in union `Unknown | Signal`
[warning] possibly-missing-attribute - :1845:17 - Attribute `values` may be missing on object of type `Unknown | Signal`
[error] unresolved-attribute - :1845:17 - Attribute `values` is not defined on `Signal` in union `Unknown | Signal`

colour/io/tests/test_image.py

[warning] possibly-missing-attribute - :74:16 - Attribute `width` may be missing on object of type `Unknown | ImageSpec`
[error] unresolved-attribute - :74:16 - Attribute `width` is not defined on `ImageSpec` in union `Unknown | ImageSpec`
[warning] possibly-missing-attribute - :75:16 - Attribute `height` may be missing on object of type `Unknown | ImageSpec`
[error] unresolved-attribute - :75:16 - Attribute `height` is not defined on `ImageSpec` in union `Unknown | ImageSpec`
[warning] possibly-missing-attribute - :76:16 - Attribute `nchannels` may be missing on object of type `Unknown | ImageSpec`
[error] unresolved-attribute - :76:16 - Attribute `nchannels` is not defined on `ImageSpec` in union `Unknown | ImageSpec`
[warning] possibly-missing-attribute - :77:16 - Attribute `format` may be missing on object of type `Unknown | ImageSpec`
[error] unresolved-attribute - :77:16 - Attribute `format` is not defined on `ImageSpec` in union `Unknown | ImageSpec`
[warning] possibly-missing-attribute - :78:16 - Attribute `extra_attribs` may be missing on object of type `Unknown | ImageSpec`
[error] unresolved-attribute - :78:16 - Attribute `extra_attribs` is not defined on `ImageSpec` in union `Unknown | ImageSpec`

colour/plotting/tm3018/report.py

[warning] possibly-missing-attribute - :527:5 - Attribute `set` may be missing on object of type `LayoutEngine | None`
[error] unresolved-attribute - :527:5 - Attribute `set` is not defined on `None` in union `LayoutEngine | None`
[warning] possibly-missing-attribute - :622:5 - Attribute `set` may be missing on object of type `LayoutEngine | None`
[error] unresolved-attribute - :622:5 - Attribute `set` is not defined on `None` in union `LayoutEngine | None`
[warning] possibly-missing-attribute - :706:5 - Attribute `set` may be missing on object of type `LayoutEngine | None`
[error] unresolved-attribute - :706:5 - Attribute `set` is not defined on `None` in union `LayoutEngine | None`

comtypes (https://github.com/enthought/comtypes)

comtypes/server/register.py

[warning] possibly-missing-attribute - :288:25 - Attribute `_reg_clsid_` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :288:25 - Attribute `_reg_clsid_` is not defined on `type` in union `Unknown | type`
[warning] possibly-missing-attribute - :309:25 - Attribute `_reg_clsid_` may be missing on object of type `Unknown | type`
[error] unresolved-attribute - :309:25 - Attribute `_reg_clsid_` is not defined on `type` in union `Unknown | type`

comtypes/test/test_npsupport.py

[warning] possibly-missing-attribute - :61:20 - Attribute `f_back` may be missing on object of type `FrameType | None`
[warning] possibly-missing-attribute - :61:20 - Attribute `f_locals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :61:20 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[error] unresolved-attribute - :61:20 - Attribute `f_locals` is not defined on `None` in union `FrameType | None`

comtypes/test/test_server_automation.py

[warning] possibly-missing-attribute - :72:26 - Attribute `Reset` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :72:26 - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[warning] possibly-missing-attribute - :74:26 - Attribute `Skip` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :74:26 - Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[warning] possibly-missing-attribute - :76:26 - Attribute `Skip` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :76:26 - Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[warning] possibly-missing-attribute - :83:26 - Attribute `Skip` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :83:26 - Attribute `Skip` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[warning] possibly-missing-attribute - :97:14 - Attribute `Reset` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :97:14 - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[warning] possibly-missing-attribute - :109:13 - Attribute `Clone` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :109:13 - Attribute `Clone` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[warning] possibly-missing-attribute - :115:9 - Attribute `Reset` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :115:9 - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`
[warning] possibly-missing-attribute - :125:9 - Attribute `Reset` may be missing on object of type `Unknown | IEnumVARIANT`
[error] unresolved-attribute - :125:9 - Attribute `Reset` is not defined on `IEnumVARIANT` in union `Unknown | IEnumVARIANT`

comtypes/test/test_typeinfo_create.py

[warning] possibly-missing-attribute - :157:18 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :157:18 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :162:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :162:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :176:22 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :176:22 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :194:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :194:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :208:22 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :208:22 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :222:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :222:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :232:23 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :232:23 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :241:26 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :241:26 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :249:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :249:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :274:18 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :274:18 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :303:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :303:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :315:24 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :315:24 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :318:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :318:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :329:22 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :329:22 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :346:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :346:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :360:22 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :360:22 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :373:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :373:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :393:22 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :393:22 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :398:22 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :398:22 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :406:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :406:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :417:18 - Attribute `CreateTypeInfo` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :417:18 - Attribute `CreateTypeInfo` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :436:9 - Attribute `SaveAllChanges` may be missing on object of type `Unknown | ICreateTypeLib2`
[error] unresolved-attribute - :436:9 - Attribute `SaveAllChanges` is not defined on `ICreateTypeLib2` in union `Unknown | ICreateTypeLib2`
[warning] possibly-missing-attribute - :447:14 - Attribute `lower` may be missing on object of type `str | None | Unknown`
[error] unresolved-attribute - :447:14 - Attribute `lower` is not defined on `None` in union `str | None | Unknown`

core (https://github.com/home-assistant/core)

homeassistant/auth/mfa_modules/notify.py

[warning] possibly-missing-attribute - :192:12 - Attribute `pop` may be missing on object of type `dict[str, NotifySetting] | None`
[error] unresolved-attribute - :192:12 - Attribute `pop` is not defined on `None` in union `dict[str, NotifySetting] | None`
[warning] possibly-missing-attribute - :209:31 - Attribute `get` may be missing on object of type `dict[str, NotifySetting] | None`
[error] unresolved-attribute - :209:31 - Attribute `get` is not defined on `None` in union `dict[str, NotifySetting] | None`
[warning] possibly-missing-attribute - :226:31 - Attribute `get` may be missing on object of type `dict[str, NotifySetting] | None`
[error] unresolved-attribute - :226:31 - Attribute `get` is not defined on `None` in union `dict[str, NotifySetting] | None`
[warning] possibly-missing-attribute - :249:31 - Attribute `get` may be missing on object of type `dict[str, NotifySetting] | None`
[error] unresolved-attribute - :249:31 - Attribute `get` is not defined on `None` in union `dict[str, NotifySetting] | None`

homeassistant/auth/providers/homeassistant.py

[warning] possibly-missing-attribute - :325:13 - Attribute `validate_login` may be missing on object of type `Data | None`
[error] unresolved-attribute - :325:13 - Attribute `validate_login` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :334:48 - Attribute `add_auth` may be missing on object of type `Data | None`
[error] unresolved-attribute - :334:48 - Attribute `add_auth` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :335:15 - Attribute `async_save` may be missing on object of type `Data | None`
[error] unresolved-attribute - :335:15 - Attribute `async_save` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :343:9 - Attribute `async_remove_auth` may be missing on object of type `Data | None`
[error] unresolved-attribute - :343:9 - Attribute `async_remove_auth` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :344:15 - Attribute `async_save` may be missing on object of type `Data | None`
[error] unresolved-attribute - :344:15 - Attribute `async_save` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :353:13 - Attribute `change_password` may be missing on object of type `Data | None`
[error] unresolved-attribute - :353:13 - Attribute `change_password` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :355:15 - Attribute `async_save` may be missing on object of type `Data | None`
[error] unresolved-attribute - :355:15 - Attribute `async_save` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :365:9 - Attribute `change_username` may be missing on object of type `Data | None`
[error] unresolved-attribute - :365:9 - Attribute `change_username` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :369:15 - Attribute `async_save` may be missing on object of type `Data | None`
[error] unresolved-attribute - :369:15 - Attribute `async_save` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :379:25 - Attribute `normalize_username` may be missing on object of type `Data | None`
[error] unresolved-attribute - :379:25 - Attribute `normalize_username` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :402:13 - Attribute `async_remove_auth` may be missing on object of type `Data | None`
[error] unresolved-attribute - :402:13 - Attribute `async_remove_auth` is not defined on `None` in union `Data | None`
[warning] possibly-missing-attribute - :403:19 - Attribute `async_save` may be missing on object of type `Data | None`
[error] unresolved-attribute - :403:19 - Attribute `async_save` is not defined on `None` in union `Data | None`

homeassistant/components/ads/entity.py

[warning] possibly-missing-attribute - :54:13 - Attribute `set` may be missing on object of type `Event | None`
[error] unresolved-attribute - :54:13 - Attribute `set` is not defined on `None` in union `Event | None`

homeassistant/components/anthropic/entity.py

[warning] possibly-missing-attribute - :666:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :666:44 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :678:64 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :678:64 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/apple_tv/__init__.py

[warning] possibly-missing-attribute - :352:13 - Attribute `removesuffix` may be missing on object of type `Unknown | set[Unknown | tuple[str, Unknown]] | str`
[error] unresolved-attribute - :352:13 - Attribute `removesuffix` is not defined on `set[Unknown | tuple[str, Unknown]]` in union `Unknown | set[Unknown | tuple[str, Unknown]] | str`

homeassistant/components/buienradar/sensor.py

[warning] possibly-missing-attribute - :783:28 - Attribute `data` may be missing on object of type `BrData | None`
[error] unresolved-attribute - :783:28 - Attribute `data` is not defined on `None` in union `BrData | None`

homeassistant/components/buienradar/util.py

[warning] possibly-missing-attribute - :185:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :185:16 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :190:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :190:16 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :195:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :195:16 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :201:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :201:26 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :209:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :209:26 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :217:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :217:26 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :225:24 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :225:24 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :233:24 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :233:24 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :241:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :241:26 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :249:26 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :249:26 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :257:24 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :257:24 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :264:16 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :264:16 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`

homeassistant/components/cast/media_player.py

[warning] possibly-missing-attribute - :353:28 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :353:28 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :354:29 - Attribute `media_controller` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :354:29 - Attribute `media_controller` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :460:35 - Attribute `get_multizone_memberships` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :460:35 - Attribute `get_multizone_memberships` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :463:46 - Attribute `get_multizone_mediacontroller` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :463:46 - Attribute `get_multizone_mediacontroller` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :493:28 - Attribute `media_controller` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :493:28 - Attribute `media_controller` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :502:40 - Attribute `get_multizone_mediacontroller` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :502:40 - Attribute `get_multizone_mediacontroller` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :599:32 - Attribute `cast_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :599:32 - Attribute `cast_type` is not defined on `None` in union `Unknown | None`

homeassistant/components/cisco_mobility_express/device_tracker.py

[warning] possibly-missing-attribute - :89:16 - Attribute `_asdict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :89:16 - Attribute `_asdict` is not defined on `None` in union `Unknown | None`

homeassistant/components/cloud/entity.py

[warning] possibly-missing-attribute - :460:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :460:44 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :461:64 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :461:64 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/conversation/chat_log.py

[warning] possibly-missing-attribute - :93:16 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :93:16 - Attribute `content` is not defined on `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :367:17 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :367:17 - Attribute `content` is not defined on `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :368:17 - Attribute `content` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :368:17 - Attribute `content` is not defined on `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/digital_ocean/binary_sensor.py

[warning] possibly-missing-attribute - :81:16 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :81:16 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :86:16 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :86:16 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :92:30 - Attribute `created_at` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :92:30 - Attribute `created_at` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :93:30 - Attribute `id` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :93:30 - Attribute `id` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :94:32 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :94:32 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :95:28 - Attribute `features` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :95:28 - Attribute `features` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :96:32 - Attribute `ip_address` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :96:32 - Attribute `ip_address` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:32 - Attribute `ip_v6_address` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:32 - Attribute `ip_v6_address` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :98:26 - Attribute `memory` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :98:26 - Attribute `memory` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :99:26 - Attribute `region` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :99:26 - Attribute `region` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :100:25 - Attribute `vcpus` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :100:25 - Attribute `vcpus` is not defined on `None` in union `Unknown | None`

homeassistant/components/digital_ocean/switch.py

[warning] possibly-missing-attribute - :80:16 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :80:16 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :85:16 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :85:16 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :91:30 - Attribute `created_at` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :91:30 - Attribute `created_at` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :92:30 - Attribute `id` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :92:30 - Attribute `id` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :93:32 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :93:32 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :94:28 - Attribute `features` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :94:28 - Attribute `features` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :95:32 - Attribute `ip_address` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :95:32 - Attribute `ip_address` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :96:32 - Attribute `ip_v6_address` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :96:32 - Attribute `ip_v6_address` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:26 - Attribute `memory` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:26 - Attribute `memory` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :98:26 - Attribute `region` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :98:26 - Attribute `region` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :99:25 - Attribute `vcpus` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :99:25 - Attribute `vcpus` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :104:12 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :104:12 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :105:13 - Attribute `power_on` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:13 - Attribute `power_on` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :109:12 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :109:12 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :110:13 - Attribute `power_off` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :110:13 - Attribute `power_off` is not defined on `None` in union `Unknown | None`

homeassistant/components/entur_public_transport/sensor.py

[warning] possibly-missing-attribute - :199:34 - Attribute `latitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :199:52 - Attribute `longitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - :199:34 - Attribute `latitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - :199:52 - Attribute `longitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :200:47 - Attribute `latitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - :200:47 - Attribute `latitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :201:48 - Attribute `longitude` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - :201:48 - Attribute `longitude` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :203:26 - Attribute `estimated_calls` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown]`
[error] unresolved-attribute - :203:26 - Attribute `estimated_calls` is not defined on `dict[Unknown, Unknown]` in union `(Unknown & ~None) | dict[Unknown, Unknown]`

homeassistant/components/fireservicerota/config_flow.py

[warning] possibly-missing-attribute - :94:53 - Attribute `entry_id` may be missing on object of type `ConfigEntry[Any] | None`
[error] unresolved-attribute - :94:53 - Attribute `entry_id` is not defined on `None` in union `ConfigEntry[Any] | None`

homeassistant/components/flux/switch.py

[warning] possibly-missing-attribute - :290:30 - Attribute `timestamp` may be missing on object of type `datetime | None`
[error] unresolved-attribute - :290:30 - Attribute `timestamp` is not defined on `None` in union `datetime | None`
[warning] possibly-missing-attribute - :303:64 - Attribute `day` may be missing on object of type `datetime | None`
[error] unresolved-attribute - :303:64 - Attribute `day` is not defined on `None` in union `datetime | None`
[warning] possibly-missing-attribute - :309:60 - Attribute `timestamp` may be missing on object of type `Unknown | datetime | None`
[error] unresolved-attribute - :309:60 - Attribute `timestamp` is not defined on `None` in union `Unknown | datetime | None`
[warning] possibly-missing-attribute - :310:61 - Attribute `timestamp` may be missing on object of type `Unknown | datetime | None`
[error] unresolved-attribute - :310:61 - Attribute `timestamp` is not defined on `None` in union `Unknown | datetime | None`

homeassistant/components/forked_daapd/media_player.py

[warning] possibly-missing-attribute - :876:19 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :876:19 - Attribute `get` is not defined on `None` in union `Unknown | None`

homeassistant/components/google_assistant/helpers.py

[warning] possibly-missing-attribute - :536:33 - Attribute `entity_id` may be missing on object of type `Unknown | State | None`
[warning] possibly-missing-attribute - :536:57 - Attribute `name` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :536:33 - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - :536:57 - Attribute `name` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :561:17 - Attribute `domain` may be missing on object of type `Unknown | State | None`
[warning] possibly-missing-attribute - :561:36 - Attribute `attributes` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :561:17 - Attribute `domain` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - :561:36 - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :584:18 - Attribute `domain` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :584:18 - Attribute `domain` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :585:20 - Attribute `attributes` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :585:20 - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :586:24 - Attribute `attributes` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :586:24 - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :599:55 - Attribute `entity_id` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :599:55 - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :600:49 - Attribute `name` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :600:49 - Attribute `name` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :609:19 - Attribute `entity_id` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :609:19 - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :615:17 - Attribute `domain` may be missing on object of type `Unknown | State | None`
[warning] possibly-missing-attribute - :615:31 - Attribute `attributes` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :615:17 - Attribute `domain` is not defined on `None` in union `Unknown | State | None`
[error] unresolved-attribute - :615:31 - Attribute `attributes` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :691:12 - Attribute `state` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :691:12 - Attribute `state` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :734:52 - Attribute `entity_id` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :734:52 - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`

homeassistant/components/google_assistant/report_state.py

[warning] possibly-missing-attribute - :107:47 - Attribute `entity_id` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :107:47 - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`
[warning] possibly-missing-attribute - :111:17 - Attribute `entity_id` may be missing on object of type `Unknown | State | None`
[error] unresolved-attribute - :111:17 - Attribute `entity_id` is not defined on `None` in union `Unknown | State | None`

homeassistant/components/hassio/repairs.py

[warning] possibly-missing-attribute - :226:18 - Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
[error] unresolved-attribute - :226:18 - Attribute `key` is not defined on `SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy` in union `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :228:18 - Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
[error] unresolved-attribute - :228:18 - Attribute `key` is not defined on `SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy` in union `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :230:18 - Attribute `key` may be missing on object of type `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`
[error] unresolved-attribute - :230:18 - Attribute `key` is not defined on `SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy` in union `(SupervisorIssues & ~AlwaysTruthy & ~AlwaysFalsy) | (Issue & ~AlwaysFalsy)`

homeassistant/components/homekit_controller/config_flow.py

[warning] possibly-missing-attribute - :383:31 - Attribute `async_find` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :383:31 - Attribute `async_find` is not defined on `None` in union `Unknown | None`

homeassistant/components/homematic/entity.py

[warning] possibly-missing-attribute - :73:16 - Attribute `replace` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :73:16 - Attribute `replace` is not defined on `None` in union `Unknown | str | None`

homeassistant/components/html5/notify.py

[warning] possibly-missing-attribute - :482:13 - Attribute `get` may be missing on object of type `Unknown | str | dict[Unknown, Unknown]`
[error] unresolved-attribute - :482:13 - Attribute `get` is not defined on `str` in union `Unknown | str | dict[Unknown, Unknown]`

homeassistant/components/hue/v1/sensor_base.py

[warning] possibly-missing-attribute - :134:24 - Attribute `format` may be missing on object of type `Unknown | str | <class 'HueEvent'>`
[error] unresolved-attribute - :134:24 - Attribute `format` is not defined on `<class 'HueEvent'>` in union `Unknown | str | <class 'HueEvent'>`

homeassistant/components/icloud/config_flow.py

[warning] possibly-missing-attribute - :164:53 - Attribute `entry_id` may be missing on object of type `ConfigEntry[Any] | None`
[error] unresolved-attribute - :164:53 - Attribute `entry_id` is not defined on `None` in union `ConfigEntry[Any] | None`

homeassistant/components/imap/coordinator.py

[warning] possibly-missing-attribute - :281:26 - Attribute `fetch` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :281:26 - Attribute `fetch` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :352:15 - Attribute `noop` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :352:15 - Attribute `noop` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :353:31 - Attribute `search` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :353:31 - Attribute `search` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :531:46 - Attribute `idle_start` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :531:46 - Attribute `idle_start` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :532:23 - Attribute `wait_server_push` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :532:23 - Attribute `wait_server_push` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :533:17 - Attribute `idle_done` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :533:17 - Attribute `idle_done` is not defined on `None` in union `Unknown | None`

homeassistant/components/input_datetime/__init__.py

[warning] possibly-missing-attribute - :295:34 - Attribute `replace` may be missing on object of type `datetime | None`
[error] unresolved-attribute - :295:34 - Attribute `replace` is not defined on `None` in union `datetime | None`
[warning] possibly-missing-attribute - :404:20 - Attribute `date` may be missing on object of type `Unknown | None | datetime`
[error] unresolved-attribute - :404:20 - Attribute `date` is not defined on `None` in union `Unknown | None | datetime`
[warning] possibly-missing-attribute - :407:20 - Attribute `time` may be missing on object of type `Unknown | None | datetime`
[error] unresolved-attribute - :407:20 - Attribute `time` is not defined on `None` in union `Unknown | None | datetime`

homeassistant/components/itunes/media_player.py

[warning] possibly-missing-attribute - :279:17 - Attribute `update_state` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :279:17 - Attribute `update_state` is not defined on `None` in union `Unknown | None`

homeassistant/components/keenetic_ndms2/router.py

[warning] possibly-missing-attribute - :168:9 - Attribute `disconnect` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :168:9 - Attribute `disconnect` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :172:33 - Attribute `get_router_info` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :172:33 - Attribute `get_router_info` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :183:25 - Attribute `get_devices` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :183:25 - Attribute `get_devices` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :194:33 - Attribute `get_router_info` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :194:33 - Attribute `get_router_info` is not defined on `None` in union `Unknown | None`

homeassistant/components/keyboard_remote/__init__.py

[warning] possibly-missing-attribute - :268:38 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :268:38 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :300:60 - Attribute `ungrab` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :300:60 - Attribute `ungrab` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :304:56 - Attribute `fileno` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :304:56 - Attribute `fileno` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :305:17 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :305:17 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :314:38 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :314:38 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :317:60 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :317:60 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :332:56 - Attribute `grab` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :332:56 - Attribute `grab` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :333:36 - Attribute `async_read_loop` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :333:36 - Attribute `async_read_loop` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :337:51 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :337:51 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :346:50 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :346:50 - Attribute `name` is not defined on `None` in union `Unknown | None`

homeassistant/components/kodi/media_player.py

[warning] possibly-missing-attribute - :286:37 - Attribute `id` may be missing on object of type `DeviceEntry | None`
[error] unresolved-attribute - :286:37 - Attribute `id` is not defined on `None` in union `DeviceEntry | None`
[warning] possibly-missing-attribute - :287:27 - Attribute `id` may be missing on object of type `DeviceEntry | None`
[error] unresolved-attribute - :287:27 - Attribute `id` is not defined on `None` in union `DeviceEntry | None`

homeassistant/components/konnected/panel.py

[warning] possibly-missing-attribute - :136:16 - Attribute `ClientError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :136:16 - Attribute `ClientError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :191:16 - Attribute `ClientError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :191:16 - Attribute `ClientError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :320:28 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :320:28 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :361:26 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :361:26 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :363:26 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :363:26 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :364:28 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :364:28 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :365:32 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :365:32 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :384:19 - Attribute `put_settings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :384:19 - Attribute `put_settings` is not defined on `None` in union `Unknown | None`

homeassistant/components/kostal_plenticore/coordinator.py

[warning] possibly-missing-attribute - :128:15 - Attribute `logout` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :128:15 - Attribute `logout` is not defined on `None` in union `Unknown | None`

homeassistant/components/lg_soundbar/media_player.py

[warning] possibly-missing-attribute - :155:9 - Attribute `get_eq` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :155:9 - Attribute `get_eq` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :156:9 - Attribute `get_info` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :156:9 - Attribute `get_info` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :157:9 - Attribute `get_func` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :157:9 - Attribute `get_func` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :158:9 - Attribute `get_settings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :158:9 - Attribute `get_settings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :207:9 - Attribute `set_volume` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :207:9 - Attribute `set_volume` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :211:9 - Attribute `set_mute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :211:9 - Attribute `set_mute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :215:9 - Attribute `set_func` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :215:9 - Attribute `set_func` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :219:9 - Attribute `set_eq` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :219:9 - Attribute `set_eq` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :231:9 - Attribute `send_packet` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :231:9 - Attribute `send_packet` is not defined on `None` in union `Unknown | None`

homeassistant/components/linode/switch.py

[warning] possibly-missing-attribute - :73:12 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:12 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :74:13 - Attribute `boot` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :74:13 - Attribute `boot` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :78:12 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :78:12 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :79:13 - Attribute `shutdown` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :79:13 - Attribute `shutdown` is not defined on `None` in union `Unknown | None`

homeassistant/components/linux_battery/sensor.py

[warning] possibly-missing-attribute - :104:28 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :104:28 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :105:28 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:28 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :106:30 - Attribute `health` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :106:30 - Attribute `health` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :107:30 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :107:30 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :110:24 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :110:24 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :111:24 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :111:24 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :112:25 - Attribute `alarm` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :112:25 - Attribute `alarm` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :113:34 - Attribute `capacity_level` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :113:34 - Attribute `capacity_level` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :114:31 - Attribute `cycle_count` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :114:31 - Attribute `cycle_count` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :115:31 - Attribute `energy_full` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :115:31 - Attribute `energy_full` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :116:38 - Attribute `energy_full_design` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :116:38 - Attribute `energy_full_design` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :117:30 - Attribute `energy_now` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :117:30 - Attribute `energy_now` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :118:32 - Attribute `manufacturer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :118:32 - Attribute `manufacturer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :119:30 - Attribute `model_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :119:30 - Attribute `model_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :120:29 - Attribute `power_now` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :120:29 - Attribute `power_now` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :121:33 - Attribute `serial_number` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :121:33 - Attribute `serial_number` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :122:26 - Attribute `status` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :122:26 - Attribute `status` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :123:38 - Attribute `voltage_min_design` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :123:38 - Attribute `voltage_min_design` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :124:31 - Attribute `voltage_now` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :124:31 - Attribute `voltage_now` is not defined on `None` in union `Unknown | None`

homeassistant/components/mailgun/notify.py

[warning] possibly-missing-attribute - :106:20 - Attribute `send_mail` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :106:20 - Attribute `send_mail` is not defined on `None` in union `Unknown | None`

homeassistant/components/melissa/climate.py

[warning] possibly-missing-attribute - :150:25 - Attribute `copy` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :150:25 - Attribute `copy` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :151:13 - Attribute `update` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :151:13 - Attribute `update` is not defined on `None` in union `Unknown | None`

homeassistant/components/meteoclimatic/sensor.py

[warning] possibly-missing-attribute - :152:35 - Attribute `unique_id` may be missing on object of type `ConfigEntry[Any] | None`
[error] unresolved-attribute - :152:35 - Attribute `unique_id` is not defined on `None` in union `ConfigEntry[Any] | None`

homeassistant/components/meteoclimatic/weather.py

[warning] possibly-missing-attribute - :68:35 - Attribute `unique_id` may be missing on object of type `ConfigEntry[Any] | None`
[error] unresolved-attribute - :68:35 - Attribute `unique_id` is not defined on `None` in union `ConfigEntry[Any] | None`

homeassistant/components/miele/sensor.py

[warning] possibly-missing-attribute - :1019:18 - Attribute `name` may be missing on object of type `Unknown | Literal[0]`
[error] unresolved-attribute - :1019:18 - Attribute `name` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[warning] possibly-missing-attribute - :1115:31 - Attribute `name` may be missing on object of type `Unknown | Literal[7]`
[error] unresolved-attribute - :1115:31 - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`
[warning] possibly-missing-attribute - :1123:32 - Attribute `name` may be missing on object of type `Unknown | Literal[7]`
[error] unresolved-attribute - :1123:32 - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`
[warning] possibly-missing-attribute - :1128:13 - Attribute `name` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :1128:13 - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[warning] possibly-missing-attribute - :1129:13 - Attribute `name` may be missing on object of type `Unknown | Literal[2]`
[error] unresolved-attribute - :1129:13 - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`
[warning] possibly-missing-attribute - :1130:13 - Attribute `name` may be missing on object of type `Unknown | Literal[10]`
[error] unresolved-attribute - :1130:13 - Attribute `name` is not defined on `Literal[10]` in union `Unknown | Literal[10]`
[warning] possibly-missing-attribute - :1160:32 - Attribute `name` may be missing on object of type `Unknown | Literal[7]`
[error] unresolved-attribute - :1160:32 - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`
[warning] possibly-missing-attribute - :1165:13 - Attribute `name` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :1165:13 - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[warning] possibly-missing-attribute - :1166:13 - Attribute `name` may be missing on object of type `Unknown | Literal[2]`
[error] unresolved-attribute - :1166:13 - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`
[warning] possibly-missing-attribute - :1167:13 - Attribute `name` may be missing on object of type `Unknown | Literal[10]`
[error] unresolved-attribute - :1167:13 - Attribute `name` is not defined on `Literal[10]` in union `Unknown | Literal[10]`
[warning] possibly-missing-attribute - :1200:13 - Attribute `name` may be missing on object of type `Unknown | Literal[2]`
[error] unresolved-attribute - :1200:13 - Attribute `name` is not defined on `Literal[2]` in union `Unknown | Literal[2]`
[warning] possibly-missing-attribute - :1201:13 - Attribute `name` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :1201:13 - Attribute `name` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[warning] possibly-missing-attribute - :1202:13 - Attribute `name` may be missing on object of type `Unknown | Literal[3]`
[error] unresolved-attribute - :1202:13 - Attribute `name` is not defined on `Literal[3]` in union `Unknown | Literal[3]`
[warning] possibly-missing-attribute - :1203:13 - Attribute `name` may be missing on object of type `Unknown | Literal[4]`
[error] unresolved-attribute - :1203:13 - Attribute `name` is not defined on `Literal[4]` in union `Unknown | Literal[4]`
[warning] possibly-missing-attribute - :1204:13 - Attribute `name` may be missing on object of type `Unknown | Literal[10]`
[error] unresolved-attribute - :1204:13 - Attribute `name` is not defined on `Literal[10]` in union `Unknown | Literal[10]`
[warning] possibly-missing-attribute - :1205:13 - Attribute `name` may be missing on object of type `Unknown | Literal[12]`
[error] unresolved-attribute - :1205:13 - Attribute `name` is not defined on `Literal[12]` in union `Unknown | Literal[12]`
[warning] possibly-missing-attribute - :1214:32 - Attribute `name` may be missing on object of type `Unknown | Literal[5]`
[warning] possibly-missing-attribute - :1214:57 - Attribute `name` may be missing on object of type `Unknown | Literal[6]`
[error] unresolved-attribute - :1214:32 - Attribute `name` is not defined on `Literal[5]` in union `Unknown | Literal[5]`
[error] unresolved-attribute - :1214:57 - Attribute `name` is not defined on `Literal[6]` in union `Unknown | Literal[6]`
[warning] possibly-missing-attribute - :1222:32 - Attribute `name` may be missing on object of type `Unknown | Literal[5]`
[warning] possibly-missing-attribute - :1222:57 - Attribute `name` may be missing on object of type `Unknown | Literal[6]`
[error] unresolved-attribute - :1222:32 - Attribute `name` is not defined on `Literal[5]` in union `Unknown | Literal[5]`
[error] unresolved-attribute - :1222:57 - Attribute `name` is not defined on `Literal[6]` in union `Unknown | Literal[6]`
[warning] possibly-missing-attribute - :1230:32 - Attribute `name` may be missing on object of type `Unknown | Literal[7]`
[error] unresolved-attribute - :1230:32 - Attribute `name` is not defined on `Literal[7]` in union `Unknown | Literal[7]`

homeassistant/components/miele/vacuum.py

[warning] possibly-missing-attribute - :142:5 - Attribute `value` may be missing on object of type `Unknown | Literal[0]`
[error] unresolved-attribute - :142:5 - Attribute `value` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[warning] possibly-missing-attribute - :143:5 - Attribute `value` may be missing on object of type `Unknown | tuple[Literal[5903], Literal[5904]]`
[error] unresolved-attribute - :143:5 - Attribute `value` is not defined on `tuple[Literal[5903], Literal[5904]]` in union `Unknown | tuple[Literal[5903], Literal[5904]]`
[warning] possibly-missing-attribute - :144:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5889]`
[error] unresolved-attribute - :144:5 - Attribute `value` is not defined on `Literal[5889]` in union `Unknown | Literal[5889]`
[warning] possibly-missing-attribute - :145:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5892]`
[error] unresolved-attribute - :145:5 - Attribute `value` is not defined on `Literal[5892]` in union `Unknown | Literal[5892]`
[warning] possibly-missing-attribute - :146:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5890]`
[error] unresolved-attribute - :146:5 - Attribute `value` is not defined on `Literal[5890]` in union `Unknown | Literal[5890]`
[warning] possibly-missing-attribute - :147:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5893]`
[error] unresolved-attribute - :147:5 - Attribute `value` is not defined on `Literal[5893]` in union `Unknown | Literal[5893]`
[warning] possibly-missing-attribute - :148:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5894]`
[error] unresolved-attribute - :148:5 - Attribute `value` is not defined on `Literal[5894]` in union `Unknown | Literal[5894]`
[warning] possibly-missing-attribute - :149:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5895]`
[error] unresolved-attribute - :149:5 - Attribute `value` is not defined on `Literal[5895]` in union `Unknown | Literal[5895]`
[warning] possibly-missing-attribute - :150:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5896]`
[error] unresolved-attribute - :150:5 - Attribute `value` is not defined on `Literal[5896]` in union `Unknown | Literal[5896]`
[warning] possibly-missing-attribute - :151:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5897]`
[error] unresolved-attribute - :151:5 - Attribute `value` is not defined on `Literal[5897]` in union `Unknown | Literal[5897]`
[warning] possibly-missing-attribute - :152:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5898]`
[error] unresolved-attribute - :152:5 - Attribute `value` is not defined on `Literal[5898]` in union `Unknown | Literal[5898]`
[warning] possibly-missing-attribute - :153:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5899]`
[error] unresolved-attribute - :153:5 - Attribute `value` is not defined on `Literal[5899]` in union `Unknown | Literal[5899]`
[warning] possibly-missing-attribute - :154:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5900]`
[error] unresolved-attribute - :154:5 - Attribute `value` is not defined on `Literal[5900]` in union `Unknown | Literal[5900]`
[warning] possibly-missing-attribute - :155:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5891]`
[error] unresolved-attribute - :155:5 - Attribute `value` is not defined on `Literal[5891]` in union `Unknown | Literal[5891]`
[warning] possibly-missing-attribute - :156:5 - Attribute `value` may be missing on object of type `Unknown | Literal[5910]`
[error] unresolved-attribute - :156:5 - Attribute `value` is not defined on `Literal[5910]` in union `Unknown | Literal[5910]`

homeassistant/components/mobile_app/device_tracker.py

[warning] possibly-missing-attribute - :70:16 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - :70:16 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :77:26 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - :77:26 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :85:16 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - :85:16 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :90:20 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - :90:20 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :98:20 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - :98:20 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[warning] possibly-missing-attribute - :106:29 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`
[error] unresolved-attribute - :106:29 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown] | dict[Unknown | str, Unknown | tuple[Any | None, Any | None] | None]`

homeassistant/components/mpd/media_player.py

[warning] possibly-missing-attribute - :210:16 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:16 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :215:32 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :215:32 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :227:16 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :227:16 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :228:17 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :228:17 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :229:21 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :229:21 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :245:19 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :245:19 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :253:16 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :253:16 - Attribute `get` is not defined on `None` in union `Unknown | None`

homeassistant/components/nmap_tracker/__init__.py

[warning] possibly-missing-attribute - :284:12 - Attribute `locked` may be missing on object of type `Unknown | None | Lock`
[error] unresolved-attribute - :284:12 - Attribute `locked` is not defined on `None` in union `Unknown | None | Lock`

homeassistant/components/nobo_hub/config_flow.py

[warning] possibly-missing-attribute - :169:38 - Attribute `items` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :169:38 - Attribute `items` is not defined on `None` in union `dict[str, Any] | None`

homeassistant/components/open_router/entity.py

[warning] possibly-missing-attribute - :264:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :264:44 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :272:49 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :272:49 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/openai_conversation/entity.py

[warning] possibly-missing-attribute - :602:44 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :602:44 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`
[warning] possibly-missing-attribute - :605:49 - Attribute `attachments` may be missing on object of type `SystemContent | UserContent | AssistantContent | ToolResultContent`
[error] unresolved-attribute - :605:49 - Attribute `attachments` is not defined on `SystemContent`, `AssistantContent`, `ToolResultContent` in union `SystemContent | UserContent | AssistantContent | ToolResultContent`

homeassistant/components/plant/__init__.py

[warning] possibly-missing-attribute - :410:22 - Attribute `popleft` may be missing on object of type `Unknown | None | deque[Unknown]`
[error] unresolved-attribute - :410:22 - Attribute `popleft` is not defined on `None` in union `Unknown | None | deque[Unknown]`
[warning] possibly-missing-attribute - :412:9 - Attribute `append` may be missing on object of type `Unknown | None | deque[Unknown]`
[error] unresolved-attribute - :412:9 - Attribute `append` is not defined on `None` in union `Unknown | None | deque[Unknown]`

homeassistant/components/plex/media_browser.py

[warning] possibly-missing-attribute - :74:13 - Attribute `thumbnail_cache` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :74:13 - Attribute `thumbnail_cache` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :89:19 - Attribute `friendly_name` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :89:19 - Attribute `friendly_name` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :100:13 - Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - :100:13 - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`
[warning] possibly-missing-attribute - :103:24 - Attribute `library` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :103:24 - Attribute `library` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :108:13 - Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - :108:13 - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`
[warning] possibly-missing-attribute - :109:9 - Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - :109:9 - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`
[warning] possibly-missing-attribute - :134:25 - Attribute `playlists` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :134:25 - Attribute `playlists` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :152:21 - Attribute `lookup_media` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :152:21 - Attribute `lookup_media` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :176:26 - Attribute `library` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :176:26 - Attribute `library` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :181:31 - Attribute `library` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :181:31 - Attribute `library` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :217:34 - Attribute `library` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :217:34 - Attribute `library` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :219:21 - Attribute `friendly_name` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :219:21 - Attribute `friendly_name` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :221:34 - Attribute `library` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :221:34 - Attribute `library` is not defined on `None` in union `None | PlexServer`
[warning] possibly-missing-attribute - :261:23 - Attribute `library` may be missing on object of type `None | PlexServer`
[error] unresolved-attribute - :261:23 - Attribute `library` is not defined on `None` in union `None | PlexServer`

homeassistant/components/plex/media_player.py

[warning] possibly-missing-attribute - :204:26 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :204:26 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :208:13 - Attribute `proxyThroughServer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :208:13 - Attribute `proxyThroughServer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :209:46 - Attribute `protocolCapabilities` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :209:46 - Attribute `protocolCapabilities` is not defined on `None` in union `Unknown | None`

homeassistant/components/plex/models.py

[warning] possibly-missing-attribute - :50:31 - Attribute `product` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :50:31 - Attribute `product` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :53:22 - Attribute `state` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :53:22 - Attribute `state` is not defined on `None` in union `Unknown | None`

homeassistant/components/plex/server.py

[warning] possibly-missing-attribute - :218:31 - Attribute `systemAccounts` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :218:31 - Attribute `systemAccounts` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :243:25 - Attribute `version` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :243:25 - Attribute `version` is not defined on `None` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :316:13 - Attribute `clients` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :316:13 - Attribute `clients` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :317:13 - Attribute `sessions` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :317:13 - Attribute `sessions` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :403:27 - Attribute `createToken` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :403:27 - Attribute `createToken` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :563:16 - Attribute `friendlyName` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :563:16 - Attribute `friendlyName` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :568:16 - Attribute `machineIdentifier` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :568:16 - Attribute `machineIdentifier` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :573:16 - Attribute `_baseurl` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :573:16 - Attribute `_baseurl` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :598:16 - Attribute `library` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :598:16 - Attribute `library` is not defined on `None` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :602:16 - Attribute `playlist` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :602:16 - Attribute `playlist` is not defined on `None` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :606:16 - Attribute `playlists` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :606:16 - Attribute `playlists` is not defined on `None` in union `Unknown | None | PlexServer`
[warning] possibly-missing-attribute - :622:16 - Attribute `fetchItem` may be missing on object of type `Unknown | None | PlexServer`
[error] unresolved-attribute - :622:16 - Attribute `fetchItem` is not defined on `None`, `PlexServer` in union `Unknown | None | PlexServer`

homeassistant/components/plex/services.py

[warning] possibly-missing-attribute - :162:5 - Attribute `update` may be missing on object of type `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[error] unresolved-attribute - :162:5 - Attribute `update` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[warning] possibly-missing-attribute - :164:24 - Attribute `pop` may be missing on object of type `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[error] unresolved-attribute - :164:24 - Attribute `pop` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[warning] possibly-missing-attribute - :175:20 - Attribute `copy` may be missing on object of type `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`
[error] unresolved-attribute - :175:20 - Attribute `copy` is not defined on `str` in union `(Any & ~int) | dict[Unknown, Unknown] | str | dict[Unknown | str, Unknown | int]`

homeassistant/components/rflink/entity.py

[warning] possibly-missing-attribute - :219:22 - Attribute `send_command_ack` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :219:22 - Attribute `send_command_ack` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :286:19 - Attribute `send_command_ack` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :286:19 - Attribute `send_command_ack` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :292:13 - Attribute `send_command` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :292:13 - Attribute `send_command` is not defined on `None` in union `Unknown | None`

homeassistant/components/risco/config_flow.py

[warning] possibly-missing-attribute - :294:32 - Attribute `values` may be missing on object of type `Unknown | bool | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str] | Divergent`
[error] unresolved-attribute - :294:32 - Attribute `values` is not defined on `bool` in union `Unknown | bool | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str] | Divergent`
[warning] possibly-missing-attribute - :302:23 - Attribute `get` may be missing on object of type `Unknown | bool | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str] | Divergent`
[error] unresolved-attribute - :302:23 - Attribute `get` is not defined on `bool` in union `Unknown | bool | dict[Unknown | str, Unknown | AlarmControlPanelState] | dict[Unknown | AlarmControlPanelState, Unknown | str] | Divergent`

homeassistant/components/roon/media_browser.py

[warning] possibly-missing-attribute - :154:9 - Attribute `append` may be missing on object of type `Unknown | Sequence[BrowseMedia] | None`
[error] unresolved-attribute - :154:9 - Attribute `append` is not defined on `Sequence[BrowseMedia]`, `None` in union `Unknown | Sequence[BrowseMedia] | None`

homeassistant/components/roon/server.py

[warning] possibly-missing-attribute - :88:16 - Attribute `zones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :88:16 - Attribute `zones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :105:9 - Attribute `stop` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:9 - Attribute `stop` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :124:31 - Attribute `zones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :124:31 - Attribute `zones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :127:20 - Attribute `zones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :127:20 - Attribute `zones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :144:20 - Attribute `zones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :144:20 - Attribute `zones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :149:21 - Attribute `zones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :149:21 - Attribute `zones` is not defined on `None` in union `Unknown | None`

homeassistant/components/shelly/entity.py

[warning] possibly-missing-attribute - :645:42 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :645:42 - Attribute `split` is not defined on `None` in union `str | None`

homeassistant/components/smhi/weather.py

[warning] possibly-missing-attribute - :122:26 - Attribute `daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - :122:26 - Attribute `daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[warning] possibly-missing-attribute - :140:26 - Attribute `daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - :140:26 - Attribute `daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[warning] possibly-missing-attribute - :197:40 - Attribute `daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - :197:40 - Attribute `daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[warning] possibly-missing-attribute - :201:40 - Attribute `hourly` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - :201:40 - Attribute `hourly` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`
[warning] possibly-missing-attribute - :205:40 - Attribute `twice_daily` may be missing on object of type `Unknown | SMHIForecastData | dict[str, Any]`
[error] unresolved-attribute - :205:40 - Attribute `twice_daily` is not defined on `dict[str, Any]` in union `Unknown | SMHIForecastData | dict[str, Any]`

homeassistant/components/solax/sensor.py

[warning] possibly-missing-attribute - :150:16 - Attribute `data` may be missing on object of type `Unknown | dict[str, Any]`
[error] unresolved-attribute - :150:16 - Attribute `data` is not defined on `dict[str, Any]` in union `Unknown | dict[str, Any]`

homeassistant/components/songpal/media_player.py

[warning] possibly-missing-attribute - :241:16 - Attribute `macAddr` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :241:41 - Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :241:16 - Attribute `macAddr` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :241:41 - Attribute `wirelessMacAddr` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :247:12 - Attribute `macAddr` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :247:12 - Attribute `macAddr` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :248:57 - Attribute `macAddr` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :248:57 - Attribute `macAddr` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :249:12 - Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :249:12 - Attribute `wirelessMacAddr` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :250:57 - Attribute `wirelessMacAddr` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :250:57 - Attribute `wirelessMacAddr` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :257:24 - Attribute `version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :257:24 - Attribute `version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :382:22 - Attribute `set_volume` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :382:22 - Attribute `set_volume` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :386:22 - Attribute `set_volume` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :386:22 - Attribute `set_volume` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :390:22 - Attribute `set_volume` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :390:22 - Attribute `set_volume` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :419:22 - Attribute `set_mute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :419:22 - Attribute `set_mute` is not defined on `None` in union `Unknown | None`

homeassistant/components/soundtouch/media_player.py

[warning] possibly-missing-attribute - :120:16 - Attribute `actual` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :120:16 - Attribute `actual` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :136:16 - Attribute `source` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :136:16 - Attribute `source` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :141:16 - Attribute `muted` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :141:16 - Attribute `muted` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :190:16 - Attribute `image` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :190:16 - Attribute `image` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :195:12 - Attribute `station_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :195:12 - Attribute `station_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :196:20 - Attribute `station_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :196:20 - Attribute `station_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :197:12 - Attribute `artist` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :197:12 - Attribute `artist` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :198:23 - Attribute `artist` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :198:47 - Attribute `track` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :198:23 - Attribute `artist` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :198:47 - Attribute `track` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:16 - Attribute `duration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:16 - Attribute `duration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:16 - Attribute `artist` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:16 - Attribute `artist` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :215:16 - Attribute `track` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :215:16 - Attribute `track` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :220:16 - Attribute `album` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :220:16 - Attribute `album` is not defined on `None` in union `Unknown | None`

homeassistant/components/template/binary_sensor.py

[warning] possibly-missing-attribute - :274:17 - Attribute `total_seconds` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :274:17 - Attribute `total_seconds` is not defined on `None` in union `Unknown | None`

homeassistant/components/template/lock.py

[warning] possibly-missing-attribute - :284:45 - Attribute `template` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :284:45 - Attribute `template` is not defined on `None` in union `Unknown | None`

homeassistant/components/tesla_fleet/climate.py

[warning] possibly-missing-attribute - :177:37 - Attribute `index` may be missing on object of type `Unknown | list[Unknown | str] | list[str] | None`
[error] unresolved-attribute - :177:37 - Attribute `index` is not defined on `None` in union `Unknown | list[Unknown | str] | list[str] | None`

homeassistant/components/teslemetry/climate.py

[warning] possibly-missing-attribute - :154:37 - Attribute `index` may be missing on object of type `Unknown | list[Unknown | str] | list[str] | None`
[error] unresolved-attribute - :154:37 - Attribute `index` is not defined on `None` in union `Unknown | list[Unknown | str] | list[str] | None`

homeassistant/components/tessie/climate.py

[warning] possibly-missing-attribute - :135:43 - Attribute `index` may be missing on object of type `list[Unknown] | list[str] | None`
[error] unresolved-attribute - :135:43 - Attribute `index` is not defined on `None` in union `list[Unknown] | list[str] | None`

homeassistant/components/todoist/calendar.py

[warning] possibly-missing-attribute - :653:16 - Attribute `date` may be missing on object of type `datetime | None`
[warning] possibly-missing-attribute - :653:45 - Attribute `date` may be missing on object of type `datetime | None`
[error] unresolved-attribute - :653:16 - Attribute `date` is not defined on `None` in union `datetime | None`
[error] unresolved-attribute - :653:45 - Attribute `date` is not defined on `None` in union `datetime | None`
[warning] possibly-missing-attribute - :657:16 - Attribute `date` may be missing on object of type `datetime | None`
[warning] possibly-missing-attribute - :657:45 - Attribute `date` may be missing on object of type `datetime | None`
[error] unresolved-attribute - :657:16 - Attribute `date` is not defined on `None` in union `datetime | None`
[error] unresolved-attribute - :657:45 - Attribute `date` is not defined on `None` in union `datetime | None`

homeassistant/components/websocket_api/decorators.py

[warning] possibly-missing-attribute - :144:19 - Attribute `validators` may be missing on object of type `VolDictType | All`
[error] unresolved-attribute - :144:19 - Attribute `validators` is not defined on `VolDictType` in union `VolDictType | All`

homeassistant/components/websocket_api/http.py

[warning] possibly-missing-attribute - :117:23 - Attribute `isEnabledFor` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :117:23 - Attribute `isEnabledFor` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :148:17 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :148:17 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :153:23 - Attribute `closed` may be missing on object of type `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - :153:23 - Attribute `closed` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[warning] possibly-missing-attribute - :216:13 - Attribute `error` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :216:13 - Attribute `error` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :280:9 - Attribute `error` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :280:9 - Attribute `error` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :317:23 - Attribute `prepare` may be missing on object of type `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - :317:23 - Attribute `prepare` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[warning] possibly-missing-attribute - :320:13 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :320:13 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :326:13 - Attribute `warning` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :326:13 - Attribute `warning` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :329:9 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :329:9 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :332:22 - Attribute `bus` may be missing on object of type `Unknown | HomeAssistant | None`
[error] unresolved-attribute - :332:22 - Attribute `bus` is not defined on `None` in union `Unknown | HomeAssistant | None`
[warning] possibly-missing-attribute - :335:35 - Attribute `bus` may be missing on object of type `Unknown | HomeAssistant | None`
[error] unresolved-attribute - :335:35 - Attribute `bus` is not defined on `None` in union `Unknown | HomeAssistant | None`
[warning] possibly-missing-attribute - :339:18 - Attribute `_writer` may be missing on object of type `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - :339:18 - Attribute `_writer` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[warning] possibly-missing-attribute - :355:13 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :355:13 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :361:13 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :361:13 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :363:13 - Attribute `exception` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :363:13 - Attribute `exception` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :393:25 - Attribute `receive` may be missing on object of type `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - :393:25 - Attribute `receive` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[warning] possibly-missing-attribute - :418:13 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :418:13 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :427:9 - Attribute `data` may be missing on object of type `Unknown | HomeAssistant | None`
[warning] possibly-missing-attribute - :427:45 - Attribute `data` may be missing on object of type `Unknown | HomeAssistant | None`
[error] unresolved-attribute - :427:9 - Attribute `data` is not defined on `None` in union `Unknown | HomeAssistant | None`
[error] unresolved-attribute - :427:45 - Attribute `data` is not defined on `None` in union `Unknown | HomeAssistant | None`
[warning] possibly-missing-attribute - :481:19 - Attribute `closed` may be missing on object of type `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - :481:19 - Attribute `closed` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[warning] possibly-missing-attribute - :482:25 - Attribute `receive` may be missing on object of type `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - :482:25 - Attribute `receive` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[warning] possibly-missing-attribute - :512:17 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :512:17 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :540:23 - Attribute `close` may be missing on object of type `Unknown | WebSocketResponse | None`
[error] unresolved-attribute - :540:23 - Attribute `close` is not defined on `None` in union `Unknown | WebSocketResponse | None`
[warning] possibly-missing-attribute - :543:21 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :543:21 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :547:21 - Attribute `debug` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :547:21 - Attribute `debug` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :553:21 - Attribute `warning` may be missing on object of type `Unknown | WebSocketAdapter | None`
[error] unresolved-attribute - :553:21 - Attribute `warning` is not defined on `None` in union `Unknown | WebSocketAdapter | None`
[warning] possibly-missing-attribute - :558:21 - Attribute `data` may be missing on object of type `Unknown | HomeAssistant | None`
[error] unresolved-attribute - :558:21 - Attribute `data` is not defined on `None` in union `Unknown | HomeAssistant | None`

homeassistant/components/wiffi/entity.py

[warning] possibly-missing-attribute - :88:17 - Attribute `endswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :88:17 - Attribute `endswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :93:16 - Attribute `endswith` may be missing on object of type `str | None`
[warning] possibly-missing-attribute - :93:54 - Attribute `endswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :93:16 - Attribute `endswith` is not defined on `None` in union `str | None`
[error] unresolved-attribute - :93:54 - Attribute `endswith` is not defined on `None` in union `str | None`

homeassistant/components/worldtidesinfo/sensor.py

[warning] possibly-missing-attribute - :58:8 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :58:8 - Attribute `get` is not defined on `None` in union `Unknown | None`

homeassistant/components/xiaomi_miio/config_flow.py

[warning] possibly-missing-attribute - :414:16 - Attribute `startswith` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :414:16 - Attribute `startswith` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :419:20 - Attribute `startswith` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :419:20 - Attribute `startswith` is not defined on `None` in union `Unknown | None`

homeassistant/components/xiaomi_miio/device_tracker.py

[warning] possibly-missing-attribute - :68:34 - Attribute `async_add_executor_job` may be missing on object of type `HomeAssistant | None`
[error] unresolved-attribute - :68:34 - Attribute `async_add_executor_job` is not defined on `None` in union `HomeAssistant | None`

homeassistant/components/xiaomi_miio/gateway.py

[warning] possibly-missing-attribute - :64:13 - Attribute `model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :64:13 - Attribute `model` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :65:13 - Attribute `firmware_version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :65:13 - Attribute `firmware_version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :66:13 - Attribute `hardware_version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :66:13 - Attribute `hardware_version` is not defined on `None` in union `Unknown | None`

homeassistant/components/xmpp/notify.py

[warning] possibly-missing-attribute - :244:16 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :244:16 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :249:18 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :249:18 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :251:18 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :251:18 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :256:18 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :256:18 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :277:33 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :277:33 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :292:16 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :292:16 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :294:53 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :294:53 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :335:49 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :335:49 - Attribute `get` is not defined on `None` in union `Unknown | None`

homeassistant/components/zha/__init__.py

[warning] possibly-missing-attribute - :269:11 - Attribute `async_initialize_devices_and_entities` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :269:11 - Attribute `async_initialize_devices_and_entities` is not defined on `None` in union `Unknown | None`

homeassistant/helpers/template/__init__.py

[warning] possibly-missing-attribute - :599:13 - Attribute `loop` may be missing on object of type `Unknown | HomeAssistant | None`
[error] unresolved-attribute - :599:13 - Attribute `loop` is not defined on `None` in union `Unknown | HomeAssistant | None`

cryptography (https://github.com/pyca/cryptography)

tests/wycheproof/test_rsa.py

[warning] possibly-missing-attribute - :162:44 - Attribute `digest_size` may be missing on object of type `(HashAlgorithm & ~SHA1) | None`
[error] unresolved-attribute - :162:44 - Attribute `digest_size` is not defined on `None` in union `(HashAlgorithm & ~SHA1) | None`

cwltool (https://github.com/common-workflow-language/cwltool)

cwltool/main.py

[warning] possibly-missing-attribute - :477:33 - Attribute `get` may be missing on object of type `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`
[error] unresolved-attribute - :477:33 - Attribute `get` is not defined on `None` in union `MutableMapping[str, None | int | str | ... omitted 3 union elements] | None`

dd-trace-py (https://github.com/DataDog/dd-trace-py)

benchmarks/appsec_iast_aspects/functions.py

[warning] possibly-missing-attribute - :60:74 - Attribute `version` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :60:74 - Attribute `version` is not defined on `str` in union `str | Unknown`

benchmarks/appsec_iast_aspects_ospath/functions.py

[warning] possibly-missing-attribute - :38:74 - Attribute `version` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :38:74 - Attribute `version` is not defined on `str` in union `str | Unknown`

benchmarks/appsec_iast_aspects_re_module/functions.py

[warning] possibly-missing-attribute - :41:74 - Attribute `version` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :41:74 - Attribute `version` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :81:12 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :81:12 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :89:12 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :89:12 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :125:12 - Attribute `expand` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :125:12 - Attribute `expand` is not defined on `None` in union `Match[str] | None`

benchmarks/appsec_iast_django_startup/scenario.py

[warning] possibly-missing-attribute - :52:81 - Attribute `read` may be missing on object of type `IO[str] | None`
[warning] possibly-missing-attribute - :52:101 - Attribute `read` may be missing on object of type `IO[str] | None`
[error] unresolved-attribute - :52:81 - Attribute `read` is not defined on `None` in union `IO[str] | None`
[error] unresolved-attribute - :52:101 - Attribute `read` is not defined on `None` in union `IO[str] | None`

benchmarks/bm/iast_fixtures/str_methods_py3.py

[warning] possibly-missing-attribute - :118:33 - Attribute `resolve` may be missing on object of type `Unknown | URLPattern | None`
[error] unresolved-attribute - :118:33 - Attribute `resolve` is not defined on `None` in union `Unknown | URLPattern | None`
[warning] possibly-missing-attribute - :130:47 - Attribute `kwargs` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :130:47 - Attribute `kwargs` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :133:42 - Attribute `args` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :133:42 - Attribute `args` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :135:53 - Attribute `args` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :135:53 - Attribute `args` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :136:88 - Attribute `pattern` may be missing on object of type `(Unknown & ~URLPattern) | None`
[error] unresolved-attribute - :136:88 - Attribute `pattern` is not defined on `None` in union `(Unknown & ~URLPattern) | None`
[warning] possibly-missing-attribute - :138:29 - Attribute `func` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :138:29 - Attribute `func` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :141:29 - Attribute `url_name` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :141:29 - Attribute `url_name` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :142:47 - Attribute `app_names` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :142:47 - Attribute `app_names` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :143:48 - Attribute `namespaces` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :143:48 - Attribute `namespaces` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :144:61 - Attribute `route` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[error] unresolved-attribute - :144:61 - Attribute `route` is not defined on `ResolverMatch & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (ResolverMatch & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :156:12 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :156:12 - Attribute `group` is not defined on `None` in union `Match[str] | None`

ddtrace/appsec/_common_module_patches.py

[warning] possibly-missing-attribute - :156:26 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :156:26 - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`
[warning] possibly-missing-attribute - :158:61 - Attribute `f_lasti` may be missing on object of type `FrameType | None`
[warning] possibly-missing-attribute - :158:85 - Attribute `f_lineno` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :158:61 - Attribute `f_lasti` is not defined on `None` in union `FrameType | None`
[error] unresolved-attribute - :158:85 - Attribute `f_lineno` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :194:26 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :194:26 - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`
[warning] possibly-missing-attribute - :196:61 - Attribute `f_lasti` may be missing on object of type `FrameType | None`
[warning] possibly-missing-attribute - :196:85 - Attribute `f_lineno` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :196:61 - Attribute `f_lasti` is not defined on `None` in union `FrameType | None`
[error] unresolved-attribute - :196:85 - Attribute `f_lineno` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :356:9 - Attribute `downstream_requests` may be missing on object of type `ASM_Environment | None`
[error] unresolved-attribute - :356:9 - Attribute `downstream_requests` is not defined on `None` in union `ASM_Environment | None`

ddtrace/appsec/_iast/__init__.py

[warning] possibly-missing-attribute - :172:19 - Attribute `f_back` may be missing on object of type `FrameType | None`
[warning] possibly-missing-attribute - :172:19 - Attribute `f_globals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :172:19 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[error] unresolved-attribute - :172:19 - Attribute `f_globals` is not defined on `None` in union `FrameType | None`

ddtrace/appsec/_iast/_ast/visitor.py

[warning] possibly-missing-attribute - :784:32 - Attribute `elts` may be missing on object of type `(expr & Top[list[Unknown]] & ~Subscript) | (Tuple & ~Subscript)`
[error] unresolved-attribute - :784:32 - Attribute `elts` is not defined on `expr & Top[list[Unknown]] & ~Subscript` in union `(expr & Top[list[Unknown]] & ~Subscript) | (Tuple & ~Subscript)`

ddtrace/appsec/_iast/_evidence_redaction/_sensitive_handler.py

[warning] possibly-missing-attribute - :363:27 - Attribute `pattern` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :363:74 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :363:27 - Attribute `pattern` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :363:74 - Attribute `value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :388:54 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :388:54 - Attribute `value` is not defined on `None` in union `Unknown | None`

ddtrace/appsec/_iast/_iast_request_context.py

[warning] possibly-missing-attribute - :79:28 - Attribute `get_item` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :79:28 - Attribute `get_item` is not defined on `None` in union `Unknown | None`

ddtrace/appsec/_iast/_metrics.py

[warning] possibly-missing-attribute - :25:23 - Attribute `upper` may be missing on object of type `Unknown | EnvVariable[str]`
[error] unresolved-attribute - :25:23 - Attribute `upper` is not defined on `EnvVariable[str]` in union `Unknown | EnvVariable[str]`

ddtrace/appsec/_iast/taint_sinks/code_injection.py

[warning] possibly-missing-attribute - :85:36 - Attribute `f_globals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :85:36 - Attribute `f_globals` is not defined on `None` in union `FrameType | None`

ddtrace/appsec/_processor.py

[warning] possibly-missing-attribute - :112:49 - Attribute `encode` may be missing on object of type `Unknown | EnvVariable[str | Unknown]`
[error] unresolved-attribute - :112:49 - Attribute `encode` is not defined on `EnvVariable[str | Unknown]` in union `Unknown | EnvVariable[str | Unknown]`
[warning] possibly-missing-attribute - :113:51 - Attribute `encode` may be missing on object of type `Unknown | EnvVariable[str | Unknown]`
[error] unresolved-attribute - :113:51 - Attribute `encode` is not defined on `EnvVariable[str | Unknown]` in union `Unknown | EnvVariable[str | Unknown]`

ddtrace/commands/ddtrace_run.py

[warning] possibly-missing-attribute - :143:43 - Attribute `command` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :143:43 - Attribute `command` is not defined on `None` in union `None | Unknown`

ddtrace/contrib/integration_registry/utils.py

[warning] possibly-missing-attribute - :31:36 - Attribute `items` may be missing on object of type `dict[str, str] | None`
[error] unresolved-attribute - :31:36 - Attribute `items` is not defined on `None` in union `dict[str, str] | None`

ddtrace/contrib/internal/aiobotocore/patch.py

[warning] possibly-missing-attribute - :141:59 - Attribute `lower` may be missing on object of type `Any | None`
[error] unresolved-attribute - :141:59 - Attribute `lower` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/aiohttp_jinja2/patch.py

[warning] possibly-missing-attribute - :40:34 - Attribute `app` may be missing on object of type `Any | None`
[error] unresolved-attribute - :40:34 - Attribute `app` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/asyncpg/patch.py

[warning] possibly-missing-attribute - :155:78 - Attribute `query` may be missing on object of type `(Any & ~str & ~bytes) | None`
[error] unresolved-attribute - :155:78 - Attribute `query` is not defined on `None` in union `(Any & ~str & ~bytes) | None`

ddtrace/contrib/internal/boto/patch.py

[warning] possibly-missing-attribute - :111:55 - Attribute `lower` may be missing on object of type `Any | None`
[error] unresolved-attribute - :111:55 - Attribute `lower` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :158:13 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :158:13 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :162:30 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :162:30 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :183:55 - Attribute `lower` may be missing on object of type `Any | None`
[error] unresolved-attribute - :183:55 - Attribute `lower` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/coverage/patch.py

[warning] possibly-missing-attribute - :225:16 - Attribute `current` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :225:16 - Attribute `current` is not defined on `None` in union `Unknown | None`

ddtrace/contrib/internal/django/response.py

[warning] possibly-missing-attribute - :192:28 - Attribute `scope` may be missing on object of type `Any | None`
[error] unresolved-attribute - :192:28 - Attribute `scope` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/flask/patch.py

[warning] possibly-missing-attribute - :525:12 - Attribute `enabled` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :525:12 - Attribute `enabled` is not defined on `None` in union `Pin | None`

ddtrace/contrib/internal/httplib/patch.py

[warning] possibly-missing-attribute - :100:11 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :100:11 - Attribute `_config` is not defined on `None` in union `Pin | None`

ddtrace/contrib/internal/kombu/patch.py

[warning] possibly-missing-attribute - :113:70 - Attribute `headers` may be missing on object of type `Any | None`
[error] unresolved-attribute - :113:70 - Attribute `headers` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :128:20 - Attribute `delivery_info` may be missing on object of type `Any | None`
[error] unresolved-attribute - :128:20 - Attribute `delivery_info` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :132:38 - Attribute `channel` may be missing on object of type `Any | None`
[error] unresolved-attribute - :132:38 - Attribute `channel` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :133:44 - Attribute `delivery_info` may be missing on object of type `Any | None`
[error] unresolved-attribute - :133:44 - Attribute `delivery_info` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/logbook/patch.py

[warning] possibly-missing-attribute - :31:9 - Attribute `extra` may be missing on object of type `Any | None`
[error] unresolved-attribute - :31:9 - Attribute `extra` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/openai/utils.py

[warning] possibly-missing-attribute - :50:27 - Attribute `__next__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :50:27 - Attribute `__next__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :72:33 - Attribute `__anext__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :72:33 - Attribute `__anext__` is not defined on `None` in union `Unknown | None`

ddtrace/contrib/internal/psycopg/patch.py

[warning] possibly-missing-attribute - :193:15 - Attribute `clone` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :193:15 - Attribute `clone` is not defined on `None` in union `Pin | None`

ddtrace/contrib/internal/pytest/_retry_utils.py

[warning] possibly-missing-attribute - :81:45 - Attribute `type` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :81:66 - Attribute `value` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :81:88 - Attribute `tb` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :81:45 - Attribute `type` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :81:66 - Attribute `value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :81:88 - Attribute `tb` is not defined on `None` in union `Unknown | None`

ddtrace/contrib/internal/pytest/plugin.py

[warning] possibly-missing-attribute - :156:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :156:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`

ddtrace/contrib/internal/pytest_bdd/_plugin.py

[warning] possibly-missing-attribute - :93:20 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :93:20 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`

ddtrace/contrib/internal/rq/patch.py

[warning] possibly-missing-attribute - :56:17 - Attribute `func_name` may be missing on object of type `Any | None`
[error] unresolved-attribute - :56:17 - Attribute `func_name` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :57:16 - Attribute `instance` may be missing on object of type `Any | None`
[error] unresolved-attribute - :57:16 - Attribute `instance` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :80:25 - Attribute `get_id` may be missing on object of type `Any | None`
[error] unresolved-attribute - :80:25 - Attribute `get_id` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :81:32 - Attribute `func_name` may be missing on object of type `Any | None`
[error] unresolved-attribute - :81:32 - Attribute `func_name` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :88:57 - Attribute `meta` may be missing on object of type `Any | None`
[error] unresolved-attribute - :88:57 - Attribute `meta` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :124:26 - Attribute `func_name` may be missing on object of type `Any | None`
[error] unresolved-attribute - :124:26 - Attribute `func_name` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :126:37 - Attribute `meta` may be missing on object of type `Any | None`
[error] unresolved-attribute - :126:37 - Attribute `meta` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :128:100 - Attribute `get_id` may be missing on object of type `Any | None`
[error] unresolved-attribute - :128:100 - Attribute `get_id` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/selenium/patch.py

[warning] possibly-missing-attribute - :92:25 - Attribute `trace_id` may be missing on object of type `Span | None`
[error] unresolved-attribute - :92:25 - Attribute `trace_id` is not defined on `None` in union `Span | None`

ddtrace/contrib/internal/snowflake/patch.py

[warning] possibly-missing-attribute - :39:16 - Attribute `__version__` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :39:16 - Attribute `__version__` is not defined on `None` in union `Unknown | ModuleType | None`

ddtrace/contrib/internal/subprocess/patch.py

[warning] possibly-missing-attribute - :283:21 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
[error] unresolved-attribute - :283:21 - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[warning] possibly-missing-attribute - :286:21 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
[error] unresolved-attribute - :286:21 - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`

ddtrace/contrib/internal/tornado/application.py

[warning] possibly-missing-attribute - :38:24 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :38:24 - Attribute `get` is not defined on `None` in union `Unknown | None`

ddtrace/contrib/internal/unittest/patch.py

[warning] possibly-missing-attribute - :105:8 - Attribute `_collect_coverage_enabled` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :105:8 - Attribute `_collect_coverage_enabled` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :114:12 - Attribute `_collect_coverage_enabled` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :114:12 - Attribute `_collect_coverage_enabled` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :133:13 - Attribute `_should_skip_path` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :133:13 - Attribute `_should_skip_path` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :649:51 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :649:51 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :654:17 - Attribute `_service` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :654:17 - Attribute `_service` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :671:19 - Attribute `_collect_coverage_enabled` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :671:19 - Attribute `_collect_coverage_enabled` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :674:5 - Attribute `set_test_session_name` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :674:5 - Attribute `set_test_session_name` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :690:51 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :690:51 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :696:17 - Attribute `_service` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :696:17 - Attribute `_service` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :703:52 - Attribute `span_id` may be missing on object of type `Span | None`
[error] unresolved-attribute - :703:52 - Attribute `span_id` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :709:49 - Attribute `get_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :709:49 - Attribute `get_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :718:19 - Attribute `_collect_coverage_enabled` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :718:19 - Attribute `_collect_coverage_enabled` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :733:51 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :733:51 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :740:17 - Attribute `_service` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :740:17 - Attribute `_service` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :747:47 - Attribute `get_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :747:47 - Attribute `get_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :749:50 - Attribute `span_id` may be missing on object of type `Span | None`
[error] unresolved-attribute - :749:50 - Attribute `span_id` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :754:48 - Attribute `get_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :754:48 - Attribute `get_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :760:47 - Attribute `get_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :760:47 - Attribute `get_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :769:51 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :769:51 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :776:17 - Attribute `_service` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :776:17 - Attribute `_service` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :828:8 - Attribute `_collect_coverage_enabled` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :828:8 - Attribute `_collect_coverage_enabled` is not defined on `None` in union `CIVisibility | None`

ddtrace/contrib/internal/urllib3/patch.py

[warning] possibly-missing-attribute - :102:8 - Attribute `startswith` may be missing on object of type `Any | None`
[error] unresolved-attribute - :102:8 - Attribute `startswith` is not defined on `None` in union `Any | None`

ddtrace/contrib/internal/vertica/patch.py

[warning] possibly-missing-attribute - :217:29 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :217:29 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :218:20 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :218:20 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :247:31 - Attribute `tags` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :247:31 - Attribute `tags` is not defined on `None` in union `Pin | None`

ddtrace/debugging/_debugger.py

[warning] possibly-missing-attribute - :310:37 - Attribute `read_text` may be missing on object of type `(Unknown & ~None) | EnvVariable[None]`
[error] unresolved-attribute - :310:37 - Attribute `read_text` is not defined on `EnvVariable[None]` in union `(Unknown & ~None) | EnvVariable[None]`

ddtrace/debugging/_products/dynamic_instrumentation.py

[warning] possibly-missing-attribute - :58:25 - Attribute `enabled` may be missing on object of type `Unknown | type[Self@__init__]`
[error] unresolved-attribute - :58:25 - Attribute `enabled` is not defined on `type[Self@__init__]` in union `Unknown | type[Self@__init__]`

ddtrace/debugging/_products/exception_replay.py

[warning] possibly-missing-attribute - :50:25 - Attribute `enabled` may be missing on object of type `Unknown | type[Self@__init__]`
[error] unresolved-attribute - :50:25 - Attribute `enabled` is not defined on `type[Self@__init__]` in union `Unknown | type[Self@__init__]`

ddtrace/debugging/_redaction.py

[warning] possibly-missing-attribute - :123:12 - Attribute `search` may be missing on object of type `(Unknown & ~None) | DerivedVariable[Unknown]`
[error] unresolved-attribute - :123:12 - Attribute `search` is not defined on `DerivedVariable[Unknown]` in union `(Unknown & ~None) | DerivedVariable[Unknown]`

ddtrace/debugging/_signal/utils.py

[warning] possibly-missing-attribute - :227:38 - Attribute `__name__` may be missing on object of type `((Any, /) -> bool) | ((_) -> Unknown)`
[error] unresolved-attribute - :227:38 - Attribute `__name__` is not defined on `(Any, /) -> bool` in union `((Any, /) -> bool) | ((_) -> Unknown)`
[warning] possibly-missing-attribute - :257:38 - Attribute `__name__` may be missing on object of type `((Any, /) -> bool) | ((_) -> Unknown)`
[error] unresolved-attribute - :257:38 - Attribute `__name__` is not defined on `(Any, /) -> bool` in union `((Any, /) -> bool) | ((_) -> Unknown)`
[warning] possibly-missing-attribute - :313:41 - Attribute `__name__` may be missing on object of type `((Any, /) -> bool) | ((_) -> Unknown)`
[error] unresolved-attribute - :313:41 - Attribute `__name__` is not defined on `(Any, /) -> bool` in union `((Any, /) -> bool) | ((_) -> Unknown)`
[warning] possibly-missing-attribute - :332:34 - Attribute `__name__` may be missing on object of type `((Any, /) -> bool) | ((_) -> Unknown)`
[error] unresolved-attribute - :332:34 - Attribute `__name__` is not defined on `(Any, /) -> bool` in union `((Any, /) -> bool) | ((_) -> Unknown)`
[warning] possibly-missing-attribute - :358:37 - Attribute `__name__` may be missing on object of type `((Any, /) -> bool) | ((_) -> Unknown)`
[error] unresolved-attribute - :358:37 - Attribute `__name__` is not defined on `(Any, /) -> bool` in union `((Any, /) -> bool) | ((_) -> Unknown)`

ddtrace/internal/ci_visibility/api/_test.py

[warning] possibly-missing-attribute - :394:12 - Attribute `efd_is_faulty_session` may be missing on object of type `TestVisibilitySession | None`
[error] unresolved-attribute - :394:12 - Attribute `efd_is_faulty_session` is not defined on `None` in union `TestVisibilitySession | None`
[warning] possibly-missing-attribute - :409:44 - Attribute `start_ns` may be missing on object of type `Span | None`
[warning] possibly-missing-attribute - :409:75 - Attribute `start_ns` may be missing on object of type `Span | None`
[error] unresolved-attribute - :409:44 - Attribute `start_ns` is not defined on `None` in union `Span | None`
[error] unresolved-attribute - :409:75 - Attribute `start_ns` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :522:12 - Attribute `atr_max_retries_reached` may be missing on object of type `TestVisibilitySession | None`
[error] unresolved-attribute - :522:12 - Attribute `atr_max_retries_reached` is not defined on `None` in union `TestVisibilitySession | None`

ddtrace/internal/ci_visibility/coverage.py

[warning] possibly-missing-attribute - :105:12 - Attribute `_collector` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :105:44 - Attribute `_collector` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:12 - Attribute `_collector` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :105:44 - Attribute `_collector` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :127:9 - Attribute `switch_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :127:9 - Attribute `switch_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :179:12 - Attribute `_collector` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :179:39 - Attribute `_collector` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :179:12 - Attribute `_collector` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :179:39 - Attribute `_collector` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :184:26 - Attribute `_collector` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :184:26 - Attribute `_collector` is not defined on `None` in union `Unknown | None`

ddtrace/internal/core/crashtracking.py

[warning] possibly-missing-attribute - :67:17 - Attribute `items` may be missing on object of type `Unknown | EnvVariable[dict[str, str] | dict[Unknown, Unknown]]`
[error] unresolved-attribute - :67:17 - Attribute `items` is not defined on `EnvVariable[dict[str, str] | dict[Unknown, Unknown]]` in union `Unknown | EnvVariable[dict[str, str] | dict[Unknown, Unknown]]`

ddtrace/internal/datastreams/processor.py

[warning] possibly-missing-attribute - :532:9 - Attribute `shutdown` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :532:9 - Attribute `shutdown` is not defined on `None` in union `Unknown | None`

ddtrace/internal/remoteconfig/_pubsub.py

[warning] possibly-missing-attribute - :94:9 - Attribute `start` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :94:9 - Attribute `start` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:9 - Attribute `force_restart` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:9 - Attribute `force_restart` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :100:9 - Attribute `_get_data_from_connector_and_exec` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :100:9 - Attribute `_get_data_from_connector_and_exec` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :103:9 - Attribute `stop` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :103:9 - Attribute `stop` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :106:9 - Attribute `dispatch` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :106:9 - Attribute `dispatch` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :114:9 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :114:9 - Attribute `append` is not defined on `None` in union `Unknown | None`

ddtrace/internal/settings/_core.py

[warning] possibly-missing-attribute - :48:16 - Attribute `private` may be missing on object of type `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[error] unresolved-attribute - :48:16 - Attribute `private` is not defined on `DerivedVariable[Unknown]` in union `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[warning] possibly-missing-attribute - :51:24 - Attribute `full_name` may be missing on object of type `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[error] unresolved-attribute - :51:24 - Attribute `full_name` is not defined on `DerivedVariable[Unknown]` in union `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[warning] possibly-missing-attribute - :68:29 - Attribute `default` may be missing on object of type `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[error] unresolved-attribute - :68:29 - Attribute `default` is not defined on `DerivedVariable[Unknown]` in union `EnvVariable[Unknown] | DerivedVariable[Unknown]`

ddtrace/internal/symbol_db/symbols.py

[warning] possibly-missing-attribute - :579:34 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :579:34 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[warning] possibly-missing-attribute - :597:36 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :597:36 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`

ddtrace/internal/telemetry/__init__.py

[warning] possibly-missing-attribute - :118:12 - Attribute `private` may be missing on object of type `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[error] unresolved-attribute - :118:12 - Attribute `private` is not defined on `DerivedVariable[Unknown]` in union `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[warning] possibly-missing-attribute - :121:20 - Attribute `full_name` may be missing on object of type `EnvVariable[Unknown] | DerivedVariable[Unknown]`
[error] unresolved-attribute - :121:20 - Attribute `full_name` is not defined on `DerivedVariable[Unknown]` in union `EnvVariable[Unknown] | DerivedVariable[Unknown]`

ddtrace/llmobs/_experiment.py

[warning] possibly-missing-attribute - :747:18 - Attribute `__name__` may be missing on object of type `Unknown | ((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], dict[str, str | int | float | ... omitted 3 union elements] | None, /) -> str | int | float | ... omitted 3 union elements)`
[error] unresolved-attribute - :747:18 - Attribute `__name__` is not defined on `(dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], dict[str, str | int | float | ... omitted 3 union elements] | None, /) -> str | int | float | ... omitted 3 union elements` in union `Unknown | ((dict[str, str | int | float | list[str | int | float | ... omitted 3 union elements] | dict[str, str | int | float | ... omitted 3 union elements]], dict[str, str | int | float | ... omitted 3 union elements] | None, /) -> str | int | float | ... omitted 3 union elements)`

ddtrace/llmobs/_integrations/bedrock.py

[warning] possibly-missing-attribute - :190:13 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :190:13 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`

ddtrace/llmobs/_integrations/crewai.py

[warning] possibly-missing-attribute - :168:33 - Attribute `span_id` may be missing on object of type `Span | None`
[error] unresolved-attribute - :168:33 - Attribute `span_id` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :198:27 - Attribute `_get_ctx_item` may be missing on object of type `Span | None`
[error] unresolved-attribute - :198:27 - Attribute `_get_ctx_item` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :199:9 - Attribute `_set_ctx_item` may be missing on object of type `Span | None`
[error] unresolved-attribute - :199:9 - Attribute `_set_ctx_item` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :201:25 - Attribute `span_id` may be missing on object of type `Span | None`
[error] unresolved-attribute - :201:25 - Attribute `span_id` is not defined on `None` in union `Span | None`

ddtrace/llmobs/_integrations/google_utils.py

[warning] possibly-missing-attribute - :310:21 - Attribute `parts` may be missing on object of type `Any | list[Any]`
[error] unresolved-attribute - :310:21 - Attribute `parts` is not defined on `list[Any]` in union `Any | list[Any]`

ddtrace/llmobs/_integrations/langgraph.py

[warning] possibly-missing-attribute - :213:17 - Attribute `_current_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :213:17 - Attribute `_current_span` is not defined on `None` in union `Unknown | None`

ddtrace/llmobs/_llmobs.py

[warning] possibly-missing-attribute - :552:27 - Attribute `tracer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :552:27 - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :557:53 - Attribute `_annotations` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :557:53 - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :584:13 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :584:13 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :585:13 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :585:13 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :816:14 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :816:14 - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :831:14 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :831:14 - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :900:14 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :900:14 - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :904:13 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :904:13 - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :909:16 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :909:16 - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1250:9 - Attribute `stop` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1250:9 - Attribute `stop` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1308:27 - Attribute `tracer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1308:27 - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1317:17 - Attribute `tracer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1317:17 - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1326:18 - Attribute `_annotation_context_lock` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1326:18 - Attribute `_annotation_context_lock` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1328:17 - Attribute `_annotations` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1328:17 - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1337:18 - Attribute `_annotation_context_lock` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1337:18 - Attribute `_annotation_context_lock` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1338:49 - Attribute `_annotations` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1338:49 - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1340:25 - Attribute `_annotations` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1340:25 - Attribute `_annotations` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1351:34 - Attribute `tracer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1351:34 - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1353:21 - Attribute `tracer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1353:21 - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1368:13 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1368:13 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1374:13 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1374:13 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1375:13 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1375:13 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1413:20 - Attribute `_current_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1413:20 - Attribute `_current_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1547:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1547:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1577:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1577:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1605:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1605:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1633:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1633:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1661:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1661:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1699:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1699:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1729:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1729:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1762:16 - Attribute `_start_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1762:16 - Attribute `_start_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1858:24 - Attribute `_current_span` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1858:24 - Attribute `_current_span` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2221:13 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2221:13 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2230:23 - Attribute `_llmobs_context_provider` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2230:23 - Attribute `_llmobs_context_provider` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2269:24 - Attribute `tracer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2269:24 - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2319:17 - Attribute `_llmobs_context_provider` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2319:17 - Attribute `_llmobs_context_provider` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2324:13 - Attribute `_llmobs_context_provider` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2324:13 - Attribute `_llmobs_context_provider` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2342:9 - Attribute `tracer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2342:9 - Attribute `tracer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2343:9 - Attribute `_activate_llmobs_distributed_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2343:9 - Attribute `_activate_llmobs_distributed_context` is not defined on `None` in union `Unknown | None`

ddtrace/vendor/dogstatsd/base.py

[warning] possibly-missing-attribute - :1219:46 - Attribute `get` may be missing on object of type `Unknown | None | Queue[Unknown]`
[error] unresolved-attribute - :1219:46 - Attribute `get` is not defined on `None` in union `Unknown | None | Queue[Unknown]`
[warning] possibly-missing-attribute - :1220:13 - Attribute `task_done` may be missing on object of type `Unknown | None | Queue[Unknown]`
[error] unresolved-attribute - :1220:13 - Attribute `task_done` is not defined on `None` in union `Unknown | None | Queue[Unknown]`

ddtrace/vendor/ply/lex.py

[warning] possibly-missing-attribute - :924:9 - Attribute `info` may be missing on object of type `Unknown | None | PlyLogger`
[error] unresolved-attribute - :924:9 - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[warning] possibly-missing-attribute - :925:9 - Attribute `info` may be missing on object of type `Unknown | None | PlyLogger`
[error] unresolved-attribute - :925:9 - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[warning] possibly-missing-attribute - :926:9 - Attribute `info` may be missing on object of type `Unknown | None | PlyLogger`
[error] unresolved-attribute - :926:9 - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[warning] possibly-missing-attribute - :953:17 - Attribute `info` may be missing on object of type `Unknown | None | PlyLogger`
[error] unresolved-attribute - :953:17 - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[warning] possibly-missing-attribute - :959:17 - Attribute `info` may be missing on object of type `Unknown | None | PlyLogger`
[error] unresolved-attribute - :959:17 - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[warning] possibly-missing-attribute - :966:9 - Attribute `info` may be missing on object of type `Unknown | None | PlyLogger`
[error] unresolved-attribute - :966:9 - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`
[warning] possibly-missing-attribute - :975:17 - Attribute `info` may be missing on object of type `Unknown | None | PlyLogger`
[error] unresolved-attribute - :975:17 - Attribute `info` is not defined on `None` in union `Unknown | None | PlyLogger`

ddtrace/vendor/ply/yacc.py

[warning] possibly-missing-attribute - :362:9 - Attribute `info` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :362:9 - Attribute `info` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :410:13 - Attribute `debug` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :410:13 - Attribute `debug` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :411:13 - Attribute `debug` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :411:13 - Attribute `debug` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :425:25 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :425:25 - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :430:17 - Attribute `debug` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :430:17 - Attribute `debug` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :434:13 - Attribute `debug` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :434:13 - Attribute `debug` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :445:21 - Attribute `debug` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :445:21 - Attribute `debug` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :469:25 - Attribute `info` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :469:25 - Attribute `info` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :473:25 - Attribute `info` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :473:25 - Attribute `info` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :506:29 - Attribute `info` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :506:29 - Attribute `info` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :548:29 - Attribute `info` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :548:29 - Attribute `info` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :571:21 - Attribute `info` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :571:21 - Attribute `info` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :572:21 - Attribute `info` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :572:21 - Attribute `info` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :579:17 - Attribute `error` may be missing on object of type `Unknown | Literal[False]`
[error] unresolved-attribute - :579:17 - Attribute `error` is not defined on `Literal[False]` in union `Unknown | Literal[False]`
[warning] possibly-missing-attribute - :597:24 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :597:24 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :614:42 - Attribute `lineno` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :614:42 - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :618:105 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - :618:105 - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :620:83 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - :620:83 - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :632:45 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :632:45 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :644:20 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :644:20 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :648:20 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :648:20 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :765:25 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :765:25 - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :903:24 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :903:24 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :920:42 - Attribute `lineno` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :920:42 - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :924:105 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - :924:105 - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :926:83 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - :926:83 - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :938:45 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :938:45 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :950:20 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :950:20 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :954:20 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :954:20 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :1071:25 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :1071:25 - Attribute `type` is not defined on `YaccSymbol` in union `(Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :1195:24 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :1195:24 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :1212:42 - Attribute `lineno` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :1212:42 - Attribute `lineno` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :1216:105 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - :1216:105 - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1218:83 - Attribute `type` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[error] unresolved-attribute - :1218:83 - Attribute `type` is not defined on `YaccSymbol & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (YaccSymbol & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1230:45 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :1230:45 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :1242:20 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :1242:20 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :1246:20 - Attribute `type` may be missing on object of type `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[error] unresolved-attribute - :1246:20 - Attribute `type` is not defined on `None`, `YaccSymbol` in union `None | (Unknown & ~AlwaysFalsy) | YaccSymbol`
[warning] possibly-missing-attribute - :1637:21 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1637:21 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1663:29 - Attribute `prod` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1663:29 - Attribute `prod` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1889:21 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1889:21 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1897:39 - Attribute `prod` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1897:39 - Attribute `prod` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1900:43 - Attribute `prod` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1900:43 - Attribute `prod` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1908:50 - Attribute `prod` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1908:50 - Attribute `prod` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1910:50 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1910:50 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2754:30 - Attribute `items` may be missing on object of type `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :2754:30 - Attribute `items` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :2794:30 - Attribute `items` may be missing on object of type `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :2794:30 - Attribute `items` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`

ddtrace/vendor/psutil/__init__.py

[warning] possibly-missing-attribute - :772:20 - Attribute `username` may be missing on object of type `Unknown | Process`
[error] unresolved-attribute - :772:20 - Attribute `username` is not defined on `Process` in union `Unknown | Process`
[warning] possibly-missing-attribute - :928:20 - Attribute `num_handles` may be missing on object of type `Unknown | Process`
[error] unresolved-attribute - :928:20 - Attribute `num_handles` is not defined on `Process` in union `Unknown | Process`
[warning] possibly-missing-attribute - :1298:13 - Attribute `send_signal` may be missing on object of type `Unknown | Process`
[error] unresolved-attribute - :1298:13 - Attribute `send_signal` is not defined on `Process` in union `Unknown | Process`
[warning] possibly-missing-attribute - :1309:13 - Attribute `suspend` may be missing on object of type `Unknown | Process`
[error] unresolved-attribute - :1309:13 - Attribute `suspend` is not defined on `Process` in union `Unknown | Process`
[warning] possibly-missing-attribute - :1320:13 - Attribute `resume` may be missing on object of type `Unknown | Process`
[error] unresolved-attribute - :1320:13 - Attribute `resume` is not defined on `Process` in union `Unknown | Process`
[warning] possibly-missing-attribute - :1331:13 - Attribute `kill` may be missing on object of type `Unknown | Process`
[error] unresolved-attribute - :1331:13 - Attribute `kill` is not defined on `Process` in union `Unknown | Process`
[warning] possibly-missing-attribute - :1341:13 - Attribute `kill` may be missing on object of type `Unknown | Process`
[error] unresolved-attribute - :1341:13 - Attribute `kill` is not defined on `Process` in union `Unknown | Process`

ddtrace/vendor/psutil/_common.py

[warning] possibly-missing-attribute - :917:65 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :917:65 - Attribute `f_back` is not defined on `None` in union `FrameType | None`

ddtrace/vendor/psutil/_pslinux.py

[warning] possibly-missing-attribute - :689:38 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :689:38 - Attribute `group` is not defined on `None` in union `Match[str] | None`

scripts/iast/mod_leak_functions.py

[warning] possibly-missing-attribute - :220:18 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :220:18 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :227:16 - Attribute `expand` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :227:16 - Attribute `expand` is not defined on `None` in union `Match[str] | None`

scripts/integration_registry/_update_integration_registry_versions.py

[warning] possibly-missing-attribute - :71:82 - Attribute `lower` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :71:82 - Attribute `lower` is not defined on `None` in union `Unknown | None`

tests/appsec/ai_guard/api/test_api_client.py

[warning] possibly-missing-attribute - :272:9 - Attribute `append` may be missing on object of type `Unknown | list[ToolCall] | None`
[error] unresolved-attribute - :272:9 - Attribute `append` is not defined on `None` in union `Unknown | list[ToolCall] | None`

tests/appsec/ai_guard/utils.py

[warning] possibly-missing-attribute - :43:24 - Attribute `keys` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :43:24 - Attribute `keys` is not defined on `None` in union `dict[str, Any] | None`

tests/appsec/app.py

[warning] possibly-missing-attribute - :305:27 - Attribute `_api_version` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :305:27 - Attribute `_api_version` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/appsec/appsec/test_exploit_prevention.py

[warning] possibly-missing-attribute - :35:20 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :35:20 - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`
[warning] possibly-missing-attribute - :64:20 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :64:20 - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`

tests/appsec/appsec/test_processor.py

[warning] possibly-missing-attribute - :272:46 - Attribute `_builder` may be missing on object of type `Unknown | WAF`
[error] unresolved-attribute - :272:46 - Attribute `_builder` is not defined on `WAF` in union `Unknown | WAF`

tests/appsec/appsec_utils.py

[warning] possibly-missing-attribute - :421:17 - Attribute `join` may be missing on object of type `Process | Popen[Unknown]`
[error] unresolved-attribute - :421:17 - Attribute `join` is not defined on `Popen[Unknown]` in union `Process | Popen[Unknown]`
[warning] possibly-missing-attribute - :425:17 - Attribute `wait` may be missing on object of type `Process | Popen[Unknown]`
[error] unresolved-attribute - :425:17 - Attribute `wait` is not defined on `Process` in union `Process | Popen[Unknown]`

tests/appsec/contrib_appsec/django_app/urls.py

[warning] possibly-missing-attribute - :60:9 - Attribute `set_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :60:9 - Attribute `set_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :99:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :99:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :143:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :143:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :156:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :156:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :170:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :170:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :187:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :187:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :189:5 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :189:5 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`

tests/appsec/contrib_appsec/fastapi_app/app.py

[warning] possibly-missing-attribute - :103:13 - Attribute `set_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :103:13 - Attribute `set_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :129:13 - Attribute `set_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :129:13 - Attribute `set_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :179:13 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :179:13 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :219:13 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :219:13 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :232:13 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :232:13 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :246:13 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :246:13 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :263:13 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :263:13 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :265:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :265:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`

tests/appsec/contrib_appsec/flask_app/app.py

[warning] possibly-missing-attribute - :95:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :95:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :139:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :139:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :152:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :152:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :166:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :166:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :183:9 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :183:9 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :185:5 - Attribute `_service_entry_span` may be missing on object of type `Span | None`
[error] unresolved-attribute - :185:5 - Attribute `_service_entry_span` is not defined on `None` in union `Span | None`

tests/appsec/iast/aspects/test_re_aspects.py

[warning] possibly-missing-attribute - :721:22 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :721:22 - Attribute `group` is not defined on `None` in union `Match[str] | None`

tests/appsec/iast/fixtures/propagation_path.py

[warning] possibly-missing-attribute - :196:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :196:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :203:16 - Attribute `expand` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :203:16 - Attribute `expand` is not defined on `None` in union `Match[str] | None`

tests/appsec/iast/iast_utils_side_effects.py

[warning] possibly-missing-attribute - :11:16 - Attribute `decode` may be missing on object of type `Unknown | Literal["abc"]`
[error] unresolved-attribute - :11:16 - Attribute `decode` is not defined on `Literal["abc"]` in union `Unknown | Literal["abc"]`

tests/appsec/iast/taint_sinks/test_stacktrace_leak.py

[warning] possibly-missing-attribute - :24:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :24:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :37:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :37:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :79:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :79:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`

tests/appsec/iast/taint_sinks/test_vulnerability_detection.py

[warning] possibly-missing-attribute - :58:12 - Attribute `is_first_vulnerability` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :58:12 - Attribute `is_first_vulnerability` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :59:12 - Attribute `vulnerability_budget` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :59:12 - Attribute `vulnerability_budget` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :60:12 - Attribute `vulnerabilities_request_limit` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :60:12 - Attribute `vulnerabilities_request_limit` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :61:12 - Attribute `vulnerabilities_request_limit` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :61:12 - Attribute `vulnerabilities_request_limit` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :68:12 - Attribute `is_first_vulnerability` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :68:12 - Attribute `is_first_vulnerability` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :153:12 - Attribute `vulnerability_budget` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :153:12 - Attribute `vulnerability_budget` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :160:12 - Attribute `vulnerability_budget` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :160:12 - Attribute `vulnerability_budget` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :207:12 - Attribute `vulnerabilities_request_limit` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :207:12 - Attribute `vulnerabilities_request_limit` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :208:12 - Attribute `vulnerability_budget` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :208:12 - Attribute `vulnerability_budget` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :229:12 - Attribute `vulnerability_budget` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :229:12 - Attribute `vulnerability_budget` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :230:24 - Attribute `vulnerabilities_request_limit` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :230:24 - Attribute `vulnerabilities_request_limit` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :231:34 - Attribute `vulnerabilities_request_limit` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :231:34 - Attribute `vulnerabilities_request_limit` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :232:39 - Attribute `vulnerabilities_request_limit` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :232:39 - Attribute `vulnerabilities_request_limit` is not defined on `None` in union `IASTEnvironment | None`
[warning] possibly-missing-attribute - :291:16 - Attribute `vulnerability_budget` may be missing on object of type `IASTEnvironment | None`
[error] unresolved-attribute - :291:16 - Attribute `vulnerability_budget` is not defined on `None` in union `IASTEnvironment | None`

tests/appsec/iast/taint_sinks/test_weak_cipher.py

[warning] possibly-missing-attribute - :56:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :56:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :81:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :81:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :106:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :106:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :120:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :120:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :141:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :141:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :171:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :171:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :184:28 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :184:28 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`

tests/appsec/iast/taint_sinks/test_weak_hash.py

[warning] possibly-missing-attribute - :80:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :80:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :81:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :81:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :82:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :82:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :83:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :83:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :84:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :84:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :128:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :128:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :129:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :129:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :130:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :130:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :131:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :131:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :132:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :132:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :164:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :164:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :165:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :165:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :166:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :166:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :167:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :167:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :168:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :168:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :193:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :193:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :194:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :194:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :195:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :195:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :219:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :219:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :220:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :220:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :221:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :221:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :245:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :245:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :246:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :246:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :247:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :247:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :260:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :260:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :261:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :261:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :262:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :262:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :288:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :288:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :289:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :289:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :290:17 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :290:17 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :305:16 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :305:16 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :316:16 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :316:16 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`

tests/appsec/iast/taint_sinks/test_weak_randomness.py

[warning] possibly-missing-attribute - :28:26 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :28:26 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :29:12 - Attribute `sources` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :29:12 - Attribute `sources` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :58:26 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :58:26 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :59:12 - Attribute `sources` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :59:12 - Attribute `sources` is not defined on `None` in union `IastSpanReporter | None`

tests/appsec/iast/test_iast_propagation_path.py

[warning] possibly-missing-attribute - :60:5 - Attribute `build_and_scrub_value_parts` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :60:5 - Attribute `build_and_scrub_value_parts` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :61:12 - Attribute `_to_dict` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :61:12 - Attribute `_to_dict` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :95:5 - Attribute `build_and_scrub_value_parts` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :95:5 - Attribute `build_and_scrub_value_parts` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :96:12 - Attribute `_to_dict` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :96:12 - Attribute `_to_dict` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :141:5 - Attribute `build_and_scrub_value_parts` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :141:5 - Attribute `build_and_scrub_value_parts` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :142:12 - Attribute `_to_dict` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :142:12 - Attribute `_to_dict` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :192:5 - Attribute `build_and_scrub_value_parts` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :192:5 - Attribute `build_and_scrub_value_parts` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :193:12 - Attribute `_to_dict` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :193:12 - Attribute `_to_dict` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :248:5 - Attribute `build_and_scrub_value_parts` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :248:5 - Attribute `build_and_scrub_value_parts` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :249:12 - Attribute `_to_dict` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :249:12 - Attribute `_to_dict` is not defined on `None` in union `IastSpanReporter | None`

tests/appsec/iast_memcheck/test_iast_mem_check.py

[warning] possibly-missing-attribute - :99:20 - Attribute `sources` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :99:20 - Attribute `sources` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :100:20 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :100:20 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :155:20 - Attribute `sources` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :155:20 - Attribute `sources` is not defined on `None` in union `IastSpanReporter | None`
[warning] possibly-missing-attribute - :156:20 - Attribute `vulnerabilities` may be missing on object of type `IastSpanReporter | None`
[error] unresolved-attribute - :156:20 - Attribute `vulnerabilities` is not defined on `None` in union `IastSpanReporter | None`

tests/appsec/iast_tdd_propagation/test_flask.py

[warning] possibly-missing-attribute - :79:24 - Attribute `stdout` may be missing on object of type `Popen[Unknown] | Process`
[warning] possibly-missing-attribute - :79:47 - Attribute `stderr` may be missing on object of type `Popen[Unknown] | Process`
[error] unresolved-attribute - :79:24 - Attribute `stdout` is not defined on `Process` in union `Popen[Unknown] | Process`
[error] unresolved-attribute - :79:47 - Attribute `stderr` is not defined on `Process` in union `Popen[Unknown] | Process`

tests/appsec/integrations/utils_testagent.py

[warning] possibly-missing-attribute - :36:29 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :36:29 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/ci_visibility/api/fake_runner_efd_all_pass.py

[warning] possibly-missing-attribute - :26:27 - Attribute `start_ns` may be missing on object of type `Span | None`
[error] unresolved-attribute - :26:27 - Attribute `start_ns` is not defined on `None` in union `Span | None`

tests/ci_visibility/api/fake_runner_efd_mix_fail.py

[warning] possibly-missing-attribute - :26:27 - Attribute `start_ns` may be missing on object of type `Span | None`
[error] unresolved-attribute - :26:27 - Attribute `start_ns` is not defined on `None` in union `Span | None`

tests/ci_visibility/api/fake_runner_efd_mix_pass.py

[warning] possibly-missing-attribute - :26:27 - Attribute `start_ns` may be missing on object of type `Span | None`
[error] unresolved-attribute - :26:27 - Attribute `start_ns` is not defined on `None` in union `Span | None`

tests/ci_visibility/api/test_internal_ci_visibility_api.py

[warning] possibly-missing-attribute - :71:16 - Attribute `path` may be missing on object of type `TestSourceFileInfo | None`
[error] unresolved-attribute - :71:16 - Attribute `path` is not defined on `None` in union `TestSourceFileInfo | None`
[warning] possibly-missing-attribute - :72:16 - Attribute `start_line` may be missing on object of type `TestSourceFileInfo | None`
[error] unresolved-attribute - :72:16 - Attribute `start_line` is not defined on `None` in union `TestSourceFileInfo | None`
[warning] possibly-missing-attribute - :73:16 - Attribute `end_line` may be missing on object of type `TestSourceFileInfo | None`
[error] unresolved-attribute - :73:16 - Attribute `end_line` is not defined on `None` in union `TestSourceFileInfo | None`
[warning] possibly-missing-attribute - :81:16 - Attribute `path` may be missing on object of type `TestSourceFileInfo | None`
[error] unresolved-attribute - :81:16 - Attribute `path` is not defined on `None` in union `TestSourceFileInfo | None`
[warning] possibly-missing-attribute - :82:16 - Attribute `start_line` may be missing on object of type `TestSourceFileInfo | None`
[error] unresolved-attribute - :82:16 - Attribute `start_line` is not defined on `None` in union `TestSourceFileInfo | None`
[warning] possibly-missing-attribute - :83:16 - Attribute `end_line` may be missing on object of type `TestSourceFileInfo | None`
[error] unresolved-attribute - :83:16 - Attribute `end_line` is not defined on `None` in union `TestSourceFileInfo | None`

tests/ci_visibility/api/test_internal_test_visibility_api.py

[warning] possibly-missing-attribute - :43:20 - Attribute `_suite_skipping_mode` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :43:20 - Attribute `_suite_skipping_mode` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :71:24 - Attribute `_suite_skipping_mode` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :71:24 - Attribute `_suite_skipping_mode` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :99:24 - Attribute `_suite_skipping_mode` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :99:24 - Attribute `_suite_skipping_mode` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :127:24 - Attribute `_suite_skipping_mode` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :127:24 - Attribute `_suite_skipping_mode` is not defined on `None` in union `CIVisibility | None`

tests/ci_visibility/test_ci_visibility.py

[warning] possibly-missing-attribute - :194:20 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :194:20 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :195:20 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :195:20 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :215:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :215:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :216:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :216:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :236:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :236:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :237:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :237:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :261:16 - Attribute `_itr_data` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :261:16 - Attribute `_itr_data` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :285:16 - Attribute `_itr_data` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :285:16 - Attribute `_itr_data` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :413:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :413:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :414:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :414:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :437:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :437:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :438:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :438:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :461:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :461:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :462:16 - Attribute `_api_settings` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :462:16 - Attribute `_api_settings` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :727:20 - Attribute `_intake_url` may be missing on object of type `Unknown | WriterClientBase`
[error] unresolved-attribute - :727:20 - Attribute `_intake_url` is not defined on `WriterClientBase` in union `Unknown | WriterClientBase`
[warning] possibly-missing-attribute - :746:20 - Attribute `_intake_url` may be missing on object of type `Unknown | WriterClientBase`
[error] unresolved-attribute - :746:20 - Attribute `_intake_url` is not defined on `WriterClientBase` in union `Unknown | WriterClientBase`
[warning] possibly-missing-attribute - :801:16 - Attribute `_requests_mode` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :801:16 - Attribute `_requests_mode` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :802:16 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :802:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :802:16 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :802:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :828:20 - Attribute `_requests_mode` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :828:20 - Attribute `_requests_mode` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :829:20 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :829:20 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :829:20 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :829:20 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :852:20 - Attribute `_requests_mode` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :852:20 - Attribute `_requests_mode` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :853:20 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :853:20 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :853:20 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :853:20 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1255:16 - Attribute `_api_client` may be missing on object of type `CIVisibility | None`
[warning] possibly-missing-attribute - :1255:16 - Attribute `_base_url` may be missing on object of type `_TestVisibilityAPIClientBase | None`
[error] unresolved-attribute - :1255:16 - Attribute `_api_client` is not defined on `None` in union `CIVisibility | None`
[error] unresolved-attribute - :1255:16 - Attribute `_base_url` is not defined on `None` in union `_TestVisibilityAPIClientBase | None`
[warning] possibly-missing-attribute - :1278:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1278:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1279:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1279:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1299:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1299:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1300:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1300:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1619:13 - Attribute `_clients` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :1619:13 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1619:13 - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :1619:13 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1634:13 - Attribute `set_test_session_name` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1634:13 - Attribute `set_test_session_name` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1649:13 - Attribute `set_test_session_name` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1649:13 - Attribute `set_test_session_name` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1667:13 - Attribute `set_test_session_name` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1667:13 - Attribute `set_test_session_name` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1684:13 - Attribute `set_test_session_name` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1684:13 - Attribute `set_test_session_name` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1700:13 - Attribute `set_library_capabilities` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1700:13 - Attribute `set_library_capabilities` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :1709:13 - Attribute `_clients` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :1709:13 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :1709:13 - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :1709:13 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`

tests/ci_visibility/test_efd.py

[warning] possibly-missing-attribute - :71:13 - Attribute `start_ns` may be missing on object of type `Span | None`
[error] unresolved-attribute - :71:13 - Attribute `start_ns` is not defined on `None` in union `Span | None`

tests/ci_visibility/test_is_user_provided_service.py

[warning] possibly-missing-attribute - :30:13 - Attribute `_clients` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :30:13 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :30:13 - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :30:13 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`

tests/ci_visibility/test_quarantine.py

[warning] possibly-missing-attribute - :52:16 - Attribute `get_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :52:16 - Attribute `get_tag` is not defined on `None` in union `Span | None`
[warning] possibly-missing-attribute - :53:16 - Attribute `get_tag` may be missing on object of type `Span | None`
[error] unresolved-attribute - :53:16 - Attribute `get_tag` is not defined on `None` in union `Span | None`

tests/commands/ddtrace_run_dogstatsd.py

[warning] possibly-missing-attribute - :8:8 - Attribute `dogstatsd` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :8:8 - Attribute `dogstatsd` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :9:16 - Attribute `dogstatsd` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :9:16 - Attribute `dogstatsd` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :10:16 - Attribute `dogstatsd` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :10:16 - Attribute `dogstatsd` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :12:16 - Attribute `dogstatsd` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :12:16 - Attribute `dogstatsd` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/commands/ddtrace_run_hostname.py

[warning] possibly-missing-attribute - :5:12 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :5:12 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/commands/test_runner.py

[warning] possibly-missing-attribute - :215:16 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :215:16 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :216:37 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :216:37 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :252:12 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :252:12 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :261:12 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :261:12 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :272:15 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :272:15 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :287:11 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :287:11 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :312:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :312:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :368:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :368:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :404:25 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :404:25 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/aiohttp/app/web.py

[warning] possibly-missing-attribute - :111:16 - Attribute `render_template` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :111:16 - Attribute `render_template` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :159:5 - Attribute `setup` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :159:5 - Attribute `setup` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :171:5 - Attribute `setup` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :171:5 - Attribute `setup` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :175:5 - Attribute `setup` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :175:5 - Attribute `setup` is not defined on `None` in union `Unknown | None`

tests/contrib/aws_lambda/handlers.py

[warning] possibly-missing-attribute - :30:5 - Attribute `finish` may be missing on object of type `Span | None`
[error] unresolved-attribute - :30:5 - Attribute `finish` is not defined on `None` in union `Span | None`

tests/contrib/botocore/bedrock_utils.py

[warning] possibly-missing-attribute - :256:12 - Attribute `VCR` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :256:12 - Attribute `VCR` is not defined on `None` in union `Unknown | None`

tests/contrib/celery/test_chained_task.py

[warning] possibly-missing-attribute - :51:19 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :51:19 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/celery/test_integration.py

[warning] possibly-missing-attribute - :40:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :40:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :58:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :58:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :75:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :75:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :89:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :89:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :102:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :102:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :114:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :114:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :141:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :141:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :167:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :167:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :211:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :211:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :255:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :255:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :284:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :284:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :310:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :310:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :341:24 - Attribute `Task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :341:24 - Attribute `Task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :373:24 - Attribute `Task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :373:24 - Attribute `Task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :408:24 - Attribute `Task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :408:24 - Attribute `Task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :441:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :441:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :447:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :447:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :481:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :481:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :530:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :530:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :548:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :548:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :575:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :575:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :604:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :604:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :613:13 - Attribute `conf` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :613:13 - Attribute `conf` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :711:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :711:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :723:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :723:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :741:10 - Attribute `task` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :741:10 - Attribute `task` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :795:23 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :795:23 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :821:22 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :821:22 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/celery/test_old_style_task.py

[warning] possibly-missing-attribute - :33:9 - Attribute `conf` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :33:9 - Attribute `conf` is not defined on `None` in union `Unknown | None`

tests/contrib/django/test_django_snapshots.py

[warning] possibly-missing-attribute - :75:16 - Attribute `read` may be missing on object of type `IO[Unknown] | None`
[warning] possibly-missing-attribute - :75:46 - Attribute `read` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :75:16 - Attribute `read` is not defined on `None` in union `IO[Unknown] | None`
[error] unresolved-attribute - :75:46 - Attribute `read` is not defined on `None` in union `IO[Unknown] | None`

tests/contrib/django_celery/test_django_celery.py

[warning] possibly-missing-attribute - :32:15 - Attribute `decode` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :32:15 - Attribute `decode` is not defined on `None` in union `bytes | None`
[warning] possibly-missing-attribute - :33:15 - Attribute `decode` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :33:15 - Attribute `decode` is not defined on `None` in union `bytes | None`

tests/contrib/elasticsearch/test_async.py

[warning] possibly-missing-attribute - :62:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :62:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :63:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :63:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/elasticsearch/test_elasticsearch_multi.py

[warning] possibly-missing-attribute - :49:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :49:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :50:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :50:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/flask/test_appsec_flask_pytest_iast_no_snapshot.py

[warning] possibly-missing-attribute - :44:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :44:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/flask/test_appsec_flask_snapshot.py

[warning] possibly-missing-attribute - :87:22 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :87:22 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :88:22 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :88:22 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/flask/test_flask_snapshot.py

[warning] possibly-missing-attribute - :77:22 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :77:22 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :78:22 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :78:22 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/gevent/test_tracer.py

[warning] possibly-missing-attribute - :390:26 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[warning] possibly-missing-attribute - :390:43 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :390:26 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[error] unresolved-attribute - :390:43 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/contrib/integration_registry/registry_update_helpers/integration.py

[warning] possibly-missing-attribute - :72:27 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :72:27 - Attribute `get` is not defined on `None` in union `Unknown | None`

tests/contrib/integration_registry/registry_update_helpers/integration_registry_updater.py

[warning] possibly-missing-attribute - :161:20 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :161:20 - Attribute `split` is not defined on `None` in union `str | None`

tests/contrib/kafka/test_kafka.py

[warning] possibly-missing-attribute - :258:13 - Attribute `_send_payload` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :258:13 - Attribute `_send_payload` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/contrib/patch.py

[warning] possibly-missing-attribute - :194:32 - Attribute `__func__` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (def unpatch() -> Unknown)`
[error] unresolved-attribute - :194:32 - Attribute `__func__` is not defined on `def unpatch() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def unpatch() -> Unknown)`
[warning] possibly-missing-attribute - :203:30 - Attribute `__func__` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (def patch() -> Unknown)`
[error] unresolved-attribute - :203:30 - Attribute `__func__` is not defined on `def patch() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def patch() -> Unknown)`
[warning] possibly-missing-attribute - :212:36 - Attribute `__func__` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (def get_version() -> Unknown)`
[error] unresolved-attribute - :212:36 - Attribute `__func__` is not defined on `def get_version() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def get_version() -> Unknown)`
[warning] possibly-missing-attribute - :221:37 - Attribute `__func__` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (def get_versions() -> Unknown)`
[error] unresolved-attribute - :221:37 - Attribute `__func__` is not defined on `def get_versions() -> Unknown` in union `(Unknown & ~AlwaysFalsy) | (def get_versions() -> Unknown)`
[warning] possibly-missing-attribute - :777:45 - Attribute `upper` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :777:45 - Attribute `upper` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :906:45 - Attribute `upper` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :906:45 - Attribute `upper` is not defined on `None` in union `Unknown | None`

tests/contrib/pytest/test_pytest.py

[warning] possibly-missing-attribute - :122:25 - Attribute `_itr_meta` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :122:25 - Attribute `_itr_meta` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :923:16 - Attribute `endswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :923:16 - Attribute `endswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :951:16 - Attribute `endswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :951:16 - Attribute `endswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1640:16 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :1640:16 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1642:18 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :1642:18 - Attribute `startswith` is not defined on `None` in union `str | None`

tests/contrib/pytest/test_pytest_atr.py

[warning] possibly-missing-attribute - :337:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :337:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :338:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :338:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :339:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :339:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :340:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :340:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`

tests/contrib/pytest/test_pytest_attempt_to_fix.py

[warning] possibly-missing-attribute - :259:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :259:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :260:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :260:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :261:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :261:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :262:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :262:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :271:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :271:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :272:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :272:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :273:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :273:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :274:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :274:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`

tests/contrib/pytest/test_pytest_efd.py

[warning] possibly-missing-attribute - :515:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :515:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :516:16 - Attribute `attrib` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :516:16 - Attribute `attrib` is not defined on `None` in union `Element[str] | None`

tests/contrib/requests/test_requests.py

[warning] possibly-missing-attribute - :539:12 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :539:12 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :540:12 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :540:12 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/coverage/included_path/async_code.py

[warning] possibly-missing-attribute - :10:16 - Attribute `tb_lineno` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :10:16 - Attribute `tb_lineno` is not defined on `None` in union `TracebackType | None`

tests/coverage/test_coverage.py

[warning] possibly-missing-attribute - :33:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :33:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :34:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :34:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :36:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :36:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :104:41 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :104:41 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :105:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :105:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :107:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :107:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_async.py

[warning] possibly-missing-attribute - :29:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :29:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :30:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :30:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :32:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :32:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_multiprocessing.py

[warning] possibly-missing-attribute - :121:48 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :121:48 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :172:32 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :172:32 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :206:48 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :206:48 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :263:32 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :263:32 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_py312_synthetic_opcodes.py

[warning] possibly-missing-attribute - :63:13 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :63:13 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :69:15 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :69:15 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :121:15 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :121:15 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :161:13 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :161:13 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_py39_line_numebers.py

[warning] possibly-missing-attribute - :29:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :29:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :30:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :30:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :32:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :32:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_relative_regular_packages.py

[warning] possibly-missing-attribute - :27:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :27:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :28:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :28:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :30:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :30:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :93:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :93:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :94:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :94:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :96:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :96:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :177:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :177:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :178:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :178:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :180:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :180:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :231:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :231:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :232:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :232:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :234:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :234:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :290:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :290:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :291:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :291:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :293:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :293:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :352:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :352:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :353:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :353:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :355:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :355:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_threading.py

[warning] possibly-missing-attribute - :28:44 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :28:44 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :75:28 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :75:28 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :103:44 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :103:44 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :150:28 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :150:28 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_coverage_tool_clash.py

[warning] possibly-missing-attribute - :31:46 - Attribute `lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :31:46 - Attribute `lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :32:43 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :32:43 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :34:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :34:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`

tests/coverage/test_import_dependency_tracking.py

[warning] possibly-missing-attribute - :56:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :56:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :59:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :59:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :104:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :104:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :150:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :150:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :200:27 - Attribute `_import_time_covered` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :200:27 - Attribute `_import_time_covered` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :243:28 - Attribute `_import_names_by_path` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :243:28 - Attribute `_import_names_by_path` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :293:19 - Attribute `_get_covered_lines` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :293:19 - Attribute `_get_covered_lines` is not defined on `None` in union `ModuleCodeCollector | None`
[warning] possibly-missing-attribute - :334:20 - Attribute `_import_time_name_to_path` may be missing on object of type `ModuleCodeCollector | None`
[error] unresolved-attribute - :334:20 - Attribute `_import_time_name_to_path` is not defined on `None` in union `ModuleCodeCollector | None`

tests/debugging/exploration/_profiler.py

[warning] possibly-missing-attribute - :42:46 - Attribute `__code__` may be missing on object of type `Unknown | FullyNamedFunction`
[error] unresolved-attribute - :42:46 - Attribute `__code__` is not defined on `FullyNamedFunction` in union `Unknown | FullyNamedFunction`
[warning] possibly-missing-attribute - :50:37 - Attribute `__code__` may be missing on object of type `Unknown | FullyNamedFunction`
[error] unresolved-attribute - :50:37 - Attribute `__code__` is not defined on `FullyNamedFunction` in union `Unknown | FullyNamedFunction`

tests/debugging/exploration/debugger.py

[warning] possibly-missing-attribute - :206:60 - Attribute `_status_logger` may be missing on object of type `Debugger | None`
[error] unresolved-attribute - :206:60 - Attribute `_status_logger` is not defined on `None` in union `Debugger | None`
[warning] possibly-missing-attribute - :208:9 - Attribute `__uploader__` may be missing on object of type `Debugger | None`
[error] unresolved-attribute - :208:9 - Attribute `__uploader__` is not defined on `None` in union `Debugger | None`
[warning] possibly-missing-attribute - :218:20 - Attribute `_probe_registry` may be missing on object of type `Debugger | None`
[error] unresolved-attribute - :218:20 - Attribute `_probe_registry` is not defined on `None` in union `Debugger | None`
[warning] possibly-missing-attribute - :258:16 - Attribute `snapshots` may be missing on object of type `Unknown | SignalCollector | None`
[error] unresolved-attribute - :258:16 - Attribute `snapshots` is not defined on `SignalCollector`, `None` in union `Unknown | SignalCollector | None`
[warning] possibly-missing-attribute - :264:16 - Attribute `probes` may be missing on object of type `Unknown | SignalCollector | None`
[error] unresolved-attribute - :264:16 - Attribute `probes` is not defined on `SignalCollector`, `None` in union `Unknown | SignalCollector | None`

tests/debugging/mocking.py

[warning] possibly-missing-attribute - :235:15 - Attribute `__uploader__` may be missing on object of type `SpanExceptionHandler | None`
[error] unresolved-attribute - :235:15 - Attribute `__uploader__` is not defined on `None` in union `SpanExceptionHandler | None`

tests/debugging/probe/test_remoteconfig.py

[warning] possibly-missing-attribute - :337:9 - Attribute `_send_status_update` may be missing on object of type `Unknown | None | DebuggerRemoteConfigSubscriber`
[error] unresolved-attribute - :337:9 - Attribute `_send_status_update` is not defined on `None` in union `Unknown | None | DebuggerRemoteConfigSubscriber`
[warning] possibly-missing-attribute - :343:9 - Attribute `_send_status_update` may be missing on object of type `Unknown | None | DebuggerRemoteConfigSubscriber`
[error] unresolved-attribute - :343:9 - Attribute `_send_status_update` is not defined on `None` in union `Unknown | None | DebuggerRemoteConfigSubscriber`
[warning] possibly-missing-attribute - :427:9 - Attribute `_send_status_update` may be missing on object of type `Unknown | None | DebuggerRemoteConfigSubscriber`
[error] unresolved-attribute - :427:9 - Attribute `_send_status_update` is not defined on `None` in union `Unknown | None | DebuggerRemoteConfigSubscriber`
[warning] possibly-missing-attribute - :578:9 - Attribute `_send_status_update` may be missing on object of type `Unknown | None | DebuggerRemoteConfigSubscriber`
[error] unresolved-attribute - :578:9 - Attribute `_send_status_update` is not defined on `None` in union `Unknown | None | DebuggerRemoteConfigSubscriber`
[warning] possibly-missing-attribute - :598:9 - Attribute `_send_status_update` may be missing on object of type `Unknown | None | DebuggerRemoteConfigSubscriber`
[error] unresolved-attribute - :598:9 - Attribute `_send_status_update` is not defined on `None` in union `Unknown | None | DebuggerRemoteConfigSubscriber`

tests/debugging/probe/test_status.py

[warning] possibly-missing-attribute - :85:37 - Attribute `__name__` may be missing on object of type `type[BaseException] | None`
[error] unresolved-attribute - :85:37 - Attribute `__name__` is not defined on `None` in union `type[BaseException] | None`

tests/debugging/test_debugger.py

[warning] possibly-missing-attribute - :144:46 - Attribute `_locations` may be missing on object of type `Unknown | BaseModuleWatchdog | None`
[error] unresolved-attribute - :144:46 - Attribute `_locations` is not defined on `BaseModuleWatchdog`, `None` in union `Unknown | BaseModuleWatchdog | None`
[warning] possibly-missing-attribute - :153:50 - Attribute `_locations` may be missing on object of type `Unknown | BaseModuleWatchdog | None`
[error] unresolved-attribute - :153:50 - Attribute `_locations` is not defined on `BaseModuleWatchdog`, `None` in union `Unknown | BaseModuleWatchdog | None`

tests/debugging/test_safety.py

[warning] possibly-missing-attribute - :15:42 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :15:42 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :18:44 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :18:44 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :24:45 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :24:45 - Attribute `f_back` is not defined on `None` in union `FrameType | None`

tests/integration/test_debug.py

[warning] possibly-missing-attribute - :322:31 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :322:31 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :323:47 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :323:47 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :324:70 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :324:70 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :334:31 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :334:31 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :335:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :335:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :349:31 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :349:31 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :350:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :350:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :362:31 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :362:31 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :363:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :363:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :376:14 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :376:14 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/integration/test_integration.py

[warning] possibly-missing-attribute - :137:12 - Attribute `_max_payload_size` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :137:12 - Attribute `_max_payload_size` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :138:12 - Attribute `_buffer_size` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :138:12 - Attribute `_buffer_size` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :440:54 - Attribute `_put` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :440:54 - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :458:54 - Attribute `_put` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :458:54 - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :462:12 - Attribute `_put` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :462:12 - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :463:15 - Attribute `_put` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :463:15 - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :475:54 - Attribute `_put` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :475:54 - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :481:12 - Attribute `_put` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :481:12 - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :482:15 - Attribute `_put` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :482:15 - Attribute `_put` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :493:19 - Attribute `_clients` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :493:19 - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :504:13 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :504:13 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :638:5 - Attribute `_downgrade` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :638:64 - Attribute `_clients` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :638:5 - Attribute `_downgrade` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :638:64 - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :639:12 - Attribute `_endpoint` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :639:12 - Attribute `_endpoint` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :715:12 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :715:12 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :716:12 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :716:12 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :717:12 - Attribute `_interval` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :717:12 - Attribute `_interval` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :724:12 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :724:12 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :725:12 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :725:12 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :726:12 - Attribute `_interval` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :726:12 - Attribute `_interval` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/integration/test_integration_civisibility.py

[warning] possibly-missing-attribute - :42:16 - Attribute `_endpoint` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :42:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :42:16 - Attribute `_endpoint` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :42:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :43:16 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :43:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :43:16 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :43:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :45:13 - Attribute `_headers` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :45:13 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :45:13 - Attribute `_headers` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :45:13 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :72:16 - Attribute `_endpoint` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :72:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :72:16 - Attribute `_endpoint` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :72:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`
[warning] possibly-missing-attribute - :73:16 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :73:16 - Attribute `tracer` may be missing on object of type `CIVisibility | None`
[error] unresolved-attribute - :73:16 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :73:16 - Attribute `tracer` is not defined on `None` in union `CIVisibility | None`

tests/integration/test_integration_snapshots.py

[warning] possibly-missing-attribute - :120:27 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :120:27 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/integration/test_priority_sampling.py

[warning] possibly-missing-attribute - :87:16 - Attribute `traces` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :87:16 - Attribute `traces` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :89:20 - Attribute `spans` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :89:20 - Attribute `spans` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/integration/utils.py

[warning] possibly-missing-attribute - :31:19 - Attribute `_clients` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :31:19 - Attribute `_clients` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/internal/remoteconfig/test_remoteconfig.py

[warning] possibly-missing-attribute - :347:20 - Attribute `startswith` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :347:20 - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :385:24 - Attribute `startswith` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :385:24 - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`

tests/internal/symbol_db/test_config.py

[warning] possibly-missing-attribute - :8:12 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :8:12 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[warning] possibly-missing-attribute - :9:12 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :9:12 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[warning] possibly-missing-attribute - :10:12 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :10:12 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[warning] possibly-missing-attribute - :12:12 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :12:12 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[warning] possibly-missing-attribute - :13:12 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :13:12 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[warning] possibly-missing-attribute - :14:12 - Attribute `match` may be missing on object of type `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`
[error] unresolved-attribute - :14:12 - Attribute `match` is not defined on `DerivedVariable[Pattern[Unknown] | Unknown]` in union `Unknown | DerivedVariable[Pattern[Unknown] | Unknown]`

tests/internal/test_context_events_api.py

[warning] possibly-missing-attribute - :297:57 - Attribute `identifier` may be missing on object of type `ExecutionContext | None`
[error] unresolved-attribute - :297:57 - Attribute `identifier` is not defined on `None` in union `ExecutionContext | None`
[warning] possibly-missing-attribute - :301:68 - Attribute `identifier` may be missing on object of type `ExecutionContext | None`
[error] unresolved-attribute - :301:68 - Attribute `identifier` is not defined on `None` in union `ExecutionContext | None`

tests/internal/test_module.py

[warning] possibly-missing-attribute - :375:44 - Attribute `loader` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :375:44 - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`

tests/internal/test_wrapping.py

[warning] possibly-missing-attribute - :610:12 - Attribute `f_code` may be missing on object of type `Unknown | None | FrameType`
[error] unresolved-attribute - :610:12 - Attribute `f_code` is not defined on `None` in union `Unknown | None | FrameType`
[warning] possibly-missing-attribute - :611:12 - Attribute `f_code` may be missing on object of type `Unknown | None | FrameType`
[error] unresolved-attribute - :611:12 - Attribute `f_code` is not defined on `None` in union `Unknown | None | FrameType`

tests/llmobs/conftest.py

[warning] possibly-missing-attribute - :28:14 - Attribute `use_cassette` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :28:14 - Attribute `use_cassette` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :276:9 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :276:9 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :277:9 - Attribute `_dne_client` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :277:9 - Attribute `_dne_client` is not defined on `None` in union `Unknown | None`

tests/llmobs/test_llm_judge.py

[warning] possibly-missing-attribute - :76:16 - Attribute `value` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :76:16 - Attribute `value` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :77:16 - Attribute `assessment` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :77:16 - Attribute `assessment` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :91:16 - Attribute `value` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :91:16 - Attribute `value` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :92:16 - Attribute `assessment` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :92:16 - Attribute `assessment` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :106:16 - Attribute `value` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :106:16 - Attribute `value` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :107:16 - Attribute `assessment` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :107:16 - Attribute `assessment` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :123:16 - Attribute `value` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :123:16 - Attribute `value` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :124:16 - Attribute `assessment` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :124:16 - Attribute `assessment` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :218:16 - Attribute `assessment` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :218:16 - Attribute `assessment` is not defined on `str` in union `EvaluatorResult | str | Any`
[warning] possibly-missing-attribute - :219:16 - Attribute `reasoning` may be missing on object of type `EvaluatorResult | str | Any`
[error] unresolved-attribute - :219:16 - Attribute `reasoning` is not defined on `str` in union `EvaluatorResult | str | Any`

tests/llmobs/test_llmobs_ragas_evaluators.py

[warning] possibly-missing-attribute - :20:35 - Attribute `use_cassette` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :20:35 - Attribute `use_cassette` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :24:51 - Attribute `use_cassette` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :24:51 - Attribute `use_cassette` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :27:53 - Attribute `use_cassette` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :27:53 - Attribute `use_cassette` is not defined on `None` in union `Unknown | None`

tests/llmobs/test_llmobs_service.py

[warning] possibly-missing-attribute - :130:16 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :130:16 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :131:16 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :131:16 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :132:16 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :132:16 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :140:16 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :140:16 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :141:16 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :141:16 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :142:16 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :142:16 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1130:32 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1130:32 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1133:20 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1133:20 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1134:20 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1134:20 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1136:20 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1136:20 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1137:20 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1137:20 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1152:36 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1152:36 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1155:24 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1155:24 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1156:24 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1156:24 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1158:24 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1158:24 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1159:24 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1159:24 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1173:39 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1173:39 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1176:20 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1176:20 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1177:20 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1177:20 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1179:20 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1179:20 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1180:20 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1180:20 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1196:41 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1196:41 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1199:24 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1199:24 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1200:24 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1200:24 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1202:24 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1202:24 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1203:24 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1203:24 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1222:24 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1222:24 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1227:24 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1227:24 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1246:13 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1246:13 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1247:24 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1247:24 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1249:13 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1249:13 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1250:24 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1250:24 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1283:16 - Attribute `enabled` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1283:16 - Attribute `enabled` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1284:12 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1284:12 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1285:12 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1285:12 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1292:16 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1292:16 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1293:16 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1293:16 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1294:9 - Attribute `disable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1294:9 - Attribute `disable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1300:5 - Attribute `disable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1300:5 - Attribute `disable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1650:20 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1650:20 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1651:20 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1651:20 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1661:16 - Attribute `_llmobs_eval_metric_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1661:16 - Attribute `_llmobs_eval_metric_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1662:16 - Attribute `_llmobs_span_writer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1662:16 - Attribute `_llmobs_span_writer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1663:16 - Attribute `_evaluator_runner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1663:16 - Attribute `_evaluator_runner` is not defined on `None` in union `Unknown | None`

tests/llmobs/test_logger.py

[warning] possibly-missing-attribute - :100:11 - Attribute `use_cassette` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :100:11 - Attribute `use_cassette` is not defined on `None` in union `Unknown | None`

tests/openfeature/test_provider_exposure.py

[warning] possibly-missing-attribute - :26:9 - Attribute `clear_exposure_cache` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :26:9 - Attribute `clear_exposure_cache` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :29:9 - Attribute `clear_exposure_cache` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :29:9 - Attribute `clear_exposure_cache` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`

tests/openfeature/test_provider_status.py

[warning] possibly-missing-attribute - :45:20 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :45:20 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :46:20 - Attribute `_config_received` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :46:20 - Attribute `_config_received` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :56:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :56:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :63:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :63:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :64:24 - Attribute `_config_received` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :64:24 - Attribute `_config_received` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :76:28 - Attribute `_config_received` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :76:28 - Attribute `_config_received` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :83:24 - Attribute `_config_received` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :83:24 - Attribute `_config_received` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :84:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :84:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :96:25 - Attribute `PROVIDER_READY` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :96:25 - Attribute `PROVIDER_READY` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :121:32 - Attribute `PROVIDER_READY` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :121:32 - Attribute `PROVIDER_READY` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :136:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :136:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :142:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :142:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :143:24 - Attribute `_config_received` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :143:24 - Attribute `_config_received` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :158:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :158:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :159:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :159:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :166:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :166:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :167:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :167:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :186:29 - Attribute `PROVIDER_READY` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :186:29 - Attribute `PROVIDER_READY` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :192:24 - Attribute `_status` may be missing on object of type `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[error] unresolved-attribute - :192:24 - Attribute `_status` is not defined on `DataDogProvider` in union `ddtrace.internal.openfeature._provider.DataDogProvider | ddtrace.openfeature.DataDogProvider`
[warning] possibly-missing-attribute - :195:36 - Attribute `PROVIDER_READY` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :195:36 - Attribute `PROVIDER_READY` is not defined on `None` in union `Unknown | None`

tests/testing/internal/coverage/test_patch.py

[warning] possibly-missing-attribute - :272:16 - Attribute `_datadog_patch` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :272:16 - Attribute `_datadog_patch` is not defined on `None` in union `Unknown | None`

tests/testing/internal/test_telemetry.py

[warning] possibly-missing-attribute - :49:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :49:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :59:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :59:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :79:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :79:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :89:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :89:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :108:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :108:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :112:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :112:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :120:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :120:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :132:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :132:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :144:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :144:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :151:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :151:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :158:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :158:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :166:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :166:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :174:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :174:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :191:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :191:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :222:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :222:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :238:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :238:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :245:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :245:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :248:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :248:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :255:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :255:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :267:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :267:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :280:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :280:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :283:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :283:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :311:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :311:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :323:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :323:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :332:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :332:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :345:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :345:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :368:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :368:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :405:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :405:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :432:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :432:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :439:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :439:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :446:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :446:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :453:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :453:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :460:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :460:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :479:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :479:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_count_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int = 1, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[warning] possibly-missing-attribute - :497:16 - Attribute `call_args_list` may be missing on object of type `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`
[error] unresolved-attribute - :497:16 - Attribute `call_args_list` is not defined on `bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None` in union `Unknown | (bound method TelemetryWriter.add_distribution_metric(namespace: TELEMETRY_NAMESPACE, name: str, value: int | float, tags: tuple[tuple[str, str], ...] | None = None) -> None)`

tests/tracer/runtime/test_runtime_metrics.py

[warning] possibly-missing-attribute - :171:49 - Attribute `_dogstatsd_client` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :171:49 - Attribute `_dogstatsd_client` is not defined on `None` in union `Unknown | None`

tests/tracer/test_logger.py

[warning] possibly-missing-attribute - :175:30 - Attribute `bucket` may be missing on object of type `LoggingBucket | None`
[error] unresolved-attribute - :175:30 - Attribute `bucket` is not defined on `None` in union `LoggingBucket | None`
[warning] possibly-missing-attribute - :176:26 - Attribute `skipped` may be missing on object of type `LoggingBucket | None`
[error] unresolved-attribute - :176:26 - Attribute `skipped` is not defined on `None` in union `LoggingBucket | None`

tests/tracer/test_pin.py

[warning] possibly-missing-attribute - :27:16 - Attribute `service` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :27:16 - Attribute `service` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :106:16 - Attribute `service` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :106:16 - Attribute `service` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :109:16 - Attribute `service` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :109:16 - Attribute `service` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :119:16 - Attribute `service` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :119:16 - Attribute `service` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :129:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :129:16 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :130:9 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :130:9 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :131:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :131:16 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :138:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :138:16 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :139:9 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :139:9 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :143:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :143:16 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :144:9 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :144:9 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :146:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :146:16 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :147:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :147:16 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :157:9 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :157:9 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :165:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :165:16 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :178:9 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :178:9 - Attribute `_config` is not defined on `None` in union `Pin | None`
[warning] possibly-missing-attribute - :186:16 - Attribute `_config` may be missing on object of type `Pin | None`
[error] unresolved-attribute - :186:16 - Attribute `_config` is not defined on `None` in union `Pin | None`

tests/tracer/test_sampler.py

[warning] possibly-missing-attribute - :204:12 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :204:12 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :205:12 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :205:12 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :260:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :260:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :261:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :261:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :272:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :272:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :273:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :273:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :276:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :276:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :277:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :277:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :288:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :288:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :289:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :289:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :290:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :290:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :293:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :293:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :294:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :294:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :295:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :295:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :307:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :307:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :308:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :308:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :309:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :309:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :313:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :313:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :314:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :314:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :315:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :315:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :329:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :329:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :337:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :337:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :345:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :345:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`

tests/tracer/test_single_span_sampling_rules.py

[warning] possibly-missing-attribute - :48:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :48:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :49:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :49:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :63:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :63:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :64:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :64:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :68:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :68:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :69:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :69:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :78:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :78:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :87:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :87:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :125:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :125:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :126:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :126:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :135:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :135:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :136:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :136:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :145:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :145:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :146:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :146:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :192:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :192:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`
[warning] possibly-missing-attribute - :193:16 - Attribute `pattern` may be missing on object of type `Unknown | GlobMatcher | None`
[error] unresolved-attribute - :193:16 - Attribute `pattern` is not defined on `None` in union `Unknown | GlobMatcher | None`

tests/tracer/test_span.py

[warning] possibly-missing-attribute - :265:24 - Attribute `splitlines` may be missing on object of type `str | None`
[error] unresolved-attribute - :265:24 - Attribute `splitlines` is not defined on `None` in union `str | None`

tests/tracer/test_trace_utils.py

[warning] possibly-missing-attribute - :999:12 - Attribute `pattern` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :999:12 - Attribute `pattern` is not defined on `None` in union `Unknown | None`

tests/tracer/test_tracer.py

[warning] possibly-missing-attribute - :705:12 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :705:12 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :793:49 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :793:49 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :796:20 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :796:20 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :813:16 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :813:54 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :813:16 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[error] unresolved-attribute - :813:54 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :816:16 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :816:16 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :817:16 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :817:16 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :1822:23 - Attribute `_encoder` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :1822:23 - Attribute `_encoder` is not defined on `TraceWriter` in union `Unknown | TraceWriter`

tests/utils.py

[warning] possibly-missing-attribute - :690:16 - Attribute `before_fork` may be missing on object of type `Unknown | NativeWriter | AgentWriter`
[error] unresolved-attribute - :690:16 - Attribute `before_fork` is not defined on `NativeWriter`, `AgentWriter` in union `Unknown | NativeWriter | AgentWriter`
[warning] possibly-missing-attribute - :1238:29 - Attribute `intake_url` may be missing on object of type `Unknown | TraceWriter`
[error] unresolved-attribute - :1238:29 - Attribute `intake_url` is not defined on `TraceWriter` in union `Unknown | TraceWriter`
[warning] possibly-missing-attribute - :1253:17 - Attribute `_headers` may be missing on object of type `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)`
[error] unresolved-attribute - :1253:17 - Attribute `_headers` is not defined on `TraceWriter & ~AgentWriterInterface` in union `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)`
[warning] possibly-missing-attribute - :1295:25 - Attribute `_headers` may be missing on object of type `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)`
[error] unresolved-attribute - :1295:25 - Attribute `_headers` is not defined on `TraceWriter & ~AgentWriterInterface` in union `(Unknown & ~AgentWriterInterface) | (TraceWriter & ~AgentWriterInterface)`
[warning] possibly-missing-attribute - :1371:32 - Attribute `__name__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :1371:32 - Attribute `__name__` is not defined on `None` in union `ModuleType | None`

discord.py (https://github.com/Rapptz/discord.py)

discord/app_commands/commands.py

[warning] possibly-missing-attribute - :688:97 - Attribute `__globals__` may be missing on object of type `((...) -> Coroutine[Any, Any, Unknown]) | Unknown`
[error] unresolved-attribute - :688:97 - Attribute `__globals__` is not defined on `(...) -> Coroutine[Any, Any, Unknown]` in union `((...) -> Coroutine[Any, Any, Unknown]) | Unknown`

discord/emoji.py

[warning] possibly-missing-attribute - :186:16 - Attribute `_get_guild` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :186:16 - Attribute `_get_guild` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :225:30 - Attribute `application_id` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :225:30 - Attribute `application_id` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :229:19 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :229:19 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :232:15 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :232:15 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :282:30 - Attribute `application_id` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :282:30 - Attribute `application_id` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :287:26 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :287:26 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :294:22 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :294:22 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`

discord/ext/commands/converter.py

[warning] possibly-missing-attribute - :1211:89 - Attribute `name` may be missing on object of type `Parameter | None`
[error] unresolved-attribute - :1211:89 - Attribute `name` is not defined on `None` in union `Parameter | None`

discord/soundboard.py

[warning] possibly-missing-attribute - :232:20 - Attribute `get_user` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :232:20 - Attribute `get_user` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :301:22 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :301:22 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :325:15 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :325:15 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`

discord/sticker.py

[warning] possibly-missing-attribute - :230:38 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :230:38 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :369:22 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :369:22 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :420:37 - Attribute `store_user` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :420:37 - Attribute `store_user` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :434:16 - Attribute `_get_guild` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :434:16 - Attribute `_get_guild` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :489:43 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :489:43 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`
[warning] possibly-missing-attribute - :511:15 - Attribute `http` may be missing on object of type `Any | None | ConnectionState[Client]`
[error] unresolved-attribute - :511:15 - Attribute `http` is not defined on `None` in union `Any | None | ConnectionState[Client]`

discord/welcome_screen.py

[warning] possibly-missing-attribute - :104:33 - Attribute `name` may be missing on object of type `(Unknown & _EmojiTag) | PartialEmoji | Emoji | (str & _EmojiTag)`
[error] unresolved-attribute - :104:33 - Attribute `name` is not defined on `str & _EmojiTag` in union `(Unknown & _EmojiTag) | PartialEmoji | Emoji | (str & _EmojiTag)`

django-stubs (https://github.com/typeddjango/django-stubs)

mypy_django_plugin/django/context.py

[warning] possibly-missing-attribute - :328:64 - Attribute `base_field` may be missing on object of type `(Field[Any, Any] & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & mypy_django_plugin.django.context.ArrayField) | (ForeignObjectRel & mypy_django_plugin.django.context.ArrayField)`
[error] unresolved-attribute - :328:64 - Attribute `base_field` is not defined on `Field[Any, Any] & ArrayField`, `ForeignObjectRel & ArrayField` in union `(Field[Any, Any] & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (ForeignObjectRel & Top[django.contrib.postgres.fields.array.ArrayField[Unknown, Unknown]]) | (Field[Any, Any] & mypy_django_plugin.django.context.ArrayField) | (ForeignObjectRel & mypy_django_plugin.django.context.ArrayField)`

dragonchain (https://github.com/dragonchain/dragonchain)

dragonchain/broadcast_processor/broadcast_functions.py

[warning] possibly-missing-attribute - :95:32 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :95:32 - Attribute `group` is not defined on `None` in union `Match[str] | None`

dragonchain/job_processor/contract_job.py

[warning] possibly-missing-attribute - :167:24 - Attribute `split` may be missing on object of type `Unknown | None | (Divergent & ~AlwaysFalsy)`
[error] unresolved-attribute - :167:24 - Attribute `split` is not defined on `None` in union `Unknown | None | (Divergent & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :301:30 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :301:30 - Attribute `items` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :419:13 - Attribute `update` may be missing on object of type `Unknown | None | (Divergent & ~AlwaysFalsy)`
[error] unresolved-attribute - :419:13 - Attribute `update` is not defined on `None` in union `Unknown | None | (Divergent & ~AlwaysFalsy)`

dragonchain/job_processor/contract_job_utest.py

[warning] possibly-missing-attribute - :269:13 - Attribute `assert_called_once` may be missing on object of type `Unknown | (bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None) | MagicMock`
[error] unresolved-attribute - :269:13 - Attribute `assert_called_once` is not defined on `bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None` in union `Unknown | (bound method SmartContractModel.set_state(state: str | ContractState, msg: str = "") -> None) | MagicMock`
[warning] possibly-missing-attribute - :502:13 - Attribute `assert_called` may be missing on object of type `Unknown | (bound method SmartContractModel.save() -> None)`
[error] unresolved-attribute - :502:13 - Attribute `assert_called` is not defined on `bound method SmartContractModel.save() -> None` in union `Unknown | (bound method SmartContractModel.save() -> None)`

dragonchain/lib/authorization.py

[warning] possibly-missing-attribute - :315:19 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :315:19 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :317:25 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :317:25 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :340:31 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :340:31 - Attribute `group` is not defined on `None` in union `Match[str] | None`

dragonchain/lib/crypto.py

[warning] possibly-missing-attribute - :238:23 - Attribute `encode` may be missing on object of type `Unknown | None | str`
[error] unresolved-attribute - :238:23 - Attribute `encode` is not defined on `None` in union `Unknown | None | str`

dulwich (https://github.com/dulwich/dulwich)

dulwich/midx.py

[warning] possibly-missing-attribute - :277:24 - Attribute `find` may be missing on object of type `Unknown | bytes | None`
[error] unresolved-attribute - :277:24 - Attribute `find` is not defined on `None` in union `Unknown | bytes | None`

dulwich/walk.py

[warning] possibly-missing-attribute - :377:17 - Attribute `add` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - :377:17 - Attribute `add` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :378:17 - Attribute `remove` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`
[error] unresolved-attribute - :378:17 - Attribute `remove` is not defined on `Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Sequence[bytes] & ~AlwaysTruthy & ~AlwaysFalsy) | (set[Unknown] & ~AlwaysFalsy)`

egglog-python (https://github.com/egraphs-good/egglog-python)

python/egglog/declarations.py

[warning] possibly-missing-attribute - :187:15 - Attribute `copy` may be missing on object of type `HasDeclerations | None | Declarations`
[error] unresolved-attribute - :187:15 - Attribute `copy` is not defined on `HasDeclerations`, `None` in union `HasDeclerations | None | Declarations`

python/egglog/ipython_magic.py

[warning] possibly-missing-attribute - :40:36 - Attribute `to_graphviz_string` may be missing on object of type `Unknown | EGraph`
[error] unresolved-attribute - :40:36 - Attribute `to_graphviz_string` is not defined on `EGraph` in union `Unknown | EGraph`

freqtrade (https://github.com/freqtrade/freqtrade)

freqtrade/data/entryexitanalysis.py

[warning] possibly-missing-attribute - :312:36 - Attribute `lower` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :312:36 - Attribute `lower` is not defined on `None` in union `Unknown | None`

freqtrade/freqai/data_kitchen.py

[warning] possibly-missing-attribute - :185:27 - Attribute `sample` may be missing on object of type `Unknown | ndarray[tuple[int], dtype[float64]]`
[error] unresolved-attribute - :185:27 - Attribute `sample` is not defined on `ndarray[tuple[int], dtype[float64]]` in union `Unknown | ndarray[tuple[int], dtype[float64]]`

freqtrade/freqai/freqai_interface.py

[warning] possibly-missing-attribute - :332:30 - Attribute `use_strategy_to_populate_indicators` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :332:30 - Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :343:33 - Attribute `use_strategy_to_populate_indicators` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :343:33 - Attribute `use_strategy_to_populate_indicators` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :491:14 - Attribute `check_if_model_expired` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :491:14 - Attribute `check_if_model_expired` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :888:36 - Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :888:36 - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :894:50 - Attribute `pair` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :894:50 - Attribute `pair` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :897:56 - Attribute `pair` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :897:56 - Attribute `pair` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :901:45 - Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :901:45 - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :902:69 - Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :902:69 - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :905:44 - Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :905:44 - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :906:68 - Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :906:68 - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :908:38 - Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :908:38 - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`
[warning] possibly-missing-attribute - :909:64 - Attribute `data` may be missing on object of type `Unknown | FreqaiDataKitchen | None`
[error] unresolved-attribute - :909:64 - Attribute `data` is not defined on `None` in union `Unknown | FreqaiDataKitchen | None`

freqtrade/rpc/discord.py

[warning] possibly-missing-attribute - :57:21 - Attribute `append` may be missing on object of type `Unknown | str | int | list[Unknown]`
[error] unresolved-attribute - :57:21 - Attribute `append` is not defined on `str`, `int` in union `Unknown | str | int | list[Unknown]`

freqtrade/rpc/external_message_consumer.py

[warning] possibly-missing-attribute - :155:17 - Attribute `create_task` may be missing on object of type `Unknown | None | AbstractEventLoop`
[error] unresolved-attribute - :155:17 - Attribute `create_task` is not defined on `None` in union `Unknown | None | AbstractEventLoop`
[warning] possibly-missing-attribute - :164:13 - Attribute `stop` may be missing on object of type `Unknown | None | AbstractEventLoop`
[error] unresolved-attribute - :164:13 - Attribute `stop` is not defined on `None` in union `Unknown | None | AbstractEventLoop`

freqtrade/strategy/strategyupdater.py

[warning] possibly-missing-attribute - :177:17 - Attribute `add` may be missing on object of type `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`
[error] unresolved-attribute - :177:17 - Attribute `add` is not defined on `list[Unknown | tuple[str, str]]` in union `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`
[warning] possibly-missing-attribute - :183:13 - Attribute `add` may be missing on object of type `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`
[error] unresolved-attribute - :183:13 - Attribute `add` is not defined on `list[Unknown | tuple[str, str]]` in union `Unknown | set[Unknown] | list[Unknown | tuple[str, str]]`

graphql-core (https://github.com/graphql-python/graphql-core)

src/graphql/pyutils/cached_property.py

[warning] possibly-missing-attribute - :33:34 - Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :33:34 - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`

tests/language/test_parser.py

[warning] possibly-missing-attribute - :649:16 - Attribute `kind` may be missing on object of type `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`
[error] unresolved-attribute - :649:16 - Attribute `kind` is not defined on `Location & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :650:16 - Attribute `value` may be missing on object of type `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`
[error] unresolved-attribute - :650:16 - Attribute `value` is not defined on `Location & ~AlwaysTruthy & ~AlwaysFalsy` in union `(Location & ~AlwaysTruthy & ~AlwaysFalsy) | (Token & ~AlwaysFalsy)`

httpx-caching (https://github.com/johtso/httpx-caching)

setup.py

[warning] possibly-missing-attribute - :15:12 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :15:12 - Attribute `group` is not defined on `None` in union `Match[str] | None`

hydpy (https://github.com/hydpy-dev/hydpy)

hydpy/auxs/armatools.py

[warning] possibly-missing-attribute - :257:19 - Attribute `moment1` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :257:19 - Attribute `moment1` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :733:43 - Attribute `order` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :733:59 - Attribute `turningpoint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :733:43 - Attribute `order` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :733:59 - Attribute `turningpoint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :747:13 - Attribute `order` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :747:13 - Attribute `order` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :769:32 - Attribute `moments` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :769:32 - Attribute `moments` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :841:29 - Attribute `coefs` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :841:55 - Attribute `coefs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :841:29 - Attribute `coefs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :841:55 - Attribute `coefs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :844:38 - Attribute `order` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :844:38 - Attribute `order` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :855:52 - Attribute `order` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :855:52 - Attribute `order` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :889:30 - Attribute `delays` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :889:30 - Attribute `delays` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :905:22 - Attribute `delays` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :905:22 - Attribute `delays` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :916:19 - Attribute `delays` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :916:19 - Attribute `delays` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :925:22 - Attribute `delays` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :925:22 - Attribute `delays` is not defined on `None` in union `Unknown | None`

hydpy/core/auxfiletools.py

[warning] possibly-missing-attribute - :751:25 - Attribute `__name__` may be missing on object of type `type[Parameter] | None`
[error] unresolved-attribute - :751:25 - Attribute `__name__` is not defined on `None` in union `type[Parameter] | None`
[warning] possibly-missing-attribute - :755:21 - Attribute `__name__` may be missing on object of type `type[Parameter] | None`
[error] unresolved-attribute - :755:21 - Attribute `__name__` is not defined on `None` in union `type[Parameter] | None`

hydpy/core/parametertools.py

[warning] possibly-missing-attribute - :121:17 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :121:17 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :122:28 - Attribute `f_locals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :122:28 - Attribute `f_locals` is not defined on `None` in union `FrameType | None`

hydpy/core/seriestools.py

[warning] possibly-missing-attribute - :321:17 - Attribute `__name__` may be missing on object of type `Any | (((ndarray[tuple[Any, ...], dtype[float64]], /) -> int | float) & ~str)`
[error] unresolved-attribute - :321:17 - Attribute `__name__` is not defined on `((ndarray[tuple[Any, ...], dtype[float64]], /) -> int | float) & ~str` in union `Any | (((ndarray[tuple[Any, ...], dtype[float64]], /) -> int | float) & ~str)`

ibis (https://github.com/ibis-project/ibis)

ibis/backends/__init__.py

[warning] possibly-missing-attribute - :1526:12 - Attribute `endswith` may be missing on object of type `str | Path`
[error] unresolved-attribute - :1526:12 - Attribute `endswith` is not defined on `Path` in union `str | Path`
[warning] possibly-missing-attribute - :1538:12 - Attribute `endswith` may be missing on object of type `str | Path`
[error] unresolved-attribute - :1538:12 - Attribute `endswith` is not defined on `Path` in union `str | Path`

ibis/backends/athena/__init__.py

[warning] possibly-missing-attribute - :62:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :62:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/athena/tests/conftest.py

[warning] possibly-missing-attribute - :87:9 - Attribute `create_database` may be missing on object of type `Unknown | BaseBackend`
[error] unresolved-attribute - :87:9 - Attribute `create_database` is not defined on `BaseBackend` in union `Unknown | BaseBackend`

ibis/backends/clickhouse/__init__.py

[warning] possibly-missing-attribute - :466:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :466:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :681:36 - Attribute `schema` may be missing on object of type `None | Table | (DataFrame & Expr) | (Unknown & Expr)`
[error] unresolved-attribute - :681:36 - Attribute `schema` is not defined on `None` in union `None | Table | (DataFrame & Expr) | (Unknown & Expr)`

ibis/backends/databricks/__init__.py

[warning] possibly-missing-attribute - :109:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :109:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :217:25 - Attribute `to_sqlglot_column_defs` may be missing on object of type `None | Schema | @Todo`
[error] unresolved-attribute - :217:25 - Attribute `to_sqlglot_column_defs` is not defined on `None` in union `None | Schema | @Todo`

ibis/backends/datafusion/__init__.py

[warning] possibly-missing-attribute - :310:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :310:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/druid/tests/conftest.py

[warning] possibly-missing-attribute - :86:37 - Attribute `groupdict` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :86:37 - Attribute `groupdict` is not defined on `None` in union `Match[str] | None`

ibis/backends/duckdb/__init__.py

[warning] possibly-missing-attribute - :115:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :115:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/impala/__init__.py

[warning] possibly-missing-attribute - :1493:14 - Attribute `startswith` may be missing on object of type `None | Unknown | str`
[error] unresolved-attribute - :1493:14 - Attribute `startswith` is not defined on `None` in union `None | Unknown | str`

ibis/backends/materialize/__init__.py

[warning] possibly-missing-attribute - :837:24 - Attribute `upper` may be missing on object of type `str | None`
[error] unresolved-attribute - :837:24 - Attribute `upper` is not defined on `None` in union `str | None`

ibis/backends/materialize/tests/test_mz_now.py

[warning] possibly-missing-attribute - :124:29 - Attribute `lower` may be missing on object of type `str | None`
[error] unresolved-attribute - :124:29 - Attribute `lower` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :126:27 - Attribute `lower` may be missing on object of type `str | None`
[error] unresolved-attribute - :126:27 - Attribute `lower` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :219:28 - Attribute `lower` may be missing on object of type `str | None`
[error] unresolved-attribute - :219:28 - Attribute `lower` is not defined on `None` in union `str | None`

ibis/backends/mssql/__init__.py

[warning] possibly-missing-attribute - :448:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :448:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/mysql/__init__.py

[warning] possibly-missing-attribute - :280:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :280:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/oracle/__init__.py

[warning] possibly-missing-attribute - :98:25 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :98:25 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :273:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :273:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/polars/rewrites.py

[warning] possibly-missing-attribute - :131:47 - Attribute `items` may be missing on object of type `Unknown | Attribute`
[error] unresolved-attribute - :131:47 - Attribute `items` is not defined on `Attribute` in union `Unknown | Attribute`

ibis/backends/postgres/__init__.py

[warning] possibly-missing-attribute - :694:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :694:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :702:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :702:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/pyspark/__init__.py

[warning] possibly-missing-attribute - :487:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :487:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/risingwave/__init__.py

[warning] possibly-missing-attribute - :916:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :916:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/singlestoredb/__init__.py

[warning] possibly-missing-attribute - :851:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :851:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/singlestoredb/tests/test_datatypes.py

[warning] possibly-missing-attribute - :79:16 - Attribute `func` may be missing on object of type `Unknown | <class 'Decimal'> | <class 'Int8'> | ... omitted 14 union elements`
[error] unresolved-attribute - :79:16 - Attribute `func` is not defined on `<class 'Decimal'>`, `<class 'Int8'>`, `<class 'Int16'>`, `<class 'Int32'>`, `<class 'Float32'>`, `<class 'Float64'>`, `<class 'Int64'>`, `<class 'String'>`, `<class 'Date'>`, `<class 'Time'>`, `<class 'Timestamp'>`, `<class 'UInt8'>`, `<class 'Binary'>`, `<class 'JSON'>`, `<class 'Null'>` in union `Unknown | <class 'Decimal'> | <class 'Int8'> | ... omitted 14 union elements`

ibis/backends/snowflake/__init__.py

[warning] possibly-missing-attribute - :704:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :704:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :711:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :711:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/backends/snowflake/tests/conftest.py

[warning] possibly-missing-attribute - :218:16 - Attribute `cast` may be missing on object of type `Table | None`
[error] unresolved-attribute - :218:16 - Attribute `cast` is not defined on `None` in union `Table | None`

ibis/backends/sql/compilers/datafusion.py

[warning] possibly-missing-attribute - :93:54 - Attribute `name` may be missing on object of type `Literal[TimestampUnit.SECOND, TimestampUnit.MICROSECOND] | str`
[error] unresolved-attribute - :93:54 - Attribute `name` is not defined on `str` in union `Literal[TimestampUnit.SECOND, TimestampUnit.MICROSECOND] | str`

ibis/backends/sql/compilers/snowflake.py

[warning] possibly-missing-attribute - :334:16 - Attribute `regexp_split` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :334:16 - Attribute `regexp_split` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :347:48 - Attribute `object_values` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :347:48 - Attribute `object_values` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :365:13 - Attribute `object_merge` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :365:13 - Attribute `object_merge` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :433:16 - Attribute `array_repeat` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :433:16 - Attribute `array_repeat` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :459:13 - Attribute `array_zip` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :459:13 - Attribute `array_zip` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :920:16 - Attribute `array_any` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :920:16 - Attribute `array_any` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :923:16 - Attribute `array_all` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :923:16 - Attribute `array_all` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :926:26 - Attribute `array_sum` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :926:26 - Attribute `array_sum` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :929:26 - Attribute `array_avg` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :929:26 - Attribute `array_avg` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`

ibis/backends/sql/datatypes.py

[warning] possibly-missing-attribute - :1371:23 - Attribute `this` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1371:23 - Attribute `this` is not defined on `None` in union `Unknown | None`

ibis/backends/sql/ddl.py

[warning] possibly-missing-attribute - :22:17 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :22:17 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

ibis/backends/sqlite/__init__.py

[warning] possibly-missing-attribute - :522:46 - Attribute `schema` may be missing on object of type `Table | DataFrame | Unknown | None`
[error] unresolved-attribute - :522:46 - Attribute `schema` is not defined on `None` in union `Table | DataFrame | Unknown | None`
[warning] possibly-missing-attribute - :535:53 - Attribute `get_name` may be missing on object of type `Table | DataFrame | Unknown | None`
[error] unresolved-attribute - :535:53 - Attribute `get_name` is not defined on `None` in union `Table | DataFrame | Unknown | None`

ibis/backends/tests/base.py

[warning] possibly-missing-attribute - :115:30 - Attribute `__file__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :115:30 - Attribute `__file__` is not defined on `None` in union `ModuleType | None`

ibis/backends/trino/__init__.py

[warning] possibly-missing-attribute - :77:21 - Attribute `sql` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :77:21 - Attribute `sql` is not defined on `str` in union `str | Unknown`

ibis/common/annotations.py

[warning] possibly-missing-attribute - :62:55 - Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :62:55 - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :87:19 - Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :87:19 - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :93:18 - Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Unknown)`
[error] unresolved-attribute - :93:18 - Attribute `__name__` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown)`

ibis/common/egraph.py

[warning] possibly-missing-attribute - :732:44 - Attribute `matcher` may be missing on object of type `list[Rewrite] | Rewrite`
[error] unresolved-attribute - :732:44 - Attribute `matcher` is not defined on `list[Rewrite]` in union `list[Rewrite] | Rewrite`
[warning] possibly-missing-attribute - :733:25 - Attribute `applier` may be missing on object of type `list[Rewrite] | Rewrite`
[warning] possibly-missing-attribute - :733:25 - Attribute `substitute` may be missing on object of type `((...) -> Unknown) | Pattern | Variable`
[error] unresolved-attribute - :733:25 - Attribute `applier` is not defined on `list[Rewrite]` in union `list[Rewrite] | Rewrite`
[error] unresolved-attribute - :733:25 - Attribute `substitute` is not defined on `(...) -> Unknown` in union `((...) -> Unknown) | Pattern | Variable`

ibis/common/graph.py

[warning] possibly-missing-attribute - :412:34 - Attribute `nodes` may be missing on object of type `Graph | Node`
[error] unresolved-attribute - :412:34 - Attribute `nodes` is not defined on `Node` in union `Graph | Node`

ibis/common/tests/test_grounds.py

[warning] possibly-missing-attribute - :643:16 - Attribute `a` may be missing on object of type `Unknown | Annotable`
[error] unresolved-attribute - :643:16 - Attribute `a` is not defined on `Annotable` in union `Unknown | Annotable`
[warning] possibly-missing-attribute - :644:16 - Attribute `b` may be missing on object of type `Unknown | Annotable`
[error] unresolved-attribute - :644:16 - Attribute `b` is not defined on `Annotable` in union `Unknown | Annotable`
[warning] possibly-missing-attribute - :645:16 - Attribute `args` may be missing on object of type `Unknown | Annotable`
[error] unresolved-attribute - :645:16 - Attribute `args` is not defined on `Annotable` in union `Unknown | Annotable`
[warning] possibly-missing-attribute - :693:20 - Attribute `upper` may be missing on object of type `Unknown | Argument`
[error] unresolved-attribute - :693:20 - Attribute `upper` is not defined on `Argument` in union `Unknown | Argument`

ibis/examples/gen_registry.py

[warning] possibly-missing-attribute - :331:27 - Attribute `get` may be missing on object of type `dict[str, str] | None`
[error] unresolved-attribute - :331:27 - Attribute `get` is not defined on `None` in union `dict[str, str] | None`

ibis/expr/format.py

[warning] possibly-missing-attribute - :177:18 - Attribute `op` may be missing on object of type `Node | Unknown`
[error] unresolved-attribute - :177:18 - Attribute `op` is not defined on `Node` in union `Node | Unknown`

ibis/expr/rewrites.py

[warning] possibly-missing-attribute - :177:37 - Attribute `__contains__` may be missing on object of type `FrozenDict[Value[Unknown, Any], tuple[Value[Unknown, Any], ...]] | None`
[error] unresolved-attribute - :177:37 - Attribute `__contains__` is not defined on `None` in union `FrozenDict[Value[Unknown, Any], tuple[Value[Unknown, Any], ...]] | None`

ibis/expr/sql.py

[warning] possibly-missing-attribute - :68:59 - Attribute `name` may be missing on object of type `Any | None`
[error] unresolved-attribute - :68:59 - Attribute `name` is not defined on `None` in union `Any | None`

ibis/expr/types/generic.py

[warning] possibly-missing-attribute - :843:24 - Attribute `items` may be missing on object of type `Value | dict[Unknown, Unknown]`
[error] unresolved-attribute - :843:24 - Attribute `items` is not defined on `Value` in union `Value | dict[Unknown, Unknown]`

ibis/expr/types/relations.py

[warning] possibly-missing-attribute - :1474:67 - Attribute `values` may be missing on object of type `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[error] unresolved-attribute - :1474:67 - Attribute `values` is not defined on `Scalar`, `Sequence[Scalar | Deferred]`, `None` in union `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[warning] possibly-missing-attribute - :1475:28 - Attribute `copy` may be missing on object of type `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[error] unresolved-attribute - :1475:28 - Attribute `copy` is not defined on `Scalar`, `Sequence[Scalar | Deferred]`, `None` in union `Scalar | Deferred | Sequence[Scalar | Deferred] | None`
[warning] possibly-missing-attribute - :4513:13 - Attribute `setdefault` may be missing on object of type `(((str, /) -> Value) & Top[Mapping[Unknown, object]]) | Mapping[str, (str, /) -> Value] | Unknown`
[error] unresolved-attribute - :4513:13 - Attribute `setdefault` is not defined on `((str, /) -> Value) & Top[Mapping[Unknown, object]]`, `Mapping[str, (str, /) -> Value]` in union `(((str, /) -> Value) & Top[Mapping[Unknown, object]]) | Mapping[str, (str, /) -> Value] | Unknown`
[warning] possibly-missing-attribute - :4527:50 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :4527:50 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

ibis/selectors.py

[warning] possibly-missing-attribute - :446:32 - Attribute `items` may be missing on object of type `Resolver | ((Value, /) -> Value) | Unknown`
[error] unresolved-attribute - :446:32 - Attribute `items` is not defined on `Resolver`, `(Value, /) -> Value` in union `Resolver | ((Value, /) -> Value) | Unknown`

ibis/tests/benchmarks/benchfuncs.py

[warning] possibly-missing-attribute - :182:32 - Attribute `ifelse` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :182:32 - Attribute `ifelse` is not defined on `bool` in union `BooleanValue | bool`

ibis/tests/expr/test_value_exprs.py

[warning] possibly-missing-attribute - :617:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :617:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`
[warning] possibly-missing-attribute - :618:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :618:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`
[warning] possibly-missing-attribute - :619:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :619:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`
[warning] possibly-missing-attribute - :620:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :620:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`
[warning] possibly-missing-attribute - :627:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :627:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`
[warning] possibly-missing-attribute - :628:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :628:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`
[warning] possibly-missing-attribute - :629:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :629:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`
[warning] possibly-missing-attribute - :630:12 - Attribute `equals` may be missing on object of type `BooleanValue | bool`
[error] unresolved-attribute - :630:12 - Attribute `equals` is not defined on `bool` in union `BooleanValue | bool`

ignite (https://github.com/pytorch/ignite)

examples/mnist/mnist.py

[warning] possibly-missing-attribute - :99:23 - Attribute `name` may be missing on object of type `Events | None`
[warning] possibly-missing-attribute - :99:79 - Attribute `name` may be missing on object of type `Events | None`
[error] unresolved-attribute - :99:23 - Attribute `name` is not defined on `None` in union `Events | None`
[error] unresolved-attribute - :99:79 - Attribute `name` is not defined on `None` in union `Events | None`

examples/notebooks/Cifar10_Ax_hyperparam_tuning.ipynb:cell 28

[warning] possibly-missing-attribute - :4:13 - Attribute `half` may be missing on object of type `Unknown | Sequence[Unknown] | Mapping[Unknown, Unknown] | str | bytes`
[error] unresolved-attribute - :4:13 - Attribute `half` is not defined on `Sequence[Unknown]`, `Mapping[Unknown, Unknown]`, `str`, `bytes` in union `Unknown | Sequence[Unknown] | Mapping[Unknown, Unknown] | str | bytes`

examples/references/segmentation/pascal_voc2012/dataflow.py

[warning] possibly-missing-attribute - :229:9 - Attribute `long` may be missing on object of type `Unknown | Sequence[Unknown] | Mapping[Unknown, Unknown] | str | bytes`
[error] unresolved-attribute - :229:9 - Attribute `long` is not defined on `Sequence[Unknown]`, `Mapping[Unknown, Unknown]`, `str`, `bytes` in union `Unknown | Sequence[Unknown] | Mapping[Unknown, Unknown] | str | bytes`

examples/reinforcement_learning/actor_critic.py

[warning] possibly-missing-attribute - :159:13 - Attribute `timestep` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :159:13 - Attribute `timestep` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :160:47 - Attribute `ep_reward` may be missing on object of type `Unknown | State`
[warning] possibly-missing-attribute - :160:86 - Attribute `running_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :160:47 - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - :160:86 - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :168:50 - Attribute `ep_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :168:50 - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :169:34 - Attribute `running_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :169:34 - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :175:26 - Attribute `running_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :175:26 - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :179:45 - Attribute `timestep` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :179:45 - Attribute `timestep` is not defined on `State` in union `Unknown | State`

examples/reinforcement_learning/reinforce.py

[warning] possibly-missing-attribute - :100:47 - Attribute `ep_reward` may be missing on object of type `Unknown | State`
[warning] possibly-missing-attribute - :100:86 - Attribute `running_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :100:47 - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[error] unresolved-attribute - :100:86 - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :107:50 - Attribute `ep_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :107:50 - Attribute `ep_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :108:34 - Attribute `running_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :108:34 - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :113:26 - Attribute `running_reward` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :113:26 - Attribute `running_reward` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :117:45 - Attribute `timestep` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :117:45 - Attribute `timestep` is not defined on `State` in union `Unknown | State`

ignite/handlers/clearml_logger.py

[warning] possibly-missing-attribute - :501:46 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :501:46 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[warning] possibly-missing-attribute - :690:44 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :690:44 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`

ignite/handlers/neptune_logger.py

[warning] possibly-missing-attribute - :505:42 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :505:42 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[warning] possibly-missing-attribute - :609:40 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :609:40 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`

ignite/handlers/tensorboard_logger.py

[warning] possibly-missing-attribute - :475:40 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :475:40 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[warning] possibly-missing-attribute - :639:38 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :639:38 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`

ignite/handlers/visdom_logger.py

[warning] possibly-missing-attribute - :489:40 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :489:40 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`
[warning] possibly-missing-attribute - :540:38 - Attribute `__name__` may be missing on object of type `Unknown | ((Unknown, /) -> int | float | Unknown)`
[error] unresolved-attribute - :540:38 - Attribute `__name__` is not defined on `(Unknown, /) -> int | float | Unknown` in union `Unknown | ((Unknown, /) -> int | float | Unknown)`

tests/ignite/contrib/engines/test_tbptt.py

[warning] possibly-missing-attribute - :24:12 - Attribute `grad_fn` may be missing on object of type `Unknown | Sequence[Unknown] | Mapping[Unknown, Unknown] | str | bytes`
[error] unresolved-attribute - :24:12 - Attribute `grad_fn` is not defined on `Sequence[Unknown]`, `Mapping[Unknown, Unknown]`, `str`, `bytes` in union `Unknown | Sequence[Unknown] | Mapping[Unknown, Unknown] | str | bytes`

tests/ignite/distributed/check_idist_parallel.py

[warning] possibly-missing-attribute - :17:9 - Attribute `item` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :17:9 - Attribute `item` is not defined on `int`, `float` in union `Unknown | int | float`

tests/ignite/distributed/comp_models/test_horovod.py

[warning] possibly-missing-attribute - :97:12 - Attribute `backend` may be missing on object of type `_HorovodDistModel | None`
[error] unresolved-attribute - :97:12 - Attribute `backend` is not defined on `None` in union `_HorovodDistModel | None`
[warning] possibly-missing-attribute - :122:12 - Attribute `backend` may be missing on object of type `_HorovodDistModel | None`
[error] unresolved-attribute - :122:12 - Attribute `backend` is not defined on `None` in union `_HorovodDistModel | None`

tests/ignite/distributed/comp_models/test_xla.py

[warning] possibly-missing-attribute - :104:12 - Attribute `backend` may be missing on object of type `_XlaDistModel | None`
[error] unresolved-attribute - :104:12 - Attribute `backend` is not defined on `None` in union `_XlaDistModel | None`
[warning] possibly-missing-attribute - :125:12 - Attribute `backend` may be missing on object of type `_XlaDistModel | None`
[error] unresolved-attribute - :125:12 - Attribute `backend` is not defined on `None` in union `_XlaDistModel | None`
[warning] possibly-missing-attribute - :163:12 - Attribute `device` may be missing on object of type `_XlaDistModel | None`
[error] unresolved-attribute - :163:12 - Attribute `device` is not defined on `None` in union `_XlaDistModel | None`
[warning] possibly-missing-attribute - :184:63 - Attribute `device` may be missing on object of type `_XlaDistModel | None`
[error] unresolved-attribute - :184:63 - Attribute `device` is not defined on `None` in union `_XlaDistModel | None`

tests/ignite/distributed/test_launcher.py

[warning] possibly-missing-attribute - :53:19 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[warning] possibly-missing-attribute - :53:48 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :53:19 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[error] unresolved-attribute - :53:48 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :54:92 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :54:92 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :55:16 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[warning] possibly-missing-attribute - :55:45 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :55:16 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[error] unresolved-attribute - :55:45 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

tests/ignite/distributed/utils/__init__.py

[warning] possibly-missing-attribute - :80:12 - Attribute `item` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :80:12 - Attribute `item` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :85:12 - Attribute `item` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :85:12 - Attribute `item` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :88:11 - Attribute `item` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :88:11 - Attribute `item` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :93:11 - Attribute `item` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :93:11 - Attribute `item` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :100:12 - Attribute `equal` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :100:12 - Attribute `equal` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :103:11 - Attribute `item` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :103:11 - Attribute `item` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :118:16 - Attribute `device` may be missing on object of type `Unknown | int | float`
[warning] possibly-missing-attribute - :118:43 - Attribute `device` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :118:16 - Attribute `device` is not defined on `int`, `float` in union `Unknown | int | float`
[error] unresolved-attribute - :118:43 - Attribute `device` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :173:12 - Attribute `all` may be missing on object of type `Unknown | bool`
[error] unresolved-attribute - :173:12 - Attribute `all` is not defined on `bool` in union `Unknown | bool`
[warning] possibly-missing-attribute - :194:12 - Attribute `shape` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :194:12 - Attribute `shape` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :195:12 - Attribute `dtype` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :195:12 - Attribute `dtype` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :199:12 - Attribute `all` may be missing on object of type `Unknown | bool`
[error] unresolved-attribute - :199:12 - Attribute `all` is not defined on `bool` in union `Unknown | bool`
[warning] possibly-missing-attribute - :402:12 - Attribute `item` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :402:12 - Attribute `item` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :457:24 - Attribute `item` may be missing on object of type `Unknown | int | float | str`
[error] unresolved-attribute - :457:24 - Attribute `item` is not defined on `int`, `float`, `str` in union `Unknown | int | float | str`
[warning] possibly-missing-attribute - :459:24 - Attribute `item` may be missing on object of type `Unknown | int | float | str`
[error] unresolved-attribute - :459:24 - Attribute `item` is not defined on `int`, `float`, `str` in union `Unknown | int | float | str`
[warning] possibly-missing-attribute - :482:24 - Attribute `item` may be missing on object of type `Unknown | int | float | str`
[error] unresolved-attribute - :482:24 - Attribute `item` is not defined on `int`, `float`, `str` in union `Unknown | int | float | str`
[warning] possibly-missing-attribute - :484:24 - Attribute `item` may be missing on object of type `Unknown | int | float | str`
[error] unresolved-attribute - :484:24 - Attribute `item` is not defined on `int`, `float`, `str` in union `Unknown | int | float | str`

tests/ignite/engine/test_custom_events.py

[warning] possibly-missing-attribute - :124:12 - Attribute `test_event` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :124:12 - Attribute `test_event` is not defined on `State` in union `Unknown | State`

tests/ignite/engine/test_deterministic.py

[warning] possibly-missing-attribute - :880:12 - Attribute `device` may be missing on object of type `Unknown | tuple[Any, ...]`
[error] unresolved-attribute - :880:12 - Attribute `device` is not defined on `tuple[Any, ...]` in union `Unknown | tuple[Any, ...]`

tests/ignite/engine/test_engine_state_dict.py

[warning] possibly-missing-attribute - :115:31 - Attribute `alpha` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :115:31 - Attribute `alpha` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :116:30 - Attribute `beta` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :116:30 - Attribute `beta` is not defined on `State` in union `Unknown | State`

tests/ignite/engine/test_event_handlers.py

[warning] possibly-missing-attribute - :214:20 - Attribute `_parent` may be missing on object of type `Unknown | ((...) -> Unknown) | None`
[error] unresolved-attribute - :214:20 - Attribute `_parent` is not defined on `(...) -> Unknown`, `None` in union `Unknown | ((...) -> Unknown) | None`

tests/ignite/handlers/test_ema_handler.py

[warning] possibly-missing-attribute - :68:20 - Attribute `ema_momentum` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :68:20 - Attribute `ema_momentum` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :70:20 - Attribute `ema_momentum` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :70:20 - Attribute `ema_momentum` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :74:36 - Attribute `ema_momentum` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :74:36 - Attribute `ema_momentum` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :141:16 - Attribute `ema_momentum` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :141:16 - Attribute `ema_momentum` is not defined on `State` in union `Unknown | State`

tests/ignite/handlers/test_param_scheduler.py

[warning] possibly-missing-attribute - :484:21 - Attribute `param_history` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :484:21 - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :554:21 - Attribute `param_history` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :554:21 - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :627:21 - Attribute `param_history` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :627:21 - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :655:17 - Attribute `param_history` may be missing on object of type `(Unknown & ~<Protocol with members 'param_history'>) | (State & ~<Protocol with members 'param_history'>)`
[error] unresolved-attribute - :655:17 - Attribute `param_history` is not defined on `State & ~<Protocol with members 'param_history'>` in union `(Unknown & ~<Protocol with members 'param_history'>) | (State & ~<Protocol with members 'param_history'>)`
[warning] possibly-missing-attribute - :1121:29 - Attribute `param_history` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :1121:29 - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :1368:34 - Attribute `param_history` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :1368:34 - Attribute `param_history` is not defined on `State` in union `Unknown | State`

tests/ignite/handlers/test_state_param_scheduler.py

[warning] possibly-missing-attribute - :362:13 - Attribute `param_history` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :362:13 - Attribute `param_history` is not defined on `State` in union `Unknown | State`
[warning] possibly-missing-attribute - :363:13 - Attribute `param_history` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :363:13 - Attribute `param_history` is not defined on `State` in union `Unknown | State`

tests/ignite/handlers/test_time_limit.py

[warning] possibly-missing-attribute - :36:12 - Attribute `is_terminated` may be missing on object of type `Unknown | State`
[error] unresolved-attribute - :36:12 - Attribute `is_terminated` is not defined on `State` in union `Unknown | State`

tests/ignite/metrics/clustering/test_calinski_harabasz_score.py

[warning] possibly-missing-attribute - :141:27 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :141:27 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :142:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :142:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :192:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :192:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :193:27 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :193:27 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/clustering/test_davies_bouldin_score.py

[warning] possibly-missing-attribute - :141:27 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :141:27 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :142:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :142:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :192:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :192:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :193:27 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :193:27 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/clustering/test_silhouette_score.py

[warning] possibly-missing-attribute - :141:27 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :141:27 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :142:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :142:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :192:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :192:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :193:27 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :193:27 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_canberra_metric.py

[warning] possibly-missing-attribute - :112:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :112:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :113:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :113:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :159:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :159:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :160:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :160:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_fractional_absolute_error.py

[warning] possibly-missing-attribute - :106:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :106:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :107:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :107:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :156:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :156:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :157:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :157:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_fractional_bias.py

[warning] possibly-missing-attribute - :127:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :127:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :128:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :128:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :179:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :179:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :180:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :180:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_geometric_mean_absolute_error.py

[warning] possibly-missing-attribute - :109:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :109:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :110:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :110:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :158:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :158:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :159:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :159:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_geometric_mean_relative_absolute_error.py

[warning] possibly-missing-attribute - :96:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :96:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :97:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :97:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :143:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :143:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :144:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :144:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_kendall_correlation.py

[warning] possibly-missing-attribute - :148:20 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :148:20 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :149:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :149:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :194:20 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :194:20 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :195:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :195:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_manhattan_distance.py

[warning] possibly-missing-attribute - :104:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :104:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :105:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :105:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :152:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :152:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :153:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :153:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_maximum_absolute_error.py

[warning] possibly-missing-attribute - :96:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :96:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :97:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :97:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :144:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :144:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :145:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :145:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_mean_absolute_relative_error.py

[warning] possibly-missing-attribute - :131:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :131:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :132:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :132:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :181:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :181:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :182:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :182:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_mean_error.py

[warning] possibly-missing-attribute - :87:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :87:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :88:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :88:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :135:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :135:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :136:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :136:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_mean_normalized_bias.py

[warning] possibly-missing-attribute - :107:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :107:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :108:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :108:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :157:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :157:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :158:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :158:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_median_absolute_error.py

[warning] possibly-missing-attribute - :117:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :117:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :118:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :118:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :164:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :164:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :165:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :165:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_median_absolute_percentage_error.py

[warning] possibly-missing-attribute - :137:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :137:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :138:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :138:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :184:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :184:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :185:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :185:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_median_relative_absolute_error.py

[warning] possibly-missing-attribute - :127:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :127:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :128:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :128:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :173:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :173:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :174:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :174:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_pearson_correlation.py

[warning] possibly-missing-attribute - :183:20 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :183:20 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :184:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :184:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :228:20 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :228:20 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :229:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :229:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_r2_score.py

[warning] possibly-missing-attribute - :112:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :112:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :113:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :113:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :158:29 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :158:51 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :158:29 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :158:51 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_spearman_correlation.py

[warning] possibly-missing-attribute - :136:20 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :136:20 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :137:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :137:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :181:20 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :181:20 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :182:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :182:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/regression/test_wave_hedges_distance.py

[warning] possibly-missing-attribute - :84:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :84:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :85:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :85:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :132:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :132:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :133:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :133:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_accumulation.py

[warning] possibly-missing-attribute - :206:42 - Attribute `sum` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :206:42 - Attribute `sum` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :210:42 - Attribute `sum` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :210:42 - Attribute `sum` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :222:57 - Attribute `sum` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :222:57 - Attribute `sum` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :225:57 - Attribute `sum` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :225:57 - Attribute `sum` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :250:42 - Attribute `mean` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :250:42 - Attribute `mean` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :263:30 - Attribute `mean` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :263:30 - Attribute `mean` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :292:26 - Attribute `mean` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :292:26 - Attribute `mean` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :306:40 - Attribute `mean` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :306:40 - Attribute `mean` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :318:12 - Attribute `shape` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :318:12 - Attribute `shape` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :319:18 - Attribute `reshape` may be missing on object of type `Unknown | int | float`
[warning] possibly-missing-attribute - :319:37 - Attribute `shape` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :319:18 - Attribute `reshape` is not defined on `int`, `float` in union `Unknown | int | float`
[error] unresolved-attribute - :319:37 - Attribute `shape` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :320:12 - Attribute `mean` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :320:12 - Attribute `mean` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :326:12 - Attribute `shape` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :326:12 - Attribute `shape` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :327:22 - Attribute `reshape` may be missing on object of type `Unknown | int | float`
[warning] possibly-missing-attribute - :327:45 - Attribute `shape` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :327:22 - Attribute `reshape` is not defined on `int`, `float` in union `Unknown | int | float`
[error] unresolved-attribute - :327:45 - Attribute `shape` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :328:12 - Attribute `cpu` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :328:12 - Attribute `cpu` is not defined on `int`, `float` in union `Unknown | int | float`

tests/ignite/metrics/test_accuracy.py

[warning] possibly-missing-attribute - :225:45 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :225:45 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :226:40 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :226:40 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :250:45 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :250:45 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :251:40 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :251:40 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :288:45 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :288:45 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :289:40 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :289:40 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :341:39 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :341:39 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :445:22 - Attribute `item` may be missing on object of type `Unknown | int | float | str`
[error] unresolved-attribute - :445:22 - Attribute `item` is not defined on `int`, `float`, `str` in union `Unknown | int | float | str`
[warning] possibly-missing-attribute - :468:39 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :468:39 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_average_precision.py

[warning] possibly-missing-attribute - :171:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :171:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :172:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :172:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :229:44 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :229:66 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :229:44 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :229:66 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_classification_report.py

[warning] possibly-missing-attribute - :55:9 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :55:9 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_cohen_kappa.py

[warning] possibly-missing-attribute - :188:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :188:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :189:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :189:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :252:38 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :252:60 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :252:38 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :252:60 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_confusion_matrix.py

[warning] possibly-missing-attribute - :520:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :520:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :521:31 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :521:31 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_cosine_similarity.py

[warning] possibly-missing-attribute - :114:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :114:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :115:26 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :115:26 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_entropy.py

[warning] possibly-missing-attribute - :120:35 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :120:35 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_epoch_metric.py

[warning] possibly-missing-attribute - :189:23 - Attribute `argmax` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :189:23 - Attribute `argmax` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_fbeta.py

[warning] possibly-missing-attribute - :156:13 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :156:13 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_js_divergence.py

[warning] possibly-missing-attribute - :139:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :139:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :140:26 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :140:26 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_kl_divergence.py

[warning] possibly-missing-attribute - :138:25 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :138:25 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :139:26 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :139:26 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_mean_average_precision.py

[warning] possibly-missing-attribute - :141:18 - Attribute `numpy` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :141:18 - Attribute `numpy` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :153:18 - Attribute `numpy` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :153:18 - Attribute `numpy` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :208:22 - Attribute `view` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :208:22 - Attribute `view` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :209:23 - Attribute `view` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :209:23 - Attribute `view` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :211:22 - Attribute `transpose` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :211:22 - Attribute `transpose` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :212:23 - Attribute `transpose` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :212:23 - Attribute `transpose` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_metrics_lambda.py

[warning] possibly-missing-attribute - :466:28 - Attribute `view` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :466:51 - Attribute `view` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :466:28 - Attribute `view` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :466:51 - Attribute `view` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :515:24 - Attribute `view` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :515:47 - Attribute `view` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :515:24 - Attribute `view` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :515:47 - Attribute `view` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_multilabel_confusion_matrix.py

[warning] possibly-missing-attribute - :132:17 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :132:17 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :133:17 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :133:17 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :183:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :183:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :184:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :184:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_mutual_information.py

[warning] possibly-missing-attribute - :125:46 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :125:46 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_precision_recall_curve.py

[warning] possibly-missing-attribute - :172:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :172:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :173:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :173:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :237:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :237:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :238:22 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :238:22 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_psnr.py

[warning] possibly-missing-attribute - :106:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :106:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :107:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :107:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_roc_auc.py

[warning] possibly-missing-attribute - :186:16 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :186:16 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :187:21 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :187:21 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :243:34 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :243:56 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :243:34 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :243:56 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_roc_curve.py

[warning] possibly-missing-attribute - :171:65 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :171:82 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :171:65 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :171:82 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_running_average.py

[warning] possibly-missing-attribute - :118:30 - Attribute `_num_correct` may be missing on object of type `Metric | None`
[error] unresolved-attribute - :118:30 - Attribute `_num_correct` is not defined on `None` in union `Metric | None`
[warning] possibly-missing-attribute - :119:31 - Attribute `_num_examples` may be missing on object of type `Metric | None`
[error] unresolved-attribute - :119:31 - Attribute `_num_examples` is not defined on `None` in union `Metric | None`
[warning] possibly-missing-attribute - :123:12 - Attribute `_num_examples` may be missing on object of type `Metric | None`
[error] unresolved-attribute - :123:12 - Attribute `_num_examples` is not defined on `None` in union `Metric | None`
[warning] possibly-missing-attribute - :124:13 - Attribute `_num_correct` may be missing on object of type `Metric | None`
[error] unresolved-attribute - :124:13 - Attribute `_num_correct` is not defined on `None` in union `Metric | None`
[warning] possibly-missing-attribute - :395:21 - Attribute `device` may be missing on object of type `int | float | Unknown | None`
[error] unresolved-attribute - :395:21 - Attribute `device` is not defined on `int`, `float`, `None` in union `int | float | Unknown | None`
[warning] possibly-missing-attribute - :396:28 - Attribute `device` may be missing on object of type `int | float | Unknown | None`
[warning] possibly-missing-attribute - :396:49 - Attribute `device` may be missing on object of type `int | float | Unknown | None`
[error] unresolved-attribute - :396:28 - Attribute `device` is not defined on `int`, `float`, `None` in union `int | float | Unknown | None`
[error] unresolved-attribute - :396:49 - Attribute `device` is not defined on `int`, `float`, `None` in union `int | float | Unknown | None`

tests/ignite/metrics/test_ssim.py

[warning] possibly-missing-attribute - :176:12 - Attribute `device` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :176:12 - Attribute `device` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :308:19 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :308:19 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :334:19 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :334:19 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

tests/ignite/metrics/test_top_k_categorical_accuracy.py

[warning] possibly-missing-attribute - :93:35 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :93:57 - Attribute `cpu` may be missing on object of type `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :93:35 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`
[error] unresolved-attribute - :93:57 - Attribute `cpu` is not defined on `int`, `float`, `list[int | float]`, `list[str]`, `list[Any]` in union `Unknown | int | float | ... omitted 3 union elements`

jax (https://github.com/google/jax)

jax/_src/core.py

[warning] possibly-missing-attribute - :4020:27 - Attribute `_weakref` may be missing on object of type `Trace[Unknown] | None`
[error] unresolved-attribute - :4020:27 - Attribute `_weakref` is not defined on `None` in union `Trace[Unknown] | None`

jax/_src/dispatch.py

[warning] possibly-missing-attribute - :448:25 - Attribute `device_set` may be missing on object of type `Any | None`
[error] unresolved-attribute - :448:25 - Attribute `device_set` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :454:36 - Attribute `_internal_device_list` may be missing on object of type `Any | None`
[error] unresolved-attribute - :454:36 - Attribute `_internal_device_list` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :455:25 - Attribute `device_set` may be missing on object of type `Any | None`
[error] unresolved-attribute - :455:25 - Attribute `device_set` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :468:31 - Attribute `device_set` may be missing on object of type `Any | None`
[error] unresolved-attribute - :468:31 - Attribute `device_set` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :469:34 - Attribute `_device_assignment` may be missing on object of type `Any | None`
[error] unresolved-attribute - :469:34 - Attribute `_device_assignment` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :470:20 - Attribute `_device_assignment` may be missing on object of type `Any | None`
[error] unresolved-attribute - :470:20 - Attribute `_device_assignment` is not defined on `None` in union `Any | None`

jax/_src/interpreters/partial_eval.py

[warning] possibly-missing-attribute - :1631:14 - Attribute `val` may be missing on object of type `Unknown | Var | Literal`
[error] unresolved-attribute - :1631:14 - Attribute `val` is not defined on `Var` in union `Unknown | Var | Literal`

jax/_src/lax/control_flow/loops.py

[warning] possibly-missing-attribute - :1106:38 - Attribute `in_avals` may be missing on object of type `int | tuple[Unknown, ...] | ClosedJaxpr`
[error] unresolved-attribute - :1106:38 - Attribute `in_avals` is not defined on `int`, `tuple[Unknown, ...]` in union `int | tuple[Unknown, ...] | ClosedJaxpr`
[warning] possibly-missing-attribute - :1107:38 - Attribute `out_avals` may be missing on object of type `int | tuple[Unknown, ...] | ClosedJaxpr`
[error] unresolved-attribute - :1107:38 - Attribute `out_avals` is not defined on `int`, `tuple[Unknown, ...]` in union `int | tuple[Unknown, ...] | ClosedJaxpr`

jax/_src/lax/lax.py

[warning] possibly-missing-attribute - :7810:33 - Attribute `__name__` may be missing on object of type `Unknown | ((Any, Any, /) -> Any)`
[error] unresolved-attribute - :7810:33 - Attribute `__name__` is not defined on `(Any, Any, /) -> Any` in union `Unknown | ((Any, Any, /) -> Any)`

jax/_src/lru_cache.py

[warning] possibly-missing-attribute - :184:73 - Attribute `length` may be missing on object of type `Unknown | stat_result`
[error] unresolved-attribute - :184:73 - Attribute `length` is not defined on `stat_result` in union `Unknown | stat_result`

jax/_src/numpy/linalg.py

[warning] possibly-missing-attribute - :463:12 - Attribute `max` may be missing on object of type `Array | Unknown | JitWrapped`
[warning] possibly-missing-attribute - :463:52 - Attribute `dtype` may be missing on object of type `Array | Unknown | JitWrapped`
[warning] possibly-missing-attribute - :463:73 - Attribute `dtype` may be missing on object of type `Array | Unknown | JitWrapped`
[error] unresolved-attribute - :463:12 - Attribute `max` is not defined on `JitWrapped` in union `Array | Unknown | JitWrapped`
[error] unresolved-attribute - :463:52 - Attribute `dtype` is not defined on `JitWrapped` in union `Array | Unknown | JitWrapped`
[error] unresolved-attribute - :463:73 - Attribute `dtype` is not defined on `JitWrapped` in union `Array | Unknown | JitWrapped`
[warning] possibly-missing-attribute - :1416:9 - Attribute `ravel` may be missing on object of type `Array | Unknown | JitWrapped`
[error] unresolved-attribute - :1416:9 - Attribute `ravel` is not defined on `JitWrapped` in union `Array | Unknown | JitWrapped`

jax/_src/pallas/core.py

[warning] possibly-missing-attribute - :1479:7 - Attribute `add` may be missing on object of type `set[Unknown] | Unknown | AbstractSet[Effect]`
[error] unresolved-attribute - :1479:7 - Attribute `add` is not defined on `AbstractSet[Effect]` in union `set[Unknown] | Unknown | AbstractSet[Effect]`
[warning] possibly-missing-attribute - :1482:7 - Attribute `add` may be missing on object of type `set[Unknown] | Unknown | AbstractSet[Effect]`
[error] unresolved-attribute - :1482:7 - Attribute `add` is not defined on `AbstractSet[Effect]` in union `set[Unknown] | Unknown | AbstractSet[Effect]`
[warning] possibly-missing-attribute - :1679:7 - Attribute `add` may be missing on object of type `set[Unknown] | Unknown | AbstractSet[Effect]`
[error] unresolved-attribute - :1679:7 - Attribute `add` is not defined on `AbstractSet[Effect]` in union `set[Unknown] | Unknown | AbstractSet[Effect]`
[warning] possibly-missing-attribute - :1682:7 - Attribute `add` may be missing on object of type `set[Unknown] | Unknown | AbstractSet[Effect]`
[error] unresolved-attribute - :1682:7 - Attribute `add` is not defined on `AbstractSet[Effect]` in union `set[Unknown] | Unknown | AbstractSet[Effect]`

jax/_src/pallas/fuser/block_spec.py

[warning] possibly-missing-attribute - :435:10 - Attribute `index_map` may be missing on object of type `BlockSpec | NoBlockSpec`
[error] unresolved-attribute - :435:10 - Attribute `index_map` is not defined on `NoBlockSpec` in union `BlockSpec | NoBlockSpec`
[warning] possibly-missing-attribute - :1377:14 - Attribute `shape` may be missing on object of type `AbstractValue | Unknown`
[error] unresolved-attribute - :1377:14 - Attribute `shape` is not defined on `AbstractValue` in union `AbstractValue | Unknown`

jax/_src/pallas/mosaic/lowering.py

[warning] possibly-missing-attribute - :752:11 - Attribute `to_placeholder` may be missing on object of type `None | LoweringDynamicShapeEnv`
[error] unresolved-attribute - :752:11 - Attribute `to_placeholder` is not defined on `None` in union `None | LoweringDynamicShapeEnv`

jax/_src/pallas/mosaic/sc_core.py

[warning] possibly-missing-attribute - :187:18 - Attribute `eqns` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :187:18 - Attribute `eqns` is not defined on `None` in union `Unknown | None`

jax/_src/pallas/primitives.py

[warning] possibly-missing-attribute - :1010:9 - Attribute `shape` may be missing on object of type `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :1010:21 - Attribute `dtype` may be missing on object of type `Unknown | AbstractValue`
[error] unresolved-attribute - :1010:9 - Attribute `shape` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[error] unresolved-attribute - :1010:21 - Attribute `dtype` is not defined on `AbstractValue` in union `Unknown | AbstractValue`

jax/_src/pallas/triton/lowering.py

[warning] possibly-missing-attribute - :2078:33 - Attribute `start` may be missing on object of type `int | Array | Slice`
[warning] possibly-missing-attribute - :2078:54 - Attribute `size` may be missing on object of type `int | Array | Slice`
[error] unresolved-attribute - :2078:33 - Attribute `start` is not defined on `int`, `Array` in union `int | Array | Slice`
[error] unresolved-attribute - :2078:54 - Attribute `size` is not defined on `int` in union `int | Array | Slice`
[warning] possibly-missing-attribute - :2574:48 - Attribute `index` may be missing on object of type `tuple[Hashable, ...] | None`
[error] unresolved-attribute - :2574:48 - Attribute `index` is not defined on `None` in union `tuple[Hashable, ...] | None`

jax/_src/pmap.py

[warning] possibly-missing-attribute - :585:9 - Attribute `sharding` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :585:9 - Attribute `sharding` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :591:28 - Attribute `_rewrap_with_aval_and_sharding` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :591:28 - Attribute `_rewrap_with_aval_and_sharding` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :596:35 - Attribute `addressable_shards` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :596:35 - Attribute `addressable_shards` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :622:9 - Attribute `delete` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :622:9 - Attribute `delete` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :679:38 - Attribute `sharding` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :679:38 - Attribute `sharding` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :682:23 - Attribute `_rewrap_with_aval_and_sharding` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :682:23 - Attribute `_rewrap_with_aval_and_sharding` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :688:41 - Attribute `_arrays` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :688:41 - Attribute `_arrays` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Any | ndarray[tuple[Any, ...], dtype[Unknown]]`

jax/_src/state/primitives.py

[warning] possibly-missing-attribute - :414:12 - Attribute `ref_get_abstract_eval` may be missing on object of type `Unknown | AbstractValue`
[error] unresolved-attribute - :414:12 - Attribute `ref_get_abstract_eval` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :435:12 - Attribute `ref_swap_abstract_eval` may be missing on object of type `Unknown | AbstractValue`
[error] unresolved-attribute - :435:12 - Attribute `ref_swap_abstract_eval` is not defined on `AbstractValue` in union `Unknown | AbstractValue`

jax/_src/state/types.py

[warning] possibly-missing-attribute - :455:14 - Attribute `shape` may be missing on object of type `Unknown | AbstractValue`
[error] unresolved-attribute - :455:14 - Attribute `shape` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :464:14 - Attribute `dtype` may be missing on object of type `Unknown | AbstractValue`
[error] unresolved-attribute - :464:14 - Attribute `dtype` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :473:14 - Attribute `sharding` may be missing on object of type `Unknown | AbstractValue`
[error] unresolved-attribute - :473:14 - Attribute `sharding` is not defined on `AbstractValue` in union `Unknown | AbstractValue`
[warning] possibly-missing-attribute - :482:14 - Attribute `vma` may be missing on object of type `Unknown | AbstractValue`
[error] unresolved-attribute - :482:14 - Attribute `vma` is not defined on `AbstractValue` in union `Unknown | AbstractValue`

jax/_src/test_loader.py

[warning] possibly-missing-attribute - :178:33 - Attribute `addDuration` may be missing on object of type `Unknown | TestResult`
[error] unresolved-attribute - :178:33 - Attribute `addDuration` is not defined on `TestResult` in union `Unknown | TestResult`

jax/_src/test_multiprocess.py

[warning] possibly-missing-attribute - :425:7 - Attribute `wait_at_barrier` may be missing on object of type `DistributedRuntimeClient | Any | None`
[error] unresolved-attribute - :425:7 - Attribute `wait_at_barrier` is not defined on `None` in union `DistributedRuntimeClient | Any | None`
[warning] possibly-missing-attribute - :444:7 - Attribute `wait_at_barrier` may be missing on object of type `DistributedRuntimeClient | Any | None`
[error] unresolved-attribute - :444:7 - Attribute `wait_at_barrier` is not defined on `None` in union `DistributedRuntimeClient | Any | None`

jax/_src/test_util.py

[warning] possibly-missing-attribute - :1973:22 - Attribute `prec` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :1973:22 - Attribute `prec` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :1974:10 - Attribute `extraprec` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :1974:10 - Attribute `extraprec` is not defined on `None` in union `None | Unknown`

jax/collect_profile.py

[warning] possibly-missing-attribute - :110:17 - Attribute `glob` may be missing on object of type `Unknown | PathLike[str] | int | ... omitted 3 union elements`
[error] unresolved-attribute - :110:17 - Attribute `glob` is not defined on `PathLike[str]`, `int`, `str`, `bytes`, `PathLike[bytes]` in union `Unknown | PathLike[str] | int | ... omitted 3 union elements`

jax/experimental/_private_mm/mini_dime.py

[warning] possibly-missing-attribute - :103:23 - Attribute `get_unique_id` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :103:23 - Attribute `get_unique_id` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :113:9 - Attribute `groupStart` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :113:9 - Attribute `groupStart` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :116:22 - Attribute `cuda` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :116:22 - Attribute `cuda` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :117:28 - Attribute `NcclCommunicator` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :117:28 - Attribute `NcclCommunicator` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :118:9 - Attribute `groupEnd` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :118:9 - Attribute `groupEnd` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :137:14 - Attribute `cuda` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :137:14 - Attribute `cuda` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :138:22 - Attribute `cuda` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :138:22 - Attribute `cuda` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:5 - Attribute `groupStart` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:5 - Attribute `groupStart` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :215:23 - Attribute `from_dlpack` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :215:23 - Attribute `from_dlpack` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :225:18 - Attribute `cuda` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :225:18 - Attribute `cuda` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :235:5 - Attribute `groupEnd` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :235:5 - Attribute `groupEnd` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :260:22 - Attribute `cuda` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :260:22 - Attribute `cuda` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :265:21 - Attribute `cuda` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :265:21 - Attribute `cuda` is not defined on `None` in union `Unknown | None`

jax/experimental/jax2tf/tests/call_tf_test.py

[warning] possibly-missing-attribute - :54:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :54:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :91:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :91:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :105:47 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:47 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :117:47 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :117:47 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :143:14 - Attribute `tuple` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :143:14 - Attribute `tuple` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :152:14 - Attribute `strings` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :152:32 - Attribute `strings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :152:14 - Attribute `strings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :152:32 - Attribute `strings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :168:14 - Attribute `cond` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :168:14 - Attribute `cond` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :182:12 - Attribute `TensorArray` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :182:27 - Attribute `int32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :182:12 - Attribute `TensorArray` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :182:27 - Attribute `int32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :193:14 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :193:14 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :206:26 - Attribute `less` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :206:26 - Attribute `less` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :207:27 - Attribute `add` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :207:41 - Attribute `add` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :207:27 - Attribute `add` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :207:41 - Attribute `add` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :208:16 - Attribute `while_loop` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :208:37 - Attribute `constant` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :208:53 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :208:16 - Attribute `while_loop` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :208:37 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :208:53 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :233:14 - Attribute `raw_ops` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :233:38 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :233:14 - Attribute `raw_ops` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :233:38 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :246:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :246:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :257:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :257:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :267:15 - Attribute `constant` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :267:31 - Attribute `float64` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :267:15 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :267:31 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :281:17 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :281:17 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :293:17 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :293:17 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :296:18 - Attribute `cast` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :296:18 - Attribute `cast` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :304:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :304:37 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :304:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :304:37 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :320:17 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :320:17 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :323:24 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :323:24 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :332:20 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :332:20 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :343:20 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :343:20 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :346:18 - Attribute `cast` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :346:47 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :346:18 - Attribute `cast` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :346:47 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :367:10 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :367:10 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :368:10 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :368:10 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :369:10 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :369:10 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :370:10 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :370:10 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :380:22 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :380:22 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :382:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :382:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :389:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :389:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :396:56 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :396:56 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :421:21 - Attribute `matmul` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :421:21 - Attribute `matmul` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :476:15 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :476:15 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :477:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :477:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :479:17 - Attribute `reduce_mean` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :479:17 - Attribute `reduce_mean` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :494:22 - Attribute `cast` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :494:22 - Attribute `cast` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :515:6 - Attribute `custom_gradient` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :515:6 - Attribute `custom_gradient` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :560:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :560:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :600:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :600:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :610:15 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :610:15 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :613:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :613:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :617:17 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :617:17 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :621:18 - Attribute `broadcast_to` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :621:18 - Attribute `broadcast_to` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :623:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :623:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :633:18 - Attribute `broadcast_to` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :633:18 - Attribute `broadcast_to` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :635:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :635:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :642:17 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :642:17 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :643:11 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :643:23 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :643:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :643:23 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :656:11 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :656:23 - Attribute `math` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :656:76 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :656:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :656:23 - Attribute `math` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :656:76 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :660:9 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :660:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :661:9 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :661:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :678:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :678:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :683:43 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :683:43 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :686:46 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :686:46 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :691:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :691:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :716:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :716:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :718:14 - Attribute `experimental` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :718:40 - Attribute `gather` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :718:14 - Attribute `experimental` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :718:40 - Attribute `gather` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :728:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :728:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :749:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :749:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :769:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :769:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :806:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :806:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :819:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :819:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :826:14 - Attribute `device` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :826:14 - Attribute `device` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :844:16 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :844:16 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :941:15 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :941:15 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :952:25 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :952:25 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :955:25 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :955:25 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :972:32 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :972:32 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1005:26 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1005:58 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1005:26 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1005:58 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1046:26 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1046:26 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1052:21 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1052:21 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1054:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1054:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1066:13 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1066:13 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1067:14 - Attribute `reduce_sum` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1067:14 - Attribute `reduce_sum` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1077:23 - Attribute `TensorShape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1077:23 - Attribute `TensorShape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1078:15 - Attribute `convert_to_tensor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1078:15 - Attribute `convert_to_tensor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1080:15 - Attribute `cast` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1080:26 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1080:15 - Attribute `cast` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1080:26 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1097:9 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1097:31 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1097:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1097:31 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1102:9 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1102:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1103:9 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1103:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1127:13 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1127:13 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1128:14 - Attribute `reduce_sum` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1128:14 - Attribute `reduce_sum` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1139:25 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1139:47 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1139:25 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1139:47 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1143:9 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1143:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1144:9 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1144:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1182:18 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1182:18 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1188:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1188:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1190:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1190:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1196:10 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1196:10 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1197:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1197:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1215:25 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1215:25 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1219:25 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1219:25 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1225:14 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1225:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1234:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1234:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1237:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1237:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1248:14 - Attribute `math` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1248:33 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1248:14 - Attribute `math` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1248:33 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1257:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1257:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1260:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1260:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1274:14 - Attribute `cond` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1274:14 - Attribute `cond` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1296:29 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1296:29 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1307:29 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1307:29 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1391:15 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1391:15 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1410:15 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1410:15 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1427:13 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1427:36 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1427:13 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1427:36 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1429:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1429:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1433:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1433:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1437:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1437:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1476:26 - Attribute `py_function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1476:54 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1476:26 - Attribute `py_function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1476:54 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1481:32 - Attribute `strings` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1481:50 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1481:32 - Attribute `strings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1481:50 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1573:11 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1573:11 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1574:7 - Attribute `print` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1574:7 - Attribute `print` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1578:9 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1578:9 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1589:11 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1589:11 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1590:7 - Attribute `print` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1590:7 - Attribute `print` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1593:30 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1593:30 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1609:8 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1609:8 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1611:9 - Attribute `print` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1611:9 - Attribute `print` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1681:46 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1681:46 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1706:8 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1706:8 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1712:32 - Attribute `strings` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1712:50 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1712:32 - Attribute `strings` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1712:50 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1719:11 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1719:11 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1733:16 - Attribute `math` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1733:16 - Attribute `math` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1742:14 - Attribute `identity` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1742:14 - Attribute `identity` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1744:19 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1744:19 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1753:14 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1753:14 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1757:5 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1757:5 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1760:17 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1760:17 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1762:20 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1762:20 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`

jax/experimental/jax2tf/tests/cross_compilation_check.py

[warning] possibly-missing-attribute - :84:14 - Attribute `exists` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :84:14 - Attribute `exists` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :90:14 - Attribute `makedirs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :90:14 - Attribute `makedirs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:11 - Attribute `GFile` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:11 - Attribute `GFile` is not defined on `None` in union `Unknown | None`

jax/experimental/jax2tf/tests/jax2tf_test.py

[warning] possibly-missing-attribute - :68:16 - Attribute `version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :68:16 - Attribute `version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :77:23 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :77:23 - Attribute `config` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :78:23 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :78:23 - Attribute `config` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :79:23 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :79:23 - Attribute `config` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :94:32 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :94:32 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :98:9 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :98:9 - Attribute `config` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :99:11 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :99:11 - Attribute `config` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :100:11 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :100:11 - Attribute `config` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :108:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :108:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :110:12 - Attribute `device` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :110:12 - Attribute `device` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :113:10 - Attribute `device` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :113:10 - Attribute `device` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :125:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :125:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :127:12 - Attribute `nest` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :127:34 - Attribute `convert_to_tensor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :127:12 - Attribute `nest` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :127:34 - Attribute `convert_to_tensor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :128:12 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :128:12 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :129:9 - Attribute `nest` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :129:9 - Attribute `nest` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :168:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :168:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :169:36 - Attribute `Tensor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :169:36 - Attribute `Tensor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :193:16 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :193:72 - Attribute `convert_to_tensor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :193:16 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :193:72 - Attribute `convert_to_tensor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :213:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :213:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :219:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :219:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :228:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :228:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :229:41 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :229:67 - Attribute `bfloat16` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :229:41 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :229:67 - Attribute `bfloat16` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :230:41 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :230:67 - Attribute `bfloat16` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :230:41 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :230:67 - Attribute `bfloat16` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :237:42 - Attribute `bfloat16` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :237:42 - Attribute `bfloat16` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :244:12 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :244:12 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :249:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :249:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :250:41 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :250:67 - Attribute `bfloat16` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :250:41 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :250:67 - Attribute `bfloat16` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :251:41 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :251:67 - Attribute `bfloat16` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :251:41 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :251:67 - Attribute `bfloat16` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :266:16 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :266:16 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :270:32 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :270:32 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :272:32 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :272:32 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :280:22 - Attribute `math` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :280:47 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :280:22 - Attribute `math` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :280:47 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :284:59 - Attribute `float64` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :284:59 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :286:22 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :286:76 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :286:100 - Attribute `float64` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :286:120 - Attribute `float64` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :286:22 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :286:76 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :286:100 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :286:120 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :289:22 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :289:76 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :289:102 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :289:22 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :289:76 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :289:102 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :297:22 - Attribute `math` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :297:47 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :297:22 - Attribute `math` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :297:47 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :300:22 - Attribute `math` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :300:59 - Attribute `float64` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :300:22 - Attribute `math` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :300:59 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :305:59 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :305:59 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :306:71 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :306:71 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :307:22 - Attribute `function` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :307:76 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :307:100 - Attribute `float64` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :307:120 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :307:22 - Attribute `function` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :307:76 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :307:100 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :307:120 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :315:8 - Attribute `version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :315:8 - Attribute `version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :319:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :319:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :320:9 - Attribute `ones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :320:9 - Attribute `ones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :326:12 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :326:12 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :337:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :337:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :339:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :339:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :340:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :340:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :341:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :341:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :352:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :352:32 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :352:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :352:32 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :353:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :353:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :354:12 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :354:12 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :373:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :373:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :375:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :375:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :376:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :376:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :377:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :377:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :404:16 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :404:16 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :412:16 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :412:16 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :414:18 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :414:18 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :415:47 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :415:65 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :415:47 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :415:65 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :416:47 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :416:65 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :416:47 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :416:65 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :418:5 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :418:5 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :419:33 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :419:33 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :422:22 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :422:22 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :430:12 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :430:30 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :430:12 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :430:30 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :431:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :431:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :448:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :448:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :450:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :450:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :451:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :451:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :455:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :455:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :482:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :482:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :484:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :484:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :485:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :485:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :513:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :513:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :515:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :515:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :516:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :516:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :565:11 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :565:11 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :566:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :566:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :576:57 - Attribute `UnconnectedGradients` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :576:57 - Attribute `UnconnectedGradients` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :583:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :583:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :586:19 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :586:19 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :598:54 - Attribute `UnconnectedGradients` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :598:54 - Attribute `UnconnectedGradients` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :656:40 - Attribute `Tensor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :656:40 - Attribute `Tensor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :657:40 - Attribute `Tensor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :657:40 - Attribute `Tensor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :677:44 - Attribute `UnconnectedGradients` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :677:44 - Attribute `UnconnectedGradients` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :686:31 - Attribute `UnconnectedGradients` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :686:31 - Attribute `UnconnectedGradients` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :694:18 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :694:18 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :704:31 - Attribute `UnconnectedGradients` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :704:31 - Attribute `UnconnectedGradients` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :733:14 - Attribute `cast` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :733:25 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :733:14 - Attribute `cast` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :733:25 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :735:10 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :735:10 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :736:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :736:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :740:49 - Attribute `UnconnectedGradients` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :740:49 - Attribute `UnconnectedGradients` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :757:9 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :757:9 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :758:12 - Attribute `Module` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :758:25 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :758:12 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :758:25 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :759:12 - Attribute `Module` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :759:25 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :759:12 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :759:25 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :760:17 - Attribute `Module` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :760:35 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :760:17 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :760:35 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :771:21 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :771:21 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :773:30 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :773:42 - Attribute `ones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :773:30 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :773:42 - Attribute `ones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :774:30 - Attribute `Variable` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :774:42 - Attribute `ones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :774:30 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :774:42 - Attribute `ones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :780:14 - Attribute `ones` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :780:14 - Attribute `ones` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :782:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :782:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :783:14 - Attribute `reduce_sum` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :783:14 - Attribute `reduce_sum` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :903:25 - Attribute `constant` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :903:41 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :903:25 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :903:41 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :905:12 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :905:12 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :913:17 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :913:17 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :915:17 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :915:17 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :996:31 - Attribute `constant` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :996:50 - Attribute `bfloat16` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :996:31 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :996:50 - Attribute `bfloat16` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1006:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1006:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1020:14 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1020:14 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1021:10 - Attribute `nest` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1021:32 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1021:10 - Attribute `nest` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1021:32 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1022:10 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1022:10 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1053:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1053:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1078:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1078:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1083:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1083:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1088:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1088:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1113:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1113:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1118:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1118:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1123:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1123:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1155:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1155:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1160:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1160:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1165:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1165:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1201:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1201:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1206:51 - Attribute `start_line` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1206:51 - Attribute `start_line` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1224:45 - Attribute `Graph` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1224:45 - Attribute `Graph` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1250:9 - Attribute `Graph` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1250:9 - Attribute `Graph` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1252:12 - Attribute `name_scope` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1252:12 - Attribute `name_scope` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1253:13 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1253:13 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1254:13 - Attribute `zeros` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1254:42 - Attribute `dtypes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1254:13 - Attribute `zeros` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1254:42 - Attribute `dtypes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1255:13 - Attribute `compat` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1255:38 - Attribute `dtypes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1255:13 - Attribute `compat` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1255:38 - Attribute `dtypes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1260:10 - Attribute `Graph` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1260:10 - Attribute `Graph` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1262:12 - Attribute `name_scope` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1262:12 - Attribute `name_scope` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1263:13 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1263:13 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1264:13 - Attribute `zeros` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1264:42 - Attribute `dtypes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1264:13 - Attribute `zeros` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1264:42 - Attribute `dtypes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1265:13 - Attribute `compat` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1265:38 - Attribute `dtypes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1265:13 - Attribute `compat` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1265:38 - Attribute `dtypes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1266:13 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1266:13 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1278:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1278:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1280:12 - Attribute `name_scope` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1280:12 - Attribute `name_scope` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1291:9 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1291:9 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1293:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1293:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1295:12 - Attribute `name_scope` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1295:12 - Attribute `name_scope` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1297:14 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1297:14 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1308:12 - Attribute `name_scope` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1308:12 - Attribute `name_scope` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1317:12 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1317:12 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1318:36 - Attribute `zeros` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1318:36 - Attribute `zeros` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1423:18 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1423:18 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1426:35 - Attribute `errors` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1426:35 - Attribute `errors` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1437:15 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1437:15 - Attribute `config` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1439:10 - Attribute `device` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1439:10 - Attribute `device` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1453:11 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1453:11 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1455:6 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1455:6 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1457:12 - Attribute `GradientTape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1457:12 - Attribute `GradientTape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1464:21 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1464:21 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1471:11 - Attribute `errors` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1471:11 - Attribute `errors` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1553:12 - Attribute `device` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1553:12 - Attribute `device` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1564:8 - Attribute `version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1564:8 - Attribute `version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1584:35 - Attribute `constant` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1584:52 - Attribute `int32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1584:35 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1584:52 - Attribute `int32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1665:16 - Attribute `version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1665:16 - Attribute `version` is not defined on `None` in union `Unknown | None`

jax/experimental/jax2tf/tests/multiprocess/jax2tf_multiprocess_test.py

[warning] possibly-missing-attribute - :58:18 - Attribute `Module` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :58:18 - Attribute `Module` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :59:20 - Attribute `Variable` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :59:20 - Attribute `Variable` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :60:20 - Attribute `function` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :60:20 - Attribute `function` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :64:11 - Attribute `TensorSpec` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :64:37 - Attribute `constant` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :64:11 - Attribute `TensorSpec` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :64:37 - Attribute `constant` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :69:9 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :69:9 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :74:18 - Attribute `saved_model` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :74:18 - Attribute `saved_model` is not defined on `None` in union `Unknown | None`

jax/experimental/mosaic/gpu/wgmma.py

[warning] possibly-missing-attribute - :349:19 - Attribute `type` may be missing on object of type `FragmentedArray | Unknown`
[error] unresolved-attribute - :349:19 - Attribute `type` is not defined on `FragmentedArray` in union `FragmentedArray | Unknown`

jax/experimental/multihost_utils.py

[warning] possibly-missing-attribute - :270:11 - Attribute `_base_array` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :270:11 - Attribute `_base_array` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :293:30 - Attribute `_impl` may be missing on object of type `Unknown | dtype[Unknown]`
[error] unresolved-attribute - :293:30 - Attribute `_impl` is not defined on `dtype[Unknown]` in union `Unknown | dtype[Unknown]`
[warning] possibly-missing-attribute - :433:11 - Attribute `_base_array` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :433:11 - Attribute `_base_array` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :448:32 - Attribute `_impl` may be missing on object of type `Unknown | dtype[Unknown]`
[error] unresolved-attribute - :448:32 - Attribute `_impl` is not defined on `dtype[Unknown]` in union `Unknown | dtype[Unknown]`

jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py

[warning] possibly-missing-attribute - :84:9 - Attribute `at` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :84:9 - Attribute `at` is not defined on `None` in union `Unknown | None`

jax/experimental/pallas/ops/tpu/splash_attention/splash_attention_kernel.py

[warning] possibly-missing-attribute - :793:14 - Attribute `max` may be missing on object of type `Array | tuple[Array, Array, Array, Array]`
[error] unresolved-attribute - :793:14 - Attribute `max` is not defined on `tuple[Array, Array, Array, Array]` in union `Array | tuple[Array, Array, Array, Array]`

jax/tools/jax_to_ir.py

[warning] possibly-missing-attribute - :155:24 - Attribute `as_serialized_hlo_module_proto` may be missing on object of type `Any | None`
[error] unresolved-attribute - :155:24 - Attribute `as_serialized_hlo_module_proto` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :156:17 - Attribute `as_hlo_text` may be missing on object of type `Any | None`
[error] unresolved-attribute - :156:17 - Attribute `as_hlo_text` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :176:9 - Attribute `identity` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :176:9 - Attribute `identity` is not defined on `None` in union `Unknown | None`

jinja (https://github.com/pallets/jinja)

docs/examples/cache_extension.py

[warning] possibly-missing-attribute - :44:15 - Attribute `fragment_cache_prefix` may be missing on object of type `Unknown | Environment`
[error] unresolved-attribute - :44:15 - Attribute `fragment_cache_prefix` is not defined on `Environment` in union `Unknown | Environment`
[warning] possibly-missing-attribute - :49:14 - Attribute `fragment_cache` may be missing on object of type `Unknown | Environment`
[error] unresolved-attribute - :49:14 - Attribute `fragment_cache` is not defined on `Environment` in union `Unknown | Environment`
[warning] possibly-missing-attribute - :53:9 - Attribute `fragment_cache` may be missing on object of type `Unknown | Environment`
[error] unresolved-attribute - :53:9 - Attribute `fragment_cache` is not defined on `Environment` in union `Unknown | Environment`

tests/test_loader.py

[warning] possibly-missing-attribute - :240:17 - Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :240:17 - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :244:17 - Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :244:17 - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :261:9 - Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :261:9 - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :263:16 - Attribute `loader` may be missing on object of type `Unknown | None | Environment`
[warning] possibly-missing-attribute - :263:16 - Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
[error] unresolved-attribute - :263:16 - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - :263:16 - Attribute `module` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None`
[warning] possibly-missing-attribute - :265:24 - Attribute `loader` may be missing on object of type `Unknown | None | Environment`
[warning] possibly-missing-attribute - :265:24 - Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
[error] unresolved-attribute - :265:24 - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - :265:24 - Attribute `module` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None`
[warning] possibly-missing-attribute - :283:14 - Attribute `loader` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :283:14 - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :285:17 - Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :285:17 - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :287:17 - Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :287:17 - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :294:24 - Attribute `loader` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :294:24 - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :298:17 - Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :298:17 - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :300:17 - Attribute `get_template` may be missing on object of type `Unknown | None | Environment`
[error] unresolved-attribute - :300:17 - Attribute `get_template` is not defined on `None` in union `Unknown | None | Environment`
[warning] possibly-missing-attribute - :306:20 - Attribute `loader` may be missing on object of type `Unknown | None | Environment`
[warning] possibly-missing-attribute - :306:20 - Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
[error] unresolved-attribute - :306:20 - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - :306:20 - Attribute `module` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None`
[warning] possibly-missing-attribute - :315:20 - Attribute `loader` may be missing on object of type `Unknown | None | Environment`
[warning] possibly-missing-attribute - :315:20 - Attribute `module` may be missing on object of type `Unknown | BaseLoader | None`
[error] unresolved-attribute - :315:20 - Attribute `loader` is not defined on `None` in union `Unknown | None | Environment`
[error] unresolved-attribute - :315:20 - Attribute `module` is not defined on `BaseLoader`, `None` in union `Unknown | BaseLoader | None`
[warning] possibly-missing-attribute - :412:17 - Attribute `origin` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :412:17 - Attribute `origin` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :414:44 - Attribute `submodule_search_locations` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :414:44 - Attribute `submodule_search_locations` is not defined on `None` in union `ModuleSpec | None`

koda-validate (https://github.com/keithasaurus/koda-validate)

koda_validate/_internal.py

[warning] possibly-missing-attribute - :240:30 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] unresolved-attribute - :240:30 - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[warning] possibly-missing-attribute - :272:30 - Attribute `val` may be missing on object of type `Valid[A@_wrap_async_validator] | Invalid`
[error] unresolved-attribute - :272:30 - Attribute `val` is not defined on `Invalid` in union `Valid[A@_wrap_async_validator] | Invalid`

koda_validate/base.py

[warning] possibly-missing-attribute - :215:20 - Attribute `val` may be missing on object of type `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`
[error] unresolved-attribute - :215:20 - Attribute `val` is not defined on `Nothing` in union `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`
[warning] possibly-missing-attribute - :224:20 - Attribute `val` may be missing on object of type `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`
[error] unresolved-attribute - :224:20 - Attribute `val` is not defined on `Nothing` in union `Just[Valid[A@CacheValidatorBase] | Invalid] | Nothing`

koda_validate/dictionary.py

[warning] possibly-missing-attribute - :60:31 - Attribute `val` may be missing on object of type `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] unresolved-attribute - :60:31 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@KeyNotRequired] | Invalid`
[warning] possibly-missing-attribute - :67:31 - Attribute `val` may be missing on object of type `Unknown | Valid[A@KeyNotRequired] | Invalid`
[error] unresolved-attribute - :67:31 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@KeyNotRequired] | Invalid`
[warning] possibly-missing-attribute - :149:29 - Attribute `val` may be missing on object of type `Unknown | Valid[T1@MapValidator] | Invalid`
[warning] possibly-missing-attribute - :149:47 - Attribute `val` may be missing on object of type `Unknown | Valid[T2@MapValidator] | Invalid`
[error] unresolved-attribute - :149:29 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T1@MapValidator] | Invalid`
[error] unresolved-attribute - :149:47 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T2@MapValidator] | Invalid`
[warning] possibly-missing-attribute - :199:29 - Attribute `val` may be missing on object of type `Unknown | Valid[T1@MapValidator] | Invalid`
[warning] possibly-missing-attribute - :199:47 - Attribute `val` may be missing on object of type `Unknown | Valid[T2@MapValidator] | Invalid`
[error] unresolved-attribute - :199:29 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T1@MapValidator] | Invalid`
[error] unresolved-attribute - :199:47 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[T2@MapValidator] | Invalid`

koda_validate/set.py

[warning] possibly-missing-attribute - :68:28 - Attribute `val` may be missing on object of type `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] unresolved-attribute - :68:28 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[warning] possibly-missing-attribute - :124:28 - Attribute `val` may be missing on object of type `Unknown | Valid[_ItemT@SetValidator] | Invalid`
[error] unresolved-attribute - :124:28 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[_ItemT@SetValidator] | Invalid`

koda_validate/signature.py

[warning] possibly-missing-attribute - :207:42 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] unresolved-attribute - :207:42 - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[warning] possibly-missing-attribute - :219:42 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] unresolved-attribute - :219:42 - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[warning] possibly-missing-attribute - :236:50 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] unresolved-attribute - :236:50 - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[warning] possibly-missing-attribute - :243:46 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] unresolved-attribute - :243:46 - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[warning] possibly-missing-attribute - :278:42 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] unresolved-attribute - :278:42 - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`
[warning] possibly-missing-attribute - :286:42 - Attribute `val` may be missing on object of type `Valid[Any] | Invalid`
[error] unresolved-attribute - :286:42 - Attribute `val` is not defined on `Invalid` in union `Valid[Any] | Invalid`

koda_validate/tuple.py

[warning] possibly-missing-attribute - :439:28 - Attribute `val` may be missing on object of type `Unknown | Valid[A@UniformTupleValidator] | Invalid`
[error] unresolved-attribute - :439:28 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@UniformTupleValidator] | Invalid`
[warning] possibly-missing-attribute - :495:28 - Attribute `val` may be missing on object of type `Unknown | Valid[A@UniformTupleValidator] | Invalid`
[error] unresolved-attribute - :495:28 - Attribute `val` is not defined on `Invalid` in union `Unknown | Valid[A@UniformTupleValidator] | Invalid`

kopf (https://github.com/nolar/kopf)

kopf/_cogs/structs/references.py

[warning] possibly-missing-attribute - :306:24 - Attribute `split` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :306:24 - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[warning] possibly-missing-attribute - :307:55 - Attribute `split` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :307:55 - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[warning] possibly-missing-attribute - :308:53 - Attribute `split` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :308:53 - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[warning] possibly-missing-attribute - :309:54 - Attribute `split` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :309:54 - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[warning] possibly-missing-attribute - :311:51 - Attribute `split` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :311:51 - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[warning] possibly-missing-attribute - :312:54 - Attribute `split` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :312:54 - Attribute `split` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[warning] possibly-missing-attribute - :316:51 - Attribute `rsplit` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :316:51 - Attribute `rsplit` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`
[warning] possibly-missing-attribute - :317:53 - Attribute `rsplit` may be missing on object of type `str | Marker | ((Resource, /) -> bool) | None`
[error] unresolved-attribute - :317:53 - Attribute `rsplit` is not defined on `Marker`, `(Resource, /) -> bool`, `None` in union `str | Marker | ((Resource, /) -> bool) | None`

kopf/_kits/hierarchies.py

[warning] possibly-missing-attribute - :50:20 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :50:20 - Attribute `owner_references` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :52:24 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :52:24 - Attribute `owner_references` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :88:20 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :88:20 - Attribute `owner_references` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :90:24 - Attribute `owner_references` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :90:24 - Attribute `owner_references` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :129:20 - Attribute `labels` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :129:20 - Attribute `labels` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :131:30 - Attribute `labels` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :131:30 - Attribute `labels` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :191:26 - Attribute `name` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :191:26 - Attribute `name` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :195:28 - Attribute `generate_name` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :195:28 - Attribute `generate_name` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :199:28 - Attribute `name` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :199:28 - Attribute `name` is not defined on `None` in union `V1ObjectMetaProtocol | None`
[warning] possibly-missing-attribute - :237:30 - Attribute `namespace` may be missing on object of type `V1ObjectMetaProtocol | None`
[error] unresolved-attribute - :237:30 - Attribute `namespace` is not defined on `None` in union `V1ObjectMetaProtocol | None`

manticore (https://github.com/trailofbits/manticore)

examples/evm/mappingchallenge.py

[warning] possibly-missing-attribute - :33:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :33:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :38:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :38:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`

examples/evm/use_def.py

[warning] possibly-missing-attribute - :46:14 - Attribute `get_metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :46:14 - Attribute `get_metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :60:14 - Attribute `get_metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :60:14 - Attribute `get_metadata` is not defined on `None` in union `Unknown | None`

manticore/core/plugin.py

[warning] possibly-missing-attribute - :48:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :48:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :53:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :53:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :58:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :58:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :78:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :78:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :90:39 - Attribute `context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :90:39 - Attribute `context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :91:13 - Attribute `context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :91:13 - Attribute `context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :92:16 - Attribute `context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :92:16 - Attribute `context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :243:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :243:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :256:27 - Attribute `context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :256:27 - Attribute `context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :270:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :270:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :276:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :276:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :286:27 - Attribute `context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :286:27 - Attribute `context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :290:18 - Attribute `_output` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :290:18 - Attribute `_output` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :306:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :306:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :321:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :321:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`

manticore/core/smtlib/solver.py

[warning] possibly-missing-attribute - :236:13 - Attribute `close` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :236:13 - Attribute `close` is not defined on `None` in union `IO[Unknown] | None`
[warning] possibly-missing-attribute - :237:13 - Attribute `close` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :237:13 - Attribute `close` is not defined on `None` in union `IO[Unknown] | None`
[warning] possibly-missing-attribute - :325:9 - Attribute `flush` may be missing on object of type `IO[Unknown] | None`
[warning] possibly-missing-attribute - :325:9 - Attribute `stdout` may be missing on object of type `Popen[Unknown] | None`
[error] unresolved-attribute - :325:9 - Attribute `flush` is not defined on `None` in union `IO[Unknown] | None`
[error] unresolved-attribute - :325:9 - Attribute `stdout` is not defined on `None` in union `Popen[Unknown] | None`
[warning] possibly-missing-attribute - :326:9 - Attribute `flush` may be missing on object of type `IO[Unknown] | None`
[warning] possibly-missing-attribute - :326:9 - Attribute `stdin` may be missing on object of type `Popen[Unknown] | None`
[error] unresolved-attribute - :326:9 - Attribute `flush` is not defined on `None` in union `IO[Unknown] | None`
[error] unresolved-attribute - :326:9 - Attribute `stdin` is not defined on `None` in union `Popen[Unknown] | None`

manticore/core/worker.py

[warning] possibly-missing-attribute - :169:57 - Attribute `id` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :169:57 - Attribute `id` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :173:44 - Attribute `id` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :173:44 - Attribute `id` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :235:9 - Attribute `join` may be missing on object of type `Unknown | None | Thread`
[error] unresolved-attribute - :235:9 - Attribute `join` is not defined on `None` in union `Unknown | None | Thread`
[warning] possibly-missing-attribute - :251:9 - Attribute `join` may be missing on object of type `Unknown | None | Process`
[error] unresolved-attribute - :251:9 - Attribute `join` is not defined on `None` in union `Unknown | None | Process`

manticore/core/workspace.py

[warning] possibly-missing-attribute - :380:26 - Attribute `split` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :380:26 - Attribute `split` is not defined on `None` in union `Unknown | None`

manticore/ethereum/account.py

[warning] possibly-missing-attribute - :94:14 - Attribute `get_metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :94:14 - Attribute `get_metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :148:17 - Attribute `transaction` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :148:17 - Attribute `transaction` is not defined on `None` in union `Unknown | None`

manticore/ethereum/detectors.py

[warning] possibly-missing-attribute - :40:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :40:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :110:16 - Attribute `get_metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :110:16 - Attribute `get_metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :803:20 - Attribute `metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :803:20 - Attribute `metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :821:60 - Attribute `metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :821:60 - Attribute `metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :822:24 - Attribute `metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :822:24 - Attribute `metadata` is not defined on `None` in union `Unknown | None`

manticore/ethereum/plugins.py

[warning] possibly-missing-attribute - :64:18 - Attribute `get_metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :64:18 - Attribute `get_metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :110:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :110:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :115:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :115:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :204:19 - Attribute `ready_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :204:19 - Attribute `ready_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :218:22 - Attribute `_load` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :218:22 - Attribute `_load` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :220:33 - Attribute `_ready_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :220:33 - Attribute `_ready_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :227:25 - Attribute `_ready_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :227:25 - Attribute `_ready_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :228:25 - Attribute `_terminated_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :228:25 - Attribute `_terminated_states` is not defined on `None` in union `Unknown | None`

manticore/ethereum/verifier.py

[warning] possibly-missing-attribute - :175:21 - Attribute `function_selectors` may be missing on object of type `SolidityMetadata | None`
[error] unresolved-attribute - :175:21 - Attribute `function_selectors` is not defined on `None` in union `SolidityMetadata | None`
[warning] possibly-missing-attribute - :176:21 - Attribute `get_abi` may be missing on object of type `SolidityMetadata | None`
[error] unresolved-attribute - :176:21 - Attribute `get_abi` is not defined on `None` in union `SolidityMetadata | None`
[warning] possibly-missing-attribute - :301:33 - Attribute `get_abi` may be missing on object of type `SolidityMetadata | None`
[error] unresolved-attribute - :301:33 - Attribute `get_abi` is not defined on `None` in union `SolidityMetadata | None`
[warning] possibly-missing-attribute - :310:45 - Attribute `get_func_name` may be missing on object of type `SolidityMetadata | None`
[error] unresolved-attribute - :310:45 - Attribute `get_func_name` is not defined on `None` in union `SolidityMetadata | None`

manticore/native/cpu/aarch64.py

[warning] possibly-missing-attribute - :2982:17 - Attribute `type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2982:17 - Attribute `type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2983:17 - Attribute `type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2983:17 - Attribute `type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2993:17 - Attribute `type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2993:17 - Attribute `type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3013:37 - Attribute `mem` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3013:37 - Attribute `mem` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3014:19 - Attribute `op` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3014:19 - Attribute `op` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3052:28 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3052:28 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3054:13 - Attribute `write` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3054:13 - Attribute `write` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3059:21 - Attribute `read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3059:21 - Attribute `read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3061:31 - Attribute `mem` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3061:31 - Attribute `mem` is not defined on `None` in union `Unknown | None`

manticore/native/cpu/abstractcpu.py

[warning] possibly-missing-attribute - :1046:17 - Attribute `sync_unicorn_to_manticore` may be missing on object of type `Unknown | None | ConcreteUnicornEmulator`
[error] unresolved-attribute - :1046:17 - Attribute `sync_unicorn_to_manticore` is not defined on `None` in union `Unknown | None | ConcreteUnicornEmulator`

manticore/native/cpu/x86.py

[warning] possibly-missing-attribute - :1310:15 - Attribute `read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1310:15 - Attribute `read` is not defined on `None` in union `Unknown | None`

manticore/native/plugins.py

[warning] possibly-missing-attribute - :12:13 - Attribute `_publish` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :12:13 - Attribute `_publish` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :14:22 - Attribute `ready_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :14:22 - Attribute `ready_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :26:17 - Attribute `_workspace` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :26:17 - Attribute `_workspace` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :35:9 - Attribute `kill_state` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :35:9 - Attribute `kill_state` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :44:16 - Attribute `_save` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :44:16 - Attribute `_save` is not defined on `None` in union `Unknown | None`

manticore/native/state.py

[warning] possibly-missing-attribute - :309:42 - Attribute `reg_name` may be missing on object of type `ConcretizeRegister | MemoryException | Concretize`
[error] unresolved-attribute - :309:42 - Attribute `reg_name` is not defined on `MemoryException`, `Concretize` in union `ConcretizeRegister | MemoryException | Concretize`
[warning] possibly-missing-attribute - :319:37 - Attribute `address` may be missing on object of type `MemoryException | Concretize`
[error] unresolved-attribute - :319:37 - Attribute `address` is not defined on `Concretize` in union `MemoryException | Concretize`

manticore/platforms/decree.py

[warning] possibly-missing-attribute - :71:16 - Attribute `_transmit` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :71:16 - Attribute `_transmit` is not defined on `None` in union `Unknown | None`

manticore/platforms/evm.py

[warning] possibly-missing-attribute - :671:29 - Attribute `__name__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :671:29 - Attribute `__name__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3016:16 - Attribute `coinbase` may be missing on object of type `Unknown | None | BlockHeader`
[error] unresolved-attribute - :3016:16 - Attribute `coinbase` is not defined on `None` in union `Unknown | None | BlockHeader`
[warning] possibly-missing-attribute - :3019:16 - Attribute `timestamp` may be missing on object of type `Unknown | None | BlockHeader`
[error] unresolved-attribute - :3019:16 - Attribute `timestamp` is not defined on `None` in union `Unknown | None | BlockHeader`
[warning] possibly-missing-attribute - :3022:16 - Attribute `blocknumber` may be missing on object of type `Unknown | None | BlockHeader`
[error] unresolved-attribute - :3022:16 - Attribute `blocknumber` is not defined on `None` in union `Unknown | None | BlockHeader`
[warning] possibly-missing-attribute - :3025:16 - Attribute `difficulty` may be missing on object of type `Unknown | None | BlockHeader`
[error] unresolved-attribute - :3025:16 - Attribute `difficulty` is not defined on `None` in union `Unknown | None | BlockHeader`
[warning] possibly-missing-attribute - :3028:16 - Attribute `gaslimit` may be missing on object of type `Unknown | None | BlockHeader`
[error] unresolved-attribute - :3028:16 - Attribute `gaslimit` is not defined on `None` in union `Unknown | None | BlockHeader`

manticore/platforms/linux.py

[warning] possibly-missing-attribute - :800:16 - Attribute `_transmit` may be missing on object of type `Socket | None`
[error] unresolved-attribute - :800:16 - Attribute `_transmit` is not defined on `None` in union `Socket | None`

manticore/utils/event.py

[warning] possibly-missing-attribute - :37:40 - Attribute `_published_events` may be missing on object of type `Unknown | Self@__new__`
[error] unresolved-attribute - :37:40 - Attribute `_published_events` is not defined on `Self@__new__` in union `Unknown | Self@__new__`

manticore/wasm/manticore.py

[warning] possibly-missing-attribute - :148:24 - Attribute `size` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :148:24 - Attribute `size` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :150:26 - Attribute `size` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :150:26 - Attribute `size` is not defined on `None` in union `None | Unknown`

server/manticore_server/introspect_plugin.py

[warning] possibly-missing-attribute - :22:17 - Attribute `_load` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :22:17 - Attribute `_load` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :31:17 - Attribute `_load` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :31:17 - Attribute `_load` is not defined on `None` in union `Unknown | None`

server/manticore_server/manticore_server.py

[warning] possibly-missing-attribute - :79:13 - Attribute `append` may be missing on object of type `Unknown | Queue[Any] | deque`
[error] unresolved-attribute - :79:13 - Attribute `append` is not defined on `Queue[Any]` in union `Unknown | Queue[Any] | deque`
[warning] possibly-missing-attribute - :83:16 - Attribute `full` may be missing on object of type `Unknown | Queue[Any] | deque`
[error] unresolved-attribute - :83:16 - Attribute `full` is not defined on `deque` in union `Unknown | Queue[Any] | deque`
[warning] possibly-missing-attribute - :85:13 - Attribute `put` may be missing on object of type `Unknown | Queue[Any] | deque`
[error] unresolved-attribute - :85:13 - Attribute `put` is not defined on `deque` in union `Unknown | Queue[Any] | deque`

tests/auto_generators/make_dump.py

[warning] possibly-missing-attribute - :40:9 - Attribute `write` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :40:9 - Attribute `write` is not defined on `None` in union `IO[Unknown] | None`
[warning] possibly-missing-attribute - :41:9 - Attribute `flush` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :41:9 - Attribute `flush` is not defined on `None` in union `IO[Unknown] | None`
[warning] possibly-missing-attribute - :44:27 - Attribute `read` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :44:27 - Attribute `read` is not defined on `None` in union `IO[Unknown] | None`

tests/auto_generators/trace.py

[warning] possibly-missing-attribute - :26:9 - Attribute `write` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :26:9 - Attribute `write` is not defined on `None` in union `IO[Unknown] | None`
[warning] possibly-missing-attribute - :27:9 - Attribute `flush` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :27:9 - Attribute `flush` is not defined on `None` in union `IO[Unknown] | None`
[warning] possibly-missing-attribute - :30:27 - Attribute `read` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :30:27 - Attribute `read` is not defined on `None` in union `IO[Unknown] | None`

tests/ethereum/test_detectors.py

[warning] possibly-missing-attribute - :71:32 - Attribute `make_symbolic_value` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :71:32 - Attribute `make_symbolic_value` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :75:9 - Attribute `register_detector` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :75:9 - Attribute `register_detector` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :77:14 - Attribute `kill_timeout` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :77:14 - Attribute `kill_timeout` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :78:13 - Attribute `multi_tx_analysis` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :78:13 - Attribute `multi_tx_analysis` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :84:9 - Attribute `finalize` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :84:9 - Attribute `finalize` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :87:69 - Attribute `global_findings` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :87:69 - Attribute `global_findings` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :98:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :98:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :102:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :102:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :106:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :106:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :110:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :110:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :118:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :118:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :123:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :123:9 - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :124:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :124:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :128:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :128:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :132:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :132:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :140:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :140:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :144:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :144:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :148:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :148:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :152:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :152:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :157:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :157:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :168:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :168:9 - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :169:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :169:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :180:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :180:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :190:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :190:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :201:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :201:9 - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :202:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :202:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :248:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :248:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :271:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :271:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :276:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :276:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :281:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :281:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :286:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :286:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :291:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :291:9 - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :292:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :292:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :303:9 - Attribute `register_plugin` may be missing on object of type `Unknown | ManticoreEVM | None`
[error] unresolved-attribute - :303:9 - Attribute `register_plugin` is not defined on `None` in union `Unknown | ManticoreEVM | None`
[warning] possibly-missing-attribute - :304:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :304:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :312:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :312:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :345:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :345:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :411:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :411:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :415:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :415:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`

tests/ethereum/test_general.py

[warning] possibly-missing-attribute - :143:13 - Attribute `parse_tx` may be missing on object of type `SolidityMetadata | None`
[error] unresolved-attribute - :143:13 - Attribute `parse_tx` is not defined on `None` in union `SolidityMetadata | None`
[warning] possibly-missing-attribute - :1269:25 - Attribute `shutdown` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1269:25 - Attribute `shutdown` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1300:25 - Attribute `shutdown` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1300:25 - Attribute `shutdown` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2052:27 - Attribute `is_main` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2052:27 - Attribute `is_main` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2053:30 - Attribute `is_running` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2053:30 - Attribute `is_running` is not defined on `None` in union `Unknown | None`

tests/ethereum_bench/test_consensys_benchmark.py

[warning] possibly-missing-attribute - :145:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :145:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :149:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :149:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :153:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :153:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :157:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :157:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :161:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :161:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :165:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :165:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :169:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :169:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :174:16 - Attribute `f_code` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :174:16 - Attribute `f_code` is not defined on `None` in union `FrameType | None`

tests/native/test_armv7cpu.py

[warning] possibly-missing-attribute - :1599:15 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :1599:15 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :1600:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :1600:9 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :1601:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :1601:9 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :1604:42 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :1604:42 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :2447:16 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :2447:16 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :2448:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :2448:9 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :2449:9 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :2449:9 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :2458:43 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :2458:43 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :2493:23 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :2493:23 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :2504:44 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :2504:44 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`
[warning] possibly-missing-attribute - :2519:44 - Attribute `constraints` may be missing on object of type `Unknown | Memory`
[error] unresolved-attribute - :2519:44 - Attribute `constraints` is not defined on `Memory` in union `Unknown | Memory`

tests/native/test_armv7unicorn.py

[warning] possibly-missing-attribute - :1518:9 - Attribute `STACK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1518:9 - Attribute `STACK` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1520:15 - Attribute `symbolicate_buffer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1520:15 - Attribute `symbolicate_buffer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1521:9 - Attribute `write_bytes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1521:9 - Attribute `write_bytes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1527:9 - Attribute `STACK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1527:9 - Attribute `STACK` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1529:15 - Attribute `symbolicate_buffer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1529:15 - Attribute `symbolicate_buffer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1531:9 - Attribute `write_bytes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1531:9 - Attribute `write_bytes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1542:15 - Attribute `new_symbolic_value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1542:15 - Attribute `new_symbolic_value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1576:15 - Attribute `new_symbolic_value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1576:15 - Attribute `new_symbolic_value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1580:13 - Attribute `emulate` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:30 - Attribute `decode_instruction` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1580:58 - Attribute `PC` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1580:13 - Attribute `emulate` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1580:30 - Attribute `decode_instruction` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1580:58 - Attribute `PC` is not defined on `None` in union `Unknown | None`

tests/native/test_state.py

[warning] possibly-missing-attribute - :356:17 - Attribute `count_busy_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :356:17 - Attribute `count_busy_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :357:19 - Attribute `count_ready_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :357:19 - Attribute `count_ready_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :358:19 - Attribute `count_killed_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :358:19 - Attribute `count_killed_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :359:19 - Attribute `count_terminated_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :359:19 - Attribute `count_terminated_states` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :364:18 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :364:18 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :369:18 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :369:18 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`

tests/native/test_unicorn_concrete.py

[warning] possibly-missing-attribute - :19:14 - Attribute `locked_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :19:14 - Attribute `locked_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :20:23 - Attribute `terminated_states` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :20:23 - Attribute `terminated_states` is not defined on `None` in union `Unknown | None`

materialize (https://github.com/MaterializeInc/materialize)

misc/python/materialize/checks/cloudtest_actions.py

[warning] possibly-missing-attribute - :47:9 - Attribute `replace` may be missing on object of type `Unknown | K8sResource`
[error] unresolved-attribute - :47:9 - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`

misc/python/materialize/cloudtest/app/materialize_application.py

[warning] possibly-missing-attribute - :172:9 - Attribute `env` may be missing on object of type `Unknown | K8sResource`
[error] unresolved-attribute - :172:9 - Attribute `env` is not defined on `K8sResource` in union `Unknown | K8sResource`
[warning] possibly-missing-attribute - :173:9 - Attribute `replace` may be missing on object of type `Unknown | K8sResource`
[error] unresolved-attribute - :173:9 - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`

misc/python/materialize/feature_benchmark/benchmark.py

[warning] possibly-missing-attribute - :119:17 - Attribute `run` may be missing on object of type `None | Action | Unknown`
[error] unresolved-attribute - :119:17 - Attribute `run` is not defined on `None` in union `None | Action | Unknown`
[warning] possibly-missing-attribute - :131:17 - Attribute `run` may be missing on object of type `None | Action | Unknown`
[error] unresolved-attribute - :131:17 - Attribute `run` is not defined on `None` in union `None | Action | Unknown`
[warning] possibly-missing-attribute - :142:17 - Attribute `run` may be missing on object of type `None | Action | Unknown`
[error] unresolved-attribute - :142:17 - Attribute `run` is not defined on `None` in union `None | Action | Unknown`

misc/python/materialize/parallel_workload/database.py

[warning] possibly-missing-attribute - :1052:70 - Attribute `materialized` may be missing on object of type `WebhookSource | MySqlSource | PostgresSource | ... omitted 4 union elements`
[error] unresolved-attribute - :1052:70 - Attribute `materialized` is not defined on `WebhookSource`, `MySqlSource`, `PostgresSource`, `SqlServerSource`, `KafkaSource`, `Table` in union `WebhookSource | MySqlSource | PostgresSource | ... omitted 4 union elements`

test/cloudtest/test_compute.py

[warning] possibly-missing-attribute - :197:5 - Attribute `env` may be missing on object of type `Unknown | K8sResource`
[error] unresolved-attribute - :197:5 - Attribute `env` is not defined on `K8sResource` in union `Unknown | K8sResource`
[warning] possibly-missing-attribute - :198:5 - Attribute `extra_args` may be missing on object of type `Unknown | K8sResource`
[error] unresolved-attribute - :198:5 - Attribute `extra_args` is not defined on `K8sResource` in union `Unknown | K8sResource`
[warning] possibly-missing-attribute - :199:5 - Attribute `replace` may be missing on object of type `Unknown | K8sResource`
[error] unresolved-attribute - :199:5 - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`
[warning] possibly-missing-attribute - :236:5 - Attribute `replace` may be missing on object of type `Unknown | K8sResource`
[error] unresolved-attribute - :236:5 - Attribute `replace` is not defined on `K8sResource` in union `Unknown | K8sResource`

meson (https://github.com/mesonbuild/meson)

mesonbuild/backend/backends.py

[warning] possibly-missing-attribute - :315:29 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :315:29 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :329:29 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :329:29 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :378:14 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :378:14 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :392:35 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :392:35 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :393:35 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :393:35 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :407:29 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :407:29 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :442:50 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :442:50 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :443:50 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :443:50 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :466:17 - Attribute `write` may be missing on object of type `None | TextIO`
[error] unresolved-attribute - :466:17 - Attribute `write` is not defined on `None` in union `None | TextIO`
[warning] possibly-missing-attribute - :568:44 - Attribute `source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :568:44 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :583:51 - Attribute `source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :583:51 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :587:19 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :587:19 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :588:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :588:36 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :588:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :588:36 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :593:30 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :593:30 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :594:31 - Attribute `need_exe_wrapper` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :594:31 - Attribute `need_exe_wrapper` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :595:20 - Attribute `has_exe_wrapper` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :595:20 - Attribute `has_exe_wrapper` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :599:27 - Attribute `get_exe_wrapper` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :599:27 - Attribute `get_exe_wrapper` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :603:125 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :603:125 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :607:30 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :607:30 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :618:37 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :618:37 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :669:23 - Attribute `can_use_env` may be missing on object of type `EnvironmentVariables | None`
[error] unresolved-attribute - :669:23 - Attribute `can_use_env` is not defined on `None` in union `EnvironmentVariables | None`
[warning] possibly-missing-attribute - :679:25 - Attribute `get_env` may be missing on object of type `EnvironmentVariables | None`
[error] unresolved-attribute - :679:25 - Attribute `get_env` is not defined on `None` in union `EnvironmentVariables | None`
[warning] possibly-missing-attribute - :696:17 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :696:17 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :722:33 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :722:33 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :725:17 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :725:17 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :729:34 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :729:34 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :732:39 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :732:39 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :770:21 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :770:21 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :795:59 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :795:59 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :796:19 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :796:19 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :797:25 - Attribute `get_object_suffix` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :797:25 - Attribute `get_object_suffix` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :966:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :966:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1062:16 - Attribute `properties` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1062:16 - Attribute `properties` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1066:20 - Attribute `properties` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1066:20 - Attribute `properties` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1155:35 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1155:35 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1162:20 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1162:20 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1182:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1182:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1201:24 - Attribute `is_cross_build` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1201:24 - Attribute `is_cross_build` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1202:27 - Attribute `get_exe_wrapper` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1202:27 - Attribute `get_exe_wrapper` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1203:23 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1203:23 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1204:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1204:40 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1204:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1204:40 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1227:38 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1227:38 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1243:20 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1243:49 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1243:20 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1243:49 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1251:33 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1251:33 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1256:24 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1256:24 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1260:49 - Attribute `need_exe_wrapper` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1260:49 - Attribute `need_exe_wrapper` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1267:36 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1267:36 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1290:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1290:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1297:26 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1297:26 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1303:34 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1303:34 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1304:34 - Attribute `get_prefix` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1304:34 - Attribute `get_prefix` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1305:33 - Attribute `get_prefix` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1305:33 - Attribute `get_prefix` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1327:12 - Attribute `is_cross_build` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1327:12 - Attribute `is_cross_build` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1328:25 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1328:25 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1329:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1329:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1336:31 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1336:31 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1337:31 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1337:31 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1339:33 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1339:33 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1351:33 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1351:33 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1364:33 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1364:33 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1463:39 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1463:39 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1472:49 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1472:49 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1473:49 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1473:49 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1510:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1510:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1532:27 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1532:27 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1533:26 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1533:26 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1534:35 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1534:35 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1551:38 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1551:38 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1614:49 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1614:49 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1619:43 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1619:43 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1620:42 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1620:42 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1627:37 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1627:37 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1628:36 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1628:36 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1640:21 - Attribute `lookup_binary_entry` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1640:21 - Attribute `lookup_binary_entry` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1642:16 - Attribute `is_cross_build` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1642:16 - Attribute `is_cross_build` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1648:17 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1648:17 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1651:25 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1651:25 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1652:25 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1652:25 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1653:25 - Attribute `get_prefix` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1653:25 - Attribute `get_prefix` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1654:25 - Attribute `get_libdir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1654:25 - Attribute `get_libdir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1657:25 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1657:25 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1658:25 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1658:25 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1671:42 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1671:42 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1676:18 - Attribute `get_prefix` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1676:18 - Attribute `get_prefix` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1677:31 - Attribute `get_bindir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1677:31 - Attribute `get_bindir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1678:31 - Attribute `get_libdir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1678:31 - Attribute `get_libdir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1679:31 - Attribute `get_includedir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1679:31 - Attribute `get_includedir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1680:17 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1680:17 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1766:54 - Attribute `get_import_lib_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1766:54 - Attribute `get_import_lib_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1835:19 - Attribute `get_includedir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1835:19 - Attribute `get_includedir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1838:18 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1838:18 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1839:20 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1839:20 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1857:19 - Attribute `get_mandir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1857:19 - Attribute `get_mandir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1871:42 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :1871:77 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1871:42 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :1871:77 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1887:18 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1887:18 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1888:20 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1888:20 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1916:28 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1916:28 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1918:28 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1918:28 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1922:36 - Attribute `get_prefix` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1922:36 - Attribute `get_prefix` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1990:24 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1990:24 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1995:17 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1995:46 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1995:17 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1995:46 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2004:33 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2004:33 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2017:16 - Attribute `get_env_for_paths` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2017:16 - Attribute `get_env_for_paths` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2049:28 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2049:28 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2096:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2096:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`

mesonbuild/backend/ninjabackend.py

[warning] possibly-missing-attribute - :534:25 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :534:25 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :549:33 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :549:33 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :563:35 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :563:35 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :609:12 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :609:12 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :610:29 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :610:29 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :626:36 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :626:36 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :634:25 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :634:25 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :667:23 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :667:23 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :668:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :668:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :669:126 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :669:126 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :697:49 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :697:49 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :698:72 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :698:72 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :699:75 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :699:75 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :710:32 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :710:32 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :712:23 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :712:23 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :727:29 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :727:29 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :739:20 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :739:20 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :859:9 - Attribute `extend` may be missing on object of type `Unknown | str | list[str] | list[Unknown]`
[error] unresolved-attribute - :859:9 - Attribute `extend` is not defined on `str` in union `Unknown | str | list[str] | list[Unknown]`
[warning] possibly-missing-attribute - :860:9 - Attribute `extend` may be missing on object of type `Unknown | str | list[str] | list[Unknown]`
[error] unresolved-attribute - :860:9 - Attribute `extend` is not defined on `str` in union `Unknown | str | list[str] | list[Unknown]`
[warning] possibly-missing-attribute - :862:13 - Attribute `extend` may be missing on object of type `Unknown | str | list[str] | list[Unknown]`
[error] unresolved-attribute - :862:13 - Attribute `extend` is not defined on `str` in union `Unknown | str | list[str] | list[Unknown]`
[warning] possibly-missing-attribute - :980:44 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :980:44 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1029:81 - Attribute `uses_fortran` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - :1029:81 - Attribute `uses_fortran` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :1072:40 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1072:40 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1114:56 - Attribute `is_aix` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1114:56 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1114:56 - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1114:56 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1116:60 - Attribute `get_archive_name` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :1116:60 - Attribute `get_archive_name` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :1186:73 - Attribute `uses_fortran` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - :1186:73 - Attribute `uses_fortran` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :1261:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1261:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1319:34 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1319:34 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1322:24 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1322:24 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1323:37 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1323:37 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1325:24 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1325:24 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1326:24 - Attribute `get_log_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1326:24 - Attribute `get_log_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1365:34 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1365:34 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1371:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1371:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1372:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1372:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1374:12 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1374:12 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1383:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1383:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1415:46 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1415:46 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1418:13 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1418:13 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1421:14 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1421:14 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1463:13 - Attribute `write` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :1463:13 - Attribute `write` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :1497:42 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1497:42 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1743:47 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1743:47 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1744:46 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1744:46 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1863:40 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :1863:75 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1863:40 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :1863:75 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1891:77 - Attribute `get_builddir` may be missing on object of type `CustomTarget | CustomTargetIndex | GeneratedList`
[error] unresolved-attribute - :1891:77 - Attribute `get_builddir` is not defined on `GeneratedList` in union `CustomTarget | CustomTargetIndex | GeneratedList`
[warning] possibly-missing-attribute - :1907:39 - Attribute `source_dir` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :1907:68 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1907:39 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :1907:68 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2118:16 - Attribute `uses_rust_abi` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - :2118:16 - Attribute `uses_rust_abi` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :2148:35 - Attribute `get_link_whole_for` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :2148:35 - Attribute `get_link_whole_for` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :2189:36 - Attribute `uses_rust` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - :2189:36 - Attribute `uses_rust` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :2241:67 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2241:67 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2264:20 - Attribute `get_exe_args` may be missing on object of type `RustdocTestCompiler | None`
[error] unresolved-attribute - :2264:20 - Attribute `get_exe_args` is not defined on `None` in union `RustdocTestCompiler | None`
[warning] possibly-missing-attribute - :2324:62 - Attribute `uses_swift_cpp_interop` may be missing on object of type `BuildTarget | CustomTarget | CustomTargetIndex`
[error] unresolved-attribute - :2324:62 - Attribute `uses_swift_cpp_interop` is not defined on `CustomTarget`, `CustomTargetIndex` in union `BuildTarget | CustomTarget | CustomTargetIndex`
[warning] possibly-missing-attribute - :2339:54 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2339:54 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2344:54 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2344:54 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2366:57 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2366:57 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2377:39 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2377:39 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2382:63 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2382:63 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2384:39 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2384:39 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2435:31 - Attribute `can_linker_accept_rsp` may be missing on object of type `Compiler | StaticLinker | DynamicLinker`
[error] unresolved-attribute - :2435:31 - Attribute `can_linker_accept_rsp` is not defined on `DynamicLinker` in union `Compiler | StaticLinker | DynamicLinker`
[warning] possibly-missing-attribute - :2441:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2441:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2442:22 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2442:22 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2475:26 - Attribute `lookup_binary_entry` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2475:26 - Attribute `lookup_binary_entry` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2489:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2489:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2491:24 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2491:24 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2506:16 - Attribute `is_aix` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2506:16 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2506:16 - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2506:16 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2513:16 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2513:16 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2513:16 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2513:16 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2521:16 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2521:16 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2524:14 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2524:14 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2596:24 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2596:24 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2681:16 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2681:16 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2691:16 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2691:16 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2754:19 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2754:19 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2762:19 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2762:19 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2771:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2771:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2845:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2845:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2875:24 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2875:24 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2893:40 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2893:40 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2894:40 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2894:40 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3025:26 - Attribute `get_object_suffix` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3025:26 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3025:26 - Attribute `get_object_suffix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :3025:26 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3185:21 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3185:21 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3312:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3312:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3497:12 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3497:12 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3497:12 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :3497:12 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3502:16 - Attribute `is_aix` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3502:16 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3502:16 - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :3502:16 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3511:12 - Attribute `is_cross_build` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3511:12 - Attribute `is_cross_build` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3512:54 - Attribute `machines` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :3512:54 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :3512:54 - Attribute `machines` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :3512:54 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3563:17 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3563:17 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3565:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3565:34 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :3565:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :3565:34 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3614:21 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3614:21 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3700:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3700:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3712:27 - Attribute `get_language` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :3712:27 - Attribute `get_language` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :3713:56 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3713:56 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3713:56 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :3713:56 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3733:30 - Attribute `get_base_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :3733:30 - Attribute `get_base_link_args` is not defined on `Compiler` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :3760:25 - Attribute `get_build_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :3760:25 - Attribute `get_build_link_args` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :3784:25 - Attribute `get_target_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :3784:25 - Attribute `get_target_link_args` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :3789:51 - Attribute `get_dependency_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :3789:51 - Attribute `get_dependency_link_args` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :3793:37 - Attribute `get_dependency_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :3793:37 - Attribute `get_dependency_link_args` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :3798:71 - Attribute `get_argument_syntax` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :3798:71 - Attribute `get_argument_syntax` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :3843:25 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3843:25 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3856:16 - Attribute `gen_objects` may be missing on object of type `ImportStdInfo | None`
[error] unresolved-attribute - :3856:16 - Attribute `gen_objects` is not defined on `None` in union `ImportStdInfo | None`
[warning] possibly-missing-attribute - :3868:40 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3868:40 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3869:40 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3869:40 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3875:42 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3875:42 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3891:24 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3891:24 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3892:31 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3892:31 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3893:31 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3893:31 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3914:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3914:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3915:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3915:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3925:34 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3925:34 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3933:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3933:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3934:38 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3934:38 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3948:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3948:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3949:39 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3949:39 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3964:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3964:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3965:41 - Attribute `source_dir` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :3965:70 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3965:41 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :3965:70 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3966:13 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3966:13 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3978:20 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3978:20 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3979:43 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3979:43 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3982:44 - Attribute `source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3982:44 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3983:49 - Attribute `source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3983:49 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3990:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3990:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :3991:44 - Attribute `source_dir` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :3991:73 - Attribute `build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :3991:44 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :3991:73 - Attribute `build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :4020:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :4020:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :4021:42 - Attribute `source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :4021:42 - Attribute `source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :4037:15 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :4037:15 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :4054:24 - Attribute `is_aix` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :4054:24 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :4054:24 - Attribute `is_aix` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :4054:24 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :4061:24 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :4061:24 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :4061:24 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :4061:24 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :4086:39 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :4086:39 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :4087:12 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :4087:12 - Attribute `coredata` is not defined on `None` in union `Environment | None`

mesonbuild/backend/vs2010backend.py

[warning] possibly-missing-attribute - :196:51 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :196:51 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :200:52 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :200:52 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :201:50 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :201:50 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :206:41 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :206:41 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :216:41 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :216:41 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :238:24 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :238:24 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :238:24 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :238:24 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :241:29 - Attribute `machines` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :241:29 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :241:29 - Attribute `machines` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :241:29 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :250:26 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :250:26 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :250:26 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :250:26 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :260:25 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :260:25 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :260:25 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :260:25 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :268:26 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :268:26 - Attribute `machines` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :268:26 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :268:26 - Attribute `machines` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :278:26 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :278:26 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :279:29 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :279:29 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :280:22 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :280:22 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :282:29 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :282:29 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :285:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :285:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :292:45 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :292:45 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :378:27 - Attribute `get_generated_sources` may be missing on object of type `(Target & ~CustomTargetIndex) | CustomTarget | CompileTarget`
[error] unresolved-attribute - :378:27 - Attribute `get_generated_sources` is not defined on `Target & ~CustomTargetIndex` in union `(Target & ~CustomTargetIndex) | CustomTarget | CompileTarget`
[warning] possibly-missing-attribute - :414:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :414:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :431:20 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :431:20 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :440:21 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :440:21 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :452:38 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :452:38 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :454:38 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :454:38 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :463:39 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :463:39 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :465:39 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :465:39 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :468:41 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :468:41 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :470:41 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :470:41 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :487:30 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :487:30 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :491:34 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :491:34 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :520:30 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :520:30 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :523:30 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :523:30 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :543:27 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :543:27 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :550:17 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :550:17 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :558:25 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :558:25 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :619:19 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :619:19 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :765:33 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :765:33 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :778:63 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :778:63 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :997:28 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :997:28 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1376:18 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1376:18 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1504:23 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1504:23 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1834:12 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1834:12 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1920:35 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1920:35 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1932:35 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1932:35 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1935:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1935:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1971:29 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1971:29 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1975:72 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1975:72 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1977:78 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1977:78 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1986:31 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1986:31 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1987:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1987:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2003:24 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2003:24 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2005:20 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2005:20 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2026:28 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2026:28 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2027:20 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2027:20 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2029:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2029:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2040:31 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2040:31 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2041:16 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2041:16 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2077:31 - Attribute `get_build_command` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2077:31 - Attribute `get_build_command` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2087:33 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2087:33 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2108:59 - Attribute `get_scratch_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2108:59 - Attribute `get_scratch_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2130:42 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2130:42 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :2131:61 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :2131:61 - Attribute `coredata` is not defined on `None` in union `Environment | None`

mesonbuild/backend/xcodebackend.py

[warning] possibly-missing-attribute - :83:27 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :83:27 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :241:28 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :241:28 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :242:40 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :242:40 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :257:21 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :257:21 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :284:67 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :284:67 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :290:34 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :290:34 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :310:40 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :310:40 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :343:38 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :343:38 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :447:13 - Attribute `buildphasemap` may be missing on object of type `Unknown | BuildTarget`
[error] unresolved-attribute - :447:13 - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :449:13 - Attribute `buildphasemap` may be missing on object of type `Unknown | BuildTarget`
[error] unresolved-attribute - :449:13 - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :450:13 - Attribute `buildphasemap` may be missing on object of type `Unknown | BuildTarget`
[error] unresolved-attribute - :450:13 - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :451:13 - Attribute `buildphasemap` may be missing on object of type `Unknown | BuildTarget`
[error] unresolved-attribute - :451:13 - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :536:47 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :536:47 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :553:30 - Attribute `frameworks` may be missing on object of type `Unknown | Dependency`
[error] unresolved-attribute - :553:30 - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[warning] possibly-missing-attribute - :683:69 - Attribute `get_id` may be missing on object of type `CustomTarget | CustomTargetIndex | GeneratedList`
[error] unresolved-attribute - :683:69 - Attribute `get_id` is not defined on `GeneratedList` in union `CustomTarget | CustomTargetIndex | GeneratedList`
[warning] possibly-missing-attribute - :718:30 - Attribute `frameworks` may be missing on object of type `Unknown | Dependency`
[error] unresolved-attribute - :718:30 - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[warning] possibly-missing-attribute - :740:45 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :740:45 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :742:45 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :742:45 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :762:41 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :762:41 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :875:30 - Attribute `frameworks` may be missing on object of type `Unknown | Dependency`
[error] unresolved-attribute - :875:30 - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[warning] possibly-missing-attribute - :895:41 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :895:41 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :927:52 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :927:52 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :942:48 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :942:83 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :942:48 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :942:83 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :946:45 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :946:45 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :948:55 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :948:55 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :965:41 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :965:41 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1043:35 - Attribute `buildphasemap` may be missing on object of type `Unknown | BuildTarget`
[error] unresolved-attribute - :1043:35 - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :1050:30 - Attribute `frameworks` may be missing on object of type `Unknown | Dependency`
[error] unresolved-attribute - :1050:30 - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[warning] possibly-missing-attribute - :1116:30 - Attribute `frameworks` may be missing on object of type `Unknown | Dependency`
[error] unresolved-attribute - :1116:30 - Attribute `frameworks` is not defined on `Dependency` in union `Unknown | Dependency`
[warning] possibly-missing-attribute - :1178:35 - Attribute `get_item` may be missing on object of type `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int`
[error] unresolved-attribute - :1178:35 - Attribute `get_item` is not defined on `str`, `PbxArray & ~str`, `int` in union `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int`
[warning] possibly-missing-attribute - :1180:21 - Attribute `add_item` may be missing on object of type `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int`
[error] unresolved-attribute - :1180:21 - Attribute `add_item` is not defined on `str`, `int` in union `Unknown | str | (PbxArray & ~str) | (PbxDict & ~str) | int`
[warning] possibly-missing-attribute - :1282:34 - Attribute `buildphasemap` may be missing on object of type `Unknown | BuildTarget`
[error] unresolved-attribute - :1282:34 - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :1348:49 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1348:49 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1376:77 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1376:77 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1391:88 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1391:88 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1417:48 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1417:48 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1420:23 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1420:23 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1449:19 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1449:19 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1509:35 - Attribute `buildphasemap` may be missing on object of type `Unknown | BuildTarget`
[error] unresolved-attribute - :1509:35 - Attribute `buildphasemap` is not defined on `BuildTarget` in union `Unknown | BuildTarget`
[warning] possibly-missing-attribute - :1517:83 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1517:83 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1524:56 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1524:56 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1530:56 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1530:56 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1574:49 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1574:49 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1637:37 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1637:37 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1656:53 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[warning] possibly-missing-attribute - :1656:88 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1656:53 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`
[error] unresolved-attribute - :1656:88 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1662:69 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1662:69 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1674:45 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1674:45 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1691:27 - Attribute `get_build_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :1691:27 - Attribute `get_build_link_args` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :1701:52 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1701:52 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1718:65 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1718:65 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1722:65 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1722:65 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1726:27 - Attribute `get_std_shared_module_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :1726:27 - Attribute `get_std_shared_module_link_args` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :1728:27 - Attribute `get_std_shared_lib_link_args` may be missing on object of type `Compiler | StaticLinker`
[error] unresolved-attribute - :1728:27 - Attribute `get_std_shared_lib_link_args` is not defined on `StaticLinker` in union `Compiler | StaticLinker`
[warning] possibly-missing-attribute - :1732:25 - Attribute `coredata` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1732:25 - Attribute `coredata` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1772:36 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1772:36 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1810:54 - Attribute `get_build_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1810:54 - Attribute `get_build_dir` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :1811:54 - Attribute `get_source_dir` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1811:54 - Attribute `get_source_dir` is not defined on `None` in union `Environment | None`

mesonbuild/build.py

[warning] possibly-missing-attribute - :1204:77 - Attribute `get_basename` may be missing on object of type `CustomTarget | CompileTarget | (GeneratedList & ~str & ~File & ~CustomTargetIndex)`
[error] unresolved-attribute - :1204:77 - Attribute `get_basename` is not defined on `GeneratedList & ~str & ~File & ~CustomTargetIndex` in union `CustomTarget | CompileTarget | (GeneratedList & ~str & ~File & ~CustomTargetIndex)`
[warning] possibly-missing-attribute - :1740:20 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1740:20 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1743:22 - Attribute `is_android` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1743:22 - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1914:12 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1914:12 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1916:14 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1916:14 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1918:14 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1918:14 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2031:29 - Attribute `absolute_path` may be missing on object of type `Unknown | File | FileInTargetPrivateDir`
[error] unresolved-attribute - :2031:29 - Attribute `absolute_path` is not defined on `FileInTargetPrivateDir` in union `Unknown | File | FileInTargetPrivateDir`
[warning] possibly-missing-attribute - :2160:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2160:40 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2160:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2160:40 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2162:18 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2162:55 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2162:18 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2162:55 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2181:31 - Attribute `get_exe_suffix` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2181:31 - Attribute `get_exe_suffix` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2197:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2197:40 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2197:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2197:40 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2204:13 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2204:13 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2511:14 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2511:14 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2540:14 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2540:14 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2553:14 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2553:14 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2563:14 - Attribute `is_android` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2563:14 - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2568:14 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2568:14 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2617:12 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2617:12 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2636:16 - Attribute `is_android` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :2636:16 - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :3324:16 - Attribute `is_linkable_output` may be missing on object of type `CustomTarget | CompileTarget`
[error] unresolved-attribute - :3324:16 - Attribute `is_linkable_output` is not defined on `CompileTarget` in union `CustomTarget | CompileTarget`

mesonbuild/cargo/interpreter.py

[warning] possibly-missing-attribute - :90:42 - Attribute `name` may be missing on object of type `Library | None`
[error] unresolved-attribute - :90:42 - Attribute `name` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :91:63 - Attribute `name` may be missing on object of type `Library | None`
[error] unresolved-attribute - :91:63 - Attribute `name` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :183:21 - Attribute `get_features_args` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :183:21 - Attribute `get_features_args` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :224:13 - Attribute `merge_wraps` may be missing on object of type `Resolver | None`
[error] unresolved-attribute - :224:13 - Attribute `merge_wraps` is not defined on `None` in union `Resolver | None`
[warning] possibly-missing-attribute - :261:64 - Attribute `features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :261:64 - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :290:9 - Attribute `load_and_merge` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :290:9 - Attribute `load_and_merge` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :303:28 - Attribute `required_deps` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :303:28 - Attribute `required_deps` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :393:24 - Attribute `find_dep_provider` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :393:24 - Attribute `find_dep_provider` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :407:21 - Attribute `resolve` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :407:21 - Attribute `resolve` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :409:9 - Attribute `load_and_merge` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :409:9 - Attribute `load_and_merge` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :412:26 - Attribute `wraps` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :412:26 - Attribute `wraps` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :413:13 - Attribute `wraps` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :413:13 - Attribute `wraps` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :473:9 - Attribute `dep_packages` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :473:9 - Attribute `dep_packages` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :474:16 - Attribute `dep_packages` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :474:16 - Attribute `dep_packages` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :496:23 - Attribute `required_deps` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :496:23 - Attribute `required_deps` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :502:9 - Attribute `required_deps` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :502:9 - Attribute `required_deps` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :509:18 - Attribute `optional_deps_features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :509:18 - Attribute `optional_deps_features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :514:23 - Attribute `features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :514:23 - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :516:9 - Attribute `features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :516:9 - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :526:31 - Attribute `required_deps` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :526:31 - Attribute `required_deps` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :533:21 - Attribute `optional_deps_features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :533:21 - Attribute `optional_deps_features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :606:24 - Attribute `required_deps` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :606:24 - Attribute `required_deps` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :613:32 - Attribute `features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :613:32 - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :691:64 - Attribute `features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :691:64 - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :729:21 - Attribute `required_deps` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :729:21 - Attribute `required_deps` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :734:58 - Attribute `get_dependency_map` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :734:58 - Attribute `get_dependency_map` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :737:32 - Attribute `features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :737:32 - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`
[warning] possibly-missing-attribute - :754:40 - Attribute `name` may be missing on object of type `Library | None`
[error] unresolved-attribute - :754:40 - Attribute `name` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :755:26 - Attribute `path` may be missing on object of type `Library | None`
[error] unresolved-attribute - :755:26 - Attribute `path` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :791:77 - Attribute `features` may be missing on object of type `PackageConfiguration | None`
[error] unresolved-attribute - :791:77 - Attribute `features` is not defined on `None` in union `PackageConfiguration | None`

mesonbuild/cmake/executor.py

[warning] possibly-missing-attribute - :135:17 - Attribute `get_path` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :135:17 - Attribute `get_path` is not defined on `None` in union `Unknown | ExternalProgram | None`
[warning] possibly-missing-attribute - :138:15 - Attribute `get_command` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :138:15 - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[warning] possibly-missing-attribute - :146:24 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :146:24 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :150:13 - Attribute `close` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :150:13 - Attribute `close` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :161:28 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :161:28 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :174:13 - Attribute `close` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :174:13 - Attribute `close` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :181:15 - Attribute `get_command` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :181:15 - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[warning] possibly-missing-attribute - :184:20 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :184:20 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :188:9 - Attribute `close` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :188:9 - Attribute `close` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :194:15 - Attribute `get_command` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :194:15 - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[warning] possibly-missing-attribute - :203:38 - Attribute `get_command` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :203:38 - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[warning] possibly-missing-attribute - :236:16 - Attribute `get_path` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :236:16 - Attribute `get_path` is not defined on `None` in union `Unknown | ExternalProgram | None`
[warning] possibly-missing-attribute - :239:16 - Attribute `get_command` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :239:16 - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`

mesonbuild/cmake/interpreter.py

[warning] possibly-missing-attribute - :1292:31 - Attribute `as_posix` may be missing on object of type `Unknown | Path | None`
[error] unresolved-attribute - :1292:31 - Attribute `as_posix` is not defined on `None` in union `Unknown | Path | None`

mesonbuild/cmake/toolchain.py

[warning] possibly-missing-attribute - :158:61 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :158:80 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :158:61 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :158:80 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :159:51 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :159:51 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :161:51 - Attribute `is_64_bit` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :161:51 - Attribute `is_64_bit` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :256:25 - Attribute `split` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :256:25 - Attribute `split` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :258:25 - Attribute `split` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :258:25 - Attribute `split` is not defined on `None` in union `Unknown | str | None`

mesonbuild/compilers/asm.py

[warning] possibly-missing-attribute - :40:39 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :40:39 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :41:96 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :41:96 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/compilers/compilers.py

[warning] possibly-missing-attribute - :550:20 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :550:20 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :610:16 - Attribute `get_output_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :610:16 - Attribute `get_output_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :613:16 - Attribute `get_search_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :613:16 - Attribute `get_search_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :628:16 - Attribute `get_accepts_rsp` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :628:16 - Attribute `get_accepts_rsp` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :634:16 - Attribute `get_lib_prefix` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :634:16 - Attribute `get_lib_prefix` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :659:16 - Attribute `get_option_link_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :659:16 - Attribute `get_option_link_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :710:27 - Attribute `get_command` may be missing on object of type `Unknown | ExternalProgram | None`
[error] unresolved-attribute - :710:27 - Attribute `get_command` is not defined on `None` in union `Unknown | ExternalProgram | None`
[warning] possibly-missing-attribute - :817:16 - Attribute `has_multi_arguments` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :817:16 - Attribute `has_multi_arguments` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :955:16 - Attribute `get_debugfile_name` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :955:16 - Attribute `get_debugfile_name` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :958:16 - Attribute `get_debugfile_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :958:16 - Attribute `get_debugfile_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :964:16 - Attribute `get_std_shared_lib_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :964:16 - Attribute `get_std_shared_lib_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :967:16 - Attribute `get_std_shared_module_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :967:16 - Attribute `get_std_shared_module_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :970:16 - Attribute `get_link_whole_for` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :970:16 - Attribute `get_link_whole_for` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :973:16 - Attribute `get_allow_undefined_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :973:16 - Attribute `get_allow_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :976:16 - Attribute `no_undefined_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :976:16 - Attribute `no_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :989:16 - Attribute `build_rpath_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :989:16 - Attribute `build_rpath_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :992:16 - Attribute `get_archive_name` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :992:16 - Attribute `get_archive_name` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1003:16 - Attribute `thread_flags` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1003:16 - Attribute `thread_flags` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1021:16 - Attribute `get_win_subsystem_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1021:16 - Attribute `get_win_subsystem_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1036:16 - Attribute `get_pie_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1036:16 - Attribute `get_pie_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1088:16 - Attribute `get_lto_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1088:16 - Attribute `get_lto_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1091:16 - Attribute `get_lto_obj_cache_path` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1091:16 - Attribute `get_lto_obj_cache_path` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1097:16 - Attribute `sanitizer_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1097:16 - Attribute `sanitizer_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1100:16 - Attribute `get_asneeded_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1100:16 - Attribute `get_asneeded_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1103:16 - Attribute `headerpad_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1103:16 - Attribute `headerpad_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1106:16 - Attribute `bitcode_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1106:16 - Attribute `bitcode_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1109:16 - Attribute `get_optimization_link_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1109:16 - Attribute `get_optimization_link_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1113:16 - Attribute `get_soname_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1113:16 - Attribute `get_soname_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1144:16 - Attribute `get_coverage_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1144:16 - Attribute `get_coverage_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1147:16 - Attribute `gen_vs_module_defs_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1147:16 - Attribute `gen_vs_module_defs_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1576:16 - Attribute `rsp_file_syntax` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1576:16 - Attribute `rsp_file_syntax` is not defined on `None` in union `Unknown | DynamicLinker | None`

mesonbuild/compilers/cuda.py

[warning] possibly-missing-attribute - :781:68 - Attribute `fatal_warnings` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :781:68 - Attribute `fatal_warnings` is not defined on `None` in union `Unknown | DynamicLinker | None`

mesonbuild/compilers/cython.py

[warning] possibly-missing-attribute - :64:24 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :64:24 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/compilers/d.py

[warning] possibly-missing-attribute - :175:16 - Attribute `import_library_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :175:16 - Attribute `import_library_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :184:12 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :184:12 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :386:12 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :386:12 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :392:14 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :392:14 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :403:16 - Attribute `get_allow_undefined_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :403:16 - Attribute `get_allow_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :665:16 - Attribute `get_allow_undefined_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :665:16 - Attribute `get_allow_undefined_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :725:59 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :725:59 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :810:59 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :810:59 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`

mesonbuild/compilers/detect.py

[warning] possibly-missing-attribute - :175:14 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :175:14 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :481:36 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :481:36 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :853:40 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :853:40 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :952:36 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :952:36 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1239:20 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1239:41 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1239:20 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1239:41 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1243:55 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1243:55 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1284:20 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1284:41 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1284:20 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1284:41 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1387:8 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1387:8 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1391:10 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1391:10 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1395:10 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1395:10 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1399:10 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1399:10 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1404:48 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1404:48 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/compilers/mixins/arm.py

[warning] possibly-missing-attribute - :124:71 - Attribute `exelist` may be missing on object of type `(Unknown & ~ArmClangDynamicLinker) | (DynamicLinker & ~ArmClangDynamicLinker) | None`
[error] unresolved-attribute - :124:71 - Attribute `exelist` is not defined on `None` in union `(Unknown & ~ArmClangDynamicLinker) | (DynamicLinker & ~ArmClangDynamicLinker) | None`

mesonbuild/compilers/mixins/clang.py

[warning] possibly-missing-attribute - :225:126 - Attribute `id` may be missing on object of type `(Unknown & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuBFDDynamicLinker & ~GnuGoldDynamicLinker) | (DynamicLinker & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuBFDDynamicLinker & ~GnuGoldDynamicLinker) | None`
[error] unresolved-attribute - :225:126 - Attribute `id` is not defined on `None` in union `(Unknown & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuBFDDynamicLinker & ~GnuGoldDynamicLinker) | (DynamicLinker & ~MoldDynamicLinker & ~AppleDynamicLinker & ~ClangClDynamicLinker & ~LLVMDynamicLinker & ~GnuBFDDynamicLinker & ~GnuGoldDynamicLinker) | None`
[warning] possibly-missing-attribute - :244:25 - Attribute `get_thinlto_cache_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :244:25 - Attribute `get_thinlto_cache_args` is not defined on `None` in union `Unknown | DynamicLinker | None`

mesonbuild/compilers/mixins/clike.py

[warning] possibly-missing-attribute - :264:16 - Attribute `export_dynamic_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :264:16 - Attribute `export_dynamic_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :267:16 - Attribute `import_library_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :267:16 - Attribute `import_library_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1071:20 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1071:54 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1071:20 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1071:54 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1074:37 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1074:37 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1075:79 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1075:79 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1291:16 - Attribute `fatal_warnings` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1291:16 - Attribute `fatal_warnings` is not defined on `None` in union `Unknown | DynamicLinker | None`

mesonbuild/compilers/mixins/elbrus.py

[warning] possibly-missing-attribute - :68:18 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :68:18 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

mesonbuild/compilers/mixins/visualstudio.py

[warning] possibly-missing-attribute - :474:40 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :474:40 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :501:95 - Attribute `id` may be missing on object of type `(Unknown & ~ClangClDynamicLinker) | (DynamicLinker & ~ClangClDynamicLinker) | None`
[error] unresolved-attribute - :501:95 - Attribute `id` is not defined on `None` in union `(Unknown & ~ClangClDynamicLinker) | (DynamicLinker & ~ClangClDynamicLinker) | None`
[warning] possibly-missing-attribute - :512:25 - Attribute `get_thinlto_cache_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :512:25 - Attribute `get_thinlto_cache_args` is not defined on `None` in union `Unknown | DynamicLinker | None`

mesonbuild/compilers/rust.py

[warning] possibly-missing-attribute - :271:21 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :271:40 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :271:21 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :271:40 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :404:12 - Attribute `rust_crate_type` may be missing on object of type `BuildTarget | None`
[error] unresolved-attribute - :404:12 - Attribute `rust_crate_type` is not defined on `None` in union `BuildTarget | None`
[warning] possibly-missing-attribute - :430:32 - Attribute `export_dynamic_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :430:32 - Attribute `export_dynamic_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :529:32 - Attribute `fatal_warnings` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :529:32 - Attribute `fatal_warnings` is not defined on `None` in union `Unknown | DynamicLinker | None`

mesonbuild/dependencies/boost.py

[warning] possibly-missing-attribute - :247:20 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :247:20 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :248:20 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :248:20 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :370:21 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :370:21 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :623:16 - Attribute `is_openbsd` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :623:16 - Attribute `is_openbsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :706:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :706:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :728:16 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :728:16 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/cuda.py

[warning] possibly-missing-attribute - :257:16 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :257:16 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :259:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :259:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :264:14 - Attribute `is_linux` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :264:14 - Attribute `is_linux` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :266:14 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :266:14 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :297:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :297:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :335:20 - Attribute `is_linux` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :335:20 - Attribute `is_linux` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/detect.py

[warning] possibly-missing-attribute - :214:12 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :214:12 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/dev.py

[warning] possibly-missing-attribute - :42:8 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :42:8 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :44:10 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :44:10 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :201:12 - Attribute `is_64_bit` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :201:12 - Attribute `is_64_bit` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :533:14 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :533:14 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :534:17 - Attribute `is_freebsd` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :534:35 - Attribute `is_dragonflybsd` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :534:58 - Attribute `is_android` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :534:17 - Attribute `is_freebsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :534:35 - Attribute `is_dragonflybsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :534:58 - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :592:16 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :592:16 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :595:93 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :595:93 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :618:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :618:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :623:91 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :623:91 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :772:22 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :772:22 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/dub.py

[warning] possibly-missing-attribute - :301:22 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :301:22 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/factory.py

[warning] possibly-missing-attribute - :119:21 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :119:21 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/hdf5.py

[warning] possibly-missing-attribute - :140:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :140:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`

mesonbuild/dependencies/misc.py

[warning] possibly-missing-attribute - :188:12 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :188:12 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :546:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :546:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/mpi.py

[warning] possibly-missing-attribute - :41:57 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :41:57 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :58:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :58:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :80:48 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :80:48 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :223:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :223:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :254:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :254:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :257:12 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :257:12 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/pkgconfig.py

[warning] possibly-missing-attribute - :147:82 - Attribute `get_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :147:82 - Attribute `get_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :260:20 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :260:20 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :286:42 - Attribute `get_command` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :286:42 - Attribute `get_command` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :359:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :359:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :578:12 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :578:12 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/python.py

[warning] possibly-missing-attribute - :264:16 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :264:16 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :501:12 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :501:12 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/qt.py

[warning] possibly-missing-attribute - :207:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :207:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :283:12 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :283:12 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :336:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :336:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/scalapack.py

[warning] possibly-missing-attribute - :66:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :66:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :101:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :101:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :124:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :124:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/dependencies/ui.py

[warning] possibly-missing-attribute - :34:12 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :34:12 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :40:14 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :40:14 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :195:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :195:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :199:29 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :199:29 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :200:28 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :200:28 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/environment.py

[warning] possibly-missing-attribute - :318:24 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :318:24 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :478:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :478:30 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :478:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :478:30 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :561:25 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :561:62 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :561:25 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :561:62 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :571:18 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :571:53 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :571:18 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :571:53 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :573:18 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :573:18 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/interpreter/compiler.py

[warning] possibly-missing-attribute - :925:39 - Attribute `get_target_private_dir` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :925:39 - Attribute `get_target_private_dir` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/interpreter/dependencyfallbacks.py

[warning] possibly-missing-attribute - :177:27 - Attribute `get_varname` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :177:27 - Attribute `get_varname` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :344:38 - Attribute `find_dep_provider` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :344:38 - Attribute `find_dep_provider` is not defined on `None` in union `Unknown | Resolver | None`

mesonbuild/interpreter/interpreter.py

[warning] possibly-missing-attribute - :830:33 - Attribute `get_path` may be missing on object of type `Executable | Program | Compiler | File | str`
[error] unresolved-attribute - :830:33 - Attribute `get_path` is not defined on `Executable`, `Compiler`, `File`, `str` in union `Executable | Program | Compiler | File | str`
[warning] possibly-missing-attribute - :913:30 - Attribute `resolve` may be missing on object of type `Unknown | Resolver | None`
[error] unresolved-attribute - :913:30 - Attribute `resolve` is not defined on `None` in union `Unknown | Resolver | None`
[warning] possibly-missing-attribute - :1133:38 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - :1133:38 - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[warning] possibly-missing-attribute - :1210:79 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - :1210:79 - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[warning] possibly-missing-attribute - :1216:72 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - :1216:72 - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[warning] possibly-missing-attribute - :1858:12 - Attribute `is_android` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1858:12 - Attribute `is_android` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :2253:19 - Attribute `get` may be missing on object of type `EnvironmentVariables | dict[str, str | int | Sequence[Divergent] | ... omitted 5 union elements] | list[str | int | Sequence[Divergent] | ... omitted 5 union elements] | str`
[error] unresolved-attribute - :2253:19 - Attribute `get` is not defined on `EnvironmentVariables`, `list[str | int | Sequence[Divergent] | ... omitted 5 union elements]`, `str` in union `EnvironmentVariables | dict[str, str | int | Sequence[Divergent] | ... omitted 5 union elements] | list[str | int | Sequence[Divergent] | ... omitted 5 union elements] | str`
[warning] possibly-missing-attribute - :2493:25 - Attribute `interpret` may be missing on object of type `Unknown | Interpreter | None`
[error] unresolved-attribute - :2493:25 - Attribute `interpret` is not defined on `None` in union `Unknown | Interpreter | None`
[warning] possibly-missing-attribute - :3249:12 - Attribute `name` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :3249:12 - Attribute `name` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :3305:12 - Attribute `name` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :3305:12 - Attribute `name` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/interpreter/interpreterobjects.py

[warning] possibly-missing-attribute - :667:20 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :667:20 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :970:50 - Attribute `get_target_private_dir` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :970:50 - Attribute `get_target_private_dir` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :976:16 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :976:16 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :983:16 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :983:16 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :989:16 - Attribute `get_target_dir` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :989:16 - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :1140:16 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :1140:16 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/interpreter/mesonmain.py

[warning] possibly-missing-attribute - :79:14 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :79:14 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :207:16 - Attribute `name` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :207:16 - Attribute `name` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/linkers/detect.py

[warning] possibly-missing-attribute - :136:14 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :136:14 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :151:8 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :151:8 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :189:26 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :189:26 - Attribute `group` is not defined on `None` in union `Match[str] | None`

mesonbuild/linkers/linkers.py

[warning] possibly-missing-attribute - :418:28 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :418:28 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :419:19 - Attribute `is_sunos` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :419:19 - Attribute `is_sunos` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :420:19 - Attribute `is_os2` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :420:19 - Attribute `is_os2` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :709:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :709:30 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :709:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :709:30 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :716:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :716:30 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :716:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :716:30 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :724:12 - Attribute `is_haiku` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :724:12 - Attribute `is_haiku` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :738:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :738:30 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :738:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :738:30 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :748:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :748:30 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :748:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :748:30 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1380:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :1380:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/mconf.py

[warning] possibly-missing-attribute - :299:58 - Attribute `environment` may be missing on object of type `Unknown | None | Build`
[error] unresolved-attribute - :299:58 - Attribute `environment` is not defined on `None` in union `Unknown | None | Build`
[warning] possibly-missing-attribute - :387:53 - Attribute `environment` may be missing on object of type `Unknown | None | Build`
[error] unresolved-attribute - :387:53 - Attribute `environment` is not defined on `None` in union `Unknown | None | Build`

mesonbuild/mformat.py

[warning] possibly-missing-attribute - :283:9 - Attribute `accept` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :283:9 - Attribute `accept` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :297:37 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[warning] possibly-missing-attribute - :297:67 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :297:37 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[error] unresolved-attribute - :297:67 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :298:47 - Attribute `is_continuation` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :298:47 - Attribute `is_continuation` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :300:9 - Attribute `accept` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :300:9 - Attribute `accept` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :303:16 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :303:16 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :305:25 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :305:25 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :309:16 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :309:16 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :311:28 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :311:28 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :312:13 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :312:13 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :331:9 - Attribute `accept` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :331:9 - Attribute `accept` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :361:36 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :361:36 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :363:9 - Attribute `accept` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :363:9 - Attribute `accept` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :376:9 - Attribute `accept` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :376:9 - Attribute `accept` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :384:16 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :384:16 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :398:12 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :398:12 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :410:12 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :410:12 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :430:67 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :430:67 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :433:13 - Attribute `accept` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :433:13 - Attribute `accept` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :443:13 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :443:13 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :453:12 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :453:12 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :471:12 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :471:12 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :488:9 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :488:9 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :498:13 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :498:13 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :500:13 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :500:13 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :539:13 - Attribute `accept` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :539:13 - Attribute `accept` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :554:49 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :554:49 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :577:56 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :577:56 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :597:16 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :597:16 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :601:16 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[warning] possibly-missing-attribute - :601:42 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :601:16 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[error] unresolved-attribute - :601:42 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`
[warning] possibly-missing-attribute - :605:97 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :605:97 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`

mesonbuild/mintro.py

[warning] possibly-missing-attribute - :159:47 - Attribute `exclude` may be missing on object of type `Unknown | InstallDataBase`
[error] unresolved-attribute - :159:47 - Attribute `exclude` is not defined on `InstallDataBase` in union `Unknown | InstallDataBase`

mesonbuild/mlog.py

[warning] possibly-missing-attribute - :165:17 - Attribute `flush` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :165:17 - Attribute `flush` is not defined on `None` in union `IO[Unknown] | None`
[warning] possibly-missing-attribute - :166:17 - Attribute `close` may be missing on object of type `IO[Unknown] | None`
[error] unresolved-attribute - :166:17 - Attribute `close` is not defined on `None` in union `IO[Unknown] | None`

mesonbuild/modules/__init__.py

[warning] possibly-missing-attribute - :146:23 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - :146:23 - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`

mesonbuild/modules/_qt.py

[warning] possibly-missing-attribute - :764:63 - Attribute `get_target_dir` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :764:63 - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/modules/codegen.py

[warning] possibly-missing-attribute - :312:16 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :312:16 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :356:39 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :356:39 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :390:16 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :390:16 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/modules/cuda.py

[warning] possibly-missing-attribute - :133:54 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :133:54 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :409:27 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :409:27 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :428:27 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :428:27 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

mesonbuild/modules/external_project.py

[warning] possibly-missing-attribute - :132:38 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :132:38 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :133:46 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :133:46 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :135:38 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :135:38 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/modules/fs.py

[warning] possibly-missing-attribute - :88:16 - Attribute `get_target_filename` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :88:16 - Attribute `get_target_filename` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :330:24 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :330:24 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/modules/gnome.py

[warning] possibly-missing-attribute - :341:22 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :341:22 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :349:26 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :349:26 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :359:22 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :359:22 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :366:22 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :366:22 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :373:22 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :373:22 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :627:70 - Attribute `get_target_dir` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :627:70 - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :813:30 - Attribute `get_command` may be missing on object of type `(Program & ~LocalProgram) | None`
[error] unresolved-attribute - :813:30 - Attribute `get_command` is not defined on `None` in union `(Program & ~LocalProgram) | None`
[warning] possibly-missing-attribute - :944:28 - Attribute `get_target_private_dir_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :944:28 - Attribute `get_target_private_dir_abs` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :954:57 - Attribute `get_target_dir` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :954:57 - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/modules/hotdoc.py

[warning] possibly-missing-attribute - :226:23 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :226:23 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :229:23 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :229:23 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :344:30 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :344:30 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/modules/i18n.py

[warning] possibly-missing-attribute - :369:20 - Attribute `found` may be missing on object of type `Program | None`
[error] unresolved-attribute - :369:20 - Attribute `found` is not defined on `None` in union `Program | None`
[warning] possibly-missing-attribute - :408:12 - Attribute `found` may be missing on object of type `Program | None`
[error] unresolved-attribute - :408:12 - Attribute `found` is not defined on `None` in union `Program | None`
[warning] possibly-missing-attribute - :409:44 - Attribute `get_path` may be missing on object of type `Program | None`
[error] unresolved-attribute - :409:44 - Attribute `get_path` is not defined on `None` in union `Program | None`
[warning] possibly-missing-attribute - :460:16 - Attribute `found` may be missing on object of type `Program | None`
[error] unresolved-attribute - :460:16 - Attribute `found` is not defined on `None` in union `Program | None`
[warning] possibly-missing-attribute - :461:52 - Attribute `get_path` may be missing on object of type `Program | None`
[error] unresolved-attribute - :461:52 - Attribute `get_path` is not defined on `None` in union `Program | None`
[warning] possibly-missing-attribute - :554:48 - Attribute `found` may be missing on object of type `Program | None`
[error] unresolved-attribute - :554:48 - Attribute `found` is not defined on `None` in union `Program | None`

mesonbuild/modules/java.py

[warning] possibly-missing-attribute - :102:26 - Attribute `get_target_private_dir_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :102:26 - Attribute `get_target_private_dir_abs` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/modules/pkgconfig.py

[warning] possibly-missing-attribute - :522:31 - Attribute `pure_path_class` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :522:31 - Attribute `pure_path_class` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :580:59 - Attribute `get_target_filename_abs` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :580:59 - Attribute `get_target_filename_abs` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :745:16 - Attribute `is_freebsd` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :745:16 - Attribute `is_freebsd` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :748:18 - Attribute `is_haiku` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :748:18 - Attribute `is_haiku` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/modules/python.py

[warning] possibly-missing-attribute - :199:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :199:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :201:17 - Attribute `find_libpy_windows` may be missing on object of type `(Unknown & ~None) | Dependency`
[error] unresolved-attribute - :201:17 - Attribute `find_libpy_windows` is not defined on `Dependency` in union `(Unknown & ~None) | Dependency`
[warning] possibly-missing-attribute - :214:25 - Attribute `replace` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :214:25 - Attribute `replace` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :410:23 - Attribute `create_install_data` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :410:23 - Attribute `create_install_data` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :445:26 - Attribute `get_executable_serialisation` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :445:26 - Attribute `get_executable_serialisation` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/modules/python3.py

[warning] possibly-missing-attribute - :45:23 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :45:23 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`

mesonbuild/modules/rust.py

[warning] possibly-missing-attribute - :285:16 - Attribute `found` may be missing on object of type `ExternalProgram | None`
[error] unresolved-attribute - :285:16 - Attribute `found` is not defined on `None` in union `ExternalProgram | None`

mesonbuild/modules/windows.py

[warning] possibly-missing-attribute - :127:55 - Attribute `get_target_dir` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :127:55 - Attribute `get_target_dir` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/mparser.py

[warning] possibly-missing-attribute - :858:36 - Attribute `value` may be missing on object of type `WhitespaceNode | None`
[error] unresolved-attribute - :858:36 - Attribute `value` is not defined on `None` in union `WhitespaceNode | None`

mesonbuild/msetup.py

[warning] possibly-missing-attribute - :244:59 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :244:59 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :245:52 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :245:52 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :246:56 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :246:56 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :247:49 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :247:49 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :248:60 - Attribute `cpu_family` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :248:60 - Attribute `cpu_family` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :249:53 - Attribute `cpu` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :249:53 - Attribute `cpu` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :274:39 - Attribute `cmd_line_options` may be missing on object of type `Unknown | SharedCMDOptions | None`
[error] unresolved-attribute - :274:39 - Attribute `cmd_line_options` is not defined on `None` in union `Unknown | SharedCMDOptions | None`
[warning] possibly-missing-attribute - :278:36 - Attribute `name` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :278:36 - Attribute `name` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :284:41 - Attribute `generate` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :284:41 - Attribute `generate` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :305:13 - Attribute `run_postconf_scripts` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :305:13 - Attribute `run_postconf_scripts` is not defined on `None` in union `Unknown | Backend | None`
[warning] possibly-missing-attribute - :348:25 - Attribute `get_devenv` may be missing on object of type `Unknown | Backend | None`
[error] unresolved-attribute - :348:25 - Attribute `get_devenv` is not defined on `None` in union `Unknown | Backend | None`

mesonbuild/msubprojects.py

[warning] possibly-missing-attribute - :332:36 - Attribute `upper` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :332:36 - Attribute `upper` is not defined on `None` in union `Unknown | str | None`

mesonbuild/mtest.py

[warning] possibly-missing-attribute - :761:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :761:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :763:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :763:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :767:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :767:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :768:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :768:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :770:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :770:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :771:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :771:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :772:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :772:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :774:13 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :774:13 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :777:13 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :777:13 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :778:13 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :778:13 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :780:13 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :780:13 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :781:13 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :781:13 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :782:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :782:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :786:13 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :786:13 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :788:17 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :788:17 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :789:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :789:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :809:9 - Attribute `write` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :809:9 - Attribute `write` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :1771:25 - Attribute `project_name` may be missing on object of type `TestSerialisation | None`
[error] unresolved-attribute - :1771:25 - Attribute `project_name` is not defined on `None` in union `TestSerialisation | None`
[warning] possibly-missing-attribute - :1773:87 - Attribute `project_name` may be missing on object of type `TestSerialisation | None`
[error] unresolved-attribute - :1773:87 - Attribute `project_name` is not defined on `None` in union `TestSerialisation | None`

mesonbuild/munstable_coredata.py

[warning] possibly-missing-attribute - :62:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`
[error] unresolved-attribute - :62:32 - Attribute `startswith` is not defined on `int`, `list[str]` in union `Unknown | str | int | list[str]`
[warning] possibly-missing-attribute - :65:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`
[error] unresolved-attribute - :65:32 - Attribute `startswith` is not defined on `int`, `list[str]` in union `Unknown | str | int | list[str]`
[warning] possibly-missing-attribute - :69:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`
[error] unresolved-attribute - :69:32 - Attribute `startswith` is not defined on `int`, `list[str]` in union `Unknown | str | int | list[str]`
[warning] possibly-missing-attribute - :73:32 - Attribute `startswith` may be missing on object of type `Unknown | str | int | list[str]`
[error] unresolved-attribute - :73:32 - Attribute `startswith` is not defined on `int`, `list[str]` in union `Unknown | str | int | list[str]`

mesonbuild/options.py

[warning] possibly-missing-attribute - :900:30 - Attribute `value` may be missing on object of type `UserOption[Unknown] | None`
[error] unresolved-attribute - :900:30 - Attribute `value` is not defined on `None` in union `UserOption[Unknown] | None`

mesonbuild/rewriter.py

[warning] possibly-missing-attribute - :867:37 - Attribute `filename` may be missing on object of type `StringNode | None`
[warning] possibly-missing-attribute - :867:60 - Attribute `lineno` may be missing on object of type `StringNode | None`
[error] unresolved-attribute - :867:37 - Attribute `filename` is not defined on `None` in union `StringNode | None`
[error] unresolved-attribute - :867:60 - Attribute `lineno` is not defined on `None` in union `StringNode | None`
[warning] possibly-missing-attribute - :886:67 - Attribute `subdir` may be missing on object of type `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :886:67 - Attribute `subdir` is not defined on `None` in union `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :938:61 - Attribute `node` may be missing on object of type `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :938:61 - Attribute `node` is not defined on `None` in union `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :951:83 - Attribute `subdir` may be missing on object of type `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :951:98 - Attribute `source_nodes` may be missing on object of type `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :951:83 - Attribute `subdir` is not defined on `None` in union `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :951:98 - Attribute `source_nodes` is not defined on `None` in union `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :952:91 - Attribute `subdir` may be missing on object of type `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :952:107 - Attribute `extra_files` may be missing on object of type `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :952:130 - Attribute `extra_files` may be missing on object of type `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :952:91 - Attribute `subdir` is not defined on `None` in union `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :952:107 - Attribute `extra_files` is not defined on `None` in union `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :952:130 - Attribute `extra_files` is not defined on `None` in union `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :958:25 - Attribute `name` may be missing on object of type `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :958:25 - Attribute `name` is not defined on `None` in union `IntrospectionBuildTarget | None`
[warning] possibly-missing-attribute - :962:37 - Attribute `id` may be missing on object of type `IntrospectionBuildTarget | None`
[error] unresolved-attribute - :962:37 - Attribute `id` is not defined on `None` in union `IntrospectionBuildTarget | None`

mesonbuild/scripts/depfixer.py

[warning] possibly-missing-attribute - :188:16 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :188:16 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :210:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :210:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :211:45 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :211:45 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :212:48 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :212:48 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :213:51 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :213:51 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :214:51 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :214:51 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :215:49 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :215:49 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :216:48 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :216:48 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :217:48 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :217:48 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :218:49 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :218:49 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :219:50 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :219:50 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :220:53 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :220:53 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :221:49 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :221:49 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :222:53 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :222:53 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :223:49 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :223:49 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :224:52 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :224:52 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :227:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :227:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :233:13 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :233:13 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :236:17 - Attribute `read` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :236:17 - Attribute `read` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :244:13 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :244:13 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :254:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :254:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :265:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :265:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :275:13 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :275:13 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :282:13 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :282:13 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :295:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :295:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :302:23 - Attribute `sh_offset` may be missing on object of type `SectionHeader | None`
[error] unresolved-attribute - :302:23 - Attribute `sh_offset` is not defined on `None` in union `SectionHeader | None`
[warning] possibly-missing-attribute - :311:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :311:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :318:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :318:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :326:26 - Attribute `sh_offset` may be missing on object of type `SectionHeader | None`
[error] unresolved-attribute - :326:26 - Attribute `sh_offset` is not defined on `None` in union `SectionHeader | None`
[warning] possibly-missing-attribute - :327:17 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :327:17 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :337:22 - Attribute `sh_offset` may be missing on object of type `SectionHeader | None`
[error] unresolved-attribute - :337:22 - Attribute `sh_offset` is not defined on `None` in union `SectionHeader | None`
[warning] possibly-missing-attribute - :338:13 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :338:13 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :345:17 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :345:17 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :346:17 - Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :346:17 - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :360:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :360:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :395:13 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :395:13 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :396:13 - Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :396:13 - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :397:13 - Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :397:13 - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :402:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :402:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :431:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :431:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :432:9 - Attribute `write` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :432:9 - Attribute `write` is not defined on `None` in union `Unknown | None | BufferedRandom`
[warning] possibly-missing-attribute - :450:9 - Attribute `seek` may be missing on object of type `Unknown | None | BufferedRandom`
[error] unresolved-attribute - :450:9 - Attribute `seek` is not defined on `None` in union `Unknown | None | BufferedRandom`

mesonbuild/scripts/vcstagger.py

[warning] possibly-missing-attribute - :12:22 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :12:22 - Attribute `group` is not defined on `None` in union `Match[str] | None`

run_project_tests.py

[warning] possibly-missing-attribute - :145:18 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :145:18 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :155:23 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :155:23 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :161:23 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :161:23 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :162:28 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :162:28 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :181:20 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :181:20 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :183:22 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :183:56 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :183:22 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :183:56 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :189:20 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :189:20 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :191:22 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :191:56 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :191:22 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :191:56 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :200:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :200:50 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :200:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :200:50 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :209:16 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :209:16 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :227:18 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :227:52 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :227:18 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :227:52 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :234:16 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :234:16 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :239:18 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :239:52 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :239:18 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[error] unresolved-attribute - :239:52 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :359:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :359:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :362:14 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :362:14 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :366:14 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :366:14 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :375:12 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :375:12 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :379:14 - Attribute `is_windows` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :379:14 - Attribute `is_windows` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :383:14 - Attribute `is_cygwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :383:14 - Attribute `is_cygwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :388:14 - Attribute `is_darwin` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :388:14 - Attribute `is_darwin` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :809:20 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :809:20 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :812:20 - Attribute `system` may be missing on object of type `Unknown | MachineInfo | None`
[error] unresolved-attribute - :812:20 - Attribute `system` is not defined on `None` in union `Unknown | MachineInfo | None`
[warning] possibly-missing-attribute - :1368:41 - Attribute `msg` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1368:41 - Attribute `msg` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1370:64 - Attribute `msg` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1370:64 - Attribute `msg` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1374:12 - Attribute `msg` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1374:12 - Attribute `msg` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1376:41 - Attribute `step` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1376:41 - Attribute `step` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1377:41 - Attribute `msg` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1377:41 - Attribute `msg` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1391:46 - Attribute `step` may be missing on object of type `TestResult | None`
[warning] possibly-missing-attribute - :1391:76 - Attribute `msg` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1391:46 - Attribute `step` is not defined on `None` in union `TestResult | None`
[error] unresolved-attribute - :1391:76 - Attribute `msg` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1392:16 - Attribute `step` may be missing on object of type `TestResult | None`
[warning] possibly-missing-attribute - :1392:55 - Attribute `mlog` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1392:16 - Attribute `step` is not defined on `None` in union `TestResult | None`
[error] unresolved-attribute - :1392:55 - Attribute `mlog` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1396:37 - Attribute `mlog` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1396:37 - Attribute `mlog` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1401:37 - Attribute `mlog` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1401:37 - Attribute `mlog` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1402:37 - Attribute `stdo` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1402:37 - Attribute `stdo` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1404:37 - Attribute `stdo` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1404:37 - Attribute `stdo` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1405:28 - Attribute `cicmds` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1405:28 - Attribute `cicmds` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1407:33 - Attribute `stde` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1407:33 - Attribute `stde` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1422:22 - Attribute `conftime` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1422:22 - Attribute `conftime` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1423:23 - Attribute `buildtime` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1423:23 - Attribute `buildtime` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1424:22 - Attribute `testtime` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1424:22 - Attribute `testtime` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1432:12 - Attribute `msg` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1432:12 - Attribute `msg` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1433:64 - Attribute `msg` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1433:64 - Attribute `msg` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1435:23 - Attribute `stdo` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1435:23 - Attribute `stdo` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1437:23 - Attribute `stde` may be missing on object of type `TestResult | None`
[error] unresolved-attribute - :1437:23 - Attribute `stde` is not defined on `None` in union `TestResult | None`
[warning] possibly-missing-attribute - :1499:37 - Attribute `get_id` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :1499:37 - Attribute `get_id` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :1518:51 - Attribute `get_id` may be missing on object of type `Compiler | None`
[warning] possibly-missing-attribute - :1518:81 - Attribute `get_exelist` may be missing on object of type `Compiler | None`
[warning] possibly-missing-attribute - :1518:102 - Attribute `get_version_string` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :1518:51 - Attribute `get_id` is not defined on `None` in union `Compiler | None`
[error] unresolved-attribute - :1518:81 - Attribute `get_exelist` is not defined on `None` in union `Compiler | None`
[error] unresolved-attribute - :1518:102 - Attribute `get_version_string` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :1621:13 - Attribute `rmdir` may be missing on object of type `Path | None`
[error] unresolved-attribute - :1621:13 - Attribute `rmdir` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :1627:9 - Attribute `symlink_to` may be missing on object of type `Path | None`
[error] unresolved-attribute - :1627:9 - Attribute `symlink_to` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :1628:9 - Attribute `symlink_to` may be missing on object of type `Path | None`
[error] unresolved-attribute - :1628:9 - Attribute `symlink_to` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :1629:9 - Attribute `mkdir` may be missing on object of type `Path | None`
[error] unresolved-attribute - :1629:9 - Attribute `mkdir` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :1630:9 - Attribute `symlink_to` may be missing on object of type `Path | None`
[error] unresolved-attribute - :1630:9 - Attribute `symlink_to` is not defined on `None` in union `Path | None`

tools/regenerate_docs.py

[warning] possibly-missing-attribute - :72:24 - Attribute `end` may be missing on object of type `Match[str] | None`
[warning] possibly-missing-attribute - :72:38 - Attribute `start` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :72:24 - Attribute `end` is not defined on `None` in union `Match[str] | None`
[error] unresolved-attribute - :72:38 - Attribute `start` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :73:81 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :73:81 - Attribute `end` is not defined on `None` in union `Match[str] | None`

unittests/allplatformstests.py

[warning] possibly-missing-attribute - :1041:36 - Attribute `version` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :1041:36 - Attribute `version` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :1275:34 - Attribute `get_exelist` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :1275:34 - Attribute `get_exelist` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :1279:46 - Attribute `version` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :1279:46 - Attribute `version` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :1521:12 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1521:12 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1757:33 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :1757:33 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1758:26 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :1758:26 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1760:26 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :1760:26 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1768:33 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :1768:33 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :1769:38 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :1769:38 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :2508:21 - Attribute `sanity_check` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :2508:21 - Attribute `sanity_check` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :2523:20 - Attribute `get_id` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :2523:20 - Attribute `get_id` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :2551:20 - Attribute `get_id` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :2551:20 - Attribute `get_id` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :2866:36 - Attribute `returncode` may be missing on object of type `CalledProcessError | RuntimeError`
[error] unresolved-attribute - :2866:36 - Attribute `returncode` is not defined on `RuntimeError` in union `CalledProcessError | RuntimeError`
[warning] possibly-missing-attribute - :2867:32 - Attribute `output` may be missing on object of type `CalledProcessError | RuntimeError`
[error] unresolved-attribute - :2867:32 - Attribute `output` is not defined on `RuntimeError` in union `CalledProcessError | RuntimeError`
[warning] possibly-missing-attribute - :4789:65 - Attribute `for_machine` may be missing on object of type `Compiler | None`
[warning] possibly-missing-attribute - :4789:81 - Attribute `language` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :4789:65 - Attribute `for_machine` is not defined on `None` in union `Compiler | None`
[error] unresolved-attribute - :4789:81 - Attribute `language` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :5523:19 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :5523:19 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :5527:26 - Attribute `get_accepts_rsp` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :5527:26 - Attribute `get_accepts_rsp` is not defined on `None` in union `Unknown | DynamicLinker | None`

unittests/cargotests.py

[warning] possibly-missing-attribute - :204:21 - Attribute `wraps` may be missing on object of type `CargoLock | None`
[error] unresolved-attribute - :204:21 - Attribute `wraps` is not defined on `None` in union `CargoLock | None`
[warning] possibly-missing-attribute - :497:26 - Attribute `name` may be missing on object of type `Library | None`
[error] unresolved-attribute - :497:26 - Attribute `name` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :498:26 - Attribute `crate_type` may be missing on object of type `Library | None`
[error] unresolved-attribute - :498:26 - Attribute `crate_type` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :499:26 - Attribute `path` may be missing on object of type `Library | None`
[error] unresolved-attribute - :499:26 - Attribute `path` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :503:26 - Attribute `name` may be missing on object of type `Library | None`
[error] unresolved-attribute - :503:26 - Attribute `name` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :504:26 - Attribute `crate_type` may be missing on object of type `Library | None`
[error] unresolved-attribute - :504:26 - Attribute `crate_type` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :505:26 - Attribute `path` may be missing on object of type `Library | None`
[error] unresolved-attribute - :505:26 - Attribute `path` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :515:26 - Attribute `name` may be missing on object of type `Library | None`
[error] unresolved-attribute - :515:26 - Attribute `name` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :516:26 - Attribute `crate_type` may be missing on object of type `Library | None`
[error] unresolved-attribute - :516:26 - Attribute `crate_type` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :517:26 - Attribute `path` may be missing on object of type `Library | None`
[error] unresolved-attribute - :517:26 - Attribute `path` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :518:26 - Attribute `test` may be missing on object of type `Library | None`
[error] unresolved-attribute - :518:26 - Attribute `test` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :519:26 - Attribute `doctest` may be missing on object of type `Library | None`
[error] unresolved-attribute - :519:26 - Attribute `doctest` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :520:26 - Attribute `bench` may be missing on object of type `Library | None`
[error] unresolved-attribute - :520:26 - Attribute `bench` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :521:26 - Attribute `doc` may be missing on object of type `Library | None`
[error] unresolved-attribute - :521:26 - Attribute `doc` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :522:26 - Attribute `harness` may be missing on object of type `Library | None`
[error] unresolved-attribute - :522:26 - Attribute `harness` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :523:26 - Attribute `edition` may be missing on object of type `Library | None`
[error] unresolved-attribute - :523:26 - Attribute `edition` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :524:26 - Attribute `required_features` may be missing on object of type `Library | None`
[error] unresolved-attribute - :524:26 - Attribute `required_features` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :525:26 - Attribute `plugin` may be missing on object of type `Library | None`
[error] unresolved-attribute - :525:26 - Attribute `plugin` is not defined on `None` in union `Library | None`
[warning] possibly-missing-attribute - :531:26 - Attribute `path` may be missing on object of type `Library | None`
[error] unresolved-attribute - :531:26 - Attribute `path` is not defined on `None` in union `Library | None`

unittests/darwintests.py

[warning] possibly-missing-attribute - :103:16 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :103:16 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

unittests/datatests.py

[warning] possibly-missing-attribute - :233:47 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :233:47 - Attribute `group` is not defined on `None` in union `Match[str] | None`

unittests/linuxliketests.py

[warning] possibly-missing-attribute - :183:66 - Attribute `pkgbin_version` may be missing on object of type `(Unknown & PkgConfigCLI) | (PkgConfigCLI & ~AlwaysFalsy)`
[error] unresolved-attribute - :183:66 - Attribute `pkgbin_version` is not defined on `PkgConfigCLI & ~AlwaysFalsy` in union `(Unknown & PkgConfigCLI) | (PkgConfigCLI & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :536:18 - Attribute `choices` may be missing on object of type `UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements`
[error] unresolved-attribute - :536:18 - Attribute `choices` is not defined on `UserIntegerOption`, `UserStringOption`, `UserUmaskOption` in union `UserBooleanOption | UserComboOption | UserIntegerOption | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :1539:16 - Attribute `export_dynamic_args` may be missing on object of type `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1539:16 - Attribute `export_dynamic_args` is not defined on `None` in union `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1659:39 - Attribute `use_linker_args` may be missing on object of type `(Compiler & ~AppleClangCCompiler & ~AppleClangCPPCompiler & ~AppleClangObjCCompiler & ~AppleClangObjCPPCompiler) | None`
[error] unresolved-attribute - :1659:39 - Attribute `use_linker_args` is not defined on `None` in union `(Compiler & ~AppleClangCCompiler & ~AppleClangCPPCompiler & ~AppleClangObjCCompiler & ~AppleClangObjCPPCompiler) | None`
[warning] possibly-missing-attribute - :1661:37 - Attribute `id` may be missing on object of type `(Compiler & ~AppleClangCCompiler & ~AppleClangCPPCompiler & ~AppleClangObjCCompiler & ~AppleClangObjCPPCompiler) | None`
[error] unresolved-attribute - :1661:37 - Attribute `id` is not defined on `None` in union `(Compiler & ~AppleClangCCompiler & ~AppleClangCPPCompiler & ~AppleClangObjCCompiler & ~AppleClangObjCPPCompiler) | None`
[warning] possibly-missing-attribute - :1662:34 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :1662:34 - Attribute `linker` may be missing on object of type `(Compiler & ~AppleClangCCompiler & ~AppleClangCPPCompiler & ~AppleClangObjCCompiler & ~AppleClangObjCPPCompiler) | None`
[error] unresolved-attribute - :1662:34 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :1662:34 - Attribute `linker` is not defined on `None` in union `(Compiler & ~AppleClangCCompiler & ~AppleClangCPPCompiler & ~AppleClangObjCCompiler & ~AppleClangObjCPPCompiler) | None`

unittests/machinefiletests.py

[warning] possibly-missing-attribute - :367:26 - Attribute `version` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :367:26 - Attribute `version` is not defined on `None` in union `Compiler | None`
[warning] possibly-missing-attribute - :562:25 - Attribute `stdout` may be missing on object of type `RuntimeError | CalledProcessError`
[error] unresolved-attribute - :562:25 - Attribute `stdout` is not defined on `RuntimeError` in union `RuntimeError | CalledProcessError`

unittests/windowstests.py

[warning] possibly-missing-attribute - :302:34 - Attribute `id` may be missing on object of type `Unknown | DynamicLinker | None`
[warning] possibly-missing-attribute - :302:34 - Attribute `linker` may be missing on object of type `Compiler | None`
[error] unresolved-attribute - :302:34 - Attribute `id` is not defined on `None` in union `Unknown | DynamicLinker | None`
[error] unresolved-attribute - :302:34 - Attribute `linker` is not defined on `None` in union `Compiler | None`

mitmproxy (https://github.com/mitmproxy/mitmproxy)

docs/scripts/api-events.py

[warning] possibly-missing-attribute - :37:29 - Attribute `__name__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :37:29 - Attribute `__name__` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :39:33 - Attribute `__name__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :39:33 - Attribute `__name__` is not defined on `None` in union `ModuleType | None`

examples/contrib/http_manipulate_cookies.py

[warning] possibly-missing-attribute - :87:23 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :87:23 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :102:9 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :102:9 - Attribute `headers` is not defined on `None` in union `Response | None`

examples/contrib/jsondump.py

[warning] possibly-missing-attribute - :188:13 - Attribute `acquire` may be missing on object of type `Unknown | None | LockType`
[error] unresolved-attribute - :188:13 - Attribute `acquire` is not defined on `None` in union `Unknown | None | LockType`
[warning] possibly-missing-attribute - :190:13 - Attribute `release` may be missing on object of type `Unknown | None | LockType`
[error] unresolved-attribute - :190:13 - Attribute `release` is not defined on `None` in union `Unknown | None | LockType`

examples/contrib/modify_body_inject_iframe.py

[warning] possibly-missing-attribute - :14:34 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :14:34 - Attribute `content` is not defined on `None` in union `Response | None`

examples/contrib/search.py

[warning] possibly-missing-attribute - :68:23 - Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[error] unresolved-attribute - :68:23 - Attribute `findall` is not defined on `None` in union `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :73:41 - Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[error] unresolved-attribute - :73:41 - Attribute `findall` is not defined on `None` in union `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :75:45 - Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[error] unresolved-attribute - :75:45 - Attribute `findall` is not defined on `None` in union `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :78:49 - Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[error] unresolved-attribute - :78:49 - Attribute `findall` is not defined on `None` in union `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :82:50 - Attribute `findall` may be missing on object of type `Unknown | None | Pattern[str]`
[error] unresolved-attribute - :82:50 - Attribute `findall` is not defined on `None` in union `Unknown | None | Pattern[str]`

examples/contrib/sslstrip.py

[warning] possibly-missing-attribute - :39:29 - Attribute `replace` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :39:29 - Attribute `replace` is not defined on `None` in union `bytes | None`

examples/contrib/webscanner_helper/proxyauth_selenium.py

[warning] possibly-missing-attribute - :72:9 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :72:9 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :114:9 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :114:9 - Attribute `close` is not defined on `None` in union `Unknown | None`

examples/contrib/webscanner_helper/test_mapping.py

[warning] possibly-missing-attribute - :69:16 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :69:16 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :82:16 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :82:16 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :93:9 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :93:9 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :96:16 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :96:16 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :108:16 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :108:16 - Attribute `content` is not defined on `None` in union `Response | None`

examples/contrib/webscanner_helper/test_proxyauth_selenium.py

[warning] possibly-missing-attribute - :49:9 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :49:9 - Attribute `close` is not defined on `None` in union `Unknown | None`

examples/contrib/webscanner_helper/test_urlindex.py

[warning] possibly-missing-attribute - :131:16 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :131:16 - Attribute `status_code` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :146:16 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :146:16 - Attribute `status_code` is not defined on `None` in union `Response | None`

examples/contrib/webscanner_helper/test_urlinjection.py

[warning] possibly-missing-attribute - :39:41 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :39:41 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :41:37 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :41:37 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :47:41 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :47:41 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :49:37 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :49:37 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :55:41 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :55:41 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :57:37 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :57:37 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :73:42 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :73:42 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :75:38 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :75:38 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :92:13 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :92:13 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :95:70 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :95:70 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :112:51 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :112:51 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :114:47 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :114:47 - Attribute `content` is not defined on `None` in union `Response | None`

examples/contrib/webscanner_helper/urlinjection.py

[warning] possibly-missing-attribute - :71:27 - Attribute `decode` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :71:27 - Attribute `decode` is not defined on `None` in union `bytes | None`

mitmproxy/io/compat.py

[warning] possibly-missing-attribute - :333:30 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | str | ... omitted 3 union elements`
[error] unresolved-attribute - :333:30 - Attribute `get` is not defined on `str`, `None`, `int` in union `Unknown | dict[Unknown, Unknown] | str | ... omitted 3 union elements`

test/examples/test_examples.py

[warning] possibly-missing-attribute - :63:20 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :63:20 - Attribute `content` is not defined on `None` in union `Response | None`

test/helper_tools/dumperview.py

[warning] possibly-missing-attribute - :54:5 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :54:5 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :63:5 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :63:5 - Attribute `headers` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_blocklist.py

[warning] possibly-missing-attribute - :44:24 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :44:24 - Attribute `status_code` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :57:20 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :57:20 - Attribute `status_code` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :76:20 - Attribute `msg` may be missing on object of type `Error | None`
[warning] possibly-missing-attribute - :76:35 - Attribute `KILLED_MESSAGE` may be missing on object of type `Error | None`
[error] unresolved-attribute - :76:20 - Attribute `msg` is not defined on `None` in union `Error | None`
[error] unresolved-attribute - :76:35 - Attribute `KILLED_MESSAGE` is not defined on `None` in union `Error | None`

test/mitmproxy/addons/test_clientplayback.py

[warning] possibly-missing-attribute - :122:20 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :122:20 - Attribute `status_code` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_core.py

[warning] possibly-missing-attribute - :92:16 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :92:16 - Attribute `status_code` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :94:16 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :94:16 - Attribute `status_code` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :95:16 - Attribute `reason` may be missing on object of type `Response | None`
[error] unresolved-attribute - :95:16 - Attribute `reason` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :99:16 - Attribute `reason` may be missing on object of type `Response | None`
[error] unresolved-attribute - :99:16 - Attribute `reason` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :101:16 - Attribute `reason` may be missing on object of type `Response | None`
[error] unresolved-attribute - :101:16 - Attribute `reason` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_disable_h2c.py

[warning] possibly-missing-attribute - :39:20 - Attribute `msg` may be missing on object of type `Error | None`
[error] unresolved-attribute - :39:20 - Attribute `msg` is not defined on `None` in union `Error | None`

test/mitmproxy/addons/test_dns_resolver.py

[warning] possibly-missing-attribute - :126:24 - Attribute `response_code` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :126:24 - Attribute `response_code` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :128:24 - Attribute `response_code` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :128:24 - Attribute `response_code` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :134:28 - Attribute `response_code` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :134:28 - Attribute `response_code` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :135:28 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :135:28 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :141:24 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :141:24 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :143:24 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :143:24 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :146:21 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :146:21 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :151:21 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :151:21 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`

test/mitmproxy/addons/test_dumper.py

[warning] possibly-missing-attribute - :84:9 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :84:9 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :101:5 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :101:5 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :115:5 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :115:5 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :143:9 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :143:9 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :144:9 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :144:9 - Attribute `headers` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_maplocal.py

[warning] possibly-missing-attribute - :154:20 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :154:20 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :162:20 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :162:20 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :172:20 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :172:20 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :183:20 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :183:20 - Attribute `status_code` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_modifybody.py

[warning] possibly-missing-attribute - :43:20 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :43:20 - Attribute `content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :62:21 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :62:21 - Attribute `content` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_modifyheaders.py

[warning] possibly-missing-attribute - :48:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :48:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :50:20 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :50:20 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :55:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :55:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :57:20 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :57:20 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :73:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :73:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :75:33 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :75:33 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :84:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :84:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :86:33 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :86:33 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :116:21 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :116:21 - Attribute `headers` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_proxyauth.py

[warning] possibly-missing-attribute - :107:20 - Attribute `status_code` may be missing on object of type `(Response & ~AlwaysTruthy) | None`
[error] unresolved-attribute - :107:20 - Attribute `status_code` is not defined on `None` in union `(Response & ~AlwaysTruthy) | None`
[warning] possibly-missing-attribute - :119:20 - Attribute `status_code` may be missing on object of type `(Response & ~AlwaysTruthy) | None`
[error] unresolved-attribute - :119:20 - Attribute `status_code` is not defined on `None` in union `(Response & ~AlwaysTruthy) | None`
[warning] possibly-missing-attribute - :230:20 - Attribute `status_code` may be missing on object of type `(Response & ~AlwaysTruthy) | None`
[error] unresolved-attribute - :230:20 - Attribute `status_code` is not defined on `None` in union `(Response & ~AlwaysTruthy) | None`
[warning] possibly-missing-attribute - :236:20 - Attribute `status_code` may be missing on object of type `(Response & ~AlwaysTruthy) | None`
[error] unresolved-attribute - :236:20 - Attribute `status_code` is not defined on `None` in union `(Response & ~AlwaysTruthy) | None`

test/mitmproxy/addons/test_savehar.py

[warning] possibly-missing-attribute - :251:13 - Attribute `content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :251:13 - Attribute `content` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_script.py

[warning] possibly-missing-attribute - :25:12 - Attribute `addons` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :25:12 - Attribute `addons` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :42:12 - Attribute `addons` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :42:12 - Attribute `addons` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :46:12 - Attribute `name` may be missing on object of type `ModuleType | None`
[warning] possibly-missing-attribute - :46:23 - Attribute `name` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :46:12 - Attribute `name` is not defined on `None` in union `ModuleType | None`
[error] unresolved-attribute - :46:23 - Attribute `name` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :150:20 - Attribute `event_log` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :150:20 - Attribute `event_log` is not defined on `None` in union `ModuleType | None`

test/mitmproxy/addons/test_server_side_events.py

[warning] possibly-missing-attribute - :8:5 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :8:5 - Attribute `headers` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_serverplayback.py

[warning] possibly-missing-attribute - :224:16 - Attribute `request` may be missing on object of type `HTTPFlow | None`
[error] unresolved-attribute - :224:16 - Attribute `request` is not defined on `None` in union `HTTPFlow | None`
[warning] possibly-missing-attribute - :228:16 - Attribute `request` may be missing on object of type `HTTPFlow | None`
[error] unresolved-attribute - :228:16 - Attribute `request` is not defined on `None` in union `HTTPFlow | None`
[warning] possibly-missing-attribute - :359:16 - Attribute `data` may be missing on object of type `(Response & ~AlwaysTruthy) | None`
[error] unresolved-attribute - :359:16 - Attribute `data` is not defined on `None` in union `(Response & ~AlwaysTruthy) | None`
[warning] possibly-missing-attribute - :419:16 - Attribute `status_code` may be missing on object of type `Response | None`
[error] unresolved-attribute - :419:16 - Attribute `status_code` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_stickycookie.py

[warning] possibly-missing-attribute - :31:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :31:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :45:9 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :45:9 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :96:17 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :96:17 - Attribute `headers` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_strip_dns_https_records.py

[warning] possibly-missing-attribute - :51:31 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :51:31 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :77:20 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :77:20 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :81:20 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :81:20 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :83:13 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :83:13 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :85:20 - Attribute `answers` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :85:20 - Attribute `answers` is not defined on `None` in union `DNSMessage | None`

test/mitmproxy/addons/test_tlsconfig.py

[warning] possibly-missing-attribute - :304:19 - Attribute `tls` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :304:19 - Attribute `tls` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :479:20 - Attribute `get_app_data` may be missing on object of type `Connection | None`
[error] unresolved-attribute - :479:20 - Attribute `get_app_data` is not defined on `None` in union `Connection | None`

test/mitmproxy/addons/test_update_alt_svc.py

[warning] possibly-missing-attribute - :28:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :28:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :36:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :36:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :43:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :43:13 - Attribute `headers` is not defined on `None` in union `Response | None`

test/mitmproxy/addons/test_view.py

[warning] possibly-missing-attribute - :54:65 - Attribute `raw_content` may be missing on object of type `Response | None`
[error] unresolved-attribute - :54:65 - Attribute `raw_content` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :71:31 - Attribute `size` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :71:31 - Attribute `size` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :543:16 - Attribute `timestamp_created` may be missing on object of type `Unknown | Flow | None`
[error] unresolved-attribute - :543:16 - Attribute `timestamp_created` is not defined on `None` in union `Unknown | Flow | None`
[warning] possibly-missing-attribute - :547:16 - Attribute `timestamp_created` may be missing on object of type `Unknown | Flow | None`
[error] unresolved-attribute - :547:16 - Attribute `timestamp_created` is not defined on `None` in union `Unknown | Flow | None`
[warning] possibly-missing-attribute - :552:16 - Attribute `timestamp_created` may be missing on object of type `Unknown | Flow | None`
[error] unresolved-attribute - :552:16 - Attribute `timestamp_created` is not defined on `None` in union `Unknown | Flow | None`
[warning] possibly-missing-attribute - :557:16 - Attribute `timestamp_created` may be missing on object of type `Unknown | Flow | None`
[error] unresolved-attribute - :557:16 - Attribute `timestamp_created` is not defined on `None` in union `Unknown | Flow | None`

test/mitmproxy/contentviews/test__utils.py

[warning] possibly-missing-attribute - :22:13 - Attribute `headers` may be missing on object of type `Response | None`
[error] unresolved-attribute - :22:13 - Attribute `headers` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :47:19 - Attribute `messages` may be missing on object of type `WebSocketData | None`
[error] unresolved-attribute - :47:19 - Attribute `messages` is not defined on `None` in union `WebSocketData | None`

test/mitmproxy/proxy/layers/http/test_http.py

[warning] possibly-missing-attribute - :399:16 - Attribute `data` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :399:16 - Attribute `data` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :402:16 - Attribute `data` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :402:16 - Attribute `data` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :1180:40 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :1180:40 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :1241:40 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :1241:40 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`

test/mitmproxy/proxy/layers/http/test_http2.py

[warning] possibly-missing-attribute - :145:12 - Attribute `text` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :145:12 - Attribute `text` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :196:12 - Attribute `trailers` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :196:12 - Attribute `trailers` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :197:9 - Attribute `trailers` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :197:9 - Attribute `trailers` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :259:28 - Attribute `setdefault` may be missing on object of type `bytes | _Placeholder[bytes]`
[error] unresolved-attribute - :259:28 - Attribute `setdefault` is not defined on `bytes` in union `bytes | _Placeholder[bytes]`
[warning] possibly-missing-attribute - :442:12 - Attribute `text` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :442:12 - Attribute `text` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :505:31 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :505:31 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :506:44 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :506:44 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :551:34 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :551:34 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :553:44 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :553:44 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :622:12 - Attribute `headers` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :622:12 - Attribute `headers` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :739:12 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :739:12 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`

test/mitmproxy/proxy/layers/http/test_http3.py

[warning] possibly-missing-attribute - :149:13 - Attribute `setdefault` may be missing on object of type `bytes | _Placeholder[bytes]`
[error] unresolved-attribute - :149:13 - Attribute `setdefault` is not defined on `bytes` in union `bytes | _Placeholder[bytes]`
[warning] possibly-missing-attribute - :239:13 - Attribute `setdefault` may be missing on object of type `bytes | _Placeholder[bytes]`
[error] unresolved-attribute - :239:13 - Attribute `setdefault` is not defined on `bytes` in union `bytes | _Placeholder[bytes]`
[warning] possibly-missing-attribute - :260:13 - Attribute `setdefault` may be missing on object of type `bytes | _Placeholder[bytes]`
[error] unresolved-attribute - :260:13 - Attribute `setdefault` is not defined on `bytes` in union `bytes | _Placeholder[bytes]`
[warning] possibly-missing-attribute - :476:12 - Attribute `text` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :476:12 - Attribute `text` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :531:12 - Attribute `trailers` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :531:12 - Attribute `trailers` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :532:9 - Attribute `trailers` may be missing on object of type `Unknown | Response | None`
[error] unresolved-attribute - :532:9 - Attribute `trailers` is not defined on `None` in union `Unknown | Response | None`
[warning] possibly-missing-attribute - :718:42 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :718:42 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :719:44 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :719:44 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :778:45 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :778:45 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :780:44 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :780:44 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :822:12 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :822:12 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :1058:12 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :1058:12 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`

test/mitmproxy/proxy/layers/quic/test__client_hello_parser.py

[warning] possibly-missing-attribute - :15:13 - Attribute `sni` may be missing on object of type `ClientHello | None`
[error] unresolved-attribute - :15:13 - Attribute `sni` is not defined on `None` in union `ClientHello | None`

test/mitmproxy/proxy/layers/quic/test__raw_layers.py

[warning] possibly-missing-attribute - :50:16 - Attribute `metadata` may be missing on object of type `TCPFlow | None`
[error] unresolved-attribute - :50:16 - Attribute `metadata` is not defined on `None` in union `TCPFlow | None`
[warning] possibly-missing-attribute - :51:16 - Attribute `metadata` may be missing on object of type `TCPFlow | None`
[error] unresolved-attribute - :51:16 - Attribute `metadata` is not defined on `None` in union `TCPFlow | None`
[warning] possibly-missing-attribute - :52:16 - Attribute `metadata` may be missing on object of type `TCPFlow | None`
[error] unresolved-attribute - :52:16 - Attribute `metadata` is not defined on `None` in union `TCPFlow | None`
[warning] possibly-missing-attribute - :53:16 - Attribute `metadata` may be missing on object of type `TCPFlow | None`
[error] unresolved-attribute - :53:16 - Attribute `metadata` is not defined on `None` in union `TCPFlow | None`

test/mitmproxy/proxy/layers/quic/test__stream_layers.py

[warning] possibly-missing-attribute - :403:13 - Attribute `connect` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :403:13 - Attribute `connect` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :420:31 - Attribute `datagrams_to_send` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :420:31 - Attribute `datagrams_to_send` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :429:24 - Attribute `next_event` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :429:24 - Attribute `next_event` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :439:5 - Attribute `send_datagram_frame` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :439:5 - Attribute `send_datagram_frame` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :447:20 - Attribute `next_event` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :447:20 - Attribute `next_event` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :582:9 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :582:9 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :655:16 - Attribute `startswith` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :655:16 - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :726:16 - Attribute `tls` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :726:16 - Attribute `tls` is not defined on `None` in union `Unknown | None`

test/mitmproxy/proxy/layers/test_dns.py

[warning] possibly-missing-attribute - :143:9 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :143:9 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :245:22 - Attribute `timestamp` may be missing on object of type `Unknown | DNSMessage | None`
[error] unresolved-attribute - :245:22 - Attribute `timestamp` is not defined on `None` in union `Unknown | DNSMessage | None`
[warning] possibly-missing-attribute - :281:12 - Attribute `msg` may be missing on object of type `Unknown | Error | None`
[error] unresolved-attribute - :281:12 - Attribute `msg` is not defined on `None` in union `Unknown | Error | None`
[warning] possibly-missing-attribute - :330:22 - Attribute `timestamp` may be missing on object of type `Unknown | DNSMessage | None`
[error] unresolved-attribute - :330:22 - Attribute `timestamp` is not defined on `None` in union `Unknown | DNSMessage | None`

test/mitmproxy/proxy/layers/test_modes.py

[warning] possibly-missing-attribute - :220:16 - Attribute `sni` may be missing on object of type `ClientHello | None`
[error] unresolved-attribute - :220:16 - Attribute `sni` is not defined on `None` in union `ClientHello | None`
[warning] possibly-missing-attribute - :312:16 - Attribute `sni` may be missing on object of type `ClientHello | None`
[error] unresolved-attribute - :312:16 - Attribute `sni` is not defined on `None` in union `ClientHello | None`

test/mitmproxy/proxy/layers/test_tls.py

[warning] possibly-missing-attribute - :78:12 - Attribute `sni` may be missing on object of type `ClientHello | None`
[error] unresolved-attribute - :78:12 - Attribute `sni` is not defined on `None` in union `ClientHello | None`
[warning] possibly-missing-attribute - :252:49 - Attribute `encode` may be missing on object of type `str | None`
[error] unresolved-attribute - :252:49 - Attribute `encode` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :267:57 - Attribute `encode` may be missing on object of type `str | None`
[error] unresolved-attribute - :267:57 - Attribute `encode` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :390:13 - Attribute `lower` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :390:13 - Attribute `lower` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :887:9 - Attribute `sni` may be missing on object of type `ClientHello | None`
[error] unresolved-attribute - :887:9 - Attribute `sni` is not defined on `None` in union `ClientHello | None`

test/mitmproxy/proxy/layers/test_websocket.py

[warning] possibly-missing-attribute - :122:16 - Attribute `messages` may be missing on object of type `Unknown | WebSocketData | None`
[error] unresolved-attribute - :122:16 - Attribute `messages` is not defined on `None` in union `Unknown | WebSocketData | None`
[warning] possibly-missing-attribute - :123:12 - Attribute `messages` may be missing on object of type `Unknown | WebSocketData | None`
[error] unresolved-attribute - :123:12 - Attribute `messages` is not defined on `None` in union `Unknown | WebSocketData | None`
[warning] possibly-missing-attribute - :124:12 - Attribute `messages` may be missing on object of type `Unknown | WebSocketData | None`
[error] unresolved-attribute - :124:12 - Attribute `messages` is not defined on `None` in union `Unknown | WebSocketData | None`
[warning] possibly-missing-attribute - :125:12 - Attribute `messages` may be missing on object of type `Unknown | WebSocketData | None`
[error] unresolved-attribute - :125:12 - Attribute `messages` is not defined on `None` in union `Unknown | WebSocketData | None`
[warning] possibly-missing-attribute - :126:12 - Attribute `messages` may be missing on object of type `Unknown | WebSocketData | None`
[error] unresolved-attribute - :126:12 - Attribute `messages` is not defined on `None` in union `Unknown | WebSocketData | None`
[warning] possibly-missing-attribute - :127:12 - Attribute `messages` may be missing on object of type `Unknown | WebSocketData | None`
[error] unresolved-attribute - :127:12 - Attribute `messages` is not defined on `None` in union `Unknown | WebSocketData | None`
[warning] possibly-missing-attribute - :128:12 - Attribute `messages` may be missing on object of type `Unknown | WebSocketData | None`
[error] unresolved-attribute - :128:12 - Attribute `messages` is not defined on `None` in union `Unknown | WebSocketData | None`

test/mitmproxy/proxy/test_mode_servers.py

[warning] possibly-missing-attribute - :174:18 - Attribute `read` may be missing on object of type `StreamReader | Unknown | None`
[error] unresolved-attribute - :174:18 - Attribute `read` is not defined on `None` in union `StreamReader | Unknown | None`
[warning] possibly-missing-attribute - :175:5 - Attribute `write` may be missing on object of type `StreamWriter | Unknown | None`
[error] unresolved-attribute - :175:5 - Attribute `write` is not defined on `None` in union `StreamWriter | Unknown | None`
[warning] possibly-missing-attribute - :176:11 - Attribute `drain` may be missing on object of type `StreamWriter | Unknown | None`
[error] unresolved-attribute - :176:11 - Attribute `drain` is not defined on `None` in union `StreamWriter | Unknown | None`
[warning] possibly-missing-attribute - :177:5 - Attribute `close` may be missing on object of type `StreamWriter | Unknown | None`
[error] unresolved-attribute - :177:5 - Attribute `close` is not defined on `None` in union `StreamWriter | Unknown | None`

test/mitmproxy/proxy/test_server.py

[warning] possibly-missing-attribute - :68:12 - Attribute `call_args` may be missing on object of type `Mock | ((...) -> Unknown)`
[error] unresolved-attribute - :68:12 - Attribute `call_args` is not defined on `(...) -> Unknown` in union `Mock | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :70:12 - Attribute `called` may be missing on object of type `Mock | ((...) -> Unknown)`
[error] unresolved-attribute - :70:12 - Attribute `called` is not defined on `(...) -> Unknown` in union `Mock | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :71:12 - Attribute `called` may be missing on object of type `Mock | ((...) -> Unknown)`
[error] unresolved-attribute - :71:12 - Attribute `called` is not defined on `(...) -> Unknown` in union `Mock | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :73:12 - Attribute `called` may be missing on object of type `Mock | ((...) -> Unknown)`
[error] unresolved-attribute - :73:12 - Attribute `called` is not defined on `(...) -> Unknown` in union `Mock | ((...) -> Unknown)`

test/mitmproxy/test_dns.py

[warning] possibly-missing-attribute - :338:16 - Attribute `get_state` may be missing on object of type `DNSMessage | None`
[error] unresolved-attribute - :338:16 - Attribute `get_state` is not defined on `None` in union `DNSMessage | None`
[warning] possibly-missing-attribute - :346:16 - Attribute `get_state` may be missing on object of type `Error | None`
[error] unresolved-attribute - :346:16 - Attribute `get_state` is not defined on `None` in union `Error | None`

test/mitmproxy/test_eventsequence.py

[warning] possibly-missing-attribute - :39:16 - Attribute `messages` may be missing on object of type `WebSocketData | None`
[error] unresolved-attribute - :39:16 - Attribute `messages` is not defined on `None` in union `WebSocketData | None`
[warning] possibly-missing-attribute - :41:16 - Attribute `messages` may be missing on object of type `WebSocketData | None`
[error] unresolved-attribute - :41:16 - Attribute `messages` is not defined on `None` in union `WebSocketData | None`
[warning] possibly-missing-attribute - :43:16 - Attribute `messages` may be missing on object of type `WebSocketData | None`
[error] unresolved-attribute - :43:16 - Attribute `messages` is not defined on `None` in union `WebSocketData | None`
[warning] possibly-missing-attribute - :45:16 - Attribute `messages` may be missing on object of type `WebSocketData | None`
[error] unresolved-attribute - :45:16 - Attribute `messages` is not defined on `None` in union `WebSocketData | None`

test/mitmproxy/test_http.py

[warning] possibly-missing-attribute - :455:17 - Attribute `copy` may be missing on object of type `Response | None`
[error] unresolved-attribute - :455:17 - Attribute `copy` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :456:37 - Attribute `get_state` may be missing on object of type `Response | None`
[error] unresolved-attribute - :456:37 - Attribute `get_state` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :658:16 - Attribute `get_state` may be missing on object of type `Response | None`
[error] unresolved-attribute - :658:16 - Attribute `get_state` is not defined on `None` in union `Response | None`
[warning] possibly-missing-attribute - :667:16 - Attribute `get_state` may be missing on object of type `Error | None`
[error] unresolved-attribute - :667:16 - Attribute `get_state` is not defined on `None` in union `Error | None`
[warning] possibly-missing-attribute - :734:16 - Attribute `msg` may be missing on object of type `Error | None`
[error] unresolved-attribute - :734:16 - Attribute `msg` is not defined on `None` in union `Error | None`

test/mitmproxy/test_tcp.py

[warning] possibly-missing-attribute - :40:16 - Attribute `get_state` may be missing on object of type `Error | None`
[error] unresolved-attribute - :40:16 - Attribute `get_state` is not defined on `None` in union `Error | None`

test/mitmproxy/test_udp.py

[warning] possibly-missing-attribute - :40:16 - Attribute `get_state` may be missing on object of type `Error | None`
[error] unresolved-attribute - :40:16 - Attribute `get_state` is not defined on `None` in union `Error | None`

test/mitmproxy/test_websocket.py

[warning] possibly-missing-attribute - :20:30 - Attribute `_get_formatted_messages` may be missing on object of type `WebSocketData | None`
[error] unresolved-attribute - :20:30 - Attribute `_get_formatted_messages` is not defined on `None` in union `WebSocketData | None`

test/mitmproxy/tools/console/conftest.py

[warning] possibly-missing-attribute - :30:13 - Attribute `keypress` may be missing on object of type `Window | None`
[error] unresolved-attribute - :30:13 - Attribute `keypress` is not defined on `None` in union `Window | None`
[warning] possibly-missing-attribute - :33:27 - Attribute `render` may be missing on object of type `Window | None`
[error] unresolved-attribute - :33:27 - Attribute `render` is not defined on `None` in union `Window | None`

web/gen/web_columns.py

[warning] possibly-missing-attribute - :22:19 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :22:19 - Attribute `group` is not defined on `None` in union `Match[str] | None`

mkdocs (https://github.com/mkdocs/mkdocs)

mkdocs/plugins.py

[warning] possibly-missing-attribute - :490:32 - Attribute `__get__` may be missing on object of type `Unknown | ((...) -> T@CombinedEvent)`
[error] unresolved-attribute - :490:32 - Attribute `__get__` is not defined on `(...) -> T@CombinedEvent` in union `Unknown | ((...) -> T@CombinedEvent)`

mkdocs/structure/files.py

[warning] possibly-missing-attribute - :47:29 - Attribute `value` may be missing on object of type `Unknown | Literal[-2]`
[error] unresolved-attribute - :47:29 - Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]`
[warning] possibly-missing-attribute - :50:30 - Attribute `value` may be missing on object of type `Unknown | Literal[-2]`
[error] unresolved-attribute - :50:30 - Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]`
[warning] possibly-missing-attribute - :53:30 - Attribute `value` may be missing on object of type `Unknown | Literal[-2]`
[error] unresolved-attribute - :53:30 - Attribute `value` is not defined on `Literal[-2]` in union `Unknown | Literal[-2]`
[warning] possibly-missing-attribute - :56:29 - Attribute `value` may be missing on object of type `Unknown | Literal[-1]`
[error] unresolved-attribute - :56:29 - Attribute `value` is not defined on `Literal[-1]` in union `Unknown | Literal[-1]`
[warning] possibly-missing-attribute - :59:30 - Attribute `value` may be missing on object of type `Unknown | Literal[-1]`
[error] unresolved-attribute - :59:30 - Attribute `value` is not defined on `Literal[-1]` in union `Unknown | Literal[-1]`

mkdocs/tests/build_tests.py

[warning] possibly-missing-attribute - :336:25 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :336:25 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :338:13 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :338:13 - Attribute `startswith` is not defined on `None` in union `str | None`

mkdocs/tests/config/config_options_legacy_tests.py

[warning] possibly-missing-attribute - :60:26 - Attribute `required` may be missing on object of type `Unknown | BaseConfigOption[Unknown]`
[error] unresolved-attribute - :60:26 - Attribute `required` is not defined on `BaseConfigOption[Unknown]` in union `Unknown | BaseConfigOption[Unknown]`
[warning] possibly-missing-attribute - :69:26 - Attribute `required` may be missing on object of type `Unknown | BaseConfigOption[Unknown]`
[error] unresolved-attribute - :69:26 - Attribute `required` is not defined on `BaseConfigOption[Unknown]` in union `Unknown | BaseConfigOption[Unknown]`

mkdocs/tests/search_tests.py

[warning] possibly-missing-attribute - :330:26 - Attribute `url` may be missing on object of type `AnchorLink | None`
[error] unresolved-attribute - :330:26 - Attribute `url` is not defined on `None` in union `AnchorLink | None`
[warning] possibly-missing-attribute - :331:26 - Attribute `title` may be missing on object of type `AnchorLink | None`
[error] unresolved-attribute - :331:26 - Attribute `title` is not defined on `None` in union `AnchorLink | None`
[warning] possibly-missing-attribute - :334:26 - Attribute `url` may be missing on object of type `AnchorLink | None`
[error] unresolved-attribute - :334:26 - Attribute `url` is not defined on `None` in union `AnchorLink | None`
[warning] possibly-missing-attribute - :335:26 - Attribute `title` may be missing on object of type `AnchorLink | None`
[error] unresolved-attribute - :335:26 - Attribute `title` is not defined on `None` in union `AnchorLink | None`
[warning] possibly-missing-attribute - :338:26 - Attribute `url` may be missing on object of type `AnchorLink | None`
[error] unresolved-attribute - :338:26 - Attribute `url` is not defined on `None` in union `AnchorLink | None`
[warning] possibly-missing-attribute - :339:26 - Attribute `title` may be missing on object of type `AnchorLink | None`
[error] unresolved-attribute - :339:26 - Attribute `title` is not defined on `None` in union `AnchorLink | None`

mkdocs/tests/structure/file_tests.py

[warning] possibly-missing-attribute - :387:13 - Attribute `abs_src_path` may be missing on object of type `File | None`
[error] unresolved-attribute - :387:13 - Attribute `abs_src_path` is not defined on `None` in union `File | None`

mkdocs/tests/structure/page_tests.py

[warning] possibly-missing-attribute - :290:25 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :290:25 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :314:25 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :314:25 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :434:25 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :434:25 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :460:25 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :460:25 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :485:25 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :485:25 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :508:25 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :508:25 - Attribute `startswith` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :729:13 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :729:13 - Attribute `startswith` is not defined on `None` in union `str | None`

mkosi (https://github.com/systemd/mkosi)

mkosi/__init__.py

[warning] possibly-missing-attribute - :1910:27 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :1910:27 - Attribute `group` is not defined on `None` in union `Match[str] | None`

mkosi/distribution/fedora.py

[warning] possibly-missing-attribute - :57:23 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :57:23 - Attribute `group` is not defined on `None` in union `Match[str] | None`

mkosi/distribution/opensuse.py

[warning] possibly-missing-attribute - :340:18 - Attribute `iter` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :340:18 - Attribute `iter` is not defined on `None` in union `Element[str] | None`

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

gridfs/asynchronous/grid_file.py

[warning] possibly-missing-attribute - :1873:26 - Attribute `next` may be missing on object of type `AsyncCursor[Any] | None`
[error] unresolved-attribute - :1873:26 - Attribute `next` is not defined on `None` in union `AsyncCursor[Any] | None`
[warning] possibly-missing-attribute - :1875:19 - Attribute `close` may be missing on object of type `AsyncCursor[Any] | None`
[error] unresolved-attribute - :1875:19 - Attribute `close` is not defined on `None` in union `AsyncCursor[Any] | None`
[warning] possibly-missing-attribute - :1877:26 - Attribute `next` may be missing on object of type `AsyncCursor[Any] | None`
[error] unresolved-attribute - :1877:26 - Attribute `next` is not defined on `None` in union `AsyncCursor[Any] | None`

gridfs/synchronous/grid_file.py

[warning] possibly-missing-attribute - :1861:20 - Attribute `next` may be missing on object of type `Cursor[Any] | None`
[error] unresolved-attribute - :1861:20 - Attribute `next` is not defined on `None` in union `Cursor[Any] | None`
[warning] possibly-missing-attribute - :1863:13 - Attribute `close` may be missing on object of type `Cursor[Any] | None`
[error] unresolved-attribute - :1863:13 - Attribute `close` is not defined on `None` in union `Cursor[Any] | None`
[warning] possibly-missing-attribute - :1865:20 - Attribute `next` may be missing on object of type `Cursor[Any] | None`
[error] unresolved-attribute - :1865:20 - Attribute `next` is not defined on `None` in union `Cursor[Any] | None`

pymongo/asynchronous/client_session.py

[warning] possibly-missing-attribute - :573:16 - Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :573:16 - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :579:16 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :579:16 - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1034:27 - Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1034:27 - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1037:36 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1037:36 - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1058:36 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1058:36 - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1063:9 - Attribute `inc_transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1063:9 - Attribute `inc_transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`

pymongo/asynchronous/encryption.py

[warning] possibly-missing-attribute - :902:23 - Attribute `create_data_key` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :902:23 - Attribute `create_data_key` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :947:35 - Attribute `encrypt` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :947:35 - Attribute `encrypt` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1092:35 - Attribute `decrypt` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1092:35 - Attribute `decrypt` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1242:32 - Attribute `rewrap_many_data_key` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1242:32 - Attribute `rewrap_many_data_key` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1284:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1284:13 - Attribute `close` is not defined on `None` in union `Unknown | None`

pymongo/asynchronous/mongo_client.py

[warning] possibly-missing-attribute - :2285:21 - Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :2285:21 - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :2689:17 - Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :2689:17 - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`

pymongo/synchronous/client_session.py

[warning] possibly-missing-attribute - :572:16 - Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :572:16 - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :578:16 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :578:16 - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1031:27 - Attribute `session_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1031:27 - Attribute `session_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1034:36 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1034:36 - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1055:36 - Attribute `transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1055:36 - Attribute `transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :1060:9 - Attribute `inc_transaction_id` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :1060:9 - Attribute `inc_transaction_id` is not defined on `None` in union `Unknown | None | _ServerSession`

pymongo/synchronous/encryption.py

[warning] possibly-missing-attribute - :895:17 - Attribute `create_data_key` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :895:17 - Attribute `create_data_key` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :940:29 - Attribute `encrypt` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :940:29 - Attribute `encrypt` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1085:29 - Attribute `decrypt` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1085:29 - Attribute `decrypt` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1235:26 - Attribute `rewrap_many_data_key` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1235:26 - Attribute `rewrap_many_data_key` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1277:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1277:13 - Attribute `close` is not defined on `None` in union `Unknown | None`

pymongo/synchronous/mongo_client.py

[warning] possibly-missing-attribute - :2281:21 - Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :2281:21 - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`
[warning] possibly-missing-attribute - :2679:17 - Attribute `mark_dirty` may be missing on object of type `Unknown | None | _ServerSession`
[error] unresolved-attribute - :2679:17 - Attribute `mark_dirty` is not defined on `None` in union `Unknown | None | _ServerSession`

mypy (https://github.com/python/mypy)

mypy/test/data.py

[warning] possibly-missing-attribute - :146:23 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :146:23 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :149:36 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :149:36 - Attribute `group` is not defined on `None` in union `Match[str] | None`

nox (https://github.com/wntrblm/nox)

nox/registry.py

[warning] possibly-missing-attribute - :118:26 - Attribute `__name__` may be missing on object of type `((...) -> Any) | Unknown`
[error] unresolved-attribute - :118:26 - Attribute `__name__` is not defined on `(...) -> Any` in union `((...) -> Any) | Unknown`
[warning] possibly-missing-attribute - :132:24 - Attribute `__name__` may be missing on object of type `((...) -> Any) | Unknown`
[error] unresolved-attribute - :132:24 - Attribute `__name__` is not defined on `(...) -> Any` in union `((...) -> Any) | Unknown`

nox/sessions.py

[warning] possibly-missing-attribute - :780:49 - Attribute `_reused` may be missing on object of type `(Unknown & ~PassthroughEnv) | (ProcessEnv & ~PassthroughEnv) | None`
[error] unresolved-attribute - :780:49 - Attribute `_reused` is not defined on `None` in union `(Unknown & ~PassthroughEnv) | (ProcessEnv & ~PassthroughEnv) | None`
[warning] possibly-missing-attribute - :792:29 - Attribute `is_offline` may be missing on object of type `Unknown | ProcessEnv | None`
[error] unresolved-attribute - :792:29 - Attribute `is_offline` is not defined on `ProcessEnv`, `None` in union `Unknown | ProcessEnv | None`
[warning] possibly-missing-attribute - :806:13 - Attribute `conda_cmd` may be missing on object of type `Unknown | ProcessEnv | None`
[error] unresolved-attribute - :806:13 - Attribute `conda_cmd` is not defined on `ProcessEnv`, `None` in union `Unknown | ProcessEnv | None`

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/accounts/__init__.py

[warning] possibly-missing-attribute - :44:37 - Attribute `generate_login_code` may be missing on object of type `Unknown | Account | None`
[error] unresolved-attribute - :44:37 - Attribute `generate_login_code` is not defined on `None` in union `Unknown | Account | None`

openlibrary/accounts/model.py

[warning] possibly-missing-attribute - :494:13 - Attribute `get_user` may be missing on object of type `OpenLibraryAccount | None`
[error] unresolved-attribute - :494:13 - Attribute `get_user` is not defined on `None` in union `OpenLibraryAccount | None`
[warning] possibly-missing-attribute - :855:9 - Attribute `get` may be missing on object of type `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - :855:9 - Attribute `get` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[warning] possibly-missing-attribute - :862:12 - Attribute `get` may be missing on object of type `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - :862:12 - Attribute `get` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[warning] possibly-missing-attribute - :863:30 - Attribute `get` may be missing on object of type `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - :863:30 - Attribute `get` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[warning] possibly-missing-attribute - :950:23 - Attribute `pop` may be missing on object of type `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - :950:23 - Attribute `pop` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[warning] possibly-missing-attribute - :951:23 - Attribute `pop` may be missing on object of type `dict[Unknown | str, Unknown] | Unknown | bool`
[error] unresolved-attribute - :951:23 - Attribute `pop` is not defined on `bool` in union `dict[Unknown | str, Unknown] | Unknown | bool`
[warning] possibly-missing-attribute - :953:9 - Attribute `save_s3_keys` may be missing on object of type `OpenLibraryAccount | Unknown | None`
[error] unresolved-attribute - :953:9 - Attribute `save_s3_keys` is not defined on `None` in union `OpenLibraryAccount | Unknown | None`
[warning] possibly-missing-attribute - :963:33 - Attribute `generate_login_code` may be missing on object of type `OpenLibraryAccount | Unknown | None`
[error] unresolved-attribute - :963:33 - Attribute `generate_login_code` is not defined on `None` in union `OpenLibraryAccount | Unknown | None`
[warning] possibly-missing-attribute - :964:5 - Attribute `update_last_login` may be missing on object of type `OpenLibraryAccount | Unknown | None`
[error] unresolved-attribute - :964:5 - Attribute `update_last_login` is not defined on `None` in union `OpenLibraryAccount | Unknown | None`
[warning] possibly-missing-attribute - :969:21 - Attribute `email` may be missing on object of type `OpenLibraryAccount | Unknown | None`
[error] unresolved-attribute - :969:21 - Attribute `email` is not defined on `None` in union `OpenLibraryAccount | Unknown | None`
[warning] possibly-missing-attribute - :971:24 - Attribute `username` may be missing on object of type `OpenLibraryAccount | Unknown | None`
[error] unresolved-attribute - :971:24 - Attribute `username` is not defined on `None` in union `OpenLibraryAccount | Unknown | None`
[warning] possibly-missing-attribute - :972:17 - Attribute `itemname` may be missing on object of type `OpenLibraryAccount | Unknown | None`
[error] unresolved-attribute - :972:17 - Attribute `itemname` is not defined on `None` in union `OpenLibraryAccount | Unknown | None`

openlibrary/catalog/add_book/tests/test_load_book.py

[warning] possibly-missing-attribute - :170:16 - Attribute `key` may be missing on object of type `Author | dict[str, Any]`
[error] unresolved-attribute - :170:16 - Attribute `key` is not defined on `dict[str, Any]` in union `Author | dict[str, Any]`
[warning] possibly-missing-attribute - :231:16 - Attribute `key` may be missing on object of type `Author | dict[str, Any]`
[error] unresolved-attribute - :231:16 - Attribute `key` is not defined on `dict[str, Any]` in union `Author | dict[str, Any]`
[warning] possibly-missing-attribute - :271:16 - Attribute `key` may be missing on object of type `Author | dict[str, Any]`
[error] unresolved-attribute - :271:16 - Attribute `key` is not defined on `dict[str, Any]` in union `Author | dict[str, Any]`
[warning] possibly-missing-attribute - :359:16 - Attribute `key` may be missing on object of type `Author | dict[str, Any]`
[error] unresolved-attribute - :359:16 - Attribute `key` is not defined on `dict[str, Any]` in union `Author | dict[str, Any]`
[warning] possibly-missing-attribute - :419:16 - Attribute `key` may be missing on object of type `Author | dict[str, Any]`
[error] unresolved-attribute - :419:16 - Attribute `key` is not defined on `dict[str, Any]` in union `Author | dict[str, Any]`

openlibrary/catalog/marc/tests/test_marc_binary.py

[warning] possibly-missing-attribute - :27:27 - Attribute `get_all_subfields` may be missing on object of type `str | BinaryDataField`
[error] unresolved-attribute - :27:27 - Attribute `get_all_subfields` is not defined on `str` in union `str | BinaryDataField`
[warning] possibly-missing-attribute - :29:27 - Attribute `get_all_subfields` may be missing on object of type `str | BinaryDataField`
[error] unresolved-attribute - :29:27 - Attribute `get_all_subfields` is not defined on `str` in union `str | BinaryDataField`

openlibrary/catalog/utils/__init__.py

[warning] possibly-missing-attribute - :132:17 - Attribute `search` may be missing on object of type `Unknown | str`
[error] unresolved-attribute - :132:17 - Attribute `search` is not defined on `str` in union `Unknown | str`

openlibrary/core/lists/model.py

[warning] possibly-missing-attribute - :430:24 - Attribute `key` may be missing on object of type `(Thing & ~str & ~Top[dict[Unknown, Unknown]]) | (AnnotatedSeed & ~Top[dict[Unknown, Unknown]])`
[error] unresolved-attribute - :430:24 - Attribute `key` is not defined on `AnnotatedSeed & ~Top[dict[Unknown, Unknown]]` in union `(Thing & ~str & ~Top[dict[Unknown, Unknown]]) | (AnnotatedSeed & ~Top[dict[Unknown, Unknown]])`

openlibrary/core/models.py

[warning] possibly-missing-attribute - :702:20 - Attribute `split` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
[error] unresolved-attribute - :702:20 - Attribute `split` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown]`

openlibrary/core/observations.py

[warning] possibly-missing-attribute - :584:20 - Attribute `get` may be missing on object of type `Unknown | str | int | dict[Unknown | str, Unknown | int | str]`
[error] unresolved-attribute - :584:20 - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int | dict[Unknown | str, Unknown | int | str]`
[warning] possibly-missing-attribute - :627:62 - Attribute `get` may be missing on object of type `Unknown | str | int | dict[Unknown | str, Unknown | int | str]`
[error] unresolved-attribute - :627:62 - Attribute `get` is not defined on `str`, `int` in union `Unknown | str | int | dict[Unknown | str, Unknown | int | str]`

openlibrary/plugins/admin/code.py

[warning] possibly-missing-attribute - :195:15 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :195:15 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

openlibrary/plugins/books/code.py

[warning] possibly-missing-attribute - :90:20 - Attribute `groups` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :90:20 - Attribute `groups` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :92:34 - Attribute `groups` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :92:34 - Attribute `groups` is not defined on `None` in union `Unknown | Match[str] | None`

openlibrary/plugins/books/readlinks.py

[warning] possibly-missing-attribute - :63:16 - Attribute `get` may be missing on object of type `Unknown | OpenLibraryEdition | None`
[error] unresolved-attribute - :63:16 - Attribute `get` is not defined on `None` in union `Unknown | OpenLibraryEdition | None`
[warning] possibly-missing-attribute - :70:39 - Attribute `get` may be missing on object of type `Unknown | OpenLibraryEdition | None`
[error] unresolved-attribute - :70:39 - Attribute `get` is not defined on `None` in union `Unknown | OpenLibraryEdition | None`
[warning] possibly-missing-attribute - :85:12 - Attribute `get` may be missing on object of type `Unknown | OpenLibraryEdition | None`
[error] unresolved-attribute - :85:12 - Attribute `get` is not defined on `None` in union `Unknown | OpenLibraryEdition | None`

openlibrary/plugins/importapi/code.py

[warning] possibly-missing-attribute - :341:51 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :341:51 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

openlibrary/plugins/openlibrary/api.py

[warning] possibly-missing-attribute - :594:20 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :594:20 - Attribute `key` is not defined on `None` in union `User | None`

openlibrary/plugins/openlibrary/code.py

[warning] possibly-missing-attribute - :1196:8 - Attribute `enabled` may be missing on object of type `Sentry | None`
[error] unresolved-attribute - :1196:8 - Attribute `enabled` is not defined on `None` in union `Sentry | None`
[warning] possibly-missing-attribute - :1197:27 - Attribute `capture_exception_webpy` may be missing on object of type `Sentry | None`
[error] unresolved-attribute - :1197:27 - Attribute `capture_exception_webpy` is not defined on `None` in union `Sentry | None`

openlibrary/plugins/openlibrary/lists.py

[warning] possibly-missing-attribute - :347:32 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :347:32 - Attribute `key` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :356:23 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :356:23 - Attribute `key` is not defined on `None` in union `User | None`

openlibrary/plugins/upstream/account.py

[warning] possibly-missing-attribute - :348:20 - Attribute `enabled` may be missing on object of type `Sentry | None`
[error] unresolved-attribute - :348:20 - Attribute `enabled` is not defined on `None` in union `Sentry | None`
[warning] possibly-missing-attribute - :350:21 - Attribute `capture_exception` may be missing on object of type `Sentry | None`
[error] unresolved-attribute - :350:21 - Attribute `capture_exception` is not defined on `None` in union `Sentry | None`
[warning] possibly-missing-attribute - :643:13 - Attribute `delete` may be missing on object of type `(Link & ~AlwaysFalsy) | Literal[True]`
[error] unresolved-attribute - :643:13 - Attribute `delete` is not defined on `Literal[True]` in union `(Link & ~AlwaysFalsy) | Literal[True]`
[warning] possibly-missing-attribute - :728:42 - Attribute `preferences` may be missing on object of type `User | None`
[error] unresolved-attribute - :728:42 - Attribute `preferences` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :734:12 - Attribute `get_safe_mode` may be missing on object of type `User | None`
[error] unresolved-attribute - :734:12 - Attribute `get_safe_mode` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :737:9 - Attribute `save_preferences` may be missing on object of type `User | None`
[error] unresolved-attribute - :737:9 - Attribute `save_preferences` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :738:20 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :738:20 - Attribute `key` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :755:17 - Attribute `email` may be missing on object of type `User | None`
[error] unresolved-attribute - :755:17 - Attribute `email` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :756:48 - Attribute `preferences` may be missing on object of type `User | None`
[error] unresolved-attribute - :756:48 - Attribute `preferences` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :761:9 - Attribute `save_preferences` may be missing on object of type `User | None`
[error] unresolved-attribute - :761:9 - Attribute `save_preferences` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :774:28 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :774:28 - Attribute `key` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :784:20 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :784:20 - Attribute `key` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :795:20 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :795:20 - Attribute `key` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :1181:9 - Attribute `update_loan_status` may be missing on object of type `User | None`
[error] unresolved-attribute - :1181:9 - Attribute `update_loan_status` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :1184:34 - Attribute `key` may be missing on object of type `User | None`
[error] unresolved-attribute - :1184:34 - Attribute `key` is not defined on `None` in union `User | None`
[warning] possibly-missing-attribute - :1196:9 - Attribute `update_loan_status` may be missing on object of type `User | None`
[error] unresolved-attribute - :1196:9 - Attribute `update_loan_status` is not defined on `None` in union `User | None`

openlibrary/plugins/upstream/borrow.py

[warning] possibly-missing-attribute - :173:46 - Attribute `_key` may be missing on object of type `OpenLibraryAccount | None`
[error] unresolved-attribute - :173:46 - Attribute `_key` is not defined on `None` in union `OpenLibraryAccount | None`
[warning] possibly-missing-attribute - :345:50 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :345:50 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

openlibrary/plugins/upstream/merge_authors.py

[warning] possibly-missing-attribute - :298:24 - Attribute `get` may be missing on object of type `User | None`
[error] unresolved-attribute - :298:24 - Attribute `get` is not defined on `None` in union `User | None`

openlibrary/plugins/upstream/models.py

[warning] possibly-missing-attribute - :244:37 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :244:37 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

openlibrary/plugins/upstream/mybooks.py

[warning] possibly-missing-attribute - :493:16 - Attribute `get_lists` may be missing on object of type `Unknown | User | None`
[error] unresolved-attribute - :493:16 - Attribute `get_lists` is not defined on `None` in union `Unknown | User | None`
[warning] possibly-missing-attribute - :497:43 - Attribute `get_username` may be missing on object of type `Unknown | User | None`
[error] unresolved-attribute - :497:43 - Attribute `get_username` is not defined on `None` in union `Unknown | User | None`
[warning] possibly-missing-attribute - :509:17 - Attribute `get_username` may be missing on object of type `Unknown | User | None`
[error] unresolved-attribute - :509:17 - Attribute `get_username` is not defined on `None` in union `Unknown | User | None`
[warning] possibly-missing-attribute - :511:16 - Attribute `get_username` may be missing on object of type `Unknown | User | None`
[error] unresolved-attribute - :511:16 - Attribute `get_username` is not defined on `None` in union `Unknown | User | None`
[warning] possibly-missing-attribute - :527:20 - Attribute `get_username` may be missing on object of type `Unknown | User | None`
[error] unresolved-attribute - :527:20 - Attribute `get_username` is not defined on `None` in union `Unknown | User | None`
[warning] possibly-missing-attribute - :559:13 - Attribute `get_username` may be missing on object of type `Unknown | User | None`
[error] unresolved-attribute - :559:13 - Attribute `get_username` is not defined on `None` in union `Unknown | User | None`

openlibrary/solr/types_generator.py

[warning] possibly-missing-attribute - :26:12 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :26:12 - Attribute `startswith` is not defined on `None` in union `str | None`

openlibrary/tests/core/test_processors_invalidation.py

[warning] possibly-missing-attribute - :66:13 - Attribute `dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :66:13 - Attribute `dict` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:13 - Attribute `dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:13 - Attribute `dict` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :149:13 - Attribute `dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :149:13 - Attribute `dict` is not defined on `None` in union `Unknown | None`

openlibrary/tests/core/test_vendors.py

[warning] possibly-missing-attribute - :254:12 - Attribute `get` may be missing on object of type `dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :254:12 - Attribute `get` is not defined on `None` in union `dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :255:12 - Attribute `get` may be missing on object of type `dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :255:12 - Attribute `get` is not defined on `None` in union `dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :256:12 - Attribute `get` may be missing on object of type `dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :256:12 - Attribute `get` is not defined on `None` in union `dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :257:12 - Attribute `get` may be missing on object of type `dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :257:12 - Attribute `get` is not defined on `None` in union `dict[Unknown, Unknown] | None`

openlibrary/tests/core/test_waitinglist.py

[warning] possibly-missing-attribute - :105:9 - Attribute `update` may be missing on object of type `WaitingLoan | None`
[error] unresolved-attribute - :105:9 - Attribute `update` is not defined on `None` in union `WaitingLoan | None`

operator (https://github.com/canonical/operator)

ops/lib/__init__.py

[warning] possibly-missing-attribute - :272:13 - Attribute `exec_module` may be missing on object of type `Unknown | Loader | None`
[error] unresolved-attribute - :272:13 - Attribute `exec_module` is not defined on `None` in union `Unknown | Loader | None`

optuna (https://github.com/optuna/optuna)

optuna/study/_dataframe.py

[warning] possibly-missing-attribute - :94:7 - Attribute `DataFrame` may be missing on object of type `Unknown | <class 'object'>`
[error] unresolved-attribute - :94:7 - Attribute `DataFrame` is not defined on `<class 'object'>` in union `Unknown | <class 'object'>`

tutorial/20_recipes/005_user_defined_sampler.py

[warning] possibly-missing-attribute - :87:29 - Attribute `params` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :87:29 - Attribute `params` is not defined on `None` in union `Unknown | None`

paasta (https://github.com/yelp/paasta)

paasta_tools/api/tweens/profiling.py

[warning] possibly-missing-attribute - :40:17 - Attribute `get_api_profiling_config` may be missing on object of type `SystemPaastaConfig | None`
[error] unresolved-attribute - :40:17 - Attribute `get_api_profiling_config` is not defined on `None` in union `SystemPaastaConfig | None`

paasta_tools/api/views/instance.py

[warning] possibly-missing-attribute - :113:31 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :113:31 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

paasta_tools/check_oom_events.py

[warning] possibly-missing-attribute - :104:18 - Attribute `get_tail_host_and_port` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :104:18 - Attribute `get_tail_host_and_port` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :107:14 - Attribute `get_stream_tailer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :107:14 - Attribute `get_stream_tailer` is not defined on `None` in union `Unknown | None`

paasta_tools/check_services_replication_tools.py

[warning] possibly-missing-attribute - :185:17 - Attribute `create_gauge` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :185:17 - Attribute `create_gauge` is not defined on `None` in union `Unknown | None`

paasta_tools/cleanup_expired_autoscaling_overrides.py

[warning] possibly-missing-attribute - :72:12 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :72:12 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :83:44 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :83:44 - Attribute `data` is not defined on `None` in union `Unknown | None`

paasta_tools/cli/cmds/get_image_version.py

[warning] possibly-missing-attribute - :90:14 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :90:14 - Attribute `group` is not defined on `None` in union `Match[str] | None`

paasta_tools/cli/cmds/logs.py

[warning] possibly-missing-attribute - :1038:22 - Attribute `get_tail_host_and_port` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1038:22 - Attribute `get_tail_host_and_port` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1066:16 - Attribute `get_stream_reader` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1066:16 - Attribute `get_stream_reader` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1078:22 - Attribute `get_tail_host_and_port` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1078:22 - Attribute `get_tail_host_and_port` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1093:19 - Attribute `get_stream_tailer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1093:19 - Attribute `get_stream_tailer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1125:26 - Attribute `get_tail_host_and_port` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1125:26 - Attribute `get_tail_host_and_port` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1128:22 - Attribute `get_stream_tailer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1128:22 - Attribute `get_stream_tailer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1313:22 - Attribute `PROD_REGIONS` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1313:22 - Attribute `PROD_REGIONS` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1315:24 - Attribute `PROD_SUPERREGIONS` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1315:24 - Attribute `PROD_SUPERREGIONS` is not defined on `None` in union `Unknown | None`

paasta_tools/cli/cmds/mark_for_deployment.py

[warning] possibly-missing-attribute - :1516:18 - Attribute `service` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :1516:18 - Attribute `service` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :1523:12 - Attribute `api_error` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :1523:12 - Attribute `api_error` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :1600:35 - Attribute `reason` may be missing on object of type `KubernetesContainerV2 | None`
[error] unresolved-attribute - :1600:35 - Attribute `reason` is not defined on `None` in union `KubernetesContainerV2 | None`

paasta_tools/cli/cmds/mesh_status.py

[warning] possibly-missing-attribute - :111:23 - Attribute `service` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :111:23 - Attribute `service` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :115:12 - Attribute `api_error` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :115:12 - Attribute `api_error` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :122:13 - Attribute `connection_error` may be missing on object of type `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :122:38 - Attribute `timeout_error` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :122:13 - Attribute `connection_error` is not defined on `None` in union `PaastaOApiClient | None`
[error] unresolved-attribute - :122:38 - Attribute `timeout_error` is not defined on `None` in union `PaastaOApiClient | None`

paasta_tools/cli/cmds/rollback.py

[warning] possibly-missing-attribute - :342:86 - Attribute `sha` may be missing on object of type `DeploymentVersion | None`
[error] unresolved-attribute - :342:86 - Attribute `sha` is not defined on `None` in union `DeploymentVersion | None`

paasta_tools/cli/cmds/spark_run.py

[warning] possibly-missing-attribute - :105:55 - Attribute `strip` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:55 - Attribute `strip` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :106:24 - Attribute `strip` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :106:24 - Attribute `strip` is not defined on `None` in union `Unknown | None`

paasta_tools/cli/cmds/start_stop_restart.py

[warning] possibly-missing-attribute - :313:17 - Attribute `service` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :313:17 - Attribute `service` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :318:20 - Attribute `api_error` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :318:20 - Attribute `api_error` is not defined on `None` in union `PaastaOApiClient | None`

paasta_tools/cli/cmds/status.py

[warning] possibly-missing-attribute - :322:18 - Attribute `service` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :322:18 - Attribute `service` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :329:12 - Attribute `api_error` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :329:12 - Attribute `api_error` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :332:13 - Attribute `connection_error` may be missing on object of type `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :332:38 - Attribute `timeout_error` may be missing on object of type `PaastaOApiClient | None`
[error] unresolved-attribute - :332:13 - Attribute `connection_error` is not defined on `None` in union `PaastaOApiClient | None`
[error] unresolved-attribute - :332:38 - Attribute `timeout_error` is not defined on `None` in union `PaastaOApiClient | None`
[warning] possibly-missing-attribute - :801:14 - Attribute `get` may be missing on object of type `Any | None`
[error] unresolved-attribute - :801:14 - Attribute `get` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :1969:19 - Attribute `get` may be missing on object of type `Any | None`
[error] unresolved-attribute - :1969:19 - Attribute `get` is not defined on `None` in union `Any | None`

paasta_tools/cli/cmds/validate.py

[warning] possibly-missing-attribute - :271:14 - Attribute `decode` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :271:14 - Attribute `decode` is not defined on `None` in union `bytes | None`
[warning] possibly-missing-attribute - :272:23 - Attribute `decode` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :272:23 - Attribute `decode` is not defined on `None` in union `bytes | None`

paasta_tools/cli/utils.py

[warning] possibly-missing-attribute - :831:26 - Attribute `service` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :831:26 - Attribute `service` is not defined on `None` in union `Unknown | None`

paasta_tools/contrib/paasta_update_soa_memcpu.py

[warning] possibly-missing-attribute - :423:9 - Attribute `append` may be missing on object of type `Unknown | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`
[error] unresolved-attribute - :423:9 - Attribute `append` is not defined on `dict[Unknown | str, Unknown]`, `dict[Unknown | str, Unknown | str]` in union `Unknown | dict[Unknown | str, Unknown] | dict[Unknown | str, Unknown | str] | list[Unknown | str]`

paasta_tools/flink_tools.py

[warning] possibly-missing-attribute - :268:15 - Attribute `url` may be missing on object of type `Request | PreparedRequest | None`
[error] unresolved-attribute - :268:15 - Attribute `url` is not defined on `None` in union `Request | PreparedRequest | None`
[warning] possibly-missing-attribute - :286:15 - Attribute `url` may be missing on object of type `Request | PreparedRequest | None`
[error] unresolved-attribute - :286:15 - Attribute `url` is not defined on `None` in union `Request | PreparedRequest | None`

paasta_tools/hacheck.py

[warning] possibly-missing-attribute - :66:25 - Attribute `groupdict` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :66:25 - Attribute `groupdict` is not defined on `None` in union `Match[str] | None`

paasta_tools/kubernetes/application/controller_wrappers.py

[warning] possibly-missing-attribute - :125:56 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :125:56 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :140:12 - Attribute `get_iam_role` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :140:12 - Attribute `get_iam_role` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :142:26 - Attribute `get_iam_role` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :142:26 - Attribute `get_iam_role` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :143:27 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :143:27 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :179:38 - Attribute `config_dict` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :179:38 - Attribute `config_dict` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :181:29 - Attribute `get_bounce_margin_factor` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :181:29 - Attribute `get_bounce_margin_factor` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :186:47 - Attribute `config_dict` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :186:47 - Attribute `config_dict` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :188:17 - Attribute `get_unhealthy_pod_eviction_policy` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :188:17 - Attribute `get_unhealthy_pod_eviction_policy` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :296:23 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :296:23 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :298:56 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :298:56 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :307:23 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :307:23 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :319:28 - Attribute `get_autoscaling_metric_spec` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :319:28 - Attribute `get_autoscaling_metric_spec` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :321:21 - Attribute `cluster` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :321:21 - Attribute `cluster` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :441:23 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :441:23 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :443:56 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :443:56 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :449:23 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :449:23 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`
[warning] possibly-missing-attribute - :496:23 - Attribute `get_namespace` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :496:23 - Attribute `get_namespace` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`

paasta_tools/kubernetes_tools.py

[warning] possibly-missing-attribute - :621:22 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :621:22 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :622:25 - Attribute `f_globals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :622:25 - Attribute `f_globals` is not defined on `None` in union `FrameType | None`

paasta_tools/mesos/mesos_file.py

[warning] possibly-missing-attribute - :68:55 - Attribute `directory` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :68:55 - Attribute `directory` is not defined on `None` in union `Unknown | None`

paasta_tools/mesos_tools.py

[warning] possibly-missing-attribute - :669:34 - Attribute `url` may be missing on object of type `Request | PreparedRequest | None`
[error] unresolved-attribute - :669:34 - Attribute `url` is not defined on `None` in union `Request | PreparedRequest | None`
[warning] possibly-missing-attribute - :722:22 - Attribute `group` may be missing on object of type `Match[str] | None`
[warning] possibly-missing-attribute - :722:46 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :722:22 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[error] unresolved-attribute - :722:46 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :836:28 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :836:28 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :840:28 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :840:28 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :935:12 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :935:12 - Attribute `group` is not defined on `None` in union `Match[str] | None`

paasta_tools/metrics/metastatus_lib.py

[warning] possibly-missing-attribute - :671:20 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :671:20 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

paasta_tools/metrics/metrics_lib.py

[warning] possibly-missing-attribute - :117:20 - Attribute `create_timer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :117:20 - Attribute `create_timer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :124:20 - Attribute `create_gauge` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :124:20 - Attribute `create_gauge` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :128:16 - Attribute `create_counter` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :128:16 - Attribute `create_counter` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :131:16 - Attribute `emit_event` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :131:16 - Attribute `emit_event` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :213:14 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :213:14 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :214:12 - Attribute `f_globals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :214:12 - Attribute `f_globals` is not defined on `None` in union `FrameType | None`

paasta_tools/monitoring_tools.py

[warning] possibly-missing-attribute - :393:40 - Attribute `create_gauge` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :393:40 - Attribute `create_gauge` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :406:39 - Attribute `create_gauge` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :406:39 - Attribute `create_gauge` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :417:39 - Attribute `create_gauge` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :417:39 - Attribute `create_gauge` is not defined on `None` in union `Unknown | None`

paasta_tools/oom_logger.py

[warning] possibly-missing-attribute - :211:5 - Attribute `log_line` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :211:5 - Attribute `log_line` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :269:5 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :269:5 - Attribute `config` is not defined on `None` in union `Unknown | None`

paasta_tools/paastaapi/api_client.py

[warning] possibly-missing-attribute - :198:22 - Attribute `decode` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :198:22 - Attribute `decode` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :674:35 - Attribute `configuration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :674:35 - Attribute `configuration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :687:31 - Attribute `configuration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :687:31 - Attribute `configuration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :720:21 - Attribute `append` may be missing on object of type `Unknown | None | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - :720:21 - Attribute `append` is not defined on `None`, `dict[Unknown, Unknown]` in union `Unknown | None | dict[Unknown, Unknown] | list[Unknown]`
[warning] possibly-missing-attribute - :745:21 - Attribute `configuration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :745:21 - Attribute `configuration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :746:48 - Attribute `configuration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :746:48 - Attribute `configuration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :748:32 - Attribute `configuration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :748:32 - Attribute `configuration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :749:48 - Attribute `configuration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :749:48 - Attribute `configuration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :751:21 - Attribute `configuration` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :751:21 - Attribute `configuration` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :793:42 - Attribute `select_header_accept` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :793:42 - Attribute `select_header_accept` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :798:27 - Attribute `select_header_content_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :798:27 - Attribute `select_header_content_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :802:16 - Attribute `call_api` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :802:16 - Attribute `call_api` is not defined on `None` in union `Unknown | None`

paasta_tools/paastaapi/model_utils.py

[warning] possibly-missing-attribute - :1228:20 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :1228:20 - Attribute `group` is not defined on `None` in union `Match[str] | None`

paasta_tools/setup_kubernetes_job.py

[warning] possibly-missing-attribute - :440:24 - Attribute `get_bounce_method` may be missing on object of type `Unknown | None | KubernetesDeploymentConfig`
[error] unresolved-attribute - :440:24 - Attribute `get_bounce_method` is not defined on `None` in union `Unknown | None | KubernetesDeploymentConfig`

paasta_tools/tron_tools.py

[warning] possibly-missing-attribute - :90:9 - Attribute `decode` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :90:9 - Attribute `decode` is not defined on `None` in union `bytes | None`
[warning] possibly-missing-attribute - :879:38 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :879:38 - Attribute `items` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1097:45 - Attribute `pop` may be missing on object of type `Unknown | None | dict[str, str]`
[error] unresolved-attribute - :1097:45 - Attribute `pop` is not defined on `None` in union `Unknown | None | dict[str, str]`

paasta_tools/utils.py

[warning] possibly-missing-attribute - :2857:17 - Attribute `write` may be missing on object of type `IO[str] | None`
[error] unresolved-attribute - :2857:17 - Attribute `write` is not defined on `None` in union `IO[str] | None`
[warning] possibly-missing-attribute - :2858:17 - Attribute `flush` may be missing on object of type `IO[str] | None`
[error] unresolved-attribute - :2858:17 - Attribute `flush` is not defined on `None` in union `IO[str] | None`
[warning] possibly-missing-attribute - :2870:31 - Attribute `readline` may be missing on object of type `IO[str] | None`
[error] unresolved-attribute - :2870:31 - Attribute `readline` is not defined on `None` in union `IO[str] | None`
[warning] possibly-missing-attribute - :2890:22 - Attribute `rstrip` may be missing on object of type `str | None`
[error] unresolved-attribute - :2890:22 - Attribute `rstrip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :2896:23 - Attribute `rstrip` may be missing on object of type `str | None`
[error] unresolved-attribute - :2896:23 - Attribute `rstrip` is not defined on `None` in union `str | None`

pandas (https://github.com/pandas-dev/pandas)

pandas/core/algorithms.py

[warning] possibly-missing-attribute - :465:16 - Attribute `unique` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :465:16 - Attribute `unique` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :1338:33 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :1338:33 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/core/array_algos/take.py

[warning] possibly-missing-attribute - :303:16 - Attribute `dtype` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :303:16 - Attribute `dtype` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :304:30 - Attribute `astype` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :304:30 - Attribute `astype` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :306:30 - Attribute `astype` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :306:30 - Attribute `astype` is not defined on `int`, `float` in union `Unknown | int | float`

pandas/core/arrays/boolean.py

[warning] possibly-missing-attribute - :257:24 - Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :257:24 - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/arrays/categorical.py

[warning] possibly-missing-attribute - :494:25 - Attribute `_codes` may be missing on object of type `Unknown | RangeIndex | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :494:25 - Attribute `_codes` is not defined on `RangeIndex`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ExtensionArray` in union `Unknown | RangeIndex | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :703:18 - Attribute `is_monotonic_increasing` may be missing on object of type `Index | Unknown | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - :703:18 - Attribute `is_monotonic_increasing` is not defined on `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` in union `Index | Unknown | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[warning] possibly-missing-attribute - :706:26 - Attribute `sort_values` may be missing on object of type `Index | Unknown | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - :706:26 - Attribute `sort_values` is not defined on `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` in union `Index | Unknown | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`

pandas/core/arrays/datetimes.py

[warning] possibly-missing-attribute - :487:62 - Attribute `tz` may be missing on object of type `Timestamp | None`
[error] unresolved-attribute - :487:62 - Attribute `tz` is not defined on `None` in union `Timestamp | None`
[warning] possibly-missing-attribute - :515:32 - Attribute `_value` may be missing on object of type `Timestamp | None`
[warning] possibly-missing-attribute - :515:45 - Attribute `_value` may be missing on object of type `Timestamp | None`
[error] unresolved-attribute - :515:32 - Attribute `_value` is not defined on `None` in union `Timestamp | None`
[error] unresolved-attribute - :515:45 - Attribute `_value` is not defined on `None` in union `Timestamp | None`
[warning] possibly-missing-attribute - :516:19 - Attribute `_value` may be missing on object of type `Timestamp | None`
[error] unresolved-attribute - :516:19 - Attribute `_value` is not defined on `None` in union `Timestamp | None`

pandas/core/arrays/interval.py

[warning] possibly-missing-attribute - :397:71 - Attribute `tz` may be missing on object of type `Index | Unknown`
[error] unresolved-attribute - :397:71 - Attribute `tz` is not defined on `Index` in union `Index | Unknown`
[warning] possibly-missing-attribute - :400:37 - Attribute `tz` may be missing on object of type `Index | Unknown`
[error] unresolved-attribute - :400:37 - Attribute `tz` is not defined on `Index` in union `Index | Unknown`
[warning] possibly-missing-attribute - :403:50 - Attribute `unit` may be missing on object of type `(Index & ~PeriodIndex) | (Unknown & ~PeriodIndex)`
[warning] possibly-missing-attribute - :403:63 - Attribute `unit` may be missing on object of type `Index | Unknown`
[error] unresolved-attribute - :403:50 - Attribute `unit` is not defined on `Index & ~PeriodIndex` in union `(Index & ~PeriodIndex) | (Unknown & ~PeriodIndex)`
[error] unresolved-attribute - :403:63 - Attribute `unit` is not defined on `Index` in union `Index | Unknown`
[warning] possibly-missing-attribute - :405:35 - Attribute `_ensure_matching_resos` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[error] unresolved-attribute - :405:35 - Attribute `_ensure_matching_resos` is not defined on `ExtensionArray`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Unknown`
[warning] possibly-missing-attribute - :914:31 - Attribute `closed` may be missing on object of type `Unknown | ExtensionArray`
[error] unresolved-attribute - :914:31 - Attribute `closed` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray`

pandas/core/arrays/masked.py

[warning] possibly-missing-attribute - :357:64 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :357:64 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/core/arrays/sparse/accessor.py

[warning] possibly-missing-attribute - :76:24 - Attribute `array` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :76:24 - Attribute `array` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :271:13 - Attribute `array` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :271:13 - Attribute `array` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :272:19 - Attribute `index` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :272:19 - Attribute `index` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :273:18 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :273:18 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :397:51 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :397:51 - Attribute `items` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :398:16 - Attribute `_constructor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :398:16 - Attribute `_constructor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :399:25 - Attribute `index` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :399:53 - Attribute `columns` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :399:25 - Attribute `index` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :399:53 - Attribute `columns` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :439:34 - Attribute `dtypes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :439:34 - Attribute `dtypes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :444:40 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :444:40 - Attribute `items` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :455:67 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :455:67 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :476:62 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :476:62 - Attribute `items` is not defined on `None` in union `Unknown | None`

pandas/core/arrays/sparse/array.py

[warning] possibly-missing-attribute - :978:16 - Attribute `any` may be missing on object of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] unresolved-attribute - :978:16 - Attribute `any` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :1963:19 - Attribute `sp_index` may be missing on object of type `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | Any`
[error] unresolved-attribute - :1963:19 - Attribute `sp_index` is not defined on `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]` in union `ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]] | Any`

pandas/core/common.py

[warning] possibly-missing-attribute - :174:30 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :174:30 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/core/computation/align.py

[warning] possibly-missing-attribute - :161:23 - Attribute `value` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :161:23 - Attribute `value` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :162:24 - Attribute `value` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :162:24 - Attribute `value` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :163:20 - Attribute `value` may be missing on object of type `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :163:51 - Attribute `value` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :163:20 - Attribute `value` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[error] unresolved-attribute - :163:51 - Attribute `value` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :164:50 - Attribute `value` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :164:50 - Attribute `value` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :165:31 - Attribute `type` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :165:31 - Attribute `type` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`

pandas/core/computation/pytables.py

[warning] possibly-missing-attribute - :632:30 - Attribute `prune` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :632:30 - Attribute `prune` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :639:27 - Attribute `prune` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :639:27 - Attribute `prune` is not defined on `None` in union `Unknown | None`

pandas/core/dtypes/cast.py

[warning] possibly-missing-attribute - :1192:36 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :1192:36 - Attribute `is_integer` is not defined on `int` in union `int | float`
[warning] possibly-missing-attribute - :1682:58 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :1682:58 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/core/dtypes/dtypes.py

[warning] possibly-missing-attribute - :330:35 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :330:35 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :344:21 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :344:21 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :345:17 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :345:17 - Attribute `dtype` is not defined on `None` in union `Unknown | None`

pandas/core/frame.py

[warning] possibly-missing-attribute - :2238:21 - Attribute `get_loc` may be missing on object of type `None | Index`
[error] unresolved-attribute - :2238:21 - Attribute `get_loc` is not defined on `None` in union `None | Index`
[warning] possibly-missing-attribute - :2259:23 - Attribute `drop` may be missing on object of type `None | Index`
[error] unresolved-attribute - :2259:23 - Attribute `drop` is not defined on `None` in union `None | Index`
[warning] possibly-missing-attribute - :13668:43 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :13668:43 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/core/generic.py

[warning] possibly-missing-attribute - :7745:26 - Attribute `items` may be missing on object of type `Unknown | None | bool`
[error] unresolved-attribute - :7745:26 - Attribute `items` is not defined on `None`, `bool` in union `Unknown | None | bool`
[warning] possibly-missing-attribute - :7794:36 - Attribute `keys` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :7794:36 - Attribute `keys` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :7808:65 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :7808:65 - Attribute `items` is not defined on `None` in union `Unknown | None`

pandas/core/groupby/grouper.py

[warning] possibly-missing-attribute - :551:31 - Attribute `categories` may be missing on object of type `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (Index & ~ndarray[tuple[object, ...], dtype[object]])`
[error] unresolved-attribute - :551:31 - Attribute `categories` is not defined on `Index & ~ndarray[tuple[object, ...], dtype[object]]` in union `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (Index & ~ndarray[tuple[object, ...], dtype[object]])`
[warning] possibly-missing-attribute - :629:26 - Attribute `categories` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - :629:26 - Attribute `categories` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :632:46 - Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - :632:46 - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :641:27 - Attribute `isna` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - :641:27 - Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :651:59 - Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - :651:59 - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :655:62 - Attribute `ordered` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - :655:62 - Attribute `ordered` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[warning] possibly-missing-attribute - :657:21 - Attribute `codes` may be missing on object of type `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`
[error] unresolved-attribute - :657:21 - Attribute `codes` is not defined on `Index`, `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | Index | ndarray[tuple[Any, ...], dtype[Any]] | Categorical`

pandas/core/indexers/utils.py

[warning] possibly-missing-attribute - :575:23 - Attribute `to_numpy` may be missing on object of type `(Any & ~tuple[object, ...]) | ExtensionArray | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :575:23 - Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ~tuple[object, ...]) | ExtensionArray | ndarray[tuple[Any, ...], dtype[Unknown]]`

pandas/core/indexes/datetimelike.py

[warning] possibly-missing-attribute - :274:46 - Attribute `asi8` may be missing on object of type `(Any & Index) | CategoricalIndex | Self@equals`
[error] unresolved-attribute - :274:46 - Attribute `asi8` is not defined on `CategoricalIndex` in union `(Any & Index) | CategoricalIndex | Self@equals`

pandas/core/indexes/interval.py

[warning] possibly-missing-attribute - :679:43 - Attribute `left` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :679:43 - Attribute `left` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :680:44 - Attribute `right` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :680:44 - Attribute `right` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :695:50 - Attribute `asi8` may be missing on object of type `(Unknown & ~Top[Interval[Unknown]]) | (Index & ~Top[Interval[Unknown]])`
[error] unresolved-attribute - :695:50 - Attribute `asi8` is not defined on `Index & ~Top[Interval[Unknown]]` in union `(Unknown & ~Top[Interval[Unknown]]) | (Index & ~Top[Interval[Unknown]])`

pandas/core/indexes/range.py

[warning] possibly-missing-attribute - :518:50 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :518:50 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/core/indexes/timedeltas.py

[warning] possibly-missing-attribute - :411:16 - Attribute `_creso` may be missing on object of type `Tick | Day`
[error] unresolved-attribute - :411:16 - Attribute `_creso` is not defined on `Day` in union `Tick | Day`

pandas/core/indexing.py

[warning] possibly-missing-attribute - :2106:31 - Attribute `_reduce` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :2106:31 - Attribute `_reduce` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :2107:31 - Attribute `_reduce` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :2107:31 - Attribute `_reduce` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

pandas/core/internals/construction.py

[warning] possibly-missing-attribute - :258:22 - Attribute `reshape` may be missing on object of type `Unknown | ndarray[tuple[int, int], dtype[Any]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :258:22 - Attribute `reshape` is not defined on `ExtensionArray` in union `Unknown | ndarray[tuple[int, int], dtype[Any]] | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/core/nanops.py

[warning] possibly-missing-attribute - :1521:12 - Attribute `astype` may be missing on object of type `Any | int`
[error] unresolved-attribute - :1521:12 - Attribute `astype` is not defined on `int` in union `Any | int`

pandas/core/resample.py

[warning] possibly-missing-attribute - :2680:12 - Attribute `name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :2680:52 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2680:12 - Attribute `name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :2680:52 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2800:21 - Attribute `n` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2800:21 - Attribute `n` is not defined on `None` in union `Unknown | None`

pandas/core/reshape/concat.py

[warning] possibly-missing-attribute - :839:16 - Attribute `take` may be missing on object of type `(Unknown & ~None) | KeysView[object] | Index`
[error] unresolved-attribute - :839:16 - Attribute `take` is not defined on `KeysView[object]` in union `(Unknown & ~None) | KeysView[object] | Index`

pandas/core/series.py

[warning] possibly-missing-attribute - :3054:43 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :3054:43 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/core/strings/accessor.py

[warning] possibly-missing-attribute - :382:30 - Attribute `dtype` may be missing on object of type `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[Unknown, Unknown | ArrowExtensionArray] | list[Unknown]`
[error] unresolved-attribute - :382:30 - Attribute `dtype` is not defined on `dict[Unknown, Unknown | ArrowExtensionArray]`, `list[Unknown]` in union `(Unknown & <Protocol with members 'ndim'> & <Protocol with members 'dtype'>) | dict[Unknown, Unknown | ArrowExtensionArray] | list[Unknown]`

pandas/core/tools/datetimes.py

[warning] possibly-missing-attribute - :387:23 - Attribute `_dt_tz_convert` may be missing on object of type `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[error] unresolved-attribute - :387:23 - Attribute `_dt_tz_convert` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[warning] possibly-missing-attribute - :389:23 - Attribute `_dt_tz_localize` may be missing on object of type `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`
[error] unresolved-attribute - :389:23 - Attribute `_dt_tz_localize` is not defined on `ndarray[tuple[Any, ...], dtype[Any]] & ~Index` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~NumpyExtensionArray & ~Index) | (ndarray[tuple[Any, ...], dtype[Any]] & ~Index)`

pandas/core/tools/numeric.py

[warning] possibly-missing-attribute - :225:16 - Attribute `isna` may be missing on object of type `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :225:16 - Attribute `isna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :226:18 - Attribute `dropna` may be missing on object of type `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :226:18 - Attribute `dropna` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & ~BaseMaskedArray) | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/io/common.py

[warning] possibly-missing-attribute - :847:29 - Attribute `namelist` may be missing on object of type `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - :847:29 - Attribute `namelist` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[warning] possibly-missing-attribute - :849:30 - Attribute `open` may be missing on object of type `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - :849:30 - Attribute `open` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[warning] possibly-missing-attribute - :874:25 - Attribute `getnames` may be missing on object of type `Unknown | BytesIO | TarFile`
[error] unresolved-attribute - :874:25 - Attribute `getnames` is not defined on `BytesIO` in union `Unknown | BytesIO | TarFile`
[warning] possibly-missing-attribute - :876:28 - Attribute `extractfile` may be missing on object of type `Unknown | BytesIO | TarFile`
[error] unresolved-attribute - :876:28 - Attribute `extractfile` is not defined on `BytesIO` in union `Unknown | BytesIO | TarFile`
[warning] possibly-missing-attribute - :1072:9 - Attribute `addfile` may be missing on object of type `Unknown | BytesIO | TarFile`
[error] unresolved-attribute - :1072:9 - Attribute `addfile` is not defined on `BytesIO` in union `Unknown | BytesIO | TarFile`
[warning] possibly-missing-attribute - :1102:23 - Attribute `filename` may be missing on object of type `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - :1102:23 - Attribute `filename` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[warning] possibly-missing-attribute - :1103:29 - Attribute `filename` may be missing on object of type `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - :1103:29 - Attribute `filename` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`
[warning] possibly-missing-attribute - :1112:9 - Attribute `writestr` may be missing on object of type `Unknown | BytesIO | ZipFile`
[error] unresolved-attribute - :1112:9 - Attribute `writestr` is not defined on `BytesIO` in union `Unknown | BytesIO | ZipFile`

pandas/io/formats/info.py

[warning] possibly-missing-attribute - :333:16 - Attribute `sum` may be missing on object of type `Series | int`
[error] unresolved-attribute - :333:16 - Attribute `sum` is not defined on `int` in union `Series | int`

pandas/io/formats/style_render.py

[warning] possibly-missing-attribute - :1409:17 - Attribute `get` may be missing on object of type `dict[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
[error] unresolved-attribute - :1409:17 - Attribute `get` is not defined on `str`, `(...) -> Unknown`, `None` in union `dict[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
[warning] possibly-missing-attribute - :1704:17 - Attribute `get` may be missing on object of type `dict[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`
[error] unresolved-attribute - :1704:17 - Attribute `get` is not defined on `str`, `(...) -> Unknown`, `None` in union `dict[Any, str | ((...) -> Unknown) | None] | str | ((...) -> Unknown) | None`

pandas/io/json/_table_schema.py

[warning] possibly-missing-attribute - :311:36 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :311:36 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/io/parsers/arrow_parser_wrapper.py

[warning] possibly-missing-attribute - :201:32 - Attribute `get` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[error] unresolved-attribute - :201:32 - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[warning] possibly-missing-attribute - :202:28 - Attribute `get` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[error] unresolved-attribute - :202:28 - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[warning] possibly-missing-attribute - :203:52 - Attribute `get` may be missing on object of type `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`
[error] unresolved-attribute - :203:52 - Attribute `get` is not defined on `dtype[Any]`, `ExtensionDtype` in union `(Unknown & ~None) | dict[Unknown, Unknown | dtype[Any] | ExtensionDtype] | dtype[Any] | ExtensionDtype | dict[object, Unknown | dtype[Any] | ExtensionDtype]`

pandas/io/pytables.py

[warning] possibly-missing-attribute - :2197:16 - Attribute `itemsize` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2197:16 - Attribute `itemsize` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2313:16 - Attribute `_v_attrs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2313:16 - Attribute `_v_attrs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2317:16 - Attribute `description` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2317:16 - Attribute `description` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2342:45 - Attribute `itemsize` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2342:45 - Attribute `itemsize` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2701:12 - Attribute `startswith` may be missing on object of type `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] unresolved-attribute - :2701:12 - Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :2705:14 - Attribute `startswith` may be missing on object of type `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[error] unresolved-attribute - :2705:14 - Attribute `startswith` is not defined on `ExtensionDtype`, `dtype[Any]`, `type`, `Mapping[Hashable, ExtensionDtype | str | dtype[Any] | type]` in union `(Unknown & ~None) | ExtensionDtype | str | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :4611:24 - Attribute `all` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - :4611:24 - Attribute `all` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[warning] possibly-missing-attribute - :5225:19 - Attribute `to_numpy` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :5225:19 - Attribute `to_numpy` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/io/sql.py

[warning] possibly-missing-attribute - :1036:20 - Attribute `copy` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1036:20 - Attribute `copy` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1045:38 - Attribute `columns` may be missing on object of type `Unknown | DataFrame | None`
[error] unresolved-attribute - :1045:38 - Attribute `columns` is not defined on `None` in union `Unknown | DataFrame | None`
[warning] possibly-missing-attribute - :1051:38 - Attribute `items` may be missing on object of type `Unknown | DataFrame | None`
[error] unresolved-attribute - :1051:38 - Attribute `items` is not defined on `None` in union `Unknown | DataFrame | None`
[warning] possibly-missing-attribute - :1217:23 - Attribute `index` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1217:23 - Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1231:36 - Attribute `columns` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1231:36 - Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1232:21 - Attribute `index` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1232:21 - Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1236:47 - Attribute `index` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1236:47 - Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1250:41 - Attribute `index` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1250:41 - Attribute `index` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1254:18 - Attribute `columns` may be missing on object of type `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1254:55 - Attribute `iloc` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1254:18 - Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
[error] unresolved-attribute - :1254:55 - Attribute `iloc` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1255:32 - Attribute `columns` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :1255:32 - Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :1914:33 - Attribute `items` may be missing on object of type `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`
[error] unresolved-attribute - :1914:33 - Attribute `items` is not defined on `ExtensionDtype`, `str`, `dtype[Any]`, `type`, `None` in union `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :2548:31 - Attribute `columns` may be missing on object of type `Unknown | None | DataFrame`
[error] unresolved-attribute - :2548:31 - Attribute `columns` is not defined on `None` in union `Unknown | None | DataFrame`
[warning] possibly-missing-attribute - :2866:33 - Attribute `items` may be missing on object of type `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`
[error] unresolved-attribute - :2866:33 - Attribute `items` is not defined on `ExtensionDtype`, `str`, `dtype[Any]`, `type`, `None` in union `ExtensionDtype | str | dtype[Any] | ... omitted 4 union elements`

pandas/plotting/_matplotlib/core.py

[warning] possibly-missing-attribute - :1719:32 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :1719:32 - Attribute `is_integer` is not defined on `int` in union `int | float`

pandas/tests/arithmetic/test_numeric.py

[warning] possibly-missing-attribute - :999:28 - Attribute `to_period` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :999:28 - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1117:49 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1117:49 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1555:17 - Attribute `swaplevel` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1555:17 - Attribute `swaplevel` is not defined on `Index` in union `Unknown | Index`

pandas/tests/arithmetic/test_period.py

[warning] possibly-missing-attribute - :1649:16 - Attribute `freq` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :1649:16 - Attribute `freq` is not defined on `BaseOffset` in union `Period | BaseOffset`

pandas/tests/arithmetic/test_string.py

[warning] possibly-missing-attribute - :86:48 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - :86:48 - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`
[warning] possibly-missing-attribute - :90:48 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - :90:48 - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`

pandas/tests/arrays/datetimes/test_constructors.py

[warning] possibly-missing-attribute - :78:16 - Attribute `unit` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :78:16 - Attribute `unit` is not defined on `Period`, `NaTType` in union `Period | Timestamp | Timedelta | NaTType`

pandas/tests/arrays/period/test_constructors.py

[warning] possibly-missing-attribute - :105:15 - Attribute `ordinal` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :105:15 - Attribute `ordinal` is not defined on `Timestamp`, `Timedelta`, `NaTType` in union `Period | Timestamp | Timedelta | NaTType`

pandas/tests/arrays/string_/test_string.py

[warning] possibly-missing-attribute - :287:26 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - :287:26 - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`
[warning] possibly-missing-attribute - :557:28 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - :557:28 - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`

pandas/tests/arrays/test_datetimelike.py

[warning] possibly-missing-attribute - :653:18 - Attribute `round` may be missing on object of type `Unknown | DatetimeArray | PeriodArray | TimedeltaArray`
[error] unresolved-attribute - :653:18 - Attribute `round` is not defined on `PeriodArray` in union `Unknown | DatetimeArray | PeriodArray | TimedeltaArray`
[warning] possibly-missing-attribute - :829:40 - Attribute `tz` may be missing on object of type `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
[error] unresolved-attribute - :829:40 - Attribute `tz` is not defined on `PeriodIndex`, `TimedeltaIndex` in union `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
[warning] possibly-missing-attribute - :842:22 - Attribute `tz` may be missing on object of type `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
[error] unresolved-attribute - :842:22 - Attribute `tz` is not defined on `PeriodIndex`, `TimedeltaIndex` in union `Unknown | DatetimeIndex | PeriodIndex | TimedeltaIndex`
[warning] possibly-missing-attribute - :1100:34 - Attribute `to_timestamp` may be missing on object of type `Unknown | PeriodIndex | DatetimeIndex | TimedeltaIndex`
[error] unresolved-attribute - :1100:34 - Attribute `to_timestamp` is not defined on `DatetimeIndex`, `TimedeltaIndex` in union `Unknown | PeriodIndex | DatetimeIndex | TimedeltaIndex`

pandas/tests/arrays/test_datetimes.py

[warning] possibly-missing-attribute - :65:16 - Attribute `unit` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :65:16 - Attribute `unit` is not defined on `Period`, `NaTType` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :66:35 - Attribute `tz` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :66:35 - Attribute `tz` is not defined on `Period`, `Timedelta` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :257:14 - Attribute `as_unit` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :257:14 - Attribute `as_unit` is not defined on `Period` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :323:16 - Attribute `all` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] unresolved-attribute - :323:16 - Attribute `all` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :329:16 - Attribute `all` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] unresolved-attribute - :329:16 - Attribute `all` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :619:35 - Attribute `tz_convert` may be missing on object of type `Period | Timestamp | Timedelta | NaTType | Unknown`
[error] unresolved-attribute - :619:35 - Attribute `tz_convert` is not defined on `Period`, `Timedelta` in union `Period | Timestamp | Timedelta | NaTType | Unknown`
[warning] possibly-missing-attribute - :633:20 - Attribute `tz_localize` may be missing on object of type `DatetimeArray | Index`
[error] unresolved-attribute - :633:20 - Attribute `tz_localize` is not defined on `Index` in union `DatetimeArray | Index`
[warning] possibly-missing-attribute - :685:32 - Attribute `to_pydatetime` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :685:52 - Attribute `to_datetime64` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :685:32 - Attribute `to_pydatetime` is not defined on `Period`, `Timedelta` in union `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :685:52 - Attribute `to_datetime64` is not defined on `Period`, `Timedelta` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :692:32 - Attribute `to_pydatetime` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :692:32 - Attribute `to_pydatetime` is not defined on `Period`, `Timedelta` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :701:14 - Attribute `tz_localize` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :701:14 - Attribute `tz_localize` is not defined on `Period`, `Timedelta` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :707:14 - Attribute `tz_localize` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :707:14 - Attribute `tz_localize` is not defined on `Period`, `Timedelta` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :763:16 - Attribute `utcoffset` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :763:16 - Attribute `utcoffset` is not defined on `Period`, `Timedelta`, `NaTType` in union `Period | Timestamp | Timedelta | NaTType`
[warning] possibly-missing-attribute - :769:16 - Attribute `utcoffset` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :769:16 - Attribute `utcoffset` is not defined on `Period`, `Timedelta`, `NaTType` in union `Period | Timestamp | Timedelta | NaTType`

pandas/tests/arrays/test_timedeltas.py

[warning] possibly-missing-attribute - :30:16 - Attribute `unit` may be missing on object of type `Period | Timestamp | Timedelta | NaTType`
[error] unresolved-attribute - :30:16 - Attribute `unit` is not defined on `Period`, `NaTType` in union `Period | Timestamp | Timedelta | NaTType`

pandas/tests/base/test_misc.py

[warning] possibly-missing-attribute - :22:12 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :22:12 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :24:12 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :24:12 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :27:12 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :27:12 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :29:12 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :29:12 - Attribute `strip` is not defined on `None` in union `str | None`

pandas/tests/computation/test_eval.py

[warning] possibly-missing-attribute - :332:45 - Attribute `__version__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :332:45 - Attribute `__version__` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :404:44 - Attribute `__version__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :404:44 - Attribute `__version__` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :449:44 - Attribute `__version__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :449:44 - Attribute `__version__` is not defined on `None` in union `ModuleType | None`

pandas/tests/config/test_localization.py

[warning] possibly-missing-attribute - :137:33 - Attribute `split` may be missing on object of type `str | tuple[str, str]`
[error] unresolved-attribute - :137:33 - Attribute `split` is not defined on `tuple[str, str]` in union `str | tuple[str, str]`

pandas/tests/copy_view/index/test_index.py

[warning] possibly-missing-attribute - :153:12 - Attribute `flags` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :153:12 - Attribute `flags` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/copy_view/test_methods.py

[warning] possibly-missing-attribute - :1096:29 - Attribute `values` may be missing on object of type `str | bytes | date | ... omitted 12 union elements`
[error] unresolved-attribute - :1096:29 - Attribute `values` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 12 union elements`
[warning] possibly-missing-attribute - :1099:5 - Attribute `iloc` may be missing on object of type `str | bytes | date | ... omitted 12 union elements`
[error] unresolved-attribute - :1099:5 - Attribute `iloc` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 12 union elements`
[warning] possibly-missing-attribute - :1100:33 - Attribute `values` may be missing on object of type `str | bytes | date | ... omitted 12 union elements`
[error] unresolved-attribute - :1100:33 - Attribute `values` is not defined on `str`, `bytes`, `date`, `timedelta`, `datetime64[date | int | None]`, `timedelta64[timedelta | int | None]`, `int`, `float`, `Interval[Unknown]`, `complex`, `integer[Any]`, `floating[Any]`, `complexfloating[Any, Any]` in union `str | bytes | date | ... omitted 12 union elements`

pandas/tests/extension/base/reshaping.py

[warning] possibly-missing-attribute - :339:24 - Attribute `all` may be missing on object of type `Unknown | bool`
[error] unresolved-attribute - :339:24 - Attribute `all` is not defined on `bool` in union `Unknown | bool`

pandas/tests/extension/date/array.py

[warning] possibly-missing-attribute - :104:26 - Attribute `astype` may be missing on object of type `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] unresolved-attribute - :104:26 - Attribute `astype` is not defined on `date` in union `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :105:27 - Attribute `astype` may be missing on object of type `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] unresolved-attribute - :105:27 - Attribute `astype` is not defined on `date` in union `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[warning] possibly-missing-attribute - :106:25 - Attribute `astype` may be missing on object of type `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] unresolved-attribute - :106:25 - Attribute `astype` is not defined on `date` in union `date | ndarray[tuple[Any, ...], dtype[Any]] | Any`

pandas/tests/extension/test_arrow.py

[warning] possibly-missing-attribute - :3313:30 - Attribute `unit` may be missing on object of type `Unknown | Timedelta | NAType | Timestamp`
[error] unresolved-attribute - :3313:30 - Attribute `unit` is not defined on `NAType` in union `Unknown | Timedelta | NAType | Timestamp`

pandas/tests/frame/methods/test_align.py

[warning] possibly-missing-attribute - :23:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :23:32 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :23:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :23:32 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :24:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :24:32 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :24:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :24:32 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :31:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :31:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :32:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :32:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :36:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :36:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :40:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :40:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_at_time.py

[warning] possibly-missing-attribute - :118:24 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :118:24 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_between_time.py

[warning] possibly-missing-attribute - :60:37 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :60:37 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_describe.py

[warning] possibly-missing-attribute - :201:16 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :201:16 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :202:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :202:37 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :202:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :202:37 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_drop.py

[warning] possibly-missing-attribute - :177:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :177:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :187:20 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :187:20 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_join.py

[warning] possibly-missing-attribute - :554:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :554:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_reindex.py

[warning] possibly-missing-attribute - :62:16 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :62:16 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :624:20 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :624:20 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :764:22 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :764:22 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :765:21 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :765:21 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :766:20 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :766:20 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_reset_index.py

[warning] possibly-missing-attribute - :95:14 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :95:14 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :96:14 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :96:14 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :118:17 - Attribute `levels` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :118:39 - Attribute `codes` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :118:17 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :118:39 - Attribute `codes` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_set_index.py

[warning] possibly-missing-attribute - :142:21 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :142:21 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :458:20 - Attribute `tz_convert` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :458:20 - Attribute `tz_convert` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :467:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :467:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :468:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :468:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :472:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :472:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :473:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :473:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :514:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :514:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :515:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :515:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :516:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :516:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :539:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :539:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :540:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :540:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :541:31 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :541:31 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_sort_index.py

[warning] possibly-missing-attribute - :27:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :27:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :549:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :549:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :567:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :567:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :587:22 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :587:22 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :588:28 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :588:28 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :626:16 - Attribute `_lexsort_depth` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :626:16 - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :637:16 - Attribute `_lexsort_depth` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :637:16 - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :749:20 - Attribute `reorder_categories` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :749:48 - Attribute `categories` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :749:20 - Attribute `reorder_categories` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :749:48 - Attribute `categories` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_to_period.py

[warning] possibly-missing-attribute - :69:44 - Attribute `asfreq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :69:44 - Attribute `asfreq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_transpose.py

[warning] possibly-missing-attribute - :197:20 - Attribute `flags` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :197:20 - Attribute `flags` is not defined on `ExtensionArray` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/frame/methods/test_tz_convert.py

[warning] possibly-missing-attribute - :43:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :43:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_tz_localize.py

[warning] possibly-missing-attribute - :38:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :38:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/methods/test_values.py

[warning] possibly-missing-attribute - :233:37 - Attribute `_ndarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`
[error] unresolved-attribute - :233:37 - Attribute `_ndarray` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ndarray[tuple[Any, ...], dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`
[warning] possibly-missing-attribute - :246:37 - Attribute `_ndarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`
[error] unresolved-attribute - :246:37 - Attribute `_ndarray` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `ndarray[tuple[Any, ...], dtype[Any]] | DatetimeArray | TimedeltaArray | PeriodArray`

pandas/tests/frame/test_constructors.py

[warning] possibly-missing-attribute - :298:16 - Attribute `flags` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :298:16 - Attribute `flags` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :886:16 - Attribute `unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :886:16 - Attribute `unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :887:35 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :887:35 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :889:16 - Attribute `unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :889:16 - Attribute `unit` is not defined on `Index` in union `Unknown | Index`

pandas/tests/frame/test_logical_ops.py

[warning] possibly-missing-attribute - :121:51 - Attribute `index` may be missing on object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[warning] possibly-missing-attribute - :121:70 - Attribute `columns` may be missing on object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - :121:51 - Attribute `index` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - :121:70 - Attribute `columns` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[warning] possibly-missing-attribute - :128:56 - Attribute `index` may be missing on object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[warning] possibly-missing-attribute - :128:75 - Attribute `columns` may be missing on object of type `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - :128:56 - Attribute `index` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`
[error] unresolved-attribute - :128:75 - Attribute `columns` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]]` in union `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | bool]] | DataFrame`

pandas/tests/frame/test_stack_unstack.py

[warning] possibly-missing-attribute - :733:17 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :733:17 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :746:17 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :746:17 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :2503:21 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :2503:21 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :2504:21 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :2504:21 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/groupby/aggregate/test_cython.py

[warning] possibly-missing-attribute - :290:5 - Attribute `flags` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :290:5 - Attribute `flags` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/groupby/aggregate/test_other.py

[warning] possibly-missing-attribute - :99:26 - Attribute `month` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :99:26 - Attribute `month` is not defined on `Index` in union `Unknown | Index`

pandas/tests/groupby/methods/test_nth.py

[warning] possibly-missing-attribute - :304:12 - Attribute `year` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :304:27 - Attribute `month` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :304:12 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :304:27 - Attribute `month` is not defined on `Index` in union `Unknown | Index`

pandas/tests/groupby/methods/test_value_counts.py

[warning] possibly-missing-attribute - :631:33 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :631:33 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :632:30 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :632:30 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :665:40 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :665:40 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :670:33 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :670:33 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :892:33 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :892:33 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :893:30 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :893:30 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :968:33 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :968:33 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :969:30 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :969:30 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/groupby/test_apply.py

[warning] possibly-missing-attribute - :74:27 - Attribute `date` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :74:27 - Attribute `date` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :75:25 - Attribute `date` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :75:25 - Attribute `date` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1151:16 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1151:16 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/groupby/test_categorical.py

[warning] possibly-missing-attribute - :492:12 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :492:12 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :493:12 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :493:12 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :494:12 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :494:12 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/groupby/test_groupby.py

[warning] possibly-missing-attribute - :1544:12 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1544:12 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1554:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1554:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1566:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1566:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1670:18 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1670:18 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1671:19 - Attribute `month` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1671:19 - Attribute `month` is not defined on `Index` in union `Unknown | Index`

pandas/tests/groupby/test_timegrouper.py

[warning] possibly-missing-attribute - :110:22 - Attribute `unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :110:22 - Attribute `unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :341:20 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :341:20 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :870:40 - Attribute `month` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :870:40 - Attribute `month` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexes/base_class/test_constructors.py

[warning] possibly-missing-attribute - :71:16 - Attribute `flags` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :71:16 - Attribute `flags` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/datetimes/methods/test_delete.py

[warning] possibly-missing-attribute - :132:16 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :132:16 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :133:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :133:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :140:16 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :140:16 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :141:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :141:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexes/datetimes/methods/test_repeat.py

[warning] possibly-missing-attribute - :28:20 - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - :28:20 - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Unknown]]` in union `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - :38:20 - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - :38:20 - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Unknown]]` in union `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - :59:20 - Attribute `freq` may be missing on object of type `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - :59:20 - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Unknown]]` in union `Unknown | DatetimeIndex | ndarray[tuple[int], dtype[Unknown]]`

pandas/tests/indexes/datetimes/methods/test_tz_convert.py

[warning] possibly-missing-attribute - :241:20 - Attribute `tzinfo` may be missing on object of type `Unknown | DatetimeIndex`
[error] unresolved-attribute - :241:20 - Attribute `tzinfo` is not defined on `DatetimeIndex` in union `Unknown | DatetimeIndex`

pandas/tests/indexes/datetimes/methods/test_tz_localize.py

[warning] possibly-missing-attribute - :217:22 - Attribute `total_seconds` may be missing on object of type `timedelta | None`
[error] unresolved-attribute - :217:22 - Attribute `total_seconds` is not defined on `None` in union `timedelta | None`

pandas/tests/indexes/datetimes/test_constructors.py

[warning] possibly-missing-attribute - :1020:13 - Attribute `tz_localize` may be missing on object of type `Unknown | Timestamp | str | int`
[error] unresolved-attribute - :1020:13 - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | str | int`
[warning] possibly-missing-attribute - :1136:16 - Attribute `all` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`
[error] unresolved-attribute - :1136:16 - Attribute `all` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]] | Any`

pandas/tests/indexes/datetimes/test_indexing.py

[warning] possibly-missing-attribute - :131:16 - Attribute `freq` may be missing on object of type `Index | Unknown`
[error] unresolved-attribute - :131:16 - Attribute `freq` is not defined on `Index` in union `Index | Unknown`

pandas/tests/indexes/datetimes/test_partial_slicing.py

[warning] possibly-missing-attribute - :129:22 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :129:22 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :134:23 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :134:23 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :278:20 - Attribute `resolution` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :278:20 - Attribute `resolution` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexes/interval/test_constructors.py

[warning] possibly-missing-attribute - :315:16 - Attribute `base` may be missing on object of type `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :315:45 - Attribute `base` may be missing on object of type `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :315:70 - Attribute `base` may be missing on object of type `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :315:16 - Attribute `base` is not defined on `DatetimeArray`, `TimedeltaArray` in union `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :315:45 - Attribute `base` is not defined on `DatetimeArray`, `TimedeltaArray` in union `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :315:70 - Attribute `base` is not defined on `DatetimeArray`, `TimedeltaArray` in union `DatetimeArray | TimedeltaArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/interval/test_interval_range.py

[warning] possibly-missing-attribute - :87:16 - Attribute `n` may be missing on object of type `BaseOffset | None`
[error] unresolved-attribute - :87:16 - Attribute `n` is not defined on `None` in union `BaseOffset | None`

pandas/tests/indexes/multi/test_drop.py

[warning] possibly-missing-attribute - :137:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :137:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexes/multi/test_reindex.py

[warning] possibly-missing-attribute - :121:43 - Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] unresolved-attribute - :121:43 - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`

pandas/tests/indexes/multi/test_sorting.py

[warning] possibly-missing-attribute - :153:16 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :153:16 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :154:12 - Attribute `_lexsort_depth` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :154:12 - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :161:12 - Attribute `_is_lexsorted` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :161:12 - Attribute `_is_lexsorted` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :162:12 - Attribute `_lexsort_depth` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :162:12 - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexes/numeric/test_numeric.py

[warning] possibly-missing-attribute - :226:29 - Attribute `all` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :226:29 - Attribute `all` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :227:29 - Attribute `any` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :227:29 - Attribute `any` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/indexes/period/methods/test_repeat.py

[warning] possibly-missing-attribute - :26:16 - Attribute `freqstr` may be missing on object of type `ndarray[tuple[int], dtype[Unknown]] | Unknown`
[error] unresolved-attribute - :26:16 - Attribute `freqstr` is not defined on `ndarray[tuple[int], dtype[Unknown]]` in union `ndarray[tuple[int], dtype[Unknown]] | Unknown`

pandas/tests/indexes/period/test_period.py

[warning] possibly-missing-attribute - :182:27 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :182:27 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexes/ranges/test_join.py

[warning] possibly-missing-attribute - :62:16 - Attribute `take` may be missing on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] unresolved-attribute - :62:16 - Attribute `take` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[warning] possibly-missing-attribute - :63:16 - Attribute `take` may be missing on object of type `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`
[error] unresolved-attribute - :63:16 - Attribute `take` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[signedinteger[_64Bit]]] | None`

pandas/tests/indexes/test_engines.py

[warning] possibly-missing-attribute - :192:16 - Attribute `all` may be missing on object of type `Unknown | bool`
[error] unresolved-attribute - :192:16 - Attribute `all` is not defined on `bool` in union `Unknown | bool`

pandas/tests/indexes/timedeltas/methods/test_repeat.py

[warning] possibly-missing-attribute - :16:20 - Attribute `freq` may be missing on object of type `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - :16:20 - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Unknown]]` in union `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[warning] possibly-missing-attribute - :34:20 - Attribute `freq` may be missing on object of type `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`
[error] unresolved-attribute - :34:20 - Attribute `freq` is not defined on `ndarray[tuple[int], dtype[Unknown]]` in union `Unknown | TimedeltaIndex | ndarray[tuple[int], dtype[Unknown]]`

pandas/tests/indexing/multiindex/test_loc.py

[warning] possibly-missing-attribute - :792:13 - Attribute `get_locs` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :792:13 - Attribute `get_locs` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexing/multiindex/test_slice.py

[warning] possibly-missing-attribute - :151:16 - Attribute `_lexsort_depth` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :151:16 - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :153:16 - Attribute `_lexsort_depth` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :153:16 - Attribute `_lexsort_depth` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexing/multiindex/test_sorted.py

[warning] possibly-missing-attribute - :51:21 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :51:21 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :52:21 - Attribute `set_codes` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :52:21 - Attribute `set_codes` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexing/test_datetime.py

[warning] possibly-missing-attribute - :118:34 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :118:34 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/indexing/test_loc.py

[warning] possibly-missing-attribute - :1958:18 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1958:18 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :2124:19 - Attribute `tz_localize` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :2124:19 - Attribute `tz_localize` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :2789:25 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :2789:25 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/internals/test_internals.py

[warning] possibly-missing-attribute - :355:16 - Attribute `all` may be missing on object of type `Any | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :355:16 - Attribute `all` is not defined on `ExtensionArray` in union `Any | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/io/excel/test_readers.py

[warning] possibly-missing-attribute - :1587:36 - Attribute `iloc` may be missing on object of type `DataFrame | dict[str, DataFrame] | dict[int, DataFrame]`
[error] unresolved-attribute - :1587:36 - Attribute `iloc` is not defined on `dict[str, DataFrame]`, `dict[int, DataFrame]` in union `DataFrame | dict[str, DataFrame] | dict[int, DataFrame]`
[warning] possibly-missing-attribute - :1592:36 - Attribute `iloc` may be missing on object of type `DataFrame | dict[str, DataFrame] | dict[int, DataFrame]`
[error] unresolved-attribute - :1592:36 - Attribute `iloc` is not defined on `dict[str, DataFrame]`, `dict[int, DataFrame]` in union `DataFrame | dict[str, DataFrame] | dict[int, DataFrame]`

pandas/tests/io/excel/test_writers.py

[warning] possibly-missing-attribute - :368:26 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :368:26 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :369:13 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :369:13 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :964:17 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :964:17 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1450:28 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1450:28 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/formats/test_format.py

[warning] possibly-missing-attribute - :1842:24 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :1842:24 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :2288:22 - Attribute `read_text` may be missing on object of type `StringIO | Unknown | str`
[error] unresolved-attribute - :2288:22 - Attribute `read_text` is not defined on `StringIO`, `str` in union `StringIO | Unknown | str`
[warning] possibly-missing-attribute - :2290:22 - Attribute `getvalue` may be missing on object of type `StringIO | Unknown | str`
[error] unresolved-attribute - :2290:22 - Attribute `getvalue` is not defined on `str` in union `StringIO | Unknown | str`
[warning] possibly-missing-attribute - :2293:20 - Attribute `closed` may be missing on object of type `StringIO | Unknown | str`
[error] unresolved-attribute - :2293:20 - Attribute `closed` is not defined on `str` in union `StringIO | Unknown | str`

pandas/tests/io/json/test_pandas.py

[warning] possibly-missing-attribute - :81:21 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :81:21 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :93:20 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :93:20 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :530:26 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :530:26 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :537:30 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :537:30 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :629:26 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :629:26 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1012:30 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1012:30 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1103:26 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1103:26 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/json/test_readlines.py

[warning] possibly-missing-attribute - :121:30 - Attribute `count` may be missing on object of type `str | None`
[error] unresolved-attribute - :121:30 - Attribute `count` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :246:12 - Attribute `handle` may be missing on object of type `IOHandles[str] | None`
[error] unresolved-attribute - :246:12 - Attribute `handle` is not defined on `None` in union `IOHandles[str] | None`

pandas/tests/io/parser/test_parse_dates.py

[warning] possibly-missing-attribute - :223:26 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :223:26 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/pytables/test_append.py

[warning] possibly-missing-attribute - :277:16 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :277:16 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/pytables/test_file_handling.py

[warning] possibly-missing-attribute - :51:20 - Attribute `mode` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :51:20 - Attribute `mode` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :60:20 - Attribute `mode` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :60:20 - Attribute `mode` is not defined on `None` in union `Unknown | None`

pandas/tests/io/pytables/test_round_trip.py

[warning] possibly-missing-attribute - :336:17 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :336:17 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/pytables/test_store.py

[warning] possibly-missing-attribute - :967:38 - Attribute `axes` may be missing on object of type `GenericFixed | Table`
[error] unresolved-attribute - :967:38 - Attribute `axes` is not defined on `GenericFixed` in union `GenericFixed | Table`

pandas/tests/io/pytables/test_time_series.py

[warning] possibly-missing-attribute - :35:33 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :35:33 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :44:33 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :44:33 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :56:33 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :56:33 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :65:33 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :65:33 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/pytables/test_timezones.py

[warning] possibly-missing-attribute - :165:16 - Attribute `tz_localize` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :165:16 - Attribute `tz_localize` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/test_compression.py

[warning] possibly-missing-attribute - :369:23 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :369:23 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

pandas/tests/io/test_fsspec.py

[warning] possibly-missing-attribute - :323:31 - Attribute `astype` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :323:31 - Attribute `astype` is not defined on `StataReader` in union `DataFrame | StataReader`

pandas/tests/io/test_parquet.py

[warning] possibly-missing-attribute - :454:28 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :454:28 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1033:26 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1033:26 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/test_pickle.py

[warning] possibly-missing-attribute - :530:12 - Attribute `freqstr` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :530:12 - Attribute `freqstr` is not defined on `Index` in union `Unknown | Index`

pandas/tests/io/test_sql.py

[warning] possibly-missing-attribute - :2766:18 - Attribute `rename` may be missing on object of type `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :2766:18 - Attribute `rename` is not defined on `Iterator[DataFrame]` in union `DataFrame | Iterator[DataFrame]`
[warning] possibly-missing-attribute - :2767:5 - Attribute `set_index` may be missing on object of type `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :2767:5 - Attribute `set_index` is not defined on `Iterator[DataFrame]` in union `DataFrame | Iterator[DataFrame]`
[warning] possibly-missing-attribute - :2770:5 - Attribute `index` may be missing on object of type `DataFrame | Iterator[DataFrame]`
[error] unresolved-attribute - :2770:5 - Attribute `index` is not defined on `Iterator[DataFrame]` in union `DataFrame | Iterator[DataFrame]`

pandas/tests/io/test_stata.py

[warning] possibly-missing-attribute - :56:5 - Attribute `index` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :56:5 - Attribute `index` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :111:49 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :111:49 - Attribute `dtypes` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :121:27 - Attribute `index` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :121:27 - Attribute `index` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :489:18 - Attribute `kreis1849` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :489:18 - Attribute `kreis1849` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :491:20 - Attribute `kreis1849` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :491:20 - Attribute `kreis1849` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :496:9 - Attribute `to_stata` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :496:9 - Attribute `to_stata` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :754:31 - Attribute `head` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :754:31 - Attribute `head` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1252:18 - Attribute `sort_values` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1252:18 - Attribute `sort_values` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1318:30 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1318:30 - Attribute `iloc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1352:20 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1352:20 - Attribute `iloc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1419:30 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1419:30 - Attribute `iloc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1440:30 - Attribute `iloc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1440:30 - Attribute `iloc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1665:31 - Attribute `set_index` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1665:31 - Attribute `set_index` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1686:28 - Attribute `set_index` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1686:28 - Attribute `set_index` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1732:23 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1732:23 - Attribute `loc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1733:21 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :1733:21 - Attribute `loc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :1987:20 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :1987:20 - Attribute `args` is not defined on `str` in union `Warning | str`
[warning] possibly-missing-attribute - :2176:16 - Attribute `drop` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2176:16 - Attribute `drop` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2259:29 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :2259:29 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :2376:28 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2376:28 - Attribute `dtypes` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2377:12 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2377:12 - Attribute `loc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2378:12 - Attribute `loc` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2378:12 - Attribute `loc` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2575:34 - Attribute `a` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2575:34 - Attribute `a` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2576:28 - Attribute `b` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2576:28 - Attribute `b` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2577:28 - Attribute `c` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2577:28 - Attribute `c` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2591:28 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2591:28 - Attribute `dtypes` is not defined on `StataReader` in union `DataFrame | StataReader`
[warning] possibly-missing-attribute - :2595:28 - Attribute `dtypes` may be missing on object of type `DataFrame | StataReader`
[error] unresolved-attribute - :2595:28 - Attribute `dtypes` is not defined on `StataReader` in union `DataFrame | StataReader`

pandas/tests/libs/test_lib.py

[warning] possibly-missing-attribute - :237:16 - Attribute `dtype` may be missing on object of type `slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`
[error] unresolved-attribute - :237:16 - Attribute `dtype` is not defined on `slice[Any, Any, Any]` in union `slice[Any, Any, Any] | ndarray[tuple[Any, ...], dtype[unsignedinteger[_8Bit]]]`

pandas/tests/plotting/test_datetimelike.py

[warning] possibly-missing-attribute - :193:37 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :193:37 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :203:35 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :203:35 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :211:37 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :211:37 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :221:36 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :221:36 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :236:16 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :236:16 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :250:28 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :250:28 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :251:16 - Attribute `to_period` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :251:16 - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :261:37 - Attribute `inferred_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :261:37 - Attribute `inferred_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :390:31 - Attribute `to_period` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :390:31 - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :685:20 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :685:20 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :757:41 - Attribute `to_period` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :757:41 - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :761:20 - Attribute `to_period` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :761:20 - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :795:32 - Attribute `to_period` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :795:32 - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :798:20 - Attribute `to_period` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :798:20 - Attribute `to_period` is not defined on `Index` in union `Unknown | Index`

pandas/tests/reductions/test_reductions.py

[warning] possibly-missing-attribute - :74:24 - Attribute `astype` may be missing on object of type `Any | Period`
[error] unresolved-attribute - :74:24 - Attribute `astype` is not defined on `Period` in union `Any | Period`
[warning] possibly-missing-attribute - :426:20 - Attribute `max` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :426:20 - Attribute `max` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :430:20 - Attribute `min` may be missing on object of type `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :430:20 - Attribute `min` is not defined on `ExtensionArray` in union `ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/resample/test_base.py

[warning] possibly-missing-attribute - :230:33 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :230:33 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :283:33 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :283:33 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :357:33 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :357:33 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :534:20 - Attribute `na_value` may be missing on object of type `dtype[Any] | ExtensionDtype`
[error] unresolved-attribute - :534:20 - Attribute `na_value` is not defined on `dtype[Any]` in union `dtype[Any] | ExtensionDtype`

pandas/tests/resample/test_datetime_index.py

[warning] possibly-missing-attribute - :131:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :131:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :166:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :166:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :183:20 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :183:20 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :195:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :195:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :216:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :216:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :293:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :293:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :406:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :406:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :428:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :428:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :444:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :444:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :475:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :475:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :491:22 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :491:22 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :533:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :533:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :603:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :603:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :740:15 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :740:15 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1032:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1032:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1356:26 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1356:26 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1381:26 - Attribute `_with_freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1381:26 - Attribute `_with_freq` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1402:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1402:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1426:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1426:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1563:25 - Attribute `normalize` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1563:25 - Attribute `normalize` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1775:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1775:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1798:20 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1798:20 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`

pandas/tests/resample/test_period_index.py

[warning] possibly-missing-attribute - :521:32 - Attribute `tz_localize` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :521:32 - Attribute `tz_localize` is not defined on `Index` in union `Unknown | Index`

pandas/tests/reshape/concat/test_concat.py

[warning] possibly-missing-attribute - :61:36 - Attribute `base` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :61:36 - Attribute `base` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :63:36 - Attribute `base` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :63:36 - Attribute `base` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[warning] possibly-missing-attribute - :81:36 - Attribute `base` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :81:36 - Attribute `base` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/reshape/merge/test_merge.py

[warning] possibly-missing-attribute - :1492:13 - Attribute `flags` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`
[error] unresolved-attribute - :1492:13 - Attribute `flags` is not defined on `ExtensionArray` in union `ndarray[tuple[Any, ...], dtype[Any]] | ExtensionArray`

pandas/tests/reshape/merge/test_merge_asof.py

[warning] possibly-missing-attribute - :3594:5 - Attribute `flags` may be missing on object of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :3594:5 - Attribute `flags` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :3595:5 - Attribute `flags` may be missing on object of type `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :3595:5 - Attribute `flags` is not defined on `ExtensionArray` in union `Unknown | ExtensionArray | ndarray[tuple[Any, ...], dtype[Any]]`

pandas/tests/reshape/merge/test_multi.py

[warning] possibly-missing-attribute - :453:21 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :453:21 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :466:35 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :466:35 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :872:21 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :872:21 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :885:35 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :885:35 - Attribute `year` is not defined on `Index` in union `Unknown | Index`

pandas/tests/reshape/test_get_dummies.py

[warning] possibly-missing-attribute - :726:64 - Attribute `string` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :726:64 - Attribute `string` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :735:74 - Attribute `string` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :735:74 - Attribute `string` is not defined on `None` in union `Unknown | None`

pandas/tests/reshape/test_melt.py

[warning] possibly-missing-attribute - :1023:26 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1023:26 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1246:21 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1246:21 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1248:25 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1248:25 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1249:26 - Attribute `set_levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1249:26 - Attribute `set_levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/reshape/test_pivot.py

[warning] possibly-missing-attribute - :423:36 - Attribute `month` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :423:60 - Attribute `day` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :423:36 - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :423:60 - Attribute `day` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :443:36 - Attribute `month` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :443:36 - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1100:16 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1100:16 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1845:34 - Attribute `year` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :1845:57 - Attribute `dayofyear` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1845:34 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :1845:57 - Attribute `dayofyear` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1849:26 - Attribute `dayofyear` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1849:26 - Attribute `dayofyear` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1852:18 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1852:18 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1853:20 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1853:20 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1863:51 - Attribute `year` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :1863:74 - Attribute `month` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1863:51 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :1863:74 - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1866:28 - Attribute `month` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1866:28 - Attribute `month` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1868:18 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1868:18 - Attribute `year` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1869:20 - Attribute `year` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1869:20 - Attribute `year` is not defined on `Index` in union `Unknown | Index`

pandas/tests/scalar/period/test_asfreq.py

[warning] possibly-missing-attribute - :26:16 - Attribute `ordinal` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :26:16 - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[warning] possibly-missing-attribute - :27:17 - Attribute `year` may be missing on object of type `Period | BaseOffset`
[warning] possibly-missing-attribute - :27:28 - Attribute `month` may be missing on object of type `Period | BaseOffset`
[warning] possibly-missing-attribute - :27:40 - Attribute `day` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :27:17 - Attribute `year` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - :27:28 - Attribute `month` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - :27:40 - Attribute `day` is not defined on `BaseOffset` in union `Period | BaseOffset`
[warning] possibly-missing-attribute - :35:17 - Attribute `asfreq` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :35:17 - Attribute `asfreq` is not defined on `BaseOffset` in union `Period | BaseOffset`

pandas/tests/scalar/period/test_period.py

[warning] possibly-missing-attribute - :430:16 - Attribute `ordinal` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :430:16 - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[warning] possibly-missing-attribute - :536:16 - Attribute `ordinal` may be missing on object of type `Period | BaseOffset`
[warning] possibly-missing-attribute - :536:34 - Attribute `ordinal` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :536:16 - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[error] unresolved-attribute - :536:34 - Attribute `ordinal` is not defined on `BaseOffset` in union `Period | BaseOffset`
[warning] possibly-missing-attribute - :537:16 - Attribute `freq` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :537:16 - Attribute `freq` is not defined on `BaseOffset` in union `Period | BaseOffset`
[warning] possibly-missing-attribute - :586:20 - Attribute `ordinal` may be missing on object of type `Unknown | Period | BaseOffset`
[warning] possibly-missing-attribute - :586:38 - Attribute `ordinal` may be missing on object of type `Unknown | Period | BaseOffset`
[error] unresolved-attribute - :586:20 - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - :586:38 - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[warning] possibly-missing-attribute - :587:20 - Attribute `freq` may be missing on object of type `Unknown | Period | BaseOffset`
[error] unresolved-attribute - :587:20 - Attribute `freq` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[warning] possibly-missing-attribute - :591:20 - Attribute `ordinal` may be missing on object of type `Unknown | Period | BaseOffset`
[warning] possibly-missing-attribute - :591:38 - Attribute `ordinal` may be missing on object of type `Unknown | Period | BaseOffset`
[error] unresolved-attribute - :591:20 - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[error] unresolved-attribute - :591:38 - Attribute `ordinal` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[warning] possibly-missing-attribute - :592:20 - Attribute `freq` may be missing on object of type `Unknown | Period | BaseOffset`
[error] unresolved-attribute - :592:20 - Attribute `freq` is not defined on `BaseOffset` in union `Unknown | Period | BaseOffset`
[warning] possibly-missing-attribute - :1060:16 - Attribute `week` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :1060:16 - Attribute `week` is not defined on `BaseOffset` in union `Period | BaseOffset`
[warning] possibly-missing-attribute - :1071:16 - Attribute `week` may be missing on object of type `Period | BaseOffset`
[error] unresolved-attribute - :1071:16 - Attribute `week` is not defined on `BaseOffset` in union `Period | BaseOffset`
[warning] possibly-missing-attribute - :1117:20 - Attribute `dayofyear` may be missing on object of type `Unknown | Period`
[error] unresolved-attribute - :1117:20 - Attribute `dayofyear` is not defined on `Period` in union `Unknown | Period`

pandas/tests/scalar/timestamp/test_constructors.py

[warning] possibly-missing-attribute - :1057:14 - Attribute `dst` may be missing on object of type `tzinfo | None`
[error] unresolved-attribute - :1057:14 - Attribute `dst` is not defined on `None` in union `tzinfo | None`

pandas/tests/series/indexing/test_datetime.py

[warning] possibly-missing-attribute - :353:12 - Attribute `over_size_threshold` may be missing on object of type `IndexEngine | ExtensionEngine`
[error] unresolved-attribute - :353:12 - Attribute `over_size_threshold` is not defined on `ExtensionEngine` in union `IndexEngine | ExtensionEngine`

pandas/tests/series/indexing/test_setitem.py

[warning] possibly-missing-attribute - :494:16 - Attribute `freq` may be missing on object of type `Unknown | Index`
[warning] possibly-missing-attribute - :494:37 - Attribute `freq` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :494:16 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`
[error] unresolved-attribute - :494:37 - Attribute `freq` is not defined on `Index` in union `Unknown | Index`

pandas/tests/series/methods/test_align.py

[warning] possibly-missing-attribute - :135:12 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :135:12 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :136:12 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :136:12 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/series/methods/test_astype.py

[warning] possibly-missing-attribute - :127:13 - Attribute `tz_localize` may be missing on object of type `Unknown | Timestamp | str | int`
[error] unresolved-attribute - :127:13 - Attribute `tz_localize` is not defined on `str`, `int` in union `Unknown | Timestamp | str | int`

pandas/tests/series/methods/test_reset_index.py

[warning] possibly-missing-attribute - :159:46 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :159:46 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/series/methods/test_tz_localize.py

[warning] possibly-missing-attribute - :119:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :119:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :122:30 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :122:30 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/series/methods/test_unstack.py

[warning] possibly-missing-attribute - :148:11 - Attribute `levels` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :148:11 - Attribute `levels` is not defined on `Index` in union `Unknown | Index`

pandas/tests/series/test_constructors.py

[warning] possibly-missing-attribute - :1419:50 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1419:50 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :1937:16 - Attribute `tz` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1937:16 - Attribute `tz` is not defined on `Index` in union `Unknown | Index`

pandas/tests/strings/test_cat.py

[warning] possibly-missing-attribute - :374:47 - Attribute `index` may be missing on object of type `Index | Series`
[error] unresolved-attribute - :374:47 - Attribute `index` is not defined on `Index` in union `Index | Series`

pandas/tests/test_algos.py

[warning] possibly-missing-attribute - :1307:26 - Attribute `as_ordered` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :1307:26 - Attribute `as_ordered` is not defined on `Index` in union `Unknown | Index`

pandas/tests/tseries/holiday/test_calendar.py

[warning] possibly-missing-attribute - :46:17 - Attribute `to_pydatetime` may be missing on object of type `DatetimeIndex | Series`
[error] unresolved-attribute - :46:17 - Attribute `to_pydatetime` is not defined on `DatetimeIndex` in union `DatetimeIndex | Series`

pandas/tests/tseries/holiday/test_federal.py

[warning] possibly-missing-attribute - :19:16 - Attribute `to_pydatetime` may be missing on object of type `DatetimeIndex | Series`
[error] unresolved-attribute - :19:16 - Attribute `to_pydatetime` is not defined on `DatetimeIndex` in union `DatetimeIndex | Series`
[warning] possibly-missing-attribute - :29:16 - Attribute `to_pydatetime` may be missing on object of type `DatetimeIndex | Series`
[error] unresolved-attribute - :29:16 - Attribute `to_pydatetime` is not defined on `DatetimeIndex` in union `DatetimeIndex | Series`

pandas/tests/tseries/holiday/test_holiday.py

[warning] possibly-missing-attribute - :195:17 - Attribute `dates` may be missing on object of type `(Unknown & ~str) | Holiday | None`
[error] unresolved-attribute - :195:17 - Attribute `dates` is not defined on `None` in union `(Unknown & ~str) | Holiday | None`
[warning] possibly-missing-attribute - :199:9 - Attribute `dates` may be missing on object of type `(Unknown & ~str) | Holiday | None`
[error] unresolved-attribute - :199:9 - Attribute `dates` is not defined on `None` in union `(Unknown & ~str) | Holiday | None`

pandas/tests/tslibs/test_timezones.py

[warning] possibly-missing-attribute - :80:14 - Attribute `total_seconds` may be missing on object of type `timedelta | None`
[error] unresolved-attribute - :80:14 - Attribute `total_seconds` is not defined on `None` in union `timedelta | None`

pandas/tests/window/test_rolling.py

[warning] possibly-missing-attribute - :2032:21 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :2032:21 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`
[warning] possibly-missing-attribute - :2050:16 - Attribute `as_unit` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :2050:16 - Attribute `as_unit` is not defined on `Index` in union `Unknown | Index`

pandas/tests/window/test_timeseries_window.py

[warning] possibly-missing-attribute - :666:24 - Attribute `day` may be missing on object of type `Unknown | Index`
[error] unresolved-attribute - :666:24 - Attribute `day` is not defined on `Index` in union `Unknown | Index`

pandera (https://github.com/pandera-dev/pandera)

pandera/backends/pandas/components.py

[warning] possibly-missing-attribute - :1052:46 - Attribute `assign` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1052:46 - Attribute `assign` is not defined on `None` in union `Unknown | None`

pandera/backends/pandas/error_formatters.py

[warning] possibly-missing-attribute - :205:29 - Attribute `assign` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:29 - Attribute `assign` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:32 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:32 - Attribute `shape` is not defined on `None` in union `Unknown | None`

pandera/backends/pandas/hypotheses.py

[warning] possibly-missing-attribute - :88:49 - Attribute `samples` may be missing on object of type `Unknown | Check`
[error] unresolved-attribute - :88:49 - Attribute `samples` is not defined on `Check` in union `Unknown | Check`
[warning] possibly-missing-attribute - :96:20 - Attribute `samples` may be missing on object of type `Unknown | Check`
[error] unresolved-attribute - :96:20 - Attribute `samples` is not defined on `Check` in union `Unknown | Check`

pandera/backends/polars/base.py

[warning] possibly-missing-attribute - :173:33 - Attribute `with_row_count` may be missing on object of type `(Unknown & ~<Protocol with members 'with_row_index'>) | None`
[error] unresolved-attribute - :173:33 - Attribute `with_row_count` is not defined on `None` in union `(Unknown & ~<Protocol with members 'with_row_index'>) | None`

pandera/strategies/pandas_strategies.py

[warning] possibly-missing-attribute - :394:16 - Attribute `map` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :394:16 - Attribute `map` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :452:12 - Attribute `filter` may be missing on object of type `Unknown | SearchStrategy[Unknown]`
[error] unresolved-attribute - :452:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `Unknown | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :475:12 - Attribute `filter` may be missing on object of type `Unknown | SearchStrategy[Unknown]`
[error] unresolved-attribute - :475:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `Unknown | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :498:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :498:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :521:12 - Attribute `filter` may be missing on object of type `Unknown | SearchStrategy[Unknown]`
[error] unresolved-attribute - :521:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `Unknown | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :544:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :544:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :577:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :577:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :600:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :600:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :619:12 - Attribute `filter` may be missing on object of type `Unknown | SearchStrategy[Unknown]`
[error] unresolved-attribute - :619:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `Unknown | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :640:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :640:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :661:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :661:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :683:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :683:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :705:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :705:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :728:12 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :728:12 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`
[warning] possibly-missing-attribute - :774:16 - Attribute `filter` may be missing on object of type `Unknown | SearchStrategy[Unknown]`
[error] unresolved-attribute - :774:16 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `Unknown | SearchStrategy[Unknown]`

tests/modin/test_schemas_on_modin.py

[warning] possibly-missing-attribute - :259:22 - Attribute `failure_case` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :259:22 - Attribute `failure_case` is not defined on `None` in union `Unknown | None`

tests/pandas/test_decorators.py

[warning] possibly-missing-attribute - :97:30 - Attribute `assign` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:30 - Attribute `assign` is not defined on `None` in union `Unknown | None`

tests/pandas/test_extensions.py

[warning] possibly-missing-attribute - :223:16 - Attribute `filter` may be missing on object of type `(Unknown & ~None) | SearchStrategy[Unknown]`
[error] unresolved-attribute - :223:16 - Attribute `filter` is not defined on `SearchStrategy[Unknown]` in union `(Unknown & ~None) | SearchStrategy[Unknown]`

tests/pandas/test_model.py

[warning] possibly-missing-attribute - :1422:12 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1422:12 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1434:39 - Attribute `indexes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1434:39 - Attribute `indexes` is not defined on `None` in union `Unknown | None`

tests/pandas/test_pandas_engine.py

[warning] possibly-missing-attribute - :613:13 - Attribute `iterrows` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :613:13 - Attribute `iterrows` is not defined on `None` in union `Unknown | None`

tests/pandas/test_schema_components.py

[warning] possibly-missing-attribute - :83:12 - Attribute `names` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :83:12 - Attribute `names` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :95:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :95:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :104:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :104:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :194:12 - Attribute `names` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :194:12 - Attribute `names` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1391:9 - Attribute `sort_values` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1391:9 - Attribute `sort_values` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1392:9 - Attribute `sort_values` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1392:9 - Attribute `sort_values` is not defined on `None` in union `Unknown | None`

tests/pandas/test_schemas.py

[warning] possibly-missing-attribute - :1908:16 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1908:16 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2279:12 - Attribute `title` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2279:12 - Attribute `title` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2280:12 - Attribute `description` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2280:12 - Attribute `description` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2281:12 - Attribute `metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2281:12 - Attribute `metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2291:12 - Attribute `unique` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2291:12 - Attribute `unique` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2292:12 - Attribute `title` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2292:12 - Attribute `title` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2293:12 - Attribute `description` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2293:12 - Attribute `description` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2294:12 - Attribute `metadata` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2294:12 - Attribute `metadata` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2414:12 - Attribute `named_indexes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2414:12 - Attribute `named_indexes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2415:12 - Attribute `named_indexes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2415:12 - Attribute `named_indexes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2416:12 - Attribute `named_indexes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2416:12 - Attribute `named_indexes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2418:12 - Attribute `named_indexes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2418:12 - Attribute `named_indexes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2419:12 - Attribute `named_indexes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2419:12 - Attribute `named_indexes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2420:12 - Attribute `named_indexes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2420:12 - Attribute `named_indexes` is not defined on `None` in union `Unknown | None`

tests/polars/test_polars_check.py

[warning] possibly-missing-attribute - :151:9 - Attribute `equals` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :151:9 - Attribute `equals` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :165:13 - Attribute `equals` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :165:13 - Attribute `equals` is not defined on `None` in union `Unknown | None`

tests/polars/test_polars_config.py

[warning] possibly-missing-attribute - :199:20 - Attribute `rows` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :199:20 - Attribute `rows` is not defined on `None` in union `Unknown | None`

tests/pyspark/test_schemas_on_pyspark_pandas.py

[warning] possibly-missing-attribute - :489:17 - Attribute `failure_case` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :489:17 - Attribute `failure_case` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :498:17 - Attribute `failure_case` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :498:17 - Attribute `failure_case` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :499:16 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :499:16 - Attribute `shape` is not defined on `None` in union `Unknown | None`

parso (https://github.com/davidhalter/parso)

parso/python/errors.py

[warning] possibly-missing-attribute - :415:18 - Attribute `add_block` may be missing on object of type `Unknown | _Context | None`
[error] unresolved-attribute - :415:18 - Attribute `add_block` is not defined on `None` in union `Unknown | _Context | None`
[warning] possibly-missing-attribute - :416:24 - Attribute `blocks` may be missing on object of type `Unknown | _Context | None`
[error] unresolved-attribute - :416:24 - Attribute `blocks` is not defined on `None` in union `Unknown | _Context | None`
[warning] possibly-missing-attribute - :431:28 - Attribute `parent_context` may be missing on object of type `Unknown | _Context | None`
[error] unresolved-attribute - :431:28 - Attribute `parent_context` is not defined on `None` in union `Unknown | _Context | None`
[warning] possibly-missing-attribute - :432:13 - Attribute `close_child_context` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :432:13 - Attribute `close_child_context` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :470:32 - Attribute `add_context` may be missing on object of type `Unknown | _Context | None`
[error] unresolved-attribute - :470:32 - Attribute `add_context` is not defined on `None` in union `Unknown | _Context | None`
[warning] possibly-missing-attribute - :489:9 - Attribute `finalize` may be missing on object of type `Unknown | _Context | None`
[error] unresolved-attribute - :489:9 - Attribute `finalize` is not defined on `None` in union `Unknown | _Context | None`

parso/python/parser.py

[warning] possibly-missing-attribute - :120:50 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :120:50 - Attribute `value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :121:26 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :121:26 - Attribute `value` is not defined on `None` in union `Unknown | None`

parso/python/pep8.py

[warning] possibly-missing-attribute - :258:16 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :258:16 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :259:41 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :259:41 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :263:17 - Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :263:17 - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :270:20 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :270:20 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :271:37 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :271:37 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :276:16 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :276:16 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :277:41 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :277:41 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :290:22 - Attribute `get_latest_suite_node` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :290:22 - Attribute `get_latest_suite_node` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :362:17 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :362:17 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :363:37 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :363:37 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :385:37 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :385:37 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :414:16 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :414:16 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :415:20 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :415:20 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :418:35 - Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :418:35 - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :419:54 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :419:54 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :431:16 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :431:16 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :432:25 - Attribute `type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :432:25 - Attribute `type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :433:41 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :433:41 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :436:41 - Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :436:41 - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :441:51 - Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :441:51 - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :444:49 - Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :444:49 - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :449:29 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :449:29 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :460:49 - Attribute `bracket_indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :460:49 - Attribute `bracket_indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :462:49 - Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :462:49 - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :464:29 - Attribute `get_latest_suite_node` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :464:29 - Attribute `get_latest_suite_node` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :471:36 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :471:36 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :486:40 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :486:40 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :492:42 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :492:42 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :498:42 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :498:42 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :507:40 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :507:40 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :513:42 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :513:42 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :537:24 - Attribute `type` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :537:24 - Attribute `type` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :538:41 - Attribute `parent` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :538:41 - Attribute `parent` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :541:27 - Attribute `indentation` may be missing on object of type `Unknown | IndentationNode | None`
[error] unresolved-attribute - :541:27 - Attribute `indentation` is not defined on `None` in union `Unknown | IndentationNode | None`
[warning] possibly-missing-attribute - :631:33 - Attribute `parent` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :631:33 - Attribute `parent` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :651:40 - Attribute `type` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :651:40 - Attribute `type` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :656:41 - Attribute `prefix` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :656:41 - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :657:41 - Attribute `prefix` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :657:41 - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :719:31 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :719:31 - Attribute `group` is not defined on `None` in union `Match[str] | None`

parso/python/tree.py

[warning] possibly-missing-attribute - :219:17 - Attribute `type` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :219:17 - Attribute `type` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :228:24 - Attribute `parent` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :228:24 - Attribute `parent` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :259:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :259:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :267:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[warning] possibly-missing-attribute - :267:37 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :267:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[error] unresolved-attribute - :267:37 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :453:12 - Attribute `type` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :453:12 - Attribute `type` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :454:25 - Attribute `parent` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :454:25 - Attribute `parent` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :456:12 - Attribute `type` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :456:12 - Attribute `type` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :457:16 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :457:16 - Attribute `children` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :458:24 - Attribute `children` may be missing on object of type `BaseNode | None`
[warning] possibly-missing-attribute - :458:24 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :458:24 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :458:24 - Attribute `children` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :460:24 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :460:24 - Attribute `children` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :554:31 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :554:31 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :558:13 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :558:13 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :561:16 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :561:16 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :767:23 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :767:23 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :785:41 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :785:41 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :844:20 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :844:20 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :856:30 - Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :856:30 - Attribute `value` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :869:24 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :869:24 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :876:23 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :876:23 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :917:24 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :917:24 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :923:25 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :923:25 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :924:27 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :924:27 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :931:23 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :931:23 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :971:16 - Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :971:16 - Attribute `value` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1049:23 - Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :1049:23 - Attribute `value` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1057:20 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :1057:20 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1058:24 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :1058:24 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1060:24 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :1060:24 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1069:20 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :1069:20 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1072:21 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :1072:21 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1105:24 - Attribute `value` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :1105:24 - Attribute `value` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :1161:17 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :1161:17 - Attribute `children` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :1163:34 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :1163:34 - Attribute `children` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :1170:34 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :1170:34 - Attribute `children` is not defined on `None` in union `BaseNode | None`

parso/tree.py

[warning] possibly-missing-attribute - :94:17 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :94:17 - Attribute `children` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :98:20 - Attribute `parent` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :98:20 - Attribute `parent` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :106:24 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :106:24 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`
[warning] possibly-missing-attribute - :120:17 - Attribute `children` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :120:17 - Attribute `children` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :124:20 - Attribute `parent` may be missing on object of type `BaseNode | None`
[error] unresolved-attribute - :124:20 - Attribute `parent` is not defined on `None` in union `BaseNode | None`
[warning] possibly-missing-attribute - :132:24 - Attribute `children` may be missing on object of type `Unknown | NodeOrLeaf`
[error] unresolved-attribute - :132:24 - Attribute `children` is not defined on `NodeOrLeaf` in union `Unknown | NodeOrLeaf`

pip (https://github.com/pypa/pip)

src/pip/_internal/cli/cmdoptions.py

[warning] possibly-missing-attribute - :952:5 - Attribute `dependency_groups` may be missing on object of type `Values | None`
[error] unresolved-attribute - :952:5 - Attribute `dependency_groups` is not defined on `None` in union `Values | None`
[warning] possibly-missing-attribute - :1092:12 - Attribute `hashes` may be missing on object of type `Values | None`
[error] unresolved-attribute - :1092:12 - Attribute `hashes` is not defined on `None` in union `Values | None`
[warning] possibly-missing-attribute - :1108:5 - Attribute `hashes` may be missing on object of type `Values | None`
[error] unresolved-attribute - :1108:5 - Attribute `hashes` is not defined on `None` in union `Values | None`

src/pip/_internal/index/collector.py

[warning] possibly-missing-attribute - :83:40 - Attribute `method` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :83:40 - Attribute `method` is not defined on `None` in union `Unknown | None`

src/pip/_internal/metadata/pkg_resources.py

[warning] possibly-missing-attribute - :179:25 - Attribute `path` may be missing on object of type `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
[error] unresolved-attribute - :179:25 - Attribute `path` is not defined on `IResourceProvider & ~AlwaysFalsy`, `EmptyProvider` in union `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`

src/pip/_internal/network/auth.py

[warning] possibly-missing-attribute - :527:9 - Attribute `release_conn` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :527:9 - Attribute `release_conn` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :550:17 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :550:17 - Attribute `url` is not defined on `None` in union `Unknown | None`

src/pip/_internal/network/utils.py

[warning] possibly-missing-attribute - :65:22 - Attribute `stream` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :65:22 - Attribute `stream` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :95:21 - Attribute `read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :95:21 - Attribute `read` is not defined on `None` in union `Unknown | None`

src/pip/_internal/operations/prepare.py

[warning] possibly-missing-attribute - :290:12 - Attribute `is_file` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :290:12 - Attribute `is_file` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :292:44 - Attribute `file_path` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :292:44 - Attribute `file_path` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :313:48 - Attribute `filename` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :313:48 - Attribute `filename` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :320:12 - Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :320:12 - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :325:12 - Attribute `is_existing_dir` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :325:12 - Attribute `is_existing_dir` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :327:30 - Attribute `file_path` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :327:30 - Attribute `file_path` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :351:12 - Attribute `is_vcs` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :351:12 - Attribute `is_vcs` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :353:12 - Attribute `is_existing_dir` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :353:12 - Attribute `is_existing_dir` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :395:25 - Attribute `metadata_link` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :395:25 - Attribute `metadata_link` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :415:13 - Attribute `filename` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :415:13 - Attribute `filename` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :486:30 - Attribute `url` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :486:30 - Attribute `url` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :551:50 - Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :551:50 - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :555:38 - Attribute `url` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :555:38 - Attribute `url` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :609:12 - Attribute `is_existing_dir` may be missing on object of type `(Unknown & ~AlwaysFalsy) | Link | None`
[error] unresolved-attribute - :609:12 - Attribute `is_existing_dir` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | Link | None`
[warning] possibly-missing-attribute - :611:14 - Attribute `url` may be missing on object of type `(Unknown & ~AlwaysFalsy) | Link | None`
[error] unresolved-attribute - :611:14 - Attribute `url` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | Link | None`
[warning] possibly-missing-attribute - :627:42 - Attribute `url` may be missing on object of type `(Unknown & ~AlwaysFalsy) | Link | None`
[error] unresolved-attribute - :627:42 - Attribute `url` is not defined on `None` in union `(Unknown & ~AlwaysFalsy) | Link | None`

src/pip/_internal/resolution/resolvelib/candidates.py

[warning] possibly-missing-attribute - :293:12 - Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
[warning] possibly-missing-attribute - :293:39 - Attribute `is_file` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :293:12 - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[error] unresolved-attribute - :293:39 - Attribute `is_file` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :294:27 - Attribute `filename` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :294:27 - Attribute `filename` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :305:20 - Attribute `is_wheel` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :305:20 - Attribute `is_wheel` is not defined on `None` in union `Unknown | Link | None`
[warning] possibly-missing-attribute - :306:20 - Attribute `is_file` may be missing on object of type `Unknown | Link | None`
[error] unresolved-attribute - :306:20 - Attribute `is_file` is not defined on `None` in union `Unknown | Link | None`

src/pip/_vendor/cachecontrol/adapter.py

[warning] possibly-missing-attribute - :74:13 - Attribute `update` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
[error] unresolved-attribute - :74:13 - Attribute `update` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict`

src/pip/_vendor/cachecontrol/serialize.py

[warning] possibly-missing-attribute - :55:32 - Attribute `get` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
[error] unresolved-attribute - :55:32 - Attribute `get` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict`
[warning] possibly-missing-attribute - :102:16 - Attribute `get` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
[error] unresolved-attribute - :102:16 - Attribute `get` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict`

src/pip/_vendor/distlib/compat.py

[warning] possibly-missing-attribute - :727:29 - Attribute `itervalues` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
[error] unresolved-attribute - :727:29 - Attribute `itervalues` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown]`

src/pip/_vendor/distlib/resources.py

[warning] possibly-missing-attribute - :214:19 - Attribute `archive` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :214:19 - Attribute `archive` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :239:55 - Attribute `prefix` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :239:55 - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :241:55 - Attribute `prefix` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :241:55 - Attribute `prefix` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :245:18 - Attribute `archive` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :245:18 - Attribute `archive` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :250:16 - Attribute `get_data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :250:16 - Attribute `get_data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :297:22 - Attribute `SourceFileLoader` may be missing on object of type `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
[error] unresolved-attribute - :297:22 - Attribute `SourceFileLoader` is not defined on `<module '_frozen_importlib'>` in union `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
[warning] possibly-missing-attribute - :298:22 - Attribute `FileFinder` may be missing on object of type `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
[error] unresolved-attribute - :298:22 - Attribute `FileFinder` is not defined on `<module '_frozen_importlib'>` in union `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
[warning] possibly-missing-attribute - :300:22 - Attribute `SourcelessFileLoader` may be missing on object of type `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`
[error] unresolved-attribute - :300:22 - Attribute `SourcelessFileLoader` is not defined on `<module '_frozen_importlib'>` in union `<module '_frozen_importlib_external'> | <module '_frozen_importlib'>`

src/pip/_vendor/distlib/scripts.py

[warning] possibly-missing-attribute - :380:51 - Attribute `readline` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
[error] unresolved-attribute - :380:51 - Attribute `readline` is not defined on `None` in union `BufferedReader[_BufferedReaderStream] | None`
[warning] possibly-missing-attribute - :381:17 - Attribute `seek` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
[error] unresolved-attribute - :381:17 - Attribute `seek` is not defined on `None` in union `BufferedReader[_BufferedReaderStream] | None`
[warning] possibly-missing-attribute - :388:50 - Attribute `read` may be missing on object of type `BufferedReader[_BufferedReaderStream] | None`
[error] unresolved-attribute - :388:50 - Attribute `read` is not defined on `None` in union `BufferedReader[_BufferedReaderStream] | None`

src/pip/_vendor/msgpack/fallback.py

[warning] possibly-missing-attribute - :929:20 - Attribute `getbuffer` may be missing on object of type `Unknown | pip._vendor.msgpack.fallback.BytesIO | _io.BytesIO`
[error] unresolved-attribute - :929:20 - Attribute `getbuffer` is not defined on `BytesIO` in union `Unknown | pip._vendor.msgpack.fallback.BytesIO | _io.BytesIO`

src/pip/_vendor/pkg_resources/__init__.py

[warning] possibly-missing-attribute - :1120:13 - Attribute `evaluate` may be missing on object of type `Marker | None`
[error] unresolved-attribute - :1120:13 - Attribute `evaluate` is not defined on `None` in union `Marker | None`
[warning] possibly-missing-attribute - :3090:20 - Attribute `_get_metadata_path` may be missing on object of type `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
[error] unresolved-attribute - :3090:20 - Attribute `_get_metadata_path` is not defined on `IResourceProvider & ~AlwaysFalsy` in union `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`

src/pip/_vendor/requests/models.py

[warning] possibly-missing-attribute - :582:17 - Attribute `get` may be missing on object of type `Unknown | None | CaseInsensitiveDict`
[error] unresolved-attribute - :582:17 - Attribute `get` is not defined on `None` in union `Unknown | None | CaseInsensitiveDict`
[warning] possibly-missing-attribute - :832:29 - Attribute `read` may be missing on object of type `(Unknown & ~<Protocol with members 'stream'>) | None`
[error] unresolved-attribute - :832:29 - Attribute `read` is not defined on `None` in union `(Unknown & ~<Protocol with members 'stream'>) | None`
[warning] possibly-missing-attribute - :1035:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1035:13 - Attribute `close` is not defined on `None` in union `Unknown | None`

src/pip/_vendor/urllib3/connectionpool.py

[warning] possibly-missing-attribute - :276:20 - Attribute `get` may be missing on object of type `Unknown | LifoQueue | None`
[error] unresolved-attribute - :276:20 - Attribute `get` is not defined on `None` in union `Unknown | LifoQueue | None`
[warning] possibly-missing-attribute - :316:13 - Attribute `put` may be missing on object of type `Unknown | LifoQueue | None`
[error] unresolved-attribute - :316:13 - Attribute `put` is not defined on `None` in union `Unknown | LifoQueue | None`
[warning] possibly-missing-attribute - :326:17 - Attribute `qsize` may be missing on object of type `Unknown | LifoQueue | None`
[error] unresolved-attribute - :326:17 - Attribute `qsize` is not defined on `None` in union `Unknown | LifoQueue | None`
[warning] possibly-missing-attribute - :785:21 - Attribute `proxy` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :785:21 - Attribute `proxy` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :786:21 - Attribute `proxy` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :786:21 - Attribute `proxy` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :1012:12 - Attribute `scheme` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1012:12 - Attribute `scheme` is not defined on `None` in union `Unknown | None`

src/pip/_vendor/urllib3/contrib/appengine.py

[warning] possibly-missing-attribute - :147:24 - Attribute `fetch` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :147:24 - Attribute `fetch` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :157:16 - Attribute `DeadlineExceededError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :157:16 - Attribute `DeadlineExceededError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :160:16 - Attribute `InvalidURLError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :160:16 - Attribute `InvalidURLError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :169:16 - Attribute `DownloadError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :169:16 - Attribute `DownloadError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :174:16 - Attribute `ResponseTooLargeError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :174:16 - Attribute `ResponseTooLargeError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :181:16 - Attribute `SSLCertificateError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :181:16 - Attribute `SSLCertificateError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :184:16 - Attribute `InvalidMethodError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :184:16 - Attribute `InvalidMethodError` is not defined on `None` in union `Unknown | None`

src/pip/_vendor/urllib3/packages/backports/weakref_finalize.py

[warning] possibly-missing-attribute - :74:26 - Attribute `func` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :74:37 - Attribute `args` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :74:48 - Attribute `kwargs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :74:26 - Attribute `func` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :74:37 - Attribute `args` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :74:48 - Attribute `kwargs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :82:26 - Attribute `func` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :82:37 - Attribute `args` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :82:48 - Attribute `kwargs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :82:26 - Attribute `func` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :82:37 - Attribute `args` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :82:48 - Attribute `kwargs` is not defined on `None` in union `Unknown | None`

src/pip/_vendor/urllib3/poolmanager.py

[warning] possibly-missing-attribute - :508:13 - Attribute `host` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :508:30 - Attribute `port` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :508:47 - Attribute `scheme` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :508:13 - Attribute `host` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :508:30 - Attribute `port` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :508:47 - Attribute `scheme` is not defined on `None` in union `Unknown | None`

src/pip/_vendor/urllib3/response.py

[warning] possibly-missing-attribute - :685:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :685:13 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :752:16 - Attribute `fp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :752:16 - Attribute `fp` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :764:21 - Attribute `_safe_read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :764:21 - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :766:13 - Attribute `_safe_read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :766:13 - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :769:21 - Attribute `_safe_read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :769:21 - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :773:21 - Attribute `_safe_read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :773:21 - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :774:13 - Attribute `_safe_read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :774:13 - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :778:30 - Attribute `_safe_read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :778:30 - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :779:13 - Attribute `_safe_read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :779:13 - Attribute `_safe_read` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :818:16 - Attribute `fp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :818:16 - Attribute `fp` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :842:24 - Attribute `fp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :842:24 - Attribute `fp` is not defined on `None` in union `Unknown | None`

src/pip/_vendor/urllib3/util/url.py

[warning] possibly-missing-attribute - :325:19 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :325:19 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :364:52 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :364:52 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :373:26 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :373:26 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

porcupine (https://github.com/Akuli/porcupine)

porcupine/pluginmanager.py

[error] invalid-argument-type - :133:49 - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `Unknown | str`

porcupine/plugins/restart.py

[warning] possibly-missing-attribute - :65:15 - Attribute `from_state` may be missing on object of type `Any | bool`
[error] unresolved-attribute - :65:15 - Attribute `from_state` is not defined on `bool` in union `Any | bool`

porcupine/plugins/run/no_terminal.py

[warning] possibly-missing-attribute - :123:16 - Attribute `stdout` may be missing on object of type `Popen[bytes] | None`
[error] unresolved-attribute - :123:16 - Attribute `stdout` is not defined on `None` in union `Popen[bytes] | None`
[warning] possibly-missing-attribute - :131:18 - Attribute `wait` may be missing on object of type `Popen[bytes] | None`
[error] unresolved-attribute - :131:18 - Attribute `wait` is not defined on `None` in union `Popen[bytes] | None`

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-aws/prefect_aws/experimental/bundles/execute.py

[warning] possibly-missing-attribute - :52:10 - Attribute `get_s3_client` may be missing on object of type `AwsCredentials | Coroutine[Any, Any, AwsCredentials]`
[error] unresolved-attribute - :52:10 - Attribute `get_s3_client` is not defined on `Coroutine[Any, Any, AwsCredentials]` in union `AwsCredentials | Coroutine[Any, Any, AwsCredentials]`

src/integrations/prefect-aws/prefect_aws/experimental/bundles/upload.py

[warning] possibly-missing-attribute - :68:10 - Attribute `get_s3_client` may be missing on object of type `AwsCredentials | Coroutine[Any, Any, AwsCredentials]`
[error] unresolved-attribute - :68:10 - Attribute `get_s3_client` is not defined on `Coroutine[Any, Any, AwsCredentials]` in union `AwsCredentials | Coroutine[Any, Any, AwsCredentials]`

src/integrations/prefect-aws/prefect_aws/workers/ecs_worker.py

[warning] possibly-missing-attribute - :707:13 - Attribute `get_client` may be missing on object of type `AwsCredentials | None`
[error] unresolved-attribute - :707:13 - Attribute `get_client` is not defined on `None` in union `AwsCredentials | None`
[warning] possibly-missing-attribute - :730:13 - Attribute `get_client` may be missing on object of type `AwsCredentials | None`
[error] unresolved-attribute - :730:13 - Attribute `get_client` is not defined on `None` in union `AwsCredentials | None`
[warning] possibly-missing-attribute - :1240:22 - Attribute `get_client` may be missing on object of type `AwsCredentials | None`
[error] unresolved-attribute - :1240:22 - Attribute `get_client` is not defined on `None` in union `AwsCredentials | None`
[warning] possibly-missing-attribute - :1289:22 - Attribute `get_client` may be missing on object of type `AwsCredentials | None`
[error] unresolved-attribute - :1289:22 - Attribute `get_client` is not defined on `None` in union `AwsCredentials | None`
[warning] possibly-missing-attribute - :1670:35 - Attribute `get_client` may be missing on object of type `AwsCredentials | None`
[error] unresolved-attribute - :1670:35 - Attribute `get_client` is not defined on `None` in union `AwsCredentials | None`

src/integrations/prefect-aws/tests/deployments/test_steps.py

[warning] possibly-missing-attribute - :250:16 - Attribute `connect_timeout` may be missing on object of type `Any | None`
[error] unresolved-attribute - :250:16 - Attribute `connect_timeout` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :251:16 - Attribute `signature_version` may be missing on object of type `Any | None`
[error] unresolved-attribute - :251:16 - Attribute `signature_version` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :263:16 - Attribute `connect_timeout` may be missing on object of type `Any | None`
[error] unresolved-attribute - :263:16 - Attribute `connect_timeout` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :264:16 - Attribute `signature_version` may be missing on object of type `Any | None`
[error] unresolved-attribute - :264:16 - Attribute `signature_version` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :267:38 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :267:38 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`
[warning] possibly-missing-attribute - :280:16 - Attribute `connect_timeout` may be missing on object of type `Any | None`
[error] unresolved-attribute - :280:16 - Attribute `connect_timeout` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :281:16 - Attribute `signature_version` may be missing on object of type `Any | None`
[error] unresolved-attribute - :281:16 - Attribute `signature_version` is not defined on `None` in union `Any | None`

src/integrations/prefect-aws/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-aws/tests/test_s3.py

[warning] possibly-missing-attribute - :1141:24 - Attribute `credentials` may be missing on object of type `S3Bucket | Coroutine[Any, Any, S3Bucket]`
[error] unresolved-attribute - :1141:24 - Attribute `credentials` is not defined on `Coroutine[Any, Any, S3Bucket]` in union `S3Bucket | Coroutine[Any, Any, S3Bucket]`

src/integrations/prefect-aws/tests/workers/test_ecs_worker.py

[warning] possibly-missing-attribute - :452:12 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :452:12 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :453:12 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :453:12 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :641:12 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :641:12 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :2184:12 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :2184:12 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :2185:12 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :2185:12 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :2233:12 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :2233:12 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :2409:12 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :2409:12 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`

src/integrations/prefect-azure/prefect_azure/credentials.py

[warning] possibly-missing-attribute - :246:31 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :246:31 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`
[warning] possibly-missing-attribute - :711:27 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :711:27 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-azure/tests/conftest.py

[warning] possibly-missing-attribute - :77:44 - Attribute `startswith` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :77:44 - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`

src/integrations/prefect-azure/tests/test_aci_worker.py

[warning] possibly-missing-attribute - :54:9 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :54:9 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`
[warning] possibly-missing-attribute - :1018:12 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :1018:12 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-azure/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-bitbucket/prefect_bitbucket/credentials.py

[warning] possibly-missing-attribute - :170:20 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :170:20 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-bitbucket/prefect_bitbucket/repository.py

[warning] possibly-missing-attribute - :123:21 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[warning] possibly-missing-attribute - :123:21 - Attribute `token` may be missing on object of type `BitBucketCredentials | None`
[error] unresolved-attribute - :123:21 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`
[error] unresolved-attribute - :123:21 - Attribute `token` is not defined on `None` in union `BitBucketCredentials | None`
[warning] possibly-missing-attribute - :124:24 - Attribute `username` may be missing on object of type `BitBucketCredentials | None`
[error] unresolved-attribute - :124:24 - Attribute `username` is not defined on `None` in union `BitBucketCredentials | None`

src/integrations/prefect-dask/prefect_dask/utils.py

[warning] possibly-missing-attribute - :35:24 - Attribute `isasync` may be missing on object of type `Flow[(...), Any] | None`
[error] unresolved-attribute - :35:24 - Attribute `isasync` is not defined on `None` in union `Flow[(...), Any] | None`

src/integrations/prefect-dask/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-dask/tests/test_client.py

[warning] possibly-missing-attribute - :28:27 - Attribute `flow_run` may be missing on object of type `EngineContext | None`
[warning] possibly-missing-attribute - :28:27 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :28:27 - Attribute `flow_run` is not defined on `None` in union `EngineContext | None`
[error] unresolved-attribute - :28:27 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :60:27 - Attribute `flow_run` may be missing on object of type `EngineContext | None`
[warning] possibly-missing-attribute - :60:27 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :60:27 - Attribute `flow_run` is not defined on `None` in union `EngineContext | None`
[error] unresolved-attribute - :60:27 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :89:27 - Attribute `flow_run` may be missing on object of type `EngineContext | None`
[warning] possibly-missing-attribute - :89:27 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :89:27 - Attribute `flow_run` is not defined on `None` in union `EngineContext | None`
[error] unresolved-attribute - :89:27 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :121:27 - Attribute `flow_run` may be missing on object of type `EngineContext | None`
[warning] possibly-missing-attribute - :121:27 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :121:27 - Attribute `flow_run` is not defined on `None` in union `EngineContext | None`
[error] unresolved-attribute - :121:27 - Attribute `id` is not defined on `None` in union `FlowRun | None`

src/integrations/prefect-dask/tests/test_task_runners.py

[warning] possibly-missing-attribute - :352:24 - Attribute `_adapt_called` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :352:24 - Attribute `_adapt_called` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :542:20 - Attribute `flow_run` may be missing on object of type `EngineContext | TaskRunContext`
[warning] possibly-missing-attribute - :542:20 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :542:20 - Attribute `flow_run` is not defined on `TaskRunContext` in union `EngineContext | TaskRunContext`
[error] unresolved-attribute - :542:20 - Attribute `id` is not defined on `None` in union `FlowRun | None`

src/integrations/prefect-databricks/prefect_databricks/credentials.py

[warning] possibly-missing-attribute - :174:34 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :174:34 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`
[warning] possibly-missing-attribute - :180:47 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :180:47 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`
[warning] possibly-missing-attribute - :259:26 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :259:26 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-databricks/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-databricks/tests/test_credentials.py

[warning] possibly-missing-attribute - :25:16 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :25:16 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`
[warning] possibly-missing-attribute - :53:16 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :53:16 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-dbt/prefect_dbt/cloud/jobs.py

[warning] possibly-missing-attribute - :747:29 - Attribute `task_runner` may be missing on object of type `EngineContext | None`
[error] unresolved-attribute - :747:29 - Attribute `task_runner` is not defined on `None` in union `EngineContext | None`

src/integrations/prefect-dbt/prefect_dbt/cloud/models.py

[warning] possibly-missing-attribute - :20:44 - Attribute `name` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :20:44 - Attribute `name` is not defined on `None` in union `FlowRun | None`

src/integrations/prefect-dbt/prefect_dbt/core/runner.py

[warning] possibly-missing-attribute - :506:19 - Attribute `is_set` may be missing on object of type `Event | None`
[error] unresolved-attribute - :506:19 - Attribute `is_set` is not defined on `None` in union `Event | None`
[warning] possibly-missing-attribute - :512:36 - Attribute `get` may be missing on object of type `PriorityQueue[Unknown] | None`
[error] unresolved-attribute - :512:36 - Attribute `get` is not defined on `None` in union `PriorityQueue[Unknown] | None`
[warning] possibly-missing-attribute - :526:21 - Attribute `task_done` may be missing on object of type `PriorityQueue[Unknown] | None`
[error] unresolved-attribute - :526:21 - Attribute `task_done` is not defined on `None` in union `PriorityQueue[Unknown] | None`

src/integrations/prefect-dbt/tests/cli/test_commands.py

[warning] possibly-missing-attribute - :602:12 - Attribute `type` may be missing on object of type `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[error] unresolved-attribute - :602:12 - Attribute `type` is not defined on `Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy` in union `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :603:23 - Attribute `data` may be missing on object of type `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :603:40 - Attribute `data` may be missing on object of type `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[error] unresolved-attribute - :603:23 - Attribute `data` is not defined on `Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy` in union `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[error] unresolved-attribute - :603:40 - Attribute `data` is not defined on `Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy` in union `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :606:36 - Attribute `data` may be missing on object of type `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[error] unresolved-attribute - :606:36 - Attribute `data` is not defined on `Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy` in union `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :607:34 - Attribute `data` may be missing on object of type `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`
[error] unresolved-attribute - :607:34 - Attribute `data` is not defined on `Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy` in union `(Artifact & ~AlwaysFalsy) | (Coroutine[Any, Any, Artifact | None] & ~AlwaysFalsy)`

src/integrations/prefect-dbt/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-docker/prefect_docker/worker.py

[warning] possibly-missing-attribute - :811:37 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :811:37 - Attribute `name` is not defined on `None` in union `Unknown | None`

src/integrations/prefect-docker/tests/test_images.py

[warning] possibly-missing-attribute - :21:16 - Attribute `id` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :21:16 - Attribute `id` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :31:16 - Attribute `id` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :31:16 - Attribute `id` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :53:16 - Attribute `id` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :53:16 - Attribute `id` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`

src/integrations/prefect-docker/tests/test_worker.py

[warning] possibly-missing-attribute - :1449:20 - Attribute `type` may be missing on object of type `State[Any] | None`
[error] unresolved-attribute - :1449:20 - Attribute `type` is not defined on `None` in union `State[Any] | None`

src/integrations/prefect-email/prefect_email/credentials.py

[warning] possibly-missing-attribute - :60:8 - Attribute `upper` may be missing on object of type `str | SMTPType`
[error] unresolved-attribute - :60:8 - Attribute `upper` is not defined on `SMTPType` in union `str | SMTPType`
[warning] possibly-missing-attribute - :69:30 - Attribute `upper` may be missing on object of type `str | SMTPType`
[error] unresolved-attribute - :69:30 - Attribute `upper` is not defined on `SMTPType` in union `str | SMTPType`
[warning] possibly-missing-attribute - :191:25 - Attribute `value` may be missing on object of type `SMTPType | str`
[error] unresolved-attribute - :191:25 - Attribute `value` is not defined on `str` in union `SMTPType | str`

src/integrations/prefect-email/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-email/tests/test_credentials.py

[warning] possibly-missing-attribute - :91:12 - Attribute `smtp_type` may be missing on object of type `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[error] unresolved-attribute - :91:12 - Attribute `smtp_type` is not defined on `Coroutine[Any, Any, EmailServerCredentials]` in union `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[warning] possibly-missing-attribute - :92:14 - Attribute `get_server` may be missing on object of type `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[error] unresolved-attribute - :92:14 - Attribute `get_server` is not defined on `Coroutine[Any, Any, EmailServerCredentials]` in union `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[warning] possibly-missing-attribute - :108:12 - Attribute `smtp_type` may be missing on object of type `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[error] unresolved-attribute - :108:12 - Attribute `smtp_type` is not defined on `Coroutine[Any, Any, EmailServerCredentials]` in union `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[warning] possibly-missing-attribute - :109:12 - Attribute `verify` may be missing on object of type `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[error] unresolved-attribute - :109:12 - Attribute `verify` is not defined on `Coroutine[Any, Any, EmailServerCredentials]` in union `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[warning] possibly-missing-attribute - :110:14 - Attribute `get_server` may be missing on object of type `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`
[error] unresolved-attribute - :110:14 - Attribute `get_server` is not defined on `Coroutine[Any, Any, EmailServerCredentials]` in union `EmailServerCredentials | Coroutine[Any, Any, EmailServerCredentials]`

src/integrations/prefect-gcp/prefect_gcp/bigquery.py

[warning] possibly-missing-attribute - :1066:26 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1066:26 - Attribute `cursor` is not defined on `None` in union `Unknown | None`

src/integrations/prefect-gcp/prefect_gcp/cloud_storage.py

[warning] possibly-missing-attribute - :1831:16 - Attribute `blob` may be missing on object of type `Unknown | Coroutine[Any, Any, Unknown]`
[error] unresolved-attribute - :1831:16 - Attribute `blob` is not defined on `Coroutine[Any, Any, Unknown]` in union `Unknown | Coroutine[Any, Any, Unknown]`
[warning] possibly-missing-attribute - :1934:16 - Attribute `blob` may be missing on object of type `Unknown | Coroutine[Any, Any, Unknown]`
[error] unresolved-attribute - :1934:16 - Attribute `blob` is not defined on `Coroutine[Any, Any, Unknown]` in union `Unknown | Coroutine[Any, Any, Unknown]`
[warning] possibly-missing-attribute - :2141:16 - Attribute `blob` may be missing on object of type `Unknown | Coroutine[Any, Any, Unknown]`
[error] unresolved-attribute - :2141:16 - Attribute `blob` is not defined on `Coroutine[Any, Any, Unknown]` in union `Unknown | Coroutine[Any, Any, Unknown]`
[warning] possibly-missing-attribute - :2244:16 - Attribute `blob` may be missing on object of type `Unknown | Coroutine[Any, Any, Unknown]`
[error] unresolved-attribute - :2244:16 - Attribute `blob` is not defined on `Coroutine[Any, Any, Unknown]` in union `Unknown | Coroutine[Any, Any, Unknown]`
[warning] possibly-missing-attribute - :2348:20 - Attribute `blob` may be missing on object of type `Unknown | Coroutine[Any, Any, Unknown]`
[error] unresolved-attribute - :2348:20 - Attribute `blob` is not defined on `Coroutine[Any, Any, Unknown]` in union `Unknown | Coroutine[Any, Any, Unknown]`

src/integrations/prefect-gcp/prefect_gcp/workers/cloud_run.py

[warning] possibly-missing-attribute - :335:16 - Attribute `project` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :335:16 - Attribute `project` is not defined on `None` in union `GcpCredentials | None`
[warning] possibly-missing-attribute - :770:21 - Attribute `get_credentials_from_service_account` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :770:21 - Attribute `get_credentials_from_service_account` is not defined on `None` in union `GcpCredentials | None`
[warning] possibly-missing-attribute - :789:27 - Attribute `project` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :789:27 - Attribute `project` is not defined on `None` in union `GcpCredentials | None`
[warning] possibly-missing-attribute - :811:35 - Attribute `project` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :811:35 - Attribute `project` is not defined on `None` in union `GcpCredentials | None`

src/integrations/prefect-gcp/prefect_gcp/workers/vertex.py

[warning] possibly-missing-attribute - :308:16 - Attribute `project` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :308:16 - Attribute `project` is not defined on `None` in union `GcpCredentials | None`
[warning] possibly-missing-attribute - :366:38 - Attribute `_service_account_email` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :366:38 - Attribute `_service_account_email` is not defined on `None` in union `GcpCredentials | None`
[warning] possibly-missing-attribute - :433:13 - Attribute `get_job_service_async_client` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :433:13 - Attribute `get_job_service_async_client` is not defined on `None` in union `GcpCredentials | None`
[warning] possibly-missing-attribute - :474:13 - Attribute `get_job_service_async_client` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :474:13 - Attribute `get_job_service_async_client` is not defined on `None` in union `GcpCredentials | None`
[warning] possibly-missing-attribute - :712:13 - Attribute `get_job_service_async_client` may be missing on object of type `GcpCredentials | None`
[error] unresolved-attribute - :712:13 - Attribute `get_job_service_async_client` is not defined on `None` in union `GcpCredentials | None`

src/integrations/prefect-gcp/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-gcp/tests/test_cloud_storage.py

[warning] possibly-missing-attribute - :612:20 - Attribute `startswith` may be missing on object of type `str | Coroutine[Any, Any, str]`
[error] unresolved-attribute - :612:20 - Attribute `startswith` is not defined on `Coroutine[Any, Any, str]` in union `str | Coroutine[Any, Any, str]`

src/integrations/prefect-gcp/tests/test_credentials.py

[warning] possibly-missing-attribute - :70:12 - Attribute `get_secret_value` may be missing on object of type `SecretDict | None`
[error] unresolved-attribute - :70:12 - Attribute `get_secret_value` is not defined on `None` in union `SecretDict | None`

src/integrations/prefect-github/prefect_github/repository.py

[warning] possibly-missing-attribute - :81:27 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :81:27 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-gitlab/prefect_gitlab/credentials.py

[warning] possibly-missing-attribute - :89:51 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :89:51 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-gitlab/prefect_gitlab/repositories.py

[warning] possibly-missing-attribute - :109:21 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :109:21 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-gitlab/tests/test_credentials.py

[warning] possibly-missing-attribute - :16:21 - Attribute `get_secret_value` may be missing on object of type `SecretStr | None`
[error] unresolved-attribute - :16:21 - Attribute `get_secret_value` is not defined on `None` in union `SecretStr | None`

src/integrations/prefect-kubernetes/prefect_kubernetes/observer.py

[warning] possibly-missing-attribute - :72:11 - Attribute `__aexit__` may be missing on object of type `EventsClient | None`
[error] unresolved-attribute - :72:11 - Attribute `__aexit__` is not defined on `None` in union `EventsClient | None`
[warning] possibly-missing-attribute - :73:11 - Attribute `__aexit__` may be missing on object of type `PrefectClient | None`
[error] unresolved-attribute - :73:11 - Attribute `__aexit__` is not defined on `None` in union `PrefectClient | None`

src/integrations/prefect-kubernetes/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-kubernetes/tests/test_worker.py

[warning] possibly-missing-attribute - :2858:24 - Attribute `is_crashed` may be missing on object of type `State[Any] | None`
[error] unresolved-attribute - :2858:24 - Attribute `is_crashed` is not defined on `None` in union `State[Any] | None`

src/integrations/prefect-ray/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-ray/tests/test_task_runners.py

[warning] possibly-missing-attribute - :531:20 - Attribute `flow_run` may be missing on object of type `EngineContext | TaskRunContext`
[warning] possibly-missing-attribute - :531:20 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :531:20 - Attribute `flow_run` is not defined on `TaskRunContext` in union `EngineContext | TaskRunContext`
[error] unresolved-attribute - :531:20 - Attribute `id` is not defined on `None` in union `FlowRun | None`

src/integrations/prefect-redis/prefect_redis/messaging.py

[warning] possibly-missing-attribute - :233:24 - Attribute `total_seconds` may be missing on object of type `(Unknown & ~None) | timedelta | str`
[error] unresolved-attribute - :233:24 - Attribute `total_seconds` is not defined on `str` in union `(Unknown & ~None) | timedelta | str`
[warning] possibly-missing-attribute - :377:35 - Attribute `total_seconds` may be missing on object of type `Unknown | timedelta | str`
[error] unresolved-attribute - :377:35 - Attribute `total_seconds` is not defined on `str` in union `Unknown | timedelta | str`
[warning] possibly-missing-attribute - :427:39 - Attribute `total_seconds` may be missing on object of type `Unknown | timedelta | str`
[error] unresolved-attribute - :427:39 - Attribute `total_seconds` is not defined on `str` in union `Unknown | timedelta | str`
[warning] possibly-missing-attribute - :532:39 - Attribute `total_seconds` may be missing on object of type `Unknown | timedelta | str`
[error] unresolved-attribute - :532:39 - Attribute `total_seconds` is not defined on `str` in union `Unknown | timedelta | str`
[warning] possibly-missing-attribute - :586:29 - Attribute `total_seconds` may be missing on object of type `str | timedelta | @Todo`
[error] unresolved-attribute - :586:29 - Attribute `total_seconds` is not defined on `str` in union `str | timedelta | @Todo`

src/integrations/prefect-redis/tests/test_lease_storage.py

[warning] possibly-missing-attribute - :227:53 - Attribute `slots` may be missing on object of type `ConcurrencyLimitLeaseMetadata | None`
[error] unresolved-attribute - :227:53 - Attribute `slots` is not defined on `None` in union `ConcurrencyLimitLeaseMetadata | None`

src/integrations/prefect-shell/tests/test_async_dispatch.py

[warning] possibly-missing-attribute - :119:26 - Attribute `wait_for_completion` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :119:26 - Attribute `wait_for_completion` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[warning] possibly-missing-attribute - :139:17 - Attribute `wait_for_completion` may be missing on object of type `ShellProcess | (Coroutine[Any, Any, ShellProcess] & <Protocol with members 'await_for_completion'>)`
[error] unresolved-attribute - :139:17 - Attribute `wait_for_completion` is not defined on `Coroutine[Any, Any, ShellProcess] & <Protocol with members 'await_for_completion'>` in union `ShellProcess | (Coroutine[Any, Any, ShellProcess] & <Protocol with members 'await_for_completion'>)`
[warning] possibly-missing-attribute - :158:17 - Attribute `wait_for_completion` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :158:17 - Attribute `wait_for_completion` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[warning] possibly-missing-attribute - :159:26 - Attribute `fetch_result` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :159:26 - Attribute `fetch_result` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[warning] possibly-missing-attribute - :178:17 - Attribute `wait_for_completion` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :178:17 - Attribute `wait_for_completion` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`

src/integrations/prefect-shell/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-shell/tests/test_commands.py

[warning] possibly-missing-attribute - :268:13 - Attribute `wait_for_completion` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :268:13 - Attribute `wait_for_completion` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[warning] possibly-missing-attribute - :269:13 - Attribute `fetch_result` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :269:13 - Attribute `fetch_result` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`

src/integrations/prefect-shell/tests/test_commands_windows.py

[warning] possibly-missing-attribute - :269:13 - Attribute `wait_for_completion` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :269:13 - Attribute `wait_for_completion` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[warning] possibly-missing-attribute - :270:13 - Attribute `fetch_result` may be missing on object of type `ShellProcess | Coroutine[Any, Any, ShellProcess]`
[error] unresolved-attribute - :270:13 - Attribute `fetch_result` is not defined on `Coroutine[Any, Any, ShellProcess]` in union `ShellProcess | Coroutine[Any, Any, ShellProcess]`

src/integrations/prefect-slack/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-snowflake/prefect_snowflake/credentials.py

[warning] possibly-missing-attribute - :390:39 - Attribute `get_secret_value` may be missing on object of type `Unknown | str`
[error] unresolved-attribute - :390:39 - Attribute `get_secret_value` is not defined on `str` in union `Unknown | str`

src/integrations/prefect-snowflake/prefect_snowflake/database.py

[warning] possibly-missing-attribute - :192:26 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :192:26 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :208:15 - Attribute `is_still_running` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :208:15 - Attribute `is_still_running` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:17 - Attribute `get_query_status_throw_if_error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:17 - Attribute `get_query_status_throw_if_error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :653:14 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :653:14 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :694:14 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :694:14 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :738:14 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :738:14 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :784:14 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :784:14 - Attribute `cursor` is not defined on `None` in union `Unknown | None`

src/integrations/prefect-snowflake/prefect_snowflake/experimental/workers/spcs.py

[warning] possibly-missing-attribute - :489:44 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :489:44 - Attribute `split` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :563:44 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :563:44 - Attribute `split` is not defined on `None` in union `str | None`

src/integrations/prefect-snowflake/tests/experimental/test_spcs_worker.py

[warning] possibly-missing-attribute - :309:12 - Attribute `endswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :309:12 - Attribute `endswith` is not defined on `None` in union `str | None`

src/integrations/prefect-snowflake/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/integrations/prefect-snowflake/tests/test_database.py

[warning] possibly-missing-attribute - :294:19 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :294:19 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :299:24 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :299:24 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :309:19 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :309:19 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :315:19 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :315:19 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :325:9 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :325:9 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :340:9 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :340:9 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :355:9 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :355:9 - Attribute `cursor` is not defined on `None` in union `Unknown | None`

src/integrations/prefect-sqlalchemy/prefect_sqlalchemy/database.py

[warning] possibly-missing-attribute - :317:30 - Attribute `keys` may be missing on object of type `dict[str, CursorResult[Unknown]] | None`
[error] unresolved-attribute - :317:30 - Attribute `keys` is not defined on `None` in union `dict[str, CursorResult[Unknown]] | None`
[warning] possibly-missing-attribute - :318:26 - Attribute `enter_context` may be missing on object of type `ExitStack[bool | None] | None`
[error] unresolved-attribute - :318:26 - Attribute `enter_context` is not defined on `None` in union `ExitStack[bool | None] | None`
[warning] possibly-missing-attribute - :331:30 - Attribute `keys` may be missing on object of type `dict[str, CursorResult[Unknown]] | None`
[error] unresolved-attribute - :331:30 - Attribute `keys` is not defined on `None` in union `dict[str, CursorResult[Unknown]] | None`
[warning] possibly-missing-attribute - :334:33 - Attribute `pop` may be missing on object of type `dict[str, CursorResult[Unknown]] | None`
[error] unresolved-attribute - :334:33 - Attribute `pop` is not defined on `None` in union `dict[str, CursorResult[Unknown]] | None`
[warning] possibly-missing-attribute - :954:30 - Attribute `keys` may be missing on object of type `dict[str, CursorResult[Unknown]] | None`
[error] unresolved-attribute - :954:30 - Attribute `keys` is not defined on `None` in union `dict[str, CursorResult[Unknown]] | None`
[warning] possibly-missing-attribute - :955:32 - Attribute `enter_async_context` may be missing on object of type `AsyncExitStack[bool | None] | None`
[error] unresolved-attribute - :955:32 - Attribute `enter_async_context` is not defined on `None` in union `AsyncExitStack[bool | None] | None`
[warning] possibly-missing-attribute - :970:30 - Attribute `keys` may be missing on object of type `dict[str, CursorResult[Unknown]] | None`
[error] unresolved-attribute - :970:30 - Attribute `keys` is not defined on `None` in union `dict[str, CursorResult[Unknown]] | None`
[warning] possibly-missing-attribute - :973:33 - Attribute `pop` may be missing on object of type `dict[str, CursorResult[Unknown]] | None`
[error] unresolved-attribute - :973:33 - Attribute `pop` is not defined on `None` in union `dict[str, CursorResult[Unknown]] | None`

src/integrations/prefect-sqlalchemy/tests/test_block_standards.py

[warning] possibly-missing-attribute - :13:22 - Attribute `values` may be missing on object of type `dict[str, <class 'Block'>] | None`
[error] unresolved-attribute - :13:22 - Attribute `values` is not defined on `None` in union `dict[str, <class 'Block'>] | None`

src/prefect/__init__.py

[warning] possibly-missing-attribute - :150:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :150:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :151:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :151:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :152:26 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :152:26 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :153:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :153:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :154:27 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :154:27 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :155:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :155:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :156:14 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :156:14 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :157:14 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :157:14 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :158:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :158:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :159:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :159:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :160:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :160:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :161:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :161:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :162:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :162:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :163:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :163:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :164:26 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :164:26 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :165:14 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :165:14 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :166:14 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :166:14 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :167:14 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :167:14 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :168:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :168:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :169:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :169:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`

src/prefect/_internal/analytics/client.py

[warning] possibly-missing-attribute - :120:9 - Attribute `track` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :120:9 - Attribute `track` is not defined on `None` in union `None | Unknown`

src/prefect/_internal/pydantic/validated_func.py

[warning] possibly-missing-attribute - :229:25 - Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`
[error] unresolved-attribute - :229:25 - Attribute `__name__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[warning] possibly-missing-attribute - :243:59 - Attribute `__globals__` may be missing on object of type `Unknown | ((...) -> Any)`
[error] unresolved-attribute - :243:59 - Attribute `__globals__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[warning] possibly-missing-attribute - :318:34 - Attribute `__globals__` may be missing on object of type `Unknown | ((...) -> Any)`
[error] unresolved-attribute - :318:34 - Attribute `__globals__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`

src/prefect/cache_policies.py

[warning] possibly-missing-attribute - :311:25 - Attribute `__code__` may be missing on object of type `Unknown | ((...) -> Any)`
[error] unresolved-attribute - :311:25 - Attribute `__code__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`

src/prefect/cli/block.py

[warning] possibly-missing-attribute - :493:59 - Attribute `fields` may be missing on object of type `BlockSchema | None`
[error] unresolved-attribute - :493:59 - Attribute `fields` is not defined on `None` in union `BlockSchema | None`
[warning] possibly-missing-attribute - :495:43 - Attribute `fields` may be missing on object of type `BlockSchema | None`
[error] unresolved-attribute - :495:43 - Attribute `fields` is not defined on `None` in union `BlockSchema | None`

src/prefect/cli/deploy/_config.py

[warning] possibly-missing-attribute - :386:22 - Attribute `split` may be missing on object of type `Any | None`
[error] unresolved-attribute - :386:22 - Attribute `split` is not defined on `None` in union `Any | None`

src/prefect/cli/deployment.py

[warning] possibly-missing-attribute - :1085:12 - Attribute `is_completed` may be missing on object of type `State[Any] | None`
[error] unresolved-attribute - :1085:12 - Attribute `is_completed` is not defined on `None` in union `State[Any] | None`
[warning] possibly-missing-attribute - :1087:54 - Attribute `name` may be missing on object of type `State[Any] | None`
[error] unresolved-attribute - :1087:54 - Attribute `name` is not defined on `None` in union `State[Any] | None`
[warning] possibly-missing-attribute - :1090:43 - Attribute `name` may be missing on object of type `State[Any] | None`
[error] unresolved-attribute - :1090:43 - Attribute `name` is not defined on `None` in union `State[Any] | None`

src/prefect/cli/dev.py

[warning] possibly-missing-attribute - :217:21 - Attribute `aio` may be missing on object of type `((...) -> Any) | @Todo`
[error] unresolved-attribute - :217:21 - Attribute `aio` is not defined on `(...) -> Any` in union `((...) -> Any) | @Todo`
[warning] possibly-missing-attribute - :223:27 - Attribute `aio` may be missing on object of type `((...) -> Any) | @Todo`
[error] unresolved-attribute - :223:27 - Attribute `aio` is not defined on `(...) -> Any` in union `((...) -> Any) | @Todo`

src/prefect/cli/flow_run.py

[warning] possibly-missing-attribute - :289:17 - Attribute `state_details` may be missing on object of type `State[Any] | None | Unknown`
[error] unresolved-attribute - :289:17 - Attribute `state_details` is not defined on `None` in union `State[Any] | None | Unknown`
[warning] possibly-missing-attribute - :290:20 - Attribute `is_scheduled` may be missing on object of type `State[Any] | None | Unknown`
[error] unresolved-attribute - :290:20 - Attribute `is_scheduled` is not defined on `None` in union `State[Any] | None | Unknown`
[warning] possibly-missing-attribute - :291:22 - Attribute `timestamp` may be missing on object of type `State[Any] | None | Unknown`
[error] unresolved-attribute - :291:22 - Attribute `timestamp` is not defined on `None` in union `State[Any] | None | Unknown`
[warning] possibly-missing-attribute - :297:21 - Attribute `type` may be missing on object of type `State[Any] | None | Unknown`
[error] unresolved-attribute - :297:21 - Attribute `type` is not defined on `None` in union `State[Any] | None | Unknown`
[warning] possibly-missing-attribute - :338:18 - Attribute `reason` may be missing on object of type `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[error] unresolved-attribute - :338:18 - Attribute `reason` is not defined on `StateAcceptDetails` in union `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[warning] possibly-missing-attribute - :416:80 - Attribute `reason` may be missing on object of type `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[error] unresolved-attribute - :416:80 - Attribute `reason` is not defined on `StateAcceptDetails` in union `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[warning] possibly-missing-attribute - :480:84 - Attribute `reason` may be missing on object of type `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[error] unresolved-attribute - :480:84 - Attribute `reason` is not defined on `StateAcceptDetails` in union `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`

src/prefect/cli/variable.py

[warning] possibly-missing-attribute - :103:29 - Attribute `model_dump` may be missing on object of type `Variable | None`
[error] unresolved-attribute - :103:29 - Attribute `model_dump` is not defined on `None` in union `Variable | None`

src/prefect/cli/work_pool.py

[warning] possibly-missing-attribute - :258:30 - Attribute `display_name` may be missing on object of type `WorkPoolStatus | None`
[error] unresolved-attribute - :258:30 - Attribute `display_name` is not defined on `None` in union `WorkPoolStatus | None`
[warning] possibly-missing-attribute - :880:33 - Attribute `id` may be missing on object of type `BlockSchema | None`
[error] unresolved-attribute - :880:33 - Attribute `id` is not defined on `None` in union `BlockSchema | None`

src/prefect/deployments/__init__.py

[warning] possibly-missing-attribute - :11:28 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :11:28 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :12:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :12:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :13:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :13:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :14:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :14:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`

src/prefect/deployments/base.py

[warning] possibly-missing-attribute - :69:23 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :69:23 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :81:22 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :81:22 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :93:22 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :93:22 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`
[warning] possibly-missing-attribute - :106:32 - Attribute `get` may be missing on object of type `dict[str, Any] | None`
[error] unresolved-attribute - :106:32 - Attribute `get` is not defined on `None` in union `dict[str, Any] | None`

src/prefect/deployments/flow_runs.py

[warning] possibly-missing-attribute - :185:13 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :185:13 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :187:18 - Attribute `task_run` may be missing on object of type `TaskRunContext | None`
[error] unresolved-attribute - :187:18 - Attribute `task_run` is not defined on `None` in union `TaskRunContext | None`
[warning] possibly-missing-attribute - :192:18 - Attribute `task_run` may be missing on object of type `TaskRunContext | None`
[error] unresolved-attribute - :192:18 - Attribute `task_run` is not defined on `None` in union `TaskRunContext | None`
[warning] possibly-missing-attribute - :382:17 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :382:17 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :384:22 - Attribute `task_run` may be missing on object of type `TaskRunContext | None`
[error] unresolved-attribute - :384:22 - Attribute `task_run` is not defined on `None` in union `TaskRunContext | None`
[warning] possibly-missing-attribute - :389:22 - Attribute `task_run` may be missing on object of type `TaskRunContext | None`
[error] unresolved-attribute - :389:22 - Attribute `task_run` is not defined on `None` in union `TaskRunContext | None`

src/prefect/deployments/runner.py

[warning] possibly-missing-attribute - :1017:70 - Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`
[error] unresolved-attribute - :1017:70 - Attribute `__name__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`
[warning] possibly-missing-attribute - :1502:42 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1502:42 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1507:13 - Attribute `build` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1507:13 - Attribute `build` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1511:45 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1511:45 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1523:13 - Attribute `push` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1523:13 - Attribute `push` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1527:52 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1527:52 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1531:17 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1531:17 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1741:42 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1741:42 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1746:13 - Attribute `build` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1746:13 - Attribute `build` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1750:45 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1750:45 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1762:13 - Attribute `push` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1762:13 - Attribute `push` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1766:52 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1766:52 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1770:17 - Attribute `reference` may be missing on object of type `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`
[error] unresolved-attribute - :1770:17 - Attribute `reference` is not defined on `str & ~AlwaysTruthy & ~AlwaysFalsy` in union `(str & ~AlwaysTruthy & ~AlwaysFalsy) | (DockerImage & ~AlwaysFalsy)`

src/prefect/events/cli/automations.py

[warning] possibly-missing-attribute - :241:44 - Attribute `id` may be missing on object of type `Automation | None`
[error] unresolved-attribute - :241:44 - Attribute `id` is not defined on `None` in union `Automation | None`
[warning] possibly-missing-attribute - :242:65 - Attribute `id` may be missing on object of type `Automation | None`
[error] unresolved-attribute - :242:65 - Attribute `id` is not defined on `None` in union `Automation | None`
[warning] possibly-missing-attribute - :296:43 - Attribute `id` may be missing on object of type `Automation | None`
[error] unresolved-attribute - :296:43 - Attribute `id` is not defined on `None` in union `Automation | None`
[warning] possibly-missing-attribute - :297:64 - Attribute `id` may be missing on object of type `Automation | None`
[error] unresolved-attribute - :297:64 - Attribute `id` is not defined on `None` in union `Automation | None`

src/prefect/events/clients.py

[warning] possibly-missing-attribute - :475:23 - Attribute `send` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :475:23 - Attribute `send` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :761:50 - Attribute `recv` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :761:50 - Attribute `recv` is not defined on `None` in union `Unknown | None`

src/prefect/flow_engine.py

[warning] possibly-missing-attribute - :513:45 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :513:45 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :921:47 - Attribute `state` may be missing on object of type `Abort | Pause`
[error] unresolved-attribute - :921:47 - Attribute `state` is not defined on `Abort` in union `Abort | Pause`
[warning] possibly-missing-attribute - :980:79 - Attribute `name` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :980:79 - Attribute `name` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :1110:45 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :1110:45 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :1519:47 - Attribute `state` may be missing on object of type `Abort | Pause`
[error] unresolved-attribute - :1519:47 - Attribute `state` is not defined on `Abort` in union `Abort | Pause`
[warning] possibly-missing-attribute - :1580:79 - Attribute `name` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :1580:79 - Attribute `name` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :1685:21 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_sync`
[error] unresolved-attribute - :1685:21 - Attribute `throw` is not defined on `R@run_generator_flow_sync` in union `Unknown | R@run_generator_flow_sync`
[warning] possibly-missing-attribute - :1719:44 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_flow_async`
[error] unresolved-attribute - :1719:44 - Attribute `__anext__` is not defined on `R@run_generator_flow_async` in union `Unknown | R@run_generator_flow_async`
[warning] possibly-missing-attribute - :1726:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_flow_async`
[error] unresolved-attribute - :1726:25 - Attribute `throw` is not defined on `R@run_generator_flow_async` in union `Unknown | R@run_generator_flow_async`

src/prefect/flow_runs.py

[warning] possibly-missing-attribute - :260:29 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :260:29 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :296:55 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :296:55 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :414:29 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :414:29 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :450:45 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :450:45 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :461:41 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :461:41 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :742:59 - Attribute `reason` may be missing on object of type `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[error] unresolved-attribute - :742:59 - Attribute `reason` is not defined on `StateAcceptDetails` in union `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[warning] possibly-missing-attribute - :766:59 - Attribute `reason` may be missing on object of type `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`
[error] unresolved-attribute - :766:59 - Attribute `reason` is not defined on `StateAcceptDetails` in union `StateAcceptDetails | StateWaitDetails | StateRejectDetails | StateAbortDetails`

src/prefect/futures.py

[warning] possibly-missing-attribute - :318:22 - Attribute `aresult` may be missing on object of type `State[R@PrefectDistributedFuture] | None | (State[Any] & ~AlwaysFalsy)`
[error] unresolved-attribute - :318:22 - Attribute `aresult` is not defined on `None` in union `State[R@PrefectDistributedFuture] | None | (State[Any] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :327:16 - Attribute `is_final` may be missing on object of type `State[Any] | None`
[error] unresolved-attribute - :327:16 - Attribute `is_final` is not defined on `None` in union `State[Any] | None`
[warning] possibly-missing-attribute - :445:22 - Attribute `aresult` may be missing on object of type `State[R@PrefectFlowRunFuture] | None`
[error] unresolved-attribute - :445:22 - Attribute `aresult` is not defined on `None` in union `State[R@PrefectFlowRunFuture] | None`

src/prefect/infrastructure/provisioners/cloud_run.py

[warning] possibly-missing-attribute - :239:37 - Attribute `id` may be missing on object of type `BlockSchema | None`
[error] unresolved-attribute - :239:37 - Attribute `id` is not defined on `None` in union `BlockSchema | None`

src/prefect/infrastructure/provisioners/container_instance.py

[warning] possibly-missing-attribute - :732:37 - Attribute `id` may be missing on object of type `BlockSchema | None`
[error] unresolved-attribute - :732:37 - Attribute `id` is not defined on `None` in union `BlockSchema | None`

src/prefect/input/run_input.py

[error] invalid-return-type - :672 -
Old: Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler] | Coroutine[Any, Any, T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]]`
New: Return type does not match returned value: expected `T@GetAutomaticInputHandler | AutomaticRunInput[T@GetAutomaticInputHandler]`, found `Unknown | Coroutine[Any, Any, Unknown]`

src/prefect/logging/clients.py

[warning] possibly-missing-attribute - :288:50 - Attribute `recv` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :288:50 - Attribute `recv` is not defined on `None` in union `Unknown | None`

src/prefect/runtime/deployment.py

[warning] possibly-missing-attribute - :171:20 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :171:20 - Attribute `id` is not defined on `None` in union `FlowRun | None`

src/prefect/runtime/flow_run.py

[warning] possibly-missing-attribute - :140:20 - Attribute `id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :140:20 - Attribute `id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :160:16 - Attribute `tags` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :160:16 - Attribute `tags` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :175:16 - Attribute `run_count` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :175:16 - Attribute `run_count` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :190:16 - Attribute `name` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :190:16 - Attribute `name` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :205:16 - Attribute `name` may be missing on object of type `Flow[(...), Any] | None`
[error] unresolved-attribute - :205:16 - Attribute `name` is not defined on `None` in union `Flow[(...), Any] | None`
[warning] possibly-missing-attribute - :220:16 - Attribute `version` may be missing on object of type `Flow[(...), Any] | None`
[error] unresolved-attribute - :220:16 - Attribute `version` is not defined on `None` in union `Flow[(...), Any] | None`
[warning] possibly-missing-attribute - :235:16 - Attribute `expected_start_time` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :235:16 - Attribute `expected_start_time` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :258:30 - Attribute `parent_task_run_id` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :258:30 - Attribute `parent_task_run_id` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :335:12 - Attribute `job_variables` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :335:12 - Attribute `job_variables` is not defined on `None` in union `FlowRun | None`

src/prefect/server/api/deployments.py

[warning] possibly-missing-attribute - :82:26 - Attribute `model_dump` may be missing on object of type `UpdatedBy | None`
[error] unresolved-attribute - :82:26 - Attribute `model_dump` is not defined on `None` in union `UpdatedBy | None`

src/prefect/server/orchestration/global_policy.py

[warning] possibly-missing-attribute - :462:13 - Attribute `state_details` may be missing on object of type `State | None`
[error] unresolved-attribute - :462:13 - Attribute `state_details` is not defined on `None` in union `State | None`
[warning] possibly-missing-attribute - :466:13 - Attribute `state_details` may be missing on object of type `State | None`
[error] unresolved-attribute - :466:13 - Attribute `state_details` is not defined on `None` in union `State | None`
[warning] possibly-missing-attribute - :467:13 - Attribute `state_details` may be missing on object of type `State | None`
[error] unresolved-attribute - :467:13 - Attribute `state_details` is not defined on `None` in union `State | None`

src/prefect/server/services/task_run_recorder.py

[warning] possibly-missing-attribute - :66:23 - Attribute `model_dump` may be missing on object of type `State | None`
[error] unresolved-attribute - :66:23 - Attribute `model_dump` is not defined on `None` in union `State | None`
[warning] possibly-missing-attribute - :186:32 - Attribute `id` may be missing on object of type `Unknown | TaskRun | dict[str, Any] | ReceivedEvent`
[error] unresolved-attribute - :186:32 - Attribute `id` is not defined on `dict[str, Any]` in union `Unknown | TaskRun | dict[str, Any] | ReceivedEvent`

src/prefect/settings/sources.py

[warning] possibly-missing-attribute - :142:16 - Attribute `TOMLDecodeError` may be missing on object of type `Unknown | <module 'toml'>`
[error] unresolved-attribute - :142:16 - Attribute `TOMLDecodeError` is not defined on `<module 'toml'>` in union `Unknown | <module 'toml'>`

src/prefect/task_engine.py

[warning] possibly-missing-attribute - :333:37 - Attribute `name` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :333:37 - Attribute `name` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :800:28 - Attribute `id` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :800:46 - Attribute `task_inputs` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :800:28 - Attribute `id` is not defined on `None` in union `TaskRun | None`
[error] unresolved-attribute - :800:46 - Attribute `task_inputs` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :943:52 - Attribute `tags` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :943:52 - Attribute `tags` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :945:71 - Attribute `id` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :945:71 - Attribute `id` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :965:28 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[error] unresolved-attribute - :965:28 - Attribute `isolation_level` is not defined on `type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>` in union `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[warning] possibly-missing-attribute - :968:17 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[error] unresolved-attribute - :968:17 - Attribute `isolation_level` is not defined on `type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>` in union `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[warning] possibly-missing-attribute - :1008:75 - Attribute `name` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :1008:75 - Attribute `name` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :1143:48 - Attribute `run_count` may be missing on object of type `FlowRun | None`
[error] unresolved-attribute - :1143:48 - Attribute `run_count` is not defined on `None` in union `FlowRun | None`
[warning] possibly-missing-attribute - :1427:28 - Attribute `id` may be missing on object of type `TaskRun | None`
[warning] possibly-missing-attribute - :1427:46 - Attribute `task_inputs` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :1427:28 - Attribute `id` is not defined on `None` in union `TaskRun | None`
[error] unresolved-attribute - :1427:46 - Attribute `task_inputs` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :1571:52 - Attribute `tags` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :1571:52 - Attribute `tags` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :1573:71 - Attribute `id` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :1573:71 - Attribute `id` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :1592:28 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[error] unresolved-attribute - :1592:28 - Attribute `isolation_level` is not defined on `type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>` in union `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[warning] possibly-missing-attribute - :1595:17 - Attribute `isolation_level` may be missing on object of type `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[error] unresolved-attribute - :1595:17 - Attribute `isolation_level` is not defined on `type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>` in union `(CachePolicy & ~AlwaysFalsy) | (type[NotSet] & ~AlwaysFalsy & ~<class 'NotSet'>)`
[warning] possibly-missing-attribute - :1619:75 - Attribute `name` may be missing on object of type `TaskRun | None`
[error] unresolved-attribute - :1619:75 - Attribute `name` is not defined on `None` in union `TaskRun | None`
[warning] possibly-missing-attribute - :1762:25 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_task_sync`
[error] unresolved-attribute - :1762:25 - Attribute `throw` is not defined on `R@run_generator_task_sync` in union `Unknown | R@run_generator_task_sync`
[warning] possibly-missing-attribute - :1808:48 - Attribute `__anext__` may be missing on object of type `Unknown | R@run_generator_task_async`
[error] unresolved-attribute - :1808:48 - Attribute `__anext__` is not defined on `R@run_generator_task_async` in union `Unknown | R@run_generator_task_async`
[warning] possibly-missing-attribute - :1820:29 - Attribute `throw` may be missing on object of type `Unknown | R@run_generator_task_async`
[error] unresolved-attribute - :1820:29 - Attribute `throw` is not defined on `R@run_generator_task_async` in union `Unknown | R@run_generator_task_async`

src/prefect/task_runners.py

[warning] possibly-missing-attribute - :724:16 - Attribute `submit` may be missing on object of type `ProcessPoolExecutor | None`
[error] unresolved-attribute - :724:16 - Attribute `submit` is not defined on `None` in union `ProcessPoolExecutor | None`

src/prefect/tasks.py

[warning] possibly-missing-attribute - :185:9 - Attribute `__code__` may be missing on object of type `Unknown | ((...) -> Any)`
[error] unresolved-attribute - :185:9 - Attribute `__code__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`

src/prefect/workers/base.py

[warning] possibly-missing-attribute - :1013:29 - Attribute `start_soon` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1013:29 - Attribute `start_soon` is not defined on `None` in union `Unknown | None`

psycopg (https://github.com/psycopg/psycopg)

docs/lib/libpq_docs.py

[warning] possibly-missing-attribute - :125:21 - Attribute `doctreedir` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :125:21 - Attribute `doctreedir` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :139:16 - Attribute `config` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :139:16 - Attribute `config` is not defined on `None` in union `Unknown | None`

psycopg/psycopg/crdb/connection.py

[warning] possibly-missing-attribute - :36:21 - Attribute `parameter_status` may be missing on object of type `(Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | (AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | PGconn | Unknown`
[error] unresolved-attribute - :36:21 - Attribute `parameter_status` is not defined on `Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]`, `AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]` in union `(Connection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | (AsyncConnection[Any] & ~Connection[tuple[object, ...]] & ~AsyncConnection[tuple[object, ...]]) | PGconn | Unknown`

tests/fix_pq.py

[warning] possibly-missing-attribute - :46:39 - Attribute `version` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :46:39 - Attribute `version` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :61:12 - Attribute `__impl__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :61:12 - Attribute `__impl__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :85:18 - Attribute `__build_version__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :85:18 - Attribute `__build_version__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :95:17 - Attribute `abc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :95:17 - Attribute `abc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :108:32 - Attribute `abc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :108:32 - Attribute `abc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :112:32 - Attribute `Trace` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :112:32 - Attribute `Trace` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :115:34 - Attribute `ConnStatus` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :115:34 - Attribute `ConnStatus` is not defined on `None` in union `Unknown | None`

tests/pq/test_pgconn.py

[warning] possibly-missing-attribute - :71:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :71:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :146:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :146:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :159:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :159:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :174:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :174:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :177:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :177:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :193:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :193:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :201:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :201:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :209:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :209:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :217:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :217:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :226:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :226:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :232:24 - Attribute `NotSupportedError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :232:24 - Attribute `NotSupportedError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :240:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :240:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :249:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :249:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :265:5 - Attribute `waiting` may be missing on object of type `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :265:26 - Attribute `generators` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :265:5 - Attribute `waiting` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :265:26 - Attribute `generators` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :277:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :277:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :296:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :296:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :303:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :303:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :311:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :311:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :317:24 - Attribute `NotSupportedError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :317:24 - Attribute `NotSupportedError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :324:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :324:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :336:12 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :336:12 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :363:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :363:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :399:24 - Attribute `NotSupportedError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :399:24 - Attribute `NotSupportedError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :415:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :415:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :420:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :420:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :429:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :429:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :524:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :524:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :526:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :526:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :528:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :528:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :530:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :530:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :541:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :541:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :548:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :548:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :634:28 - Attribute `NotSupportedError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :634:28 - Attribute `NotSupportedError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :666:24 - Attribute `NotSupportedError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :666:24 - Attribute `NotSupportedError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :673:9 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :673:9 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :721:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :721:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :742:24 - Attribute `OperationalError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :742:24 - Attribute `OperationalError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :749:24 - Attribute `NotSupportedError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :749:24 - Attribute `NotSupportedError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :752:24 - Attribute `NotSupportedError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :752:24 - Attribute `NotSupportedError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`

tests/test_connection.py

[warning] possibly-missing-attribute - :799:23 - Attribute `name` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :799:23 - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[warning] possibly-missing-attribute - :802:74 - Attribute `guc` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :802:74 - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[warning] possibly-missing-attribute - :814:30 - Attribute `name` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :814:30 - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[warning] possibly-missing-attribute - :817:74 - Attribute `guc` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :817:74 - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`

tests/test_connection_async.py

[warning] possibly-missing-attribute - :800:23 - Attribute `name` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :800:23 - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[warning] possibly-missing-attribute - :803:74 - Attribute `guc` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :803:74 - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[warning] possibly-missing-attribute - :815:37 - Attribute `name` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :815:37 - Attribute `name` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`
[warning] possibly-missing-attribute - :819:59 - Attribute `guc` may be missing on object of type `Unknown | ParamDef | ParameterSet`
[error] unresolved-attribute - :819:59 - Attribute `guc` is not defined on `ParameterSet` in union `Unknown | ParamDef | ParameterSet`

tests/test_pipeline_async.py

[warning] possibly-missing-attribute - :601:28 - Attribute `fetchone` may be missing on object of type `Unknown | CoroutineType[Any, Any, Unknown]`
[error] unresolved-attribute - :601:28 - Attribute `fetchone` is not defined on `CoroutineType[Any, Any, Unknown]` in union `Unknown | CoroutineType[Any, Any, Unknown]`

tests/types/test_array.py

[warning] possibly-missing-attribute - :127:24 - Attribute `DataError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :127:24 - Attribute `DataError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :207:28 - Attribute `types` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :207:28 - Attribute `types` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :223:24 - Attribute `DataError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :223:24 - Attribute `DataError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :226:24 - Attribute `DataError` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :226:24 - Attribute `DataError` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`
[warning] possibly-missing-attribute - :281:15 - Attribute `postgres` may be missing on object of type `<module 'psycopg'> | Unknown`
[error] unresolved-attribute - :281:15 - Attribute `postgres` is not defined on `<module 'psycopg'>` in union `<module 'psycopg'> | Unknown`

tests/utils.py

[warning] possibly-missing-attribute - :95:17 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :95:17 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :96:14 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :96:14 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :97:47 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :97:47 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

pwndbg (https://github.com/pwndbg/pwndbg)

pwndbg/aglib/argv.py

[warning] possibly-missing-attribute - :37:22 - Attribute `regs` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :37:22 - Attribute `regs` is not defined on `None` in union `Frame | None`

pwndbg/aglib/dynamic.py

[warning] possibly-missing-attribute - :414:20 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :414:20 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :417:22 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :417:22 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :442:63 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :442:63 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :469:26 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :469:67 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :469:26 - Attribute `read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :469:67 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :488:26 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :488:65 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :488:26 - Attribute `read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :488:65 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :507:26 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :507:71 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :507:26 - Attribute `read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :507:71 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :535:21 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :535:21 - Attribute `size` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :554:16 - Attribute `read` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :554:61 - Attribute `size` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :554:16 - Attribute `read` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :554:61 - Attribute `size` is not defined on `None` in union `Unknown | None`

pwndbg/aglib/heap/ptmalloc.py

[warning] possibly-missing-attribute - :525:18 - Attribute `non_contiguous` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :525:18 - Attribute `non_contiguous` is not defined on `None` in union `Arena | None`
[warning] possibly-missing-attribute - :759:43 - Attribute `start` may be missing on object of type `Page | None`
[error] unresolved-attribute - :759:43 - Attribute `start` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :1104:35 - Attribute `type` may be missing on object of type `TheValue@GlibcMemoryAllocator | None`
[error] unresolved-attribute - :1104:35 - Attribute `type` is not defined on `None` in union `TheValue@GlibcMemoryAllocator | None`
[warning] possibly-missing-attribute - :1106:29 - Attribute `type` may be missing on object of type `TheValue@GlibcMemoryAllocator | None`
[error] unresolved-attribute - :1106:29 - Attribute `type` is not defined on `None` in union `TheValue@GlibcMemoryAllocator | None`
[warning] possibly-missing-attribute - :1207:16 - Attribute `keys` may be missing on object of type `TheType@GlibcMemoryAllocator | None`
[error] unresolved-attribute - :1207:16 - Attribute `keys` is not defined on `None` in union `TheType@GlibcMemoryAllocator | None`
[warning] possibly-missing-attribute - :1612:22 - Attribute `heaps` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :1612:22 - Attribute `heaps` is not defined on `None` in union `Arena | None`
[warning] possibly-missing-attribute - :1794:28 - Attribute `_c_struct` may be missing on object of type `type[MallocState] | None`
[error] unresolved-attribute - :1794:28 - Attribute `_c_struct` is not defined on `None` in union `type[MallocState] | None`
[warning] possibly-missing-attribute - :1796:37 - Attribute `get_field_offset` may be missing on object of type `type[MallocState] | None`
[error] unresolved-attribute - :1796:37 - Attribute `get_field_offset` is not defined on `None` in union `type[MallocState] | None`
[warning] possibly-missing-attribute - :1797:37 - Attribute `sizeof` may be missing on object of type `type[MallocState] | None`
[error] unresolved-attribute - :1797:37 - Attribute `sizeof` is not defined on `None` in union `type[MallocState] | None`
[warning] possibly-missing-attribute - :1864:46 - Attribute `sizeof` may be missing on object of type `type[MallocState] | None`
[error] unresolved-attribute - :1864:46 - Attribute `sizeof` is not defined on `None` in union `type[MallocState] | None`
[warning] possibly-missing-attribute - :1994:60 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :1994:60 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :2000:13 - Attribute `address` may be missing on object of type `Arena | None`
[warning] possibly-missing-attribute - :2000:40 - Attribute `next` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :2000:13 - Attribute `address` is not defined on `None` in union `Arena | None`
[error] unresolved-attribute - :2000:40 - Attribute `next` is not defined on `None` in union `Arena | None`
[warning] possibly-missing-attribute - :2027:47 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :2027:47 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :2038:39 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :2038:39 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :2039:17 - Attribute `address` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :2039:17 - Attribute `address` is not defined on `None` in union `Arena | None`
[warning] possibly-missing-attribute - :2068:36 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :2068:36 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :2069:40 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :2069:40 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :2076:12 - Attribute `next` may be missing on object of type `Arena | None`
[warning] possibly-missing-attribute - :2076:36 - Attribute `address` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :2076:12 - Attribute `next` is not defined on `None` in union `Arena | None`
[error] unresolved-attribute - :2076:36 - Attribute `address` is not defined on `None` in union `Arena | None`
[warning] possibly-missing-attribute - :2081:52 - Attribute `sizeof` may be missing on object of type `type[TcachePerthreadStruct] | None`
[error] unresolved-attribute - :2081:52 - Attribute `sizeof` is not defined on `None` in union `type[TcachePerthreadStruct] | None`
[warning] possibly-missing-attribute - :2109:45 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :2109:45 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :2123:29 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :2123:29 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :2145:41 - Attribute `DEFAULT_MP_` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :2145:41 - Attribute `DEFAULT_MP_` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :2286:40 - Attribute `top` may be missing on object of type `Arena | None`
[error] unresolved-attribute - :2286:40 - Attribute `top` is not defined on `None` in union `Arena | None`

pwndbg/aglib/heap/structs.py

[warning] possibly-missing-attribute - :97:9 - Attribute `__ctype_le__` may be missing on object of type `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`
[error] unresolved-attribute - :97:9 - Attribute `__ctype_le__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`
[warning] possibly-missing-attribute - :101:9 - Attribute `__ctype_be__` may be missing on object of type `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`
[error] unresolved-attribute - :101:9 - Attribute `__ctype_be__` is not defined on `<class 'c_char'>`, `<class 'c_byte'>`, `<class 'c_int16'>`, `<class 'c_int32'>`, `<class 'c_int64'>`, `<class 'c_ubyte'>`, `<class 'c_uint16'>`, `<class 'c_uint32'>`, `<class 'c_uint64'>` in union `Unknown | <class 'c_char'> | <class 'c_byte'> | ... omitted 9 union elements`

pwndbg/aglib/kernel/__init__.py

[warning] possibly-missing-attribute - :292:12 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :292:12 - Attribute `index` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :371:16 - Attribute `STRUCT_PAGE_SIZE` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :371:16 - Attribute `STRUCT_PAGE_SIZE` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :376:16 - Attribute `STRUCT_PAGE_SHIFT` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :376:16 - Attribute `STRUCT_PAGE_SHIFT` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :380:16 - Attribute `physmap` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :380:16 - Attribute `physmap` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :384:16 - Attribute `phys_offset` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :384:16 - Attribute `phys_offset` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :388:16 - Attribute `page_shift` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :388:16 - Attribute `page_shift` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :392:16 - Attribute `vmemmap` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :392:16 - Attribute `vmemmap` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :396:16 - Attribute `kbase` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :396:16 - Attribute `kbase` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :472:64 - Attribute `vmalloc` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :472:64 - Attribute `vmalloc` is not defined on `None` in union `ArchPagingInfo | None`
[warning] possibly-missing-attribute - :507:64 - Attribute `vmalloc` may be missing on object of type `ArchPagingInfo | None`
[error] unresolved-attribute - :507:64 - Attribute `vmalloc` is not defined on `None` in union `ArchPagingInfo | None`

pwndbg/aglib/kernel/macros.py

[warning] possibly-missing-attribute - :12:27 - Attribute `offsetof` may be missing on object of type `Type | None`
[error] unresolved-attribute - :12:27 - Attribute `offsetof` is not defined on `None` in union `Type | None`
[warning] possibly-missing-attribute - :43:11 - Attribute `cast` may be missing on object of type `Value | None`
[error] unresolved-attribute - :43:11 - Attribute `cast` is not defined on `None` in union `Value | None`

pwndbg/aglib/kernel/nftables.py

[warning] possibly-missing-attribute - :225:18 - Attribute `table` may be missing on object of type `Unknown | None | Chain`
[error] unresolved-attribute - :225:18 - Attribute `table` is not defined on `None` in union `Unknown | None | Chain`
[warning] possibly-missing-attribute - :230:21 - Attribute `basechain` may be missing on object of type `Unknown | None | Chain`
[error] unresolved-attribute - :230:21 - Attribute `basechain` is not defined on `None` in union `Unknown | None | Chain`

pwndbg/aglib/kernel/rbtree.py

[warning] possibly-missing-attribute - :36:16 - Attribute `cast` may be missing on object of type `Value | None`
[error] unresolved-attribute - :36:16 - Attribute `cast` is not defined on `None` in union `Value | None`
[warning] possibly-missing-attribute - :52:16 - Attribute `cast` may be missing on object of type `Value | None`
[error] unresolved-attribute - :52:16 - Attribute `cast` is not defined on `None` in union `Value | None`
[warning] possibly-missing-attribute - :77:16 - Attribute `cast` may be missing on object of type `Value | None`
[error] unresolved-attribute - :77:16 - Attribute `cast` is not defined on `None` in union `Value | None`
[warning] possibly-missing-attribute - :100:16 - Attribute `cast` may be missing on object of type `Value | None`
[error] unresolved-attribute - :100:16 - Attribute `cast` is not defined on `None` in union `Value | None`

pwndbg/aglib/kernel/slab.py

[warning] possibly-missing-attribute - :183:15 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :183:15 - Attribute `index` is not defined on `None` in union `Thread | None`

pwndbg/aglib/kernel/vmmap.py

[warning] possibly-missing-attribute - :62:32 - Attribute `USERLAND` may be missing on object of type `Unknown | ArchPagingInfo | None`
[error] unresolved-attribute - :62:32 - Attribute `USERLAND` is not defined on `None` in union `Unknown | ArchPagingInfo | None`
[warning] possibly-missing-attribute - :81:32 - Attribute `KERNELRO` may be missing on object of type `Unknown | ArchPagingInfo | None`
[error] unresolved-attribute - :81:32 - Attribute `KERNELRO` is not defined on `None` in union `Unknown | ArchPagingInfo | None`
[warning] possibly-missing-attribute - :441:32 - Attribute `ESPSTACK` may be missing on object of type `Unknown | ArchPagingInfo | None`
[error] unresolved-attribute - :441:32 - Attribute `ESPSTACK` is not defined on `None` in union `Unknown | ArchPagingInfo | None`

pwndbg/aglib/next.py

[warning] possibly-missing-attribute - :285:43 - Attribute `address` may be missing on object of type `PwndbgInstruction | None`
[warning] possibly-missing-attribute - :285:57 - Attribute `size` may be missing on object of type `PwndbgInstruction | None`
[error] unresolved-attribute - :285:43 - Attribute `address` is not defined on `None` in union `PwndbgInstruction | None`
[error] unresolved-attribute - :285:57 - Attribute `size` is not defined on `None` in union `PwndbgInstruction | None`

pwndbg/aglib/objc.py

[warning] possibly-missing-attribute - :386:28 - Attribute `get_list` may be missing on object of type `_RelativeListOfListsEntry[T@_ListArray] | None`
[error] unresolved-attribute - :386:28 - Attribute `get_list` is not defined on `None` in union `_RelativeListOfListsEntry[T@_ListArray] | None`
[warning] possibly-missing-attribute - :417:12 - Attribute `cast` may be missing on object of type `Value | None`
[error] unresolved-attribute - :417:12 - Attribute `cast` is not defined on `None` in union `Value | None`
[warning] possibly-missing-attribute - :1135:22 - Attribute `name_to_human_readable` may be missing on object of type `Type | None`
[error] unresolved-attribute - :1135:22 - Attribute `name_to_human_readable` is not defined on `None` in union `Type | None`

pwndbg/aglib/onegadget.py

[warning] possibly-missing-attribute - :475:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :475:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :485:17 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :485:17 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :498:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :498:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :509:15 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :509:15 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :513:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :513:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :517:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :517:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :526:23 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :526:23 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :536:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :536:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`

pwndbg/aglib/proc.py

[warning] possibly-missing-attribute - :31:12 - Attribute `ptid` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :31:12 - Attribute `ptid` is not defined on `None` in union `Thread | None`
[warning] possibly-missing-attribute - :35:12 - Attribute `index` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :35:12 - Attribute `index` is not defined on `None` in union `Thread | None`

pwndbg/aglib/regs_mod.py

[warning] possibly-missing-attribute - :122:16 - Attribute `reg_write` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :122:16 - Attribute `reg_write` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :260:17 - Attribute `ptid` may be missing on object of type `Thread | None`
[error] unresolved-attribute - :260:17 - Attribute `ptid` is not defined on `None` in union `Thread | None`

pwndbg/aglib/shellcode.py

[warning] possibly-missing-attribute - :97:21 - Attribute `regs` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :97:21 - Attribute `regs` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :138:12 - Attribute `pc` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :138:12 - Attribute `pc` is not defined on `None` in union `Frame | None`

pwndbg/aglib/symbol.py

[warning] possibly-missing-attribute - :97:12 - Attribute `lookup_symbol` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :97:12 - Attribute `lookup_symbol` is not defined on `None` in union `Frame | None`

pwndbg/aglib/tls.py

[warning] possibly-missing-attribute - :23:13 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :23:13 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`

pwndbg/commands/ai.py

[warning] possibly-missing-attribute - :191:21 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :191:21 - Attribute `group` is not defined on `None` in union `Match[str] | None`

pwndbg/commands/buddydump.py

[warning] possibly-missing-attribute - :116:11 - Attribute `dereference` may be missing on object of type `Value | None`
[error] unresolved-attribute - :116:11 - Attribute `dereference` is not defined on `None` in union `Value | None`
[warning] possibly-missing-attribute - :225:8 - Attribute `type` may be missing on object of type `Value | None`
[error] unresolved-attribute - :225:8 - Attribute `type` is not defined on `None` in union `Value | None`
[warning] possibly-missing-attribute - :228:10 - Attribute `type` may be missing on object of type `Value | None`
[error] unresolved-attribute - :228:10 - Attribute `type` is not defined on `None` in union `Value | None`

pwndbg/commands/context.py

[warning] possibly-missing-attribute - :247:9 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :247:9 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :282:20 - Attribute `flush` may be missing on object of type `Unknown | ((str, /) -> None)`
[error] unresolved-attribute - :282:20 - Attribute `flush` is not defined on `(str, /) -> None` in union `Unknown | ((str, /) -> None)`
[warning] possibly-missing-attribute - :288:20 - Attribute `isatty` may be missing on object of type `Unknown | ((str, /) -> None)`
[error] unresolved-attribute - :288:20 - Attribute `isatty` is not defined on `(str, /) -> None` in union `Unknown | ((str, /) -> None)`
[warning] possibly-missing-attribute - :1539:25 - Attribute `parent` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1539:25 - Attribute `parent` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1549:21 - Attribute `child` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1549:21 - Attribute `child` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1560:45 - Attribute `pc` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1560:45 - Attribute `pc` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1561:64 - Attribute `pc` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1561:64 - Attribute `pc` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :1569:17 - Attribute `parent` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1569:17 - Attribute `parent` is not defined on `None` in union `Frame | None`

pwndbg/commands/cyclic.py

[warning] possibly-missing-attribute - :183:25 - Attribute `hex` may be missing on object of type `None | bytes`
[error] unresolved-attribute - :183:25 - Attribute `hex` is not defined on `None` in union `None | bytes`

pwndbg/commands/elf.py

[warning] possibly-missing-attribute - :88:40 - Attribute `read` may be missing on object of type `Page | None`
[error] unresolved-attribute - :88:40 - Attribute `read` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :89:41 - Attribute `write` may be missing on object of type `Page | None`
[error] unresolved-attribute - :89:41 - Attribute `write` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :90:41 - Attribute `execute` may be missing on object of type `Page | None`
[error] unresolved-attribute - :90:41 - Attribute `execute` is not defined on `None` in union `Page | None`

pwndbg/commands/got.py

[warning] possibly-missing-attribute - :131:28 - Attribute `items` may be missing on object of type `dict[RelocationType, list[str]] | None`
[error] unresolved-attribute - :131:28 - Attribute `items` is not defined on `None` in union `dict[RelocationType, list[str]] | None`
[warning] possibly-missing-attribute - :153:44 - Attribute `write` may be missing on object of type `Page | None`
[error] unresolved-attribute - :153:44 - Attribute `write` is not defined on `None` in union `Page | None`

pwndbg/commands/kdmesg.py

[warning] possibly-missing-attribute - :84:25 - Attribute `sizeof` may be missing on object of type `Type | None`
[error] unresolved-attribute - :84:25 - Attribute `sizeof` is not defined on `None` in union `Type | None`
[warning] possibly-missing-attribute - :85:28 - Attribute `sizeof` may be missing on object of type `Type | None`
[error] unresolved-attribute - :85:28 - Attribute `sizeof` is not defined on `None` in union `Type | None`

pwndbg/commands/kmem_trace.py

[warning] possibly-missing-attribute - :98:20 - Attribute `name` may be missing on object of type `SlabCache | None`
[error] unresolved-attribute - :98:20 - Attribute `name` is not defined on `None` in union `SlabCache | None`

pwndbg/commands/ksyscalls.py

[warning] possibly-missing-attribute - :38:13 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :38:13 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`

pwndbg/commands/paging.py

[warning] possibly-missing-attribute - :81:21 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :81:21 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :84:17 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :84:17 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :130:17 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :130:17 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :152:17 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :152:17 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :176:16 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :176:16 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`

pwndbg/commands/plist.py

[warning] possibly-missing-attribute - :201:17 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :201:17 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :411:13 - Attribute `extend` may be missing on object of type `list[int] | None`
[error] unresolved-attribute - :411:13 - Attribute `extend` is not defined on `None` in union `list[int] | None`

pwndbg/commands/profiler.py

[warning] possibly-missing-attribute - :33:9 - Attribute `start` may be missing on object of type `Profiler | None`
[error] unresolved-attribute - :33:9 - Attribute `start` is not defined on `None` in union `Profiler | None`
[warning] possibly-missing-attribute - :39:9 - Attribute `stop` may be missing on object of type `Profiler | None`
[error] unresolved-attribute - :39:9 - Attribute `stop` is not defined on `None` in union `Profiler | None`

pwndbg/commands/ptmalloc2.py

[warning] possibly-missing-attribute - :1484:13 - Attribute `bins` may be missing on object of type `Bins | None`
[error] unresolved-attribute - :1484:13 - Attribute `bins` is not defined on `None` in union `Bins | None`

pwndbg/commands/radare2.py

[warning] possibly-missing-attribute - :51:25 - Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] unresolved-attribute - :51:25 - Attribute `address` is not defined on `None` in union `Elf32_Ehdr | Elf64_Ehdr | None`
[warning] possibly-missing-attribute - :53:41 - Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] unresolved-attribute - :53:41 - Attribute `address` is not defined on `None` in union `Elf32_Ehdr | Elf64_Ehdr | None`

pwndbg/commands/rizin.py

[warning] possibly-missing-attribute - :49:25 - Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] unresolved-attribute - :49:25 - Attribute `address` is not defined on `None` in union `Elf32_Ehdr | Elf64_Ehdr | None`
[warning] possibly-missing-attribute - :51:41 - Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] unresolved-attribute - :51:41 - Attribute `address` is not defined on `None` in union `Elf32_Ehdr | Elf64_Ehdr | None`

pwndbg/commands/slab.py

[warning] possibly-missing-attribute - :309:20 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :309:20 - Attribute `evaluate_expression` is not defined on `None` in union `Frame | None`

pwndbg/commands/tls.py

[warning] possibly-missing-attribute - :181:18 - Attribute `pc` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :181:18 - Attribute `pc` is not defined on `None` in union `Frame | None`

pwndbg/commands/updown.py

[warning] possibly-missing-attribute - :35:5 - Attribute `select` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :35:5 - Attribute `select` is not defined on `None` in union `Frame | None`
[warning] possibly-missing-attribute - :68:5 - Attribute `select` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :68:5 - Attribute `select` is not defined on `None` in union `Frame | None`

pwndbg/dbg_mod/gdb/__init__.py

[warning] possibly-missing-attribute - :1171:16 - Attribute `filename` may be missing on object of type `Progspace | None`
[error] unresolved-attribute - :1171:16 - Attribute `filename` is not defined on `None` in union `Progspace | None`

pwndbg/dbg_mod/lldb/__init__.py

[warning] possibly-missing-attribute - :1930:19 - Attribute `parent` may be missing on object of type `Frame | None`
[warning] possibly-missing-attribute - :1930:19 - Attribute `pc` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :1930:19 - Attribute `parent` is not defined on `None` in union `Frame | None`
[error] unresolved-attribute - :1930:19 - Attribute `pc` is not defined on `None` in union `Frame | None`

pwndbg/dbg_mod/lldb/repl/__init__.py

[warning] possibly-missing-attribute - :157:21 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :157:21 - Attribute `end` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :419:34 - Attribute `value` may be missing on object of type `Unknown | str`
[error] unresolved-attribute - :419:34 - Attribute `value` is not defined on `str` in union `Unknown | str`

pwndbg/dbg_mod/lldb/repl/fuzzy.py

[warning] possibly-missing-attribute - :146:21 - Attribute `write` may be missing on object of type `IO[str] | None`
[error] unresolved-attribute - :146:21 - Attribute `write` is not defined on `None` in union `IO[str] | None`
[warning] possibly-missing-attribute - :181:13 - Attribute `write` may be missing on object of type `IO[str] | None`
[error] unresolved-attribute - :181:13 - Attribute `write` is not defined on `None` in union `IO[str] | None`

pwndbg/emu/emulator.py

[warning] possibly-missing-attribute - :481:24 - Attribute `objfile` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :481:51 - Attribute `objfile` may be missing on object of type `Page | None`
[error] unresolved-attribute - :481:24 - Attribute `objfile` is not defined on `None` in union `Page | None`
[error] unresolved-attribute - :481:51 - Attribute `objfile` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :499:48 - Attribute `end` may be missing on object of type `Page | None`
[error] unresolved-attribute - :499:48 - Attribute `end` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :525:34 - Attribute `objfile` may be missing on object of type `Page | None`
[error] unresolved-attribute - :525:34 - Attribute `objfile` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :826:30 - Attribute `call_like` may be missing on object of type `PwndbgInstruction | None`
[error] unresolved-attribute - :826:30 - Attribute `call_like` is not defined on `None` in union `PwndbgInstruction | None`

pwndbg/enhance.py

[warning] possibly-missing-attribute - :91:20 - Attribute `objfile` may be missing on object of type `Page | None`
[warning] possibly-missing-attribute - :91:47 - Attribute `objfile` may be missing on object of type `Page | None`
[error] unresolved-attribute - :91:20 - Attribute `objfile` is not defined on `None` in union `Page | None`
[error] unresolved-attribute - :91:47 - Attribute `objfile` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :108:44 - Attribute `end` may be missing on object of type `Page | None`
[error] unresolved-attribute - :108:44 - Attribute `end` is not defined on `None` in union `Page | None`
[warning] possibly-missing-attribute - :124:30 - Attribute `objfile` may be missing on object of type `Page | None`
[error] unresolved-attribute - :124:30 - Attribute `objfile` is not defined on `None` in union `Page | None`

pwndbg/gdblib/__init__.py

[warning] possibly-missing-attribute - :18:30 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :18:30 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

pwndbg/gdblib/functions.py

[warning] possibly-missing-attribute - :34:24 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :34:24 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :93:12 - Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] unresolved-attribute - :93:12 - Attribute `address` is not defined on `None` in union `Elf32_Ehdr | Elf64_Ehdr | None`

pwndbg/gdblib/got.py

[warning] possibly-missing-attribute - :271:26 - Attribute `trapped_address` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :271:26 - Attribute `trapped_address` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :283:51 - Attribute `sym_display_name` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :283:83 - Attribute `obj_display_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :283:51 - Attribute `sym_display_name` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :283:83 - Attribute `obj_display_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :291:55 - Attribute `trapped_address` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :291:55 - Attribute `trapped_address` is not defined on `None` in union `Unknown | None`

pwndbg/gdblib/prompt.py

[warning] possibly-missing-attribute - :45:9 - Attribute `stop` may be missing on object of type `Profiler | None`
[error] unresolved-attribute - :45:9 - Attribute `stop` is not defined on `None` in union `Profiler | None`

pwndbg/lib/funcparser.py

[warning] possibly-missing-attribute - :89:23 - Attribute `name` may be missing on object of type `Function | None`
[error] unresolved-attribute - :89:23 - Attribute `name` is not defined on `None` in union `Function | None`

pwndbg/radare2.py

[warning] possibly-missing-attribute - :46:37 - Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] unresolved-attribute - :46:37 - Attribute `address` is not defined on `None` in union `Elf32_Ehdr | Elf64_Ehdr | None`

pwndbg/rizin.py

[warning] possibly-missing-attribute - :44:37 - Attribute `address` may be missing on object of type `Elf32_Ehdr | Elf64_Ehdr | None`
[error] unresolved-attribute - :44:37 - Attribute `address` is not defined on `None` in union `Elf32_Ehdr | Elf64_Ehdr | None`

pybind11 (https://github.com/pybind/pybind11)

tests/extra_python_package/test_files.py

[warning] possibly-missing-attribute - :193:15 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :193:15 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :230:15 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :230:15 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :259:31 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :259:31 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :314:31 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :314:31 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :361:13 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :361:13 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :362:21 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :362:21 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :363:22 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :363:22 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :367:13 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :367:13 - Attribute `group` is not defined on `None` in union `Match[str] | None`

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/Cipher/_mode_ccm.py

[warning] possibly-missing-attribute - :288:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | bytes`
[error] unresolved-attribute - :288:13 - Attribute `append` is not defined on `bytes` in union `Unknown | list[Unknown] | bytes`

lib/Crypto/Hash/HMAC.py

[warning] possibly-missing-attribute - :88:39 - Attribute `oid` may be missing on object of type `(Unknown & ~None) | <module 'Crypto.Hash.MD5'>`
[error] unresolved-attribute - :88:39 - Attribute `oid` is not defined on `<module 'Crypto.Hash.MD5'>` in union `(Unknown & ~None) | <module 'Crypto.Hash.MD5'>`
[warning] possibly-missing-attribute - :133:18 - Attribute `_pbkdf2_hmac_assist` may be missing on object of type `Unknown | <module 'Crypto.Hash.MD5'>`
[error] unresolved-attribute - :133:18 - Attribute `_pbkdf2_hmac_assist` is not defined on `<module 'Crypto.Hash.MD5'>` in union `Unknown | <module 'Crypto.Hash.MD5'>`

lib/Crypto/Hash/KangarooTwelve.py

[warning] possibly-missing-attribute - :140:13 - Attribute `update` may be missing on object of type `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - :140:13 - Attribute `update` is not defined on `None` in union `Unknown | None | TurboSHAKE`
[warning] possibly-missing-attribute - :145:24 - Attribute `read` may be missing on object of type `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - :145:24 - Attribute `read` is not defined on `None` in union `Unknown | None | TurboSHAKE`
[warning] possibly-missing-attribute - :148:17 - Attribute `_reset` may be missing on object of type `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - :148:17 - Attribute `_reset` is not defined on `None`, `TurboSHAKE` in union `Unknown | None | TurboSHAKE`
[warning] possibly-missing-attribute - :187:24 - Attribute `read` may be missing on object of type `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - :187:24 - Attribute `read` is not defined on `None` in union `Unknown | None | TurboSHAKE`
[warning] possibly-missing-attribute - :190:17 - Attribute `_reset` may be missing on object of type `Unknown | None | TurboSHAKE`
[error] unresolved-attribute - :190:17 - Attribute `_reset` is not defined on `None`, `TurboSHAKE` in union `Unknown | None | TurboSHAKE`

lib/Crypto/IO/PEM.py

[warning] possibly-missing-attribute - :84:41 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[error] unresolved-attribute - :84:41 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :185:48 - Attribute `block_size` may be missing on object of type `(EcbMode & ~AlwaysFalsy) | (CbcMode & ~AlwaysFalsy) | (CfbMode & ~AlwaysFalsy) | ... omitted 4 union elements`
[error] unresolved-attribute - :185:48 - Attribute `block_size` is not defined on `EcbMode & ~AlwaysFalsy` in union `(EcbMode & ~AlwaysFalsy) | (CbcMode & ~AlwaysFalsy) | (CfbMode & ~AlwaysFalsy) | ... omitted 4 union elements`

lib/Crypto/IO/_PBES.py

[warning] possibly-missing-attribute - :191:26 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[error] unresolved-attribute - :191:26 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :371:23 - Attribute `encrypt_and_digest` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[error] unresolved-attribute - :371:23 - Attribute `encrypt_and_digest` is not defined on `EcbMode`, `CbcMode`, `CfbMode`, `OfbMode`, `CtrMode`, `OpenPgpMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :374:55 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[error] unresolved-attribute - :374:55 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :535:34 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[error] unresolved-attribute - :535:34 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :539:23 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[error] unresolved-attribute - :539:23 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :540:18 - Attribute `decrypt_and_verify` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[error] unresolved-attribute - :540:18 - Attribute `decrypt_and_verify` is not defined on `EcbMode`, `CbcMode`, `CfbMode`, `OfbMode`, `CtrMode`, `OpenPgpMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :544:35 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`
[error] unresolved-attribute - :544:35 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 4 union elements`

lib/Crypto/SelfTest/Cipher/test_CBC.py

[warning] possibly-missing-attribute - :112:26 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[error] unresolved-attribute - :112:26 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`

lib/Crypto/SelfTest/Cipher/test_CTR.py

[warning] possibly-missing-attribute - :80:26 - Attribute `nonce` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[error] unresolved-attribute - :80:26 - Attribute `nonce` is not defined on `EcbMode`, `CbcMode`, `CfbMode`, `OfbMode`, `OpenPgpMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :173:26 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[error] unresolved-attribute - :173:26 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`

lib/Crypto/SelfTest/Cipher/test_EAX.py

[warning] possibly-missing-attribute - :106:26 - Attribute `block_size` may be missing on object of type `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`
[error] unresolved-attribute - :106:26 - Attribute `block_size` is not defined on `EcbMode` in union `EcbMode | CbcMode | CfbMode | ... omitted 3 union elements`

lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py

[warning] possibly-missing-attribute - :158:22 - Attribute `_encrypt` may be missing on object of type `Unknown | RsaKey`
[error] unresolved-attribute - :158:22 - Attribute `_encrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`

lib/Crypto/SelfTest/Protocol/test_KDF.py

[warning] possibly-missing-attribute - :429:33 - Attribute `P` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:39 - Attribute `S` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:45 - Attribute `dkLen` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:55 - Attribute `N` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:61 - Attribute `r` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :429:67 - Attribute `p` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :429:33 - Attribute `P` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :429:39 - Attribute `S` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :429:45 - Attribute `dkLen` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :429:55 - Attribute `N` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :429:61 - Attribute `r` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :429:67 - Attribute `p` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :431:40 - Attribute `N` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :431:40 - Attribute `N` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[warning] possibly-missing-attribute - :437:38 - Attribute `output` may be missing on object of type `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`
[error] unresolved-attribute - :437:38 - Attribute `output` is not defined on `tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]]`, `tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]]`, `tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]` in union `Unknown | tuple[Literal[""], Literal[""], Literal[16], Literal[1], Literal[1], Literal["\n 77 d6 57 62 38 65 7b 20 3b 19 ca 42 c1 8a 04 97\n f1 6b 48 44 e3 07 4a e8 df df fa 3f ed e2 14 42\n fc d0 06 9d ed 09 48 f8 32 6a 75 3a 0f c8 1f 17\n e8 d3 e0 fb 2e 0d 36 28 cf 35 e2 0c 38 d1 89 06\n "]] | tuple[Literal["password"], Literal["NaCl"], Literal[1024], Literal[8], Literal[16], Literal["\n fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe\n 7c 6a d7 cb c8 23 78 30 e7 73 76 63 4b 37 31 62\n 2e af 30 d9 2e 22 a3 88 6f f1 09 27 9d 98 30 da\n c7 27 af b9 4a 83 ee 6d 83 60 cb df a2 cc 06 40\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[16384], Literal[8], Literal[1], Literal["\n 70 23 bd cb 3a fd 73 48 46 1c 06 cd 81 fd 38 eb\n fd a8 fb ba 90 4f 8e 3e a9 b5 43 f6 54 5d a1 f2\n d5 43 29 55 61 3f 0f cf 62 d4 97 05 24 2a 9a f9\n e6 1e 85 dc 0d 65 1e 40 df cf 01 7b 45 57 58 87\n "]] | tuple[Literal["pleaseletmein"], Literal["SodiumChloride"], Literal[1048576], Literal[8], Literal[1], Literal["\n 21 01 cb 9b 6a 51 1a ae ad db be 09 cf 70 f8 81\n ec 56 8d 57 4a 2f fd 4d ab e5 ee 98 20 ad aa 47\n 8e 56 fd 8f 4b a5 d0 9f fa 1c 6d 92 7c 40 f4 c3\n 37 30 40 49 e8 a9 52 fb cb f4 5c 6f a7 7a 41 a4\n "]]`

lib/Crypto/SelfTest/PublicKey/test_RSA.py

[warning] possibly-missing-attribute - :216:39 - Attribute `_decrypt` may be missing on object of type `Unknown | RsaKey`
[error] unresolved-attribute - :216:39 - Attribute `_decrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`
[warning] possibly-missing-attribute - :217:39 - Attribute `_decrypt_to_bytes` may be missing on object of type `Unknown | RsaKey`
[error] unresolved-attribute - :217:39 - Attribute `_decrypt_to_bytes` is not defined on `RsaKey` in union `Unknown | RsaKey`
[warning] possibly-missing-attribute - :218:39 - Attribute `_encrypt` may be missing on object of type `Unknown | RsaKey`
[error] unresolved-attribute - :218:39 - Attribute `_encrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`
[warning] possibly-missing-attribute - :220:39 - Attribute `_decrypt` may be missing on object of type `Unknown | RsaKey`
[error] unresolved-attribute - :220:39 - Attribute `_decrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`
[warning] possibly-missing-attribute - :221:39 - Attribute `_decrypt_to_bytes` may be missing on object of type `Unknown | RsaKey`
[error] unresolved-attribute - :221:39 - Attribute `_decrypt_to_bytes` is not defined on `RsaKey` in union `Unknown | RsaKey`
[warning] possibly-missing-attribute - :222:39 - Attribute `_encrypt` may be missing on object of type `Unknown | RsaKey`
[error] unresolved-attribute - :222:39 - Attribute `_encrypt` is not defined on `RsaKey` in union `Unknown | RsaKey`

lib/Crypto/SelfTest/Signature/test_dss.py

[warning] possibly-missing-attribute - :652:18 - Attribute `test_key` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`
[error] unresolved-attribute - :652:18 - Attribute `test_key` is not defined on `tuple[str, str, str, str, ModuleType, str]` in union `Unknown | tuple[str, str, str, str, ModuleType, str]`
[warning] possibly-missing-attribute - :656:24 - Attribute `module` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`
[warning] possibly-missing-attribute - :656:39 - Attribute `message` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`
[error] unresolved-attribute - :656:24 - Attribute `module` is not defined on `tuple[str, str, str, str, ModuleType, str]` in union `Unknown | tuple[str, str, str, str, ModuleType, str]`
[error] unresolved-attribute - :656:39 - Attribute `message` is not defined on `tuple[str, str, str, str, ModuleType, str]` in union `Unknown | tuple[str, str, str, str, ModuleType, str]`
[warning] possibly-missing-attribute - :658:30 - Attribute `result` may be missing on object of type `Unknown | tuple[str, str, str, str, ModuleType, str]`
[error] unresolved-attribute - :658:30 - Attribute `result` is not defined on `tuple[str, str, str, str, ModuleType, str]` in union `Unknown | tuple[str, str, str, str, ModuleType, str]`

lib/Crypto/SelfTest/__init__.py

[warning] possibly-missing-attribute - :77:30 - Attribute `getvalue` may be missing on object of type `IO[str] | (Unknown & ~None)`
[error] unresolved-attribute - :77:30 - Attribute `getvalue` is not defined on `IO[str]` in union `IO[str] | (Unknown & ~None)`

pydantic (https://github.com/pydantic/pydantic)

pydantic/__init__.py

[warning] possibly-missing-attribute - :250:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :250:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :252:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :252:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :253:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :253:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :254:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :254:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :255:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :255:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :256:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :256:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :257:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :257:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :258:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :258:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :259:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :259:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :260:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :260:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :261:35 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :261:35 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :263:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :263:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :265:26 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :265:26 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :266:26 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :266:26 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :267:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :267:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :268:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :268:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :269:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :269:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :271:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :271:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :272:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :272:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :274:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :274:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :276:28 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :276:28 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :277:27 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :277:27 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :278:39 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :278:39 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :279:29 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :279:29 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :280:37 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :280:37 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :281:38 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :281:38 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :282:36 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :282:36 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :284:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :284:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :285:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :285:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :286:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :286:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :288:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :288:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :289:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :289:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :290:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :290:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :292:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :292:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :293:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :293:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :295:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :295:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :296:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :296:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :297:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :297:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :298:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :298:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :299:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :299:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :300:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :300:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :301:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :301:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :302:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :302:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :303:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :303:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :304:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :304:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :305:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :305:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :306:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :306:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :307:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :307:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :308:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :308:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :309:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :309:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :310:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :310:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :311:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :311:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :312:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :312:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :313:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :313:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :314:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :314:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :315:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :315:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :316:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :316:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :317:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :317:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :318:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :318:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :319:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :319:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :321:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :321:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :323:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :323:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :324:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :324:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :325:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :325:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :326:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :326:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :327:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :327:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :328:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :328:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :329:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :329:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :330:27 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :330:27 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :331:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :331:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :332:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :332:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :333:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :333:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :334:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :334:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :335:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :335:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :336:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :336:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :337:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :337:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :338:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :338:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :339:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :339:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :340:26 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :340:26 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :341:26 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :341:26 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :342:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :342:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :343:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :343:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :344:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :344:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :345:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :345:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :346:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :346:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :347:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :347:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :348:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :348:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :349:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :349:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :350:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :350:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :351:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :351:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :352:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :352:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :353:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :353:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :354:17 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :354:17 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :355:14 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :355:14 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :356:16 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :356:16 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :357:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :357:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :358:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :358:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :359:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :359:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :360:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :360:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :361:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :361:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :362:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :362:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :363:27 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :363:27 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :364:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :364:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :365:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :365:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :366:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :366:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :367:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :367:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :368:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :368:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :369:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :369:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :370:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :370:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :371:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :371:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :372:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :372:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :373:25 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :373:25 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :374:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :374:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :375:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :375:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :376:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :376:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :377:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :377:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :378:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :378:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :379:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :379:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :380:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :380:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :381:27 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :381:27 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :382:13 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :382:13 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :383:23 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :383:23 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :384:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :384:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :385:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :385:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :386:18 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :386:18 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :388:21 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :388:21 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :390:35 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :390:35 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :391:35 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :391:35 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :392:35 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :392:35 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :393:36 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :393:36 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :394:36 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :394:36 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :395:36 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :395:36 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :396:36 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :396:36 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :397:37 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :397:37 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :399:30 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :399:30 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :400:30 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :400:30 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :409:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :409:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :410:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :410:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :411:20 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :411:20 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :412:15 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :412:15 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :413:22 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :413:22 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :414:19 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :414:19 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :415:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :415:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :418:24 - Attribute `parent` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :418:24 - Attribute `parent` is not defined on `None` in union `ModuleSpec | None`

pydantic/_internal/_core_metadata.py

[error] invalid-assignment - :87 -
Old: Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | ((dict[str, int | float | str | ... omitted 3 union elements], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`
New: Invalid assignment to key "pydantic_js_extra" with declared type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | ((dict[str, Divergent], type[Any], /) -> None)` on TypedDict `CoreMetadata`: value of type `dict[object, object]`

pydantic/_internal/_schema_gather.py

[warning] possibly-missing-attribute - :123:18 - Attribute `values` may be missing on object of type `Unknown | list[InvalidSchema | AnySchema | NoneSchema | ... omitted 50 union elements] | dict[Hashable, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements] | Literal["none", "int", "bool", "float", "str", ... omitted 17 literals]`
[error] unresolved-attribute - :123:18 - Attribute `values` is not defined on `list[InvalidSchema | AnySchema | NoneSchema | ... omitted 50 union elements]`, `Literal["none"]`, `Literal["int"]`, `Literal["bool"]`, `Literal["float"]`, `Literal["str"]`, `Literal["bytes"]`, `Literal["bytearray"]`, `Literal["list"]`, `Literal["tuple"]`, `Literal["set"]`, `Literal["frozenset"]`, `Literal["generator"]`, `Literal["dict"]`, `Literal["datetime"]`, `Literal["date"]`, `Literal["time"]`, `Literal["timedelta"]`, `Literal["url"]`, `Literal["multi-host-url"]`, `Literal["json"]`, `Literal["uuid"]`, `Literal["any"]` in union `Unknown | list[InvalidSchema | AnySchema | NoneSchema | ... omitted 50 union elements] | dict[Hashable, InvalidSchema | AnySchema | NoneSchema | ... omitted 49 union elements] | Literal["none", "int", "bool", "float", "str", ... omitted 17 literals]`
[warning] possibly-missing-attribute - :140:18 - Attribute `values` may be missing on object of type `Unknown | dict[str, TypedDictField] | dict[str, ModelField] | ... omitted 3 union elements`
[error] unresolved-attribute - :140:18 - Attribute `values` is not defined on `list[DataclassField]`, `list[str]`, `Literal["none"]`, `Literal["int"]`, `Literal["bool"]`, `Literal["float"]`, `Literal["str"]`, `Literal["bytes"]`, `Literal["bytearray"]`, `Literal["list"]`, `Literal["tuple"]`, `Literal["set"]`, `Literal["frozenset"]`, `Literal["generator"]`, `Literal["dict"]`, `Literal["datetime"]`, `Literal["date"]`, `Literal["time"]`, `Literal["timedelta"]`, `Literal["url"]`, `Literal["multi-host-url"]`, `Literal["json"]`, `Literal["uuid"]`, `Literal["any"]` in union `Unknown | dict[str, TypedDictField] | dict[str, ModelField] | ... omitted 3 union elements`

pydantic/_internal/_utils.py

[warning] possibly-missing-attribute - :437:22 - Attribute `__func__` may be missing on object of type `Unknown | ((type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property)`
[error] unresolved-attribute - :437:22 - Attribute `__func__` is not defined on `(type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property` in union `Unknown | ((type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property)`
[warning] possibly-missing-attribute - :446:16 - Attribute `__get__` may be missing on object of type `Unknown | ((type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property)`
[error] unresolved-attribute - :446:16 - Attribute `__get__` is not defined on `(type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property` in union `Unknown | ((type[_ModelT@deprecated_instance_property], /) -> _RT@deprecated_instance_property)`

pydantic/deprecated/decorator.py

[warning] possibly-missing-attribute - :284:45 - Attribute `__name__` may be missing on object of type `Unknown | ((...) -> Any)`
[error] unresolved-attribute - :284:45 - Attribute `__name__` is not defined on `(...) -> Any` in union `Unknown | ((...) -> Any)`

pydantic/fields.py

[error] invalid-parameter-default - :949 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :989 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1032 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1072 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1115 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1154 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-parameter-default - :1194 -
Old: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`
New: Default value of type `PydanticUndefinedType` is not assignable to annotated parameter type `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`
[error] invalid-argument-type - :1573 -
Old: Argument is incorrect: Expected `dict[str, int | float | str | ... omitted 3 union elements] | ((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, int | float | str | ... omitted 3 union elements], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`
New: Argument is incorrect: Expected `dict[str, Divergent] | ((dict[str, Divergent], /) -> None) | None`, found `Top[dict[Unknown, Unknown]] | (((dict[str, Divergent], /) -> None) & ~Top[dict[Unknown, Unknown]]) | None`

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/vendor/decorator.py

[warning] possibly-missing-attribute - :165:31 - Attribute `split` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :165:31 - Attribute `split` is not defined on `None` in union `Unknown | None`

pylint (https://github.com/pycqa/pylint)

pylint/checkers/async_checker.py

[warning] possibly-missing-attribute - :92:63 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :92:63 - Attribute `name` is not defined on `None` in union `Unknown | None`

pylint/checkers/spelling.py

[warning] possibly-missing-attribute - :62:45 - Attribute `ProviderDesc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :62:45 - Attribute `ProviderDesc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :63:12 - Attribute `Broker` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :63:12 - Attribute `Broker` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :67:42 - Attribute `ProviderDesc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :67:42 - Attribute `ProviderDesc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :73:42 - Attribute `ProviderDesc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:42 - Attribute `ProviderDesc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :314:34 - Attribute `DictWithPWL` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :314:34 - Attribute `DictWithPWL` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :318:34 - Attribute `Dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :318:34 - Attribute `Dict` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :385:20 - Attribute `errors` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :385:20 - Attribute `errors` is not defined on `None` in union `Unknown | None`

pylint/checkers/typecheck.py

[warning] possibly-missing-attribute - :729:46 - Attribute `parent` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :729:46 - Attribute `parent` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :732:34 - Attribute `parent` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :732:34 - Attribute `parent` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :734:34 - Attribute `statement` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :734:34 - Attribute `statement` is not defined on `None` in union `Unknown | None`

pylox (https://github.com/sco1/pylox)

pylox/interpreter.py

[warning] possibly-missing-attribute - :127:20 - Attribute `get_at` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :127:20 - Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :142:9 - Attribute `define` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :142:9 - Attribute `define` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :160:33 - Attribute `enclosing` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :160:33 - Attribute `enclosing` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :162:9 - Attribute `assign` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :162:9 - Attribute `assign` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :169:9 - Attribute `define` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :169:9 - Attribute `define` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :184:9 - Attribute `define` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :184:9 - Attribute `define` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :252:13 - Attribute `assign_at` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :252:13 - Attribute `assign_at` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :359:32 - Attribute `get_at` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :359:32 - Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None`
[warning] possibly-missing-attribute - :363:32 - Attribute `get_at` may be missing on object of type `Unknown | Environment | None`
[error] unresolved-attribute - :363:32 - Attribute `get_at` is not defined on `None` in union `Unknown | Environment | None`

pyodide (https://github.com/pyodide/pyodide)

pyodide-build/pyodide_build/out_of_tree/venv.py

[warning] possibly-missing-attribute - :435:20 - Attribute `glob` may be missing on object of type `Path | None`
[error] unresolved-attribute - :435:20 - Attribute `glob` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :685:25 - Attribute `glob` may be missing on object of type `Path | None`
[error] unresolved-attribute - :685:25 - Attribute `glob` is not defined on `None` in union `Path | None`

pyodide-build/pyodide_build/tests/recipe/test_unvendor.py

[warning] possibly-missing-attribute - :17:12 - Attribute `exists` may be missing on object of type `Path | None`
[error] unresolved-attribute - :17:12 - Attribute `exists` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :18:12 - Attribute `name` may be missing on object of type `Path | None`
[error] unresolved-attribute - :18:12 - Attribute `name` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :54:12 - Attribute `exists` may be missing on object of type `Path | None`
[error] unresolved-attribute - :54:12 - Attribute `exists` is not defined on `None` in union `Path | None`
[warning] possibly-missing-attribute - :55:12 - Attribute `name` may be missing on object of type `Path | None`
[error] unresolved-attribute - :55:12 - Attribute `name` is not defined on `None` in union `Path | None`

pytest (https://github.com/pytest-dev/pytest)

src/_pytest/pytester.py

[warning] possibly-missing-attribute - :1155:25 - Attribute `getcalls` may be missing on object of type `Unknown | <class 'reprec'>`
[error] unresolved-attribute - :1155:25 - Attribute `getcalls` is not defined on `<class 'reprec'>` in union `Unknown | <class 'reprec'>`

testing/_py/test_local.py

[warning] possibly-missing-attribute - :851:16 - Attribute `check` may be missing on object of type `local | None`
[error] unresolved-attribute - :851:16 - Attribute `check` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :854:41 - Attribute `dirpath` may be missing on object of type `local | None`
[error] unresolved-attribute - :854:41 - Attribute `dirpath` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :905:16 - Attribute `check` may be missing on object of type `local | None`
[error] unresolved-attribute - :905:16 - Attribute `check` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :907:16 - Attribute `check` may be missing on object of type `local | None`
[error] unresolved-attribute - :907:16 - Attribute `check` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :916:16 - Attribute `basename` may be missing on object of type `local | None`
[error] unresolved-attribute - :916:16 - Attribute `basename` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :917:16 - Attribute `dirpath` may be missing on object of type `local | None`
[error] unresolved-attribute - :917:16 - Attribute `dirpath` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :922:15 - Attribute `sysexec` may be missing on object of type `local | None`
[error] unresolved-attribute - :922:15 - Attribute `sysexec` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :933:13 - Attribute `sysexec` may be missing on object of type `local | None`
[error] unresolved-attribute - :933:13 - Attribute `sysexec` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :1274:16 - Attribute `new` may be missing on object of type `local | None`
[error] unresolved-attribute - :1274:16 - Attribute `new` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :1276:31 - Attribute `relto` may be missing on object of type `local | None`
[error] unresolved-attribute - :1276:31 - Attribute `relto` is not defined on `None` in union `local | None`
[warning] possibly-missing-attribute - :1277:20 - Attribute `check` may be missing on object of type `local | None`
[error] unresolved-attribute - :1277:20 - Attribute `check` is not defined on `None` in union `local | None`

pywin32 (https://github.com/mhammond/pywin32)

AutoDuck/document_object.py

[warning] possibly-missing-attribute - :13:13 - Attribute `categories` may be missing on object of type `Unknown | None | Document`
[error] unresolved-attribute - :13:13 - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[warning] possibly-missing-attribute - :15:24 - Attribute `categories` may be missing on object of type `Unknown | None | Document`
[error] unresolved-attribute - :15:24 - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[warning] possibly-missing-attribute - :23:17 - Attribute `important` may be missing on object of type `Unknown | None | Document`
[error] unresolved-attribute - :23:17 - Attribute `important` is not defined on `None` in union `Unknown | None | Document`
[warning] possibly-missing-attribute - :24:18 - Attribute `categories` may be missing on object of type `Unknown | None | Document`
[error] unresolved-attribute - :24:18 - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[warning] possibly-missing-attribute - :25:28 - Attribute `categories` may be missing on object of type `Unknown | None | Document`
[error] unresolved-attribute - :25:28 - Attribute `categories` is not defined on `None` in union `Unknown | None | Document`
[warning] possibly-missing-attribute - :28:17 - Attribute `links` may be missing on object of type `Unknown | None | Document`
[error] unresolved-attribute - :28:17 - Attribute `links` is not defined on `None` in union `Unknown | None | Document`

Pythonwin/pywin/Demos/app/customprint.py

[warning] possibly-missing-attribute - :24:15 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :24:15 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :90:16 - Attribute `OnBeginPrinting` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :90:16 - Attribute `OnBeginPrinting` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :94:16 - Attribute `OnEndPrinting` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :94:16 - Attribute `OnEndPrinting` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:9 - Attribute `OnFilePrintPreview` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:9 - Attribute `OnFilePrintPreview` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :100:9 - Attribute `OnFilePrint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :100:9 - Attribute `OnFilePrint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :142:9 - Attribute `InitMDIInstance` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :142:9 - Attribute `InitMDIInstance` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/Demos/app/helloapp.py

[warning] possibly-missing-attribute - :31:9 - Attribute `CreateWindowEx` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :31:9 - Attribute `CreateWindowEx` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/Demos/dibdemo.py

[warning] possibly-missing-attribute - :66:9 - Attribute `CreateWindow` may be missing on object of type `Unknown | PyCScrollView`
[error] unresolved-attribute - :66:9 - Attribute `CreateWindow` is not defined on `PyCScrollView` in union `Unknown | PyCScrollView`

Pythonwin/pywin/Demos/hiertest.py

[warning] possibly-missing-attribute - :45:14 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :45:14 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/Demos/ocx/msoffice.py

[warning] possibly-missing-attribute - :28:9 - Attribute `OnActivate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :28:9 - Attribute `OnActivate` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :31:9 - Attribute `OnChange` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :31:9 - Attribute `OnChange` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :44:16 - Attribute `OnChangeItemPosition` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :44:16 - Attribute `OnChangeItemPosition` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :63:14 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :63:14 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :133:9 - Attribute `CreateWindow` may be missing on object of type `Unknown | PyCMDIChildWnd | None`
[error] unresolved-attribute - :133:9 - Attribute `CreateWindow` is not defined on `None` in union `Unknown | PyCMDIChildWnd | None`

Pythonwin/pywin/Demos/ocx/ocxserialtest.py

[warning] possibly-missing-attribute - :74:17 - Attribute `CommEvent` may be missing on object of type `Unknown | None | MySerialControl`
[error] unresolved-attribute - :74:17 - Attribute `CommEvent` is not defined on `None` in union `Unknown | None | MySerialControl`
[warning] possibly-missing-attribute - :76:40 - Attribute `Input` may be missing on object of type `Unknown | None | MySerialControl`
[error] unresolved-attribute - :76:40 - Attribute `Input` is not defined on `None` in union `Unknown | None | MySerialControl`

Pythonwin/pywin/Demos/ocx/ocxtest.py

[warning] possibly-missing-attribute - :109:13 - Attribute `AboutBox` may be missing on object of type `Unknown | MyCal | None`
[error] unresolved-attribute - :109:13 - Attribute `AboutBox` is not defined on `None` in union `Unknown | MyCal | None`
[warning] possibly-missing-attribute - :164:13 - Attribute `AboutBox` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :164:13 - Attribute `AboutBox` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/Demos/openGLDemo.py

[warning] possibly-missing-attribute - :122:14 - Attribute `PreCreateWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :122:14 - Attribute `PreCreateWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :142:16 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :142:16 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/Demos/sliderdemo.py

[warning] possibly-missing-attribute - :66:9 - Attribute `OnCancel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :66:9 - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/Demos/splittst.py

[warning] possibly-missing-attribute - :51:9 - Attribute `ReplaceSel` may be missing on object of type `Unknown | PyCEditView`
[error] unresolved-attribute - :51:9 - Attribute `ReplaceSel` is not defined on `PyCEditView` in union `Unknown | PyCEditView`
[warning] possibly-missing-attribute - :64:9 - Attribute `InitialUpdateFrame` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :64:9 - Attribute `InitialUpdateFrame` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/Demos/toolbar.py

[warning] possibly-missing-attribute - :70:20 - Attribute `GetMessageString` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :70:20 - Attribute `GetMessageString` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/debugger/__init__.py

[warning] possibly-missing-attribute - :120:11 - Attribute `tb_next` may be missing on object of type `(Unknown & ~None) | TracebackType | None`
[error] unresolved-attribute - :120:11 - Attribute `tb_next` is not defined on `None` in union `(Unknown & ~None) | TracebackType | None`
[warning] possibly-missing-attribute - :121:13 - Attribute `tb_next` may be missing on object of type `(Unknown & ~None) | TracebackType | None`
[error] unresolved-attribute - :121:13 - Attribute `tb_next` is not defined on `None` in union `(Unknown & ~None) | TracebackType | None`
[warning] possibly-missing-attribute - :125:23 - Attribute `tb_frame` may be missing on object of type `(Unknown & ~None) | TracebackType | None`
[error] unresolved-attribute - :125:23 - Attribute `tb_frame` is not defined on `None` in union `(Unknown & ~None) | TracebackType | None`

Pythonwin/pywin/debugger/debugger.py

[warning] possibly-missing-attribute - :57:16 - Attribute `f_code` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :57:16 - Attribute `f_code` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :60:30 - Attribute `f_locals` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :60:30 - Attribute `f_locals` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :61:28 - Attribute `f_locals` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :61:28 - Attribute `f_locals` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :67:27 - Attribute `f_code` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :67:27 - Attribute `f_code` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :68:13 - Attribute `f_lineno` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :68:13 - Attribute `f_lineno` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :79:34 - Attribute `f_locals` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :79:34 - Attribute `f_locals` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :80:34 - Attribute `f_globals` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :80:34 - Attribute `f_globals` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :126:12 - Attribute `debuggerState` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :126:12 - Attribute `debuggerState` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :127:24 - Attribute `stack` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :127:24 - Attribute `stack` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :133:30 - Attribute `userbotframe` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :133:30 - Attribute `userbotframe` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :235:9 - Attribute `CreateWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :235:9 - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :282:9 - Attribute `CreateWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :282:9 - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :338:9 - Attribute `HookCommand` may be missing on object of type `PyCWnd | Unknown`
[error] unresolved-attribute - :338:9 - Attribute `HookCommand` is not defined on `PyCWnd` in union `PyCWnd | Unknown`
[warning] possibly-missing-attribute - :339:9 - Attribute `HookCommand` may be missing on object of type `PyCWnd | Unknown`
[error] unresolved-attribute - :339:9 - Attribute `HookCommand` is not defined on `PyCWnd` in union `PyCWnd | Unknown`
[warning] possibly-missing-attribute - :395:25 - Attribute `clear_break` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :395:25 - Attribute `clear_break` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :452:35 - Attribute `debuggerState` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :452:35 - Attribute `debuggerState` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :465:16 - Attribute `curframe` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :465:16 - Attribute `curframe` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :466:25 - Attribute `curframe` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :466:25 - Attribute `curframe` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :467:24 - Attribute `curframe` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :467:24 - Attribute `curframe` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :825:21 - Attribute `f_back` may be missing on object of type `FrameType | None`
[warning] possibly-missing-attribute - :825:21 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :825:21 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[error] unresolved-attribute - :825:21 - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`

Pythonwin/pywin/docking/DockingBar.py

[warning] possibly-missing-attribute - :96:9 - Attribute `CreateWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :96:9 - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :158:20 - Attribute `CalcDynamicLayout` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :158:20 - Attribute `CalcDynamicLayout` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :262:18 - Attribute `dwStyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :262:18 - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :285:20 - Attribute `OnSetCursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :285:20 - Attribute `OnSetCursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :388:25 - Attribute `dwStyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :388:25 - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :474:20 - Attribute `OnNcHitTest` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :474:20 - Attribute `OnNcHitTest` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :575:12 - Attribute `dwStyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :575:12 - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :589:12 - Attribute `dwStyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :589:12 - Attribute `dwStyle` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/app.py

[warning] possibly-missing-attribute - :99:14 - Attribute `PreCreateWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :99:14 - Attribute `PreCreateWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :222:9 - Attribute `HookMessage` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :222:9 - Attribute `HookMessage` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :230:9 - Attribute `GetWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :230:9 - Attribute `GetWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :262:9 - Attribute `SetActiveWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :262:9 - Attribute `SetActiveWindow` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/dlgappcore.py

[warning] possibly-missing-attribute - :27:20 - Attribute `OnPaint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :27:20 - Attribute `OnPaint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :42:20 - Attribute `OnEraseBkgnd` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :42:20 - Attribute `OnEraseBkgnd` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :66:9 - Attribute `InitDlgInstance` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :66:9 - Attribute `InitDlgInstance` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/editor/ModuleBrowser.py

[warning] possibly-missing-attribute - :141:14 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :141:14 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :154:16 - Attribute `OnActivateView` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :154:16 - Attribute `OnActivateView` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/editor/color/coloreditor.py

[warning] possibly-missing-attribute - :188:15 - Attribute `IDLEExtension` may be missing on object of type `Unknown | IDLEEditorWindow | None`
[error] unresolved-attribute - :188:15 - Attribute `IDLEExtension` is not defined on `None` in union `Unknown | IDLEEditorWindow | None`
[warning] possibly-missing-attribute - :342:20 - Attribute `GetMenuItems` may be missing on object of type `Unknown | IDLEEditorWindow | None`
[error] unresolved-attribute - :342:20 - Attribute `GetMenuItems` is not defined on `None` in union `Unknown | IDLEEditorWindow | None`
[warning] possibly-missing-attribute - :425:16 - Attribute `fire` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :425:16 - Attribute `fire` is not defined on `None` in union `Unknown | BindingsManager | None`
[warning] possibly-missing-attribute - :434:16 - Attribute `fire` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :434:16 - Attribute `fire` is not defined on `None` in union `Unknown | BindingsManager | None`

Pythonwin/pywin/framework/editor/document.py

[warning] possibly-missing-attribute - :46:16 - Attribute `OnCloseDocument` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :46:16 - Attribute `OnCloseDocument` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :307:16 - Attribute `SaveModified` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :307:16 - Attribute `SaveModified` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :331:21 - Attribute `GetFirstView` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :331:21 - Attribute `GetFirstView` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :335:16 - Attribute `GetPathName` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :335:16 - Attribute `GetPathName` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :370:25 - Attribute `GetPathName` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :370:25 - Attribute `GetPathName` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/editor/editor.py

[warning] possibly-missing-attribute - :188:14 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :188:14 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :193:19 - Attribute `LineFromChar` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :193:19 - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :195:17 - Attribute `LineIndex` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :195:17 - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :196:15 - Attribute `LineIndex` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :196:15 - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :199:9 - Attribute `SetSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :199:9 - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :200:9 - Attribute `Cut` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :200:9 - Attribute `Cut` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :252:22 - Attribute `GetSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :252:22 - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :253:21 - Attribute `LineFromChar` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :253:21 - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :254:16 - Attribute `GetLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :254:16 - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :255:27 - Attribute `LineIndex` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :255:27 - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :272:29 - Attribute `GetLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :272:29 - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :294:9 - Attribute `ReplaceSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :294:9 - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :304:23 - Attribute `LineIndex` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :304:23 - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :305:17 - Attribute `SetSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :305:17 - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :309:28 - Attribute `GetLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :309:28 - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :321:29 - Attribute `SetSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :321:29 - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :322:29 - Attribute `Clear` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :322:29 - Attribute `Clear` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :328:9 - Attribute `SetSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :328:9 - Attribute `SetSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :364:16 - Attribute `GetLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :364:16 - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :405:19 - Attribute `GetLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :405:19 - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :406:9 - Attribute `ReplaceSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :406:9 - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :412:13 - Attribute `ReplaceSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :412:13 - Attribute `ReplaceSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :428:22 - Attribute `GetSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :428:22 - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :436:21 - Attribute `LineFromChar` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :436:21 - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :437:19 - Attribute `LineFromChar` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :437:19 - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/editor/frame.py

[warning] possibly-missing-attribute - :74:16 - Attribute `OnClose` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :74:16 - Attribute `OnClose` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/editor/template.py

[warning] possibly-missing-attribute - :39:9 - Attribute `InitialUpdateFrame` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :39:9 - Attribute `InitialUpdateFrame` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :59:16 - Attribute `OpenDocumentFile` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :59:16 - Attribute `OpenDocumentFile` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/intpyapp.py

[warning] possibly-missing-attribute - :97:16 - Attribute `OnClose` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:16 - Attribute `OnClose` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :121:16 - Attribute `OnCommand` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :121:16 - Attribute `OnCommand` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :232:13 - Attribute `LoadBarState` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :232:13 - Attribute `LoadBarState` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/intpydde.py

[warning] possibly-missing-attribute - :49:9 - Attribute `Shutdown` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :49:9 - Attribute `Shutdown` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :50:9 - Attribute `Destroy` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :50:9 - Attribute `Destroy` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/sgrepmdi.py

[warning] possibly-missing-attribute - :201:16 - Attribute `OnCloseDocument` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :201:16 - Attribute `OnCloseDocument` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :361:14 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :361:14 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :387:18 - Attribute `LineFromChar` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :387:18 - Attribute `LineFromChar` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :388:16 - Attribute `GetLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :388:16 - Attribute `GetLine` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :396:30 - Attribute `GetSel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :396:30 - Attribute `GetSel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :398:25 - Attribute `LineIndex` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :398:25 - Attribute `LineIndex` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :450:13 - Attribute `SaveTextFile` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :450:13 - Attribute `SaveTextFile` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :583:9 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :583:9 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :584:9 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :584:9 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :585:9 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :585:9 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :586:9 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :586:9 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :587:9 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :587:9 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :588:9 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :588:9 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :613:13 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :613:13 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :636:9 - Attribute `OnOK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :636:9 - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :714:16 - Attribute `OnInitDialog` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :714:16 - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :735:9 - Attribute `OnOK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :735:9 - Attribute `OnOK` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/toolmenu.py

[warning] possibly-missing-attribute - :121:19 - Attribute `template` may be missing on object of type `TextIO | Any`
[error] unresolved-attribute - :121:19 - Attribute `template` is not defined on `TextIO` in union `TextIO | Any`
[warning] possibly-missing-attribute - :122:9 - Attribute `template` may be missing on object of type `TextIO | Any`
[error] unresolved-attribute - :122:9 - Attribute `template` is not defined on `TextIO` in union `TextIO | Any`
[warning] possibly-missing-attribute - :137:9 - Attribute `template` may be missing on object of type `TextIO | Any`
[error] unresolved-attribute - :137:9 - Attribute `template` is not defined on `TextIO` in union `TextIO | Any`
[warning] possibly-missing-attribute - :212:16 - Attribute `OnOK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :212:16 - Attribute `OnOK` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/framework/winout.py

[warning] possibly-missing-attribute - :73:16 - Attribute `LoadFrame` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:16 - Attribute `LoadFrame` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :76:14 - Attribute `PreCreateWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :76:14 - Attribute `PreCreateWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :408:22 - Attribute `GetParent` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :408:22 - Attribute `GetParent` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :419:9 - Attribute `SaveKillBuffer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :419:9 - Attribute `SaveKillBuffer` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :520:13 - Attribute `dowrite` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :520:13 - Attribute `dowrite` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :560:9 - Attribute `HandleSpecialLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :560:9 - Attribute `HandleSpecialLine` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/idle/FormatParagraph.py

[warning] possibly-missing-attribute - :45:16 - Attribute `text` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :45:16 - Attribute `text` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :46:23 - Attribute `get_selection_indices` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :46:23 - Attribute `get_selection_indices` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :159:12 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :159:12 - Attribute `group` is not defined on `None` in union `Match[str] | None`

Pythonwin/pywin/idle/PyParse.py

[warning] possibly-missing-attribute - :10:9 - Attribute `write` may be missing on object of type `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :10:9 - Attribute `write` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :438:21 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :438:21 - Attribute `end` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :527:21 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :527:21 - Attribute `end` is not defined on `None` in union `Match[str] | None`

Pythonwin/pywin/mfc/activex.py

[warning] possibly-missing-attribute - :41:17 - Attribute `HookOleEvent` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :41:17 - Attribute `HookOleEvent` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/mfc/dialog.py

[warning] possibly-missing-attribute - :48:21 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :48:21 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :53:9 - Attribute `OnOK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :53:9 - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :56:9 - Attribute `OnCancel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :56:9 - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :60:12 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :60:12 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :61:13 - Attribute `UpdateData` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :61:13 - Attribute `UpdateData` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :69:9 - Attribute `datalist` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :69:9 - Attribute `datalist` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :82:9 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :82:9 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :152:16 - Attribute `OnInitDialog` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :152:16 - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :159:9 - Attribute `OnOK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :159:9 - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :219:16 - Attribute `OnInitDialog` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :219:16 - Attribute `OnInitDialog` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :267:13 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :267:13 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :268:13 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :268:13 - Attribute `data` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/scintilla/IDLEenvironment.py

[warning] possibly-missing-attribute - :103:13 - Attribute `bindings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :103:13 - Attribute `bindings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :108:20 - Attribute `bindings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :108:20 - Attribute `bindings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :157:22 - Attribute `_getoffset` may be missing on object of type `Unknown | TkText | None`
[error] unresolved-attribute - :157:22 - Attribute `_getoffset` is not defined on `None` in union `Unknown | TkText | None`
[warning] possibly-missing-attribute - :158:13 - Attribute `edit` may be missing on object of type `Unknown | TkText | None`
[error] unresolved-attribute - :158:13 - Attribute `edit` is not defined on `None` in union `Unknown | TkText | None`
[warning] possibly-missing-attribute - :168:21 - Attribute `index` may be missing on object of type `Unknown | TkText | None`
[error] unresolved-attribute - :168:21 - Attribute `index` is not defined on `None` in union `Unknown | TkText | None`
[warning] possibly-missing-attribute - :169:20 - Attribute `index` may be missing on object of type `Unknown | TkText | None`
[error] unresolved-attribute - :169:20 - Attribute `index` is not defined on `None` in union `Unknown | TkText | None`
[warning] possibly-missing-attribute - :175:9 - Attribute `SCISetTabWidth` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :175:9 - Attribute `SCISetTabWidth` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :178:16 - Attribute `GetTabWidth` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :178:16 - Attribute `GetTabWidth` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/scintilla/bindings.py

[warning] possibly-missing-attribute - :62:13 - Attribute `HookCommand` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :62:13 - Attribute `HookCommand` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :75:9 - Attribute `update` may be missing on object of type `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :75:9 - Attribute `update` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :109:24 - Attribute `idle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :109:24 - Attribute `idle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :122:19 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :122:19 - Attribute `get` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :147:24 - Attribute `idle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :147:24 - Attribute `idle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :177:17 - Attribute `get` may be missing on object of type `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :177:17 - Attribute `get` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`

Pythonwin/pywin/scintilla/control.py

[warning] possibly-missing-attribute - :565:9 - Attribute `CreateWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :565:9 - Attribute `CreateWindow` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/scintilla/view.py

[warning] possibly-missing-attribute - :168:30 - Attribute `SendMessage` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :168:30 - Attribute `SendMessage` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :191:13 - Attribute `bind` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :191:13 - Attribute `bind` is not defined on `None` in union `Unknown | BindingsManager | None`
[warning] possibly-missing-attribute - :268:9 - Attribute `prepare_configure` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :268:9 - Attribute `prepare_configure` is not defined on `None` in union `Unknown | BindingsManager | None`
[warning] possibly-missing-attribute - :272:13 - Attribute `complete_configure` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :272:13 - Attribute `complete_configure` is not defined on `None` in union `Unknown | BindingsManager | None`
[warning] possibly-missing-attribute - :288:9 - Attribute `close` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :288:9 - Attribute `close` is not defined on `None` in union `Unknown | BindingsManager | None`
[warning] possibly-missing-attribute - :290:9 - Attribute `close` may be missing on object of type `Unknown | IDLEEditorWindow | None`
[error] unresolved-attribute - :290:9 - Attribute `close` is not defined on `None` in union `Unknown | IDLEEditorWindow | None`
[warning] possibly-missing-attribute - :333:21 - Attribute `get_command_id` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :333:21 - Attribute `get_command_id` is not defined on `None` in union `Unknown | BindingsManager | None`
[warning] possibly-missing-attribute - :352:16 - Attribute `fire_key_event` may be missing on object of type `Unknown | BindingsManager | None`
[error] unresolved-attribute - :352:16 - Attribute `fire_key_event` is not defined on `None` in union `Unknown | BindingsManager | None`
[warning] possibly-missing-attribute - :729:16 - Attribute `OnBeginPrinting` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :729:16 - Attribute `OnBeginPrinting` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :752:9 - Attribute `OnFilePrintPreview` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :752:9 - Attribute `OnFilePrintPreview` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :755:9 - Attribute `OnFilePrint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :755:9 - Attribute `OnFilePrint` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/test/test_pywin.py

[warning] possibly-missing-attribute - :63:13 - Attribute `DestroyWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :63:13 - Attribute `DestroyWindow` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/tools/browser.py

[warning] possibly-missing-attribute - :31:29 - Attribute `__name__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :31:29 - Attribute `__name__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :80:25 - Attribute `__methods__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :80:25 - Attribute `__methods__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :85:27 - Attribute `__members__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :85:27 - Attribute `__members__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :137:16 - Attribute `strip` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :137:16 - Attribute `strip` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :167:21 - Attribute `__bases__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :167:21 - Attribute `__bases__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :191:28 - Attribute `co_consts` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :191:28 - Attribute `co_consts` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :192:28 - Attribute `co_names` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :192:28 - Attribute `co_names` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :193:28 - Attribute `co_filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :193:28 - Attribute `co_filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :194:28 - Attribute `co_argcount` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :194:28 - Attribute `co_argcount` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :195:28 - Attribute `co_varnames` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :195:28 - Attribute `co_varnames` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :236:21 - Attribute `__code__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :236:21 - Attribute `__code__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :237:21 - Attribute `__globals__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :237:21 - Attribute `__globals__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :383:9 - Attribute `HierInit` may be missing on object of type `Unknown | HierListWithItems | None`
[error] unresolved-attribute - :383:9 - Attribute `HierInit` is not defined on `None` in union `Unknown | HierListWithItems | None`
[warning] possibly-missing-attribute - :387:9 - Attribute `HierTerm` may be missing on object of type `Unknown | HierListWithItems | None`
[error] unresolved-attribute - :387:9 - Attribute `HierTerm` is not defined on `None` in union `Unknown | HierListWithItems | None`
[warning] possibly-missing-attribute - :389:16 - Attribute `OnOK` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :389:16 - Attribute `OnOK` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :392:9 - Attribute `HierTerm` may be missing on object of type `Unknown | HierListWithItems | None`
[error] unresolved-attribute - :392:9 - Attribute `HierTerm` is not defined on `None` in union `Unknown | HierListWithItems | None`
[warning] possibly-missing-attribute - :394:16 - Attribute `OnCancel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :394:16 - Attribute `OnCancel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :458:14 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :458:14 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/tools/hierlist.py

[warning] possibly-missing-attribute - :81:16 - Attribute `GetSafeHwnd` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :81:16 - Attribute `GetSafeHwnd` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :118:9 - Attribute `DeleteAllItems` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :118:9 - Attribute `DeleteAllItems` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :126:9 - Attribute `HookNotify` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :126:9 - Attribute `HookNotify` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :127:9 - Attribute `HookNotify` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :127:9 - Attribute `HookNotify` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :128:9 - Attribute `HookNotify` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :128:9 - Attribute `HookNotify` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :138:35 - Attribute `GetSelectedItem` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :138:35 - Attribute `GetSelectedItem` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :178:17 - Attribute `InsertItem` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :178:17 - Attribute `InsertItem` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :189:22 - Attribute `GetChildItem` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :189:22 - Attribute `GetChildItem` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :192:26 - Attribute `GetNextItem` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :192:26 - Attribute `GetNextItem` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :242:17 - Attribute `DeleteItem` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :242:17 - Attribute `DeleteItem` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :250:9 - Attribute `DeleteAllItems` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :250:9 - Attribute `DeleteAllItems` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :266:16 - Attribute `CheckChangedChildren` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :266:16 - Attribute `CheckChangedChildren` is not defined on `None` in union `Unknown | None`

Pythonwin/pywin/tools/regedit.py

[warning] possibly-missing-attribute - :73:14 - Attribute `OnInitialUpdate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:14 - Attribute `OnInitialUpdate` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :171:16 - Attribute `GetSafeHwnd` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :171:16 - Attribute `GetSafeHwnd` is not defined on `None` in union `Unknown | None`

adodbapi/adodbapi.py

[warning] possibly-missing-attribute - :356:38 - Attribute `CommitTrans` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :356:38 - Attribute `CommitTrans` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :361:21 - Attribute `Attributes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :361:21 - Attribute `Attributes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :366:42 - Attribute `BeginTrans` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :366:42 - Attribute `BeginTrans` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :390:42 - Attribute `RollbackTrans` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :390:42 - Attribute `RollbackTrans` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :394:21 - Attribute `Attributes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :394:21 - Attribute `Attributes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :400:50 - Attribute `BeginTrans` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :400:50 - Attribute `BeginTrans` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :460:13 - Attribute `Errors` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :460:13 - Attribute `Errors` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :463:18 - Attribute `Errors` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :463:18 - Attribute `Errors` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :507:18 - Attribute `OpenSchema` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :507:18 - Attribute `OpenSchema` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :610:22 - Attribute `variantConversions` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :610:22 - Attribute `variantConversions` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :742:32 - Attribute `Execute` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :742:32 - Attribute `Execute` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :750:35 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :750:35 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :752:21 - Attribute `_suggest_error_class` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :752:21 - Attribute `_suggest_error_class` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :755:29 - Attribute `RecordCount` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :755:29 - Attribute `RecordCount` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :777:24 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :777:24 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :822:35 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :822:35 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :847:17 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :847:17 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :851:43 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :851:43 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :860:39 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :860:39 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :863:28 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :863:28 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :870:45 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :870:45 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :887:45 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :887:45 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :892:49 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :892:49 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :912:29 - Attribute `CreateParameter` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :912:29 - Attribute `CreateParameter` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :917:29 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :917:29 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :932:29 - Attribute `CreateParameter` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :932:29 - Attribute `CreateParameter` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :935:25 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :935:25 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :940:29 - Attribute `CreateParameter` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :940:29 - Attribute `CreateParameter` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :945:29 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :945:29 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`
[warning] possibly-missing-attribute - :1009:48 - Attribute `Parameters` may be missing on object of type `Unknown | None | CDispatch`
[error] unresolved-attribute - :1009:48 - Attribute `Parameters` is not defined on `None` in union `Unknown | None | CDispatch`

adodbapi/test/adodbapitest.py

[warning] possibly-missing-attribute - :1074:13 - Attribute `rollback` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1074:13 - Attribute `rollback` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1078:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1078:13 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1093:16 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1093:16 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1104:13 - Attribute `commit` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1104:13 - Attribute `commit` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1117:9 - Attribute `rollback` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1117:9 - Attribute `rollback` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1136:13 - Attribute `commit` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1136:13 - Attribute `commit` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1154:16 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1154:16 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1165:13 - Attribute `commit` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1165:13 - Attribute `commit` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1176:9 - Attribute `rollback` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1176:9 - Attribute `rollback` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1179:16 - Attribute `cursor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1179:16 - Attribute `cursor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1190:13 - Attribute `commit` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1190:13 - Attribute `commit` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1208:9 - Attribute `rollback` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1208:9 - Attribute `rollback` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1222:13 - Attribute `rollback` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1222:13 - Attribute `rollback` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1226:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1226:13 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1254:13 - Attribute `rollback` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1254:13 - Attribute `rollback` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1258:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1258:13 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1320:13 - Attribute `rollback` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1320:13 - Attribute `rollback` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1324:13 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1324:13 - Attribute `close` is not defined on `None` in union `Unknown | None`

adodbapi/test/dbapi20.py

[warning] possibly-missing-attribute - :149:28 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :149:28 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :160:17 - Attribute `connect` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :160:17 - Attribute `connect` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :172:24 - Attribute `apilevel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :172:24 - Attribute `apilevel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :181:28 - Attribute `threadsafety` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :181:28 - Attribute `threadsafety` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :190:26 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :190:26 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :200:36 - Attribute `Warning` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :200:36 - Attribute `Warning` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :201:36 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :201:36 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :203:36 - Attribute `InterfaceError` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :203:64 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :203:36 - Attribute `InterfaceError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :203:64 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :204:36 - Attribute `DatabaseError` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :204:63 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :204:36 - Attribute `DatabaseError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :204:63 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:36 - Attribute `OperationalError` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :205:66 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:36 - Attribute `OperationalError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :205:66 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :206:36 - Attribute `IntegrityError` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :206:64 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :206:36 - Attribute `IntegrityError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :206:64 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :207:36 - Attribute `InternalError` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :207:63 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :207:36 - Attribute `InternalError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :207:63 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :208:36 - Attribute `ProgrammingError` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :208:66 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :208:36 - Attribute `ProgrammingError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :208:66 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :209:36 - Attribute `NotSupportedError` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :209:67 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :209:36 - Attribute `NotSupportedError` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :209:67 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :220:40 - Attribute `Warning` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :220:40 - Attribute `Warning` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :221:38 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :221:38 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :222:47 - Attribute `InterfaceError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :222:47 - Attribute `InterfaceError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :223:46 - Attribute `DatabaseError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :223:46 - Attribute `DatabaseError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :224:49 - Attribute `OperationalError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :224:49 - Attribute `OperationalError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :225:47 - Attribute `IntegrityError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :225:47 - Attribute `IntegrityError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :226:46 - Attribute `InternalError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :226:46 - Attribute `InternalError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :227:49 - Attribute `ProgrammingError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :227:49 - Attribute `ProgrammingError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :228:50 - Attribute `NotSupportedError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :228:50 - Attribute `NotSupportedError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :245:20 - Attribute `NotSupportedError` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :245:20 - Attribute `NotSupportedError` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :301:17 - Attribute `STRING` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :301:17 - Attribute `STRING` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :377:27 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :377:27 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :381:27 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :381:27 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :408:12 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :408:12 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :414:14 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :414:14 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :420:14 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :420:14 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :426:14 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :426:14 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :432:14 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :432:14 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :478:16 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :478:16 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :482:18 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :482:18 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :486:18 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :486:18 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :490:18 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :490:18 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :494:18 - Attribute `paramstyle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :494:18 - Attribute `paramstyle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :527:31 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :527:31 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :532:31 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :532:31 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :547:31 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :547:31 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :592:31 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :592:31 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :684:31 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :684:31 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :692:31 - Attribute `Error` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :692:31 - Attribute `Error` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :837:14 - Attribute `Date` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :837:14 - Attribute `Date` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :838:14 - Attribute `DateFromTicks` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :838:14 - Attribute `DateFromTicks` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :843:14 - Attribute `Time` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :843:14 - Attribute `Time` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :844:14 - Attribute `TimeFromTicks` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :844:14 - Attribute `TimeFromTicks` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :849:14 - Attribute `Timestamp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :849:14 - Attribute `Timestamp` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :850:14 - Attribute `TimestampFromTicks` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :850:14 - Attribute `TimestampFromTicks` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :857:13 - Attribute `Binary` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :857:13 - Attribute `Binary` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :858:13 - Attribute `Binary` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :858:13 - Attribute `Binary` is not defined on `None` in union `Unknown | None`

com/win32com/client/dynamic.py

[warning] possibly-missing-attribute - :312:47 - Attribute `__getitem__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :312:47 - Attribute `__getitem__` is not defined on `None` in union `Unknown | None`

com/win32com/client/genpy.py

[warning] possibly-missing-attribute - :1060:16 - Attribute `encoding` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1060:16 - Attribute `encoding` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1061:20 - Attribute `encoding` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1061:20 - Attribute `encoding` is not defined on `None` in union `Unknown | None`

com/win32com/client/makepy.py

[warning] possibly-missing-attribute - :177:9 - Attribute `SetText` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :177:9 - Attribute `SetText` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :179:13 - Attribute `SetMaxTicks` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :179:13 - Attribute `SetMaxTicks` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :182:9 - Attribute `Tick` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :182:9 - Attribute `Tick` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :184:13 - Attribute `SetText` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :184:13 - Attribute `SetText` is not defined on `None` in union `Unknown | None`

com/win32com/demos/excelAddin.py

[warning] possibly-missing-attribute - :124:9 - Attribute `CommandBars` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :124:9 - Attribute `CommandBars` is not defined on `None` in union `Unknown | None`

com/win32com/demos/ietoolbar.py

[warning] possibly-missing-attribute - :220:9 - Attribute `Navigate2` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :220:9 - Attribute `Navigate2` is not defined on `None` in union `Unknown | CDispatch | None`

com/win32com/test/errorSemantics.py

[warning] possibly-missing-attribute - :218:16 - Attribute `startswith` may be missing on object of type `Unknown | None | str`
[error] unresolved-attribute - :218:16 - Attribute `startswith` is not defined on `None` in union `Unknown | None | str`

com/win32com/test/policySemantics.py

[warning] possibly-missing-attribute - :110:20 - Attribute `_oleobj_` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :110:20 - Attribute `_oleobj_` is not defined on `None` in union `Unknown | CDispatch | None`

com/win32com/test/testArrays.py

[warning] possibly-missing-attribute - :71:43 - Attribute `Array` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :71:43 - Attribute `Array` is not defined on `None` in union `Unknown | CDispatch | None`

com/win32com/test/testIterators.py

[warning] possibly-missing-attribute - :76:18 - Attribute `EnumerableCollectionProperty` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :76:18 - Attribute `EnumerableCollectionProperty` is not defined on `None` in union `Unknown | CDispatch | None`
[warning] possibly-missing-attribute - :112:18 - Attribute `GetCollection` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :112:18 - Attribute `GetCollection` is not defined on `None` in union `Unknown | CDispatch | None`

com/win32com/test/util.py

[warning] possibly-missing-attribute - :233:12 - Attribute `showAll` may be missing on object of type `(Unknown & ~None) | TestResult`
[error] unresolved-attribute - :233:12 - Attribute `showAll` is not defined on `TestResult` in union `(Unknown & ~None) | TestResult`

com/win32comext/adsi/__init__.py

[warning] possibly-missing-attribute - :54:41 - Attribute `IID_IADsContainer` may be missing on object of type `<module 'adsi'> | Unknown`
[error] unresolved-attribute - :54:41 - Attribute `IID_IADsContainer` is not defined on `<module 'adsi'>` in union `<module 'adsi'> | Unknown`
[warning] possibly-missing-attribute - :55:25 - Attribute `ADsBuildEnumerator` may be missing on object of type `<module 'adsi'> | Unknown`
[error] unresolved-attribute - :55:25 - Attribute `ADsBuildEnumerator` is not defined on `<module 'adsi'>` in union `<module 'adsi'> | Unknown`
[warning] possibly-missing-attribute - :71:18 - Attribute `ADsEnumerateNext` may be missing on object of type `<module 'adsi'> | Unknown`
[error] unresolved-attribute - :71:18 - Attribute `ADsEnumerateNext` is not defined on `<module 'adsi'>` in union `<module 'adsi'> | Unknown`
[warning] possibly-missing-attribute - :76:25 - Attribute `ADsBuildEnumerator` may be missing on object of type `<module 'adsi'> | Unknown`
[error] unresolved-attribute - :76:25 - Attribute `ADsBuildEnumerator` is not defined on `<module 'adsi'>` in union `<module 'adsi'> | Unknown`

com/win32comext/axcontrol/demos/container_ie.py

[warning] possibly-missing-attribute - :224:9 - Attribute `Close` may be missing on object of type `Unknown | PyIUnknown | None`
[error] unresolved-attribute - :224:9 - Attribute `Close` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`
[warning] possibly-missing-attribute - :234:9 - Attribute `Navigate2` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :234:9 - Attribute `Navigate2` is not defined on `None` in union `Unknown | CDispatch | None`
[warning] possibly-missing-attribute - :235:15 - Attribute `Document` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :235:15 - Attribute `Document` is not defined on `None` in union `Unknown | CDispatch | None`
[warning] possibly-missing-attribute - :241:9 - Attribute `Navigate2` may be missing on object of type `Unknown | CDispatch | None`
[error] unresolved-attribute - :241:9 - Attribute `Navigate2` is not defined on `None` in union `Unknown | CDispatch | None`

com/win32comext/axdebug/adb.py

[warning] possibly-missing-attribute - :165:12 - Attribute `FromFileName` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :165:12 - Attribute `FromFileName` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :183:12 - Attribute `FromFileName` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :183:12 - Attribute `FromFileName` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :231:28 - Attribute `HandleBreakPoint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :231:28 - Attribute `HandleBreakPoint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :269:17 - Attribute `RemoveStackFrameSniffer` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :269:17 - Attribute `RemoveStackFrameSniffer` is not defined on `None` in union `Unknown | None`

com/win32comext/axdebug/codecontainer.py

[warning] possibly-missing-attribute - :110:13 - Attribute `find` may be missing on object of type `str | None`
[error] unresolved-attribute - :110:13 - Attribute `find` is not defined on `None` in union `str | None`

com/win32comext/axdebug/debugger.py

[warning] possibly-missing-attribute - :25:9 - Attribute `Attach` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :25:9 - Attribute `Attach` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :158:21 - Attribute `tb_frame` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :158:21 - Attribute `tb_frame` is not defined on `None` in union `TracebackType | None`
[warning] possibly-missing-attribute - :161:9 - Attribute `StartDebugSession` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :161:9 - Attribute `StartDebugSession` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :164:9 - Attribute `SetupAXDebugging` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :164:9 - Attribute `SetupAXDebugging` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :165:9 - Attribute `set_trace` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :165:9 - Attribute `set_trace` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :168:9 - Attribute `ResetAXDebugging` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :168:9 - Attribute `ResetAXDebugging` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :170:9 - Attribute `CloseApp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :170:9 - Attribute `CloseApp` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :171:9 - Attribute `RemoveGlobalExpressionContextProvider` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :171:9 - Attribute `RemoveGlobalExpressionContextProvider` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :185:20 - Attribute `CreateApplicationNode` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :185:20 - Attribute `CreateApplicationNode` is not defined on `None` in union `Unknown | None`

com/win32comext/axdebug/documents.py

[warning] possibly-missing-attribute - :61:16 - Attribute `GetName` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :61:16 - Attribute `GetName` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :73:16 - Attribute `GetNumLines` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :73:50 - Attribute `GetNumChars` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:16 - Attribute `GetNumLines` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :73:50 - Attribute `GetNumChars` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :76:16 - Attribute `GetPositionOfLine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :76:16 - Attribute `GetPositionOfLine` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :79:16 - Attribute `GetLineOfPosition` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :79:16 - Attribute `GetLineOfPosition` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :86:16 - Attribute `GetSyntaxColorAttributes` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :86:16 - Attribute `GetSyntaxColorAttributes` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :87:16 - Attribute `GetText` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :87:16 - Attribute `GetText` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :98:14 - Attribute `GetCodeContextAtPosition` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :98:14 - Attribute `GetCodeContextAtPosition` is not defined on `None` in union `Unknown | None`

com/win32comext/axscript/client/debug.py

[warning] possibly-missing-attribute - :128:9 - Attribute `SetupAXDebugging` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :128:9 - Attribute `SetupAXDebugging` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :132:9 - Attribute `ResetAXDebugging` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :132:9 - Attribute `ResetAXDebugging` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :143:23 - Attribute `CreateApplicationNode` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :143:23 - Attribute `CreateApplicationNode` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :149:9 - Attribute `AddCodeContainer` may be missing on object of type `Unknown | CodeContainerProvider | None`
[error] unresolved-attribute - :149:9 - Attribute `AddCodeContainer` is not defined on `None` in union `Unknown | CodeContainerProvider | None`
[warning] possibly-missing-attribute - :205:22 - Attribute `scriptEngine` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:22 - Attribute `scriptEngine` is not defined on `None` in union `Unknown | None`

com/win32comext/axscript/client/framework.py

[warning] possibly-missing-attribute - :251:28 - Attribute `QueryInterface` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :251:28 - Attribute `QueryInterface` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :260:32 - Attribute `QueryInterface` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :260:32 - Attribute `QueryInterface` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :339:24 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - :339:24 - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[warning] possibly-missing-attribute - :347:24 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - :347:24 - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[warning] possibly-missing-attribute - :357:24 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - :357:24 - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[warning] possibly-missing-attribute - :378:21 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - :378:21 - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[warning] possibly-missing-attribute - :394:16 - Attribute `parentItem` may be missing on object of type `Self@GetEngine | Unknown | None`
[error] unresolved-attribute - :394:16 - Attribute `parentItem` is not defined on `None` in union `Self@GetEngine | Unknown | None`
[warning] possibly-missing-attribute - :447:24 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - :447:24 - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[warning] possibly-missing-attribute - :454:24 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[error] unresolved-attribute - :454:24 - Attribute `values` is not defined on `list[Unknown]` in union `Unknown | dict[Unknown, Unknown] | list[Unknown]`
[warning] possibly-missing-attribute - :473:29 - Attribute `QueryInterface` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :473:29 - Attribute `QueryInterface` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :510:34 - Attribute `Invoke` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :510:34 - Attribute `Invoke` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1090:16 - Attribute `appDebugger` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1090:16 - Attribute `appDebugger` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1091:24 - Attribute `runcall` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1091:24 - Attribute `runcall` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1143:16 - Attribute `appDebugger` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1143:16 - Attribute `appDebugger` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1144:24 - Attribute `run` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1144:24 - Attribute `run` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1171:16 - Attribute `appDebugger` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1171:16 - Attribute `appDebugger` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1172:24 - Attribute `runeval` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1172:24 - Attribute `runeval` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1223:17 - Attribute `OnScriptTerminate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1223:17 - Attribute `OnScriptTerminate` is not defined on `None` in union `Unknown | None`

com/win32comext/axscript/server/axsite.py

[warning] possibly-missing-attribute - :20:9 - Attribute `SetScriptSite` may be missing on object of type `Unknown | PyIUnknown`
[error] unresolved-attribute - :20:9 - Attribute `SetScriptSite` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[warning] possibly-missing-attribute - :21:9 - Attribute `InitNew` may be missing on object of type `Unknown | PyIUnknown`
[error] unresolved-attribute - :21:9 - Attribute `InitNew` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[warning] possibly-missing-attribute - :27:16 - Attribute `GetScriptDispatch` may be missing on object of type `Unknown | None | PyIUnknown`
[error] unresolved-attribute - :27:16 - Attribute `GetScriptDispatch` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[warning] possibly-missing-attribute - :30:16 - Attribute `AddNamedItem` may be missing on object of type `Unknown | None | PyIUnknown`
[error] unresolved-attribute - :30:16 - Attribute `AddNamedItem` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[warning] possibly-missing-attribute - :34:9 - Attribute `ParseScriptText` may be missing on object of type `Unknown | None | PyIUnknown`
[error] unresolved-attribute - :34:9 - Attribute `ParseScriptText` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[warning] possibly-missing-attribute - :37:16 - Attribute `ParseScriptText` may be missing on object of type `Unknown | None | PyIUnknown`
[error] unresolved-attribute - :37:16 - Attribute `ParseScriptText` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[warning] possibly-missing-attribute - :44:9 - Attribute `SetScriptState` may be missing on object of type `Unknown | None | PyIUnknown`
[error] unresolved-attribute - :44:9 - Attribute `SetScriptState` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[warning] possibly-missing-attribute - :50:13 - Attribute `Close` may be missing on object of type `(Unknown & ~AlwaysFalsy) | PyIUnknown`
[error] unresolved-attribute - :50:13 - Attribute `Close` is not defined on `PyIUnknown` in union `(Unknown & ~AlwaysFalsy) | PyIUnknown`
[warning] possibly-missing-attribute - :54:9 - Attribute `SetScriptState` may be missing on object of type `Unknown | None | PyIUnknown`
[error] unresolved-attribute - :54:9 - Attribute `SetScriptState` is not defined on `None`, `PyIUnknown` in union `Unknown | None | PyIUnknown`
[warning] possibly-missing-attribute - :110:9 - Attribute `Close` may be missing on object of type `Unknown | None | AXEngine`
[error] unresolved-attribute - :110:9 - Attribute `Close` is not defined on `None` in union `Unknown | None | AXEngine`

com/win32comext/ifilter/demo/filterDemo.py

[warning] possibly-missing-attribute - :46:25 - Attribute `Init` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :46:25 - Attribute `Init` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :79:29 - Attribute `GetChunk` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :79:29 - Attribute `GetChunk` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :134:48 - Attribute `GetValue` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :134:48 - Attribute `GetValue` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :175:36 - Attribute `GetText` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :175:36 - Attribute `GetText` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :191:19 - Attribute `QueryInterface` may be missing on object of type `Unknown | None | PyIStorage`
[error] unresolved-attribute - :191:19 - Attribute `QueryInterface` is not defined on `None`, `PyIStorage` in union `Unknown | None | PyIStorage`

com/win32comext/shell/demos/IUniformResourceLocator.py

[warning] possibly-missing-attribute - :20:9 - Attribute `Load` may be missing on object of type `Unknown | PyIUnknown`
[error] unresolved-attribute - :20:9 - Attribute `Load` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[warning] possibly-missing-attribute - :23:9 - Attribute `Save` may be missing on object of type `Unknown | PyIUnknown`
[error] unresolved-attribute - :23:9 - Attribute `Save` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`

com/win32comext/shell/demos/create_link.py

[warning] possibly-missing-attribute - :22:9 - Attribute `Load` may be missing on object of type `Unknown | PyIUnknown`
[error] unresolved-attribute - :22:9 - Attribute `Load` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`
[warning] possibly-missing-attribute - :25:9 - Attribute `Save` may be missing on object of type `Unknown | PyIUnknown`
[error] unresolved-attribute - :25:9 - Attribute `Save` is not defined on `PyIUnknown` in union `Unknown | PyIUnknown`

com/win32comext/shell/demos/explorer_browser.py

[warning] possibly-missing-attribute - :125:9 - Attribute `Unadvise` may be missing on object of type `Unknown | PyIUnknown | None`
[error] unresolved-attribute - :125:9 - Attribute `Unadvise` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`
[warning] possibly-missing-attribute - :126:9 - Attribute `Destroy` may be missing on object of type `Unknown | PyIUnknown | None`
[error] unresolved-attribute - :126:9 - Attribute `Destroy` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`
[warning] possibly-missing-attribute - :134:9 - Attribute `SetRect` may be missing on object of type `Unknown | PyIUnknown | None`
[error] unresolved-attribute - :134:9 - Attribute `SetRect` is not defined on `PyIUnknown`, `None` in union `Unknown | PyIUnknown | None`

com/win32comext/shell/demos/servers/shell_view.py

[warning] possibly-missing-attribute - :559:13 - Attribute `InsertMenusSB` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :559:13 - Attribute `InsertMenusSB` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :562:13 - Attribute `SetMenuSB` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :562:13 - Attribute `SetMenuSB` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :687:21 - Attribute `GetControlWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :687:21 - Attribute `GetControlWindow` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :760:17 - Attribute `GetControlWindow` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :760:17 - Attribute `GetControlWindow` is not defined on `None` in union `Unknown | None`

win32/Demos/security/sspi/fetch_url.py

[warning] possibly-missing-attribute - :37:8 - Attribute `show_headers` may be missing on object of type `None | Values`
[error] unresolved-attribute - :37:8 - Attribute `show_headers` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :41:8 - Attribute `show_body` may be missing on object of type `None | Values`
[error] unresolved-attribute - :41:8 - Attribute `show_body` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :46:12 - Attribute `user` may be missing on object of type `None | Values`
[warning] possibly-missing-attribute - :46:28 - Attribute `domain` may be missing on object of type `None | Values`
[warning] possibly-missing-attribute - :46:46 - Attribute `password` may be missing on object of type `None | Values`
[error] unresolved-attribute - :46:12 - Attribute `user` is not defined on `None` in union `None | Values`
[error] unresolved-attribute - :46:28 - Attribute `domain` is not defined on `None` in union `None | Values`
[error] unresolved-attribute - :46:46 - Attribute `password` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :47:25 - Attribute `user` may be missing on object of type `None | Values`
[warning] possibly-missing-attribute - :47:39 - Attribute `domain` may be missing on object of type `None | Values`
[warning] possibly-missing-attribute - :47:55 - Attribute `password` may be missing on object of type `None | Values`
[error] unresolved-attribute - :47:25 - Attribute `user` is not defined on `None` in union `None | Values`
[error] unresolved-attribute - :47:39 - Attribute `domain` is not defined on `None` in union `None | Values`
[error] unresolved-attribute - :47:55 - Attribute `password` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :61:16 - Attribute `show_headers` may be missing on object of type `None | Values`
[error] unresolved-attribute - :61:16 - Attribute `show_headers` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :101:12 - Attribute `show_body` may be missing on object of type `None | Values`
[error] unresolved-attribute - :101:12 - Attribute `show_body` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :108:12 - Attribute `show_headers` may be missing on object of type `None | Values`
[error] unresolved-attribute - :108:12 - Attribute `show_headers` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :118:12 - Attribute `show_body` may be missing on object of type `None | Values`
[error] unresolved-attribute - :118:12 - Attribute `show_body` is not defined on `None` in union `None | Values`

win32/Demos/security/sspi/socket_server.py

[warning] possibly-missing-attribute - :64:35 - Attribute `package` may be missing on object of type `None | Values`
[error] unresolved-attribute - :64:35 - Attribute `package` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :106:40 - Attribute `port` may be missing on object of type `None | Values`
[error] unresolved-attribute - :106:40 - Attribute `port` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :112:49 - Attribute `port` may be missing on object of type `None | Values`
[error] unresolved-attribute - :112:49 - Attribute `port` is not defined on `None` in union `None | Values`
[warning] possibly-missing-attribute - :115:26 - Attribute `package` may be missing on object of type `None | Values`
[warning] possibly-missing-attribute - :115:53 - Attribute `target_spn` may be missing on object of type `None | Values`
[error] unresolved-attribute - :115:26 - Attribute `package` is not defined on `None` in union `None | Values`
[error] unresolved-attribute - :115:53 - Attribute `target_spn` is not defined on `None` in union `None | Values`

win32/Demos/win32gui_devicenotify.py

[warning] possibly-missing-attribute - :26:13 - Attribute `devicetype` may be missing on object of type `DEV_BROADCAST_INFO | None`
[error] unresolved-attribute - :26:13 - Attribute `devicetype` is not defined on `None` in union `DEV_BROADCAST_INFO | None`

win32/Lib/pywin32_testutil.py

[warning] possibly-missing-attribute - :49:12 - Attribute `shouldStop` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :49:37 - Attribute `wasSuccessful` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :49:12 - Attribute `shouldStop` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :49:37 - Attribute `wasSuccessful` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :61:13 - Attribute `addFailure` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :61:13 - Attribute `addFailure` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :76:16 - Attribute `shouldStop` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :76:16 - Attribute `shouldStop` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :88:13 - Attribute `addFailure` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :88:13 - Attribute `addFailure` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :92:13 - Attribute `addFailure` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :92:13 - Attribute `addFailure` is not defined on `None` in union `Unknown | None`

win32/Lib/pywintypes.py

[warning] possibly-missing-attribute - :116:5 - Attribute `exec_module` may be missing on object of type `Loader | None`
[error] unresolved-attribute - :116:5 - Attribute `exec_module` is not defined on `None` in union `Loader | None`

win32/Lib/sspi.py

[warning] possibly-missing-attribute - :49:25 - Attribute `QueryContextAttributes` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :49:25 - Attribute `QueryContextAttributes` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :58:9 - Attribute `EncryptMessage` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :58:9 - Attribute `EncryptMessage` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :70:9 - Attribute `DecryptMessage` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :70:9 - Attribute `DecryptMessage` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :78:25 - Attribute `QueryContextAttributes` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :78:25 - Attribute `QueryContextAttributes` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :85:9 - Attribute `MakeSignature` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :85:9 - Attribute `MakeSignature` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :98:9 - Attribute `VerifySignature` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :98:9 - Attribute `VerifySignature` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :120:17 - Attribute `DecryptMessage` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :120:17 - Attribute `DecryptMessage` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :135:21 - Attribute `QueryContextAttributes` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :135:21 - Attribute `QueryContextAttributes` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :156:9 - Attribute `EncryptMessage` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :156:9 - Attribute `EncryptMessage` is not defined on `None` in union `PyCtxtHandle | None`
[warning] possibly-missing-attribute - :168:21 - Attribute `QueryContextAttributes` may be missing on object of type `PyCtxtHandle | None`
[error] unresolved-attribute - :168:21 - Attribute `QueryContextAttributes` is not defined on `None` in union `PyCtxtHandle | None`

win32/Lib/win32rcparser.py

[warning] possibly-missing-attribute - :229:16 - Attribute `startswith` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :229:16 - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :389:19 - Attribute `startswith` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :389:19 - Attribute `startswith` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :400:19 - Attribute `isdigit` may be missing on object of type `Unknown | str | None`
[error] unresolved-attribute - :400:19 - Attribute `isdigit` is not defined on `None` in union `Unknown | str | None`
[warning] possibly-missing-attribute - :512:43 - Attribute `isdigit` may be missing on object of type `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None`
[error] unresolved-attribute - :512:43 - Attribute `isdigit` is not defined on `None` in union `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None`
[warning] possibly-missing-attribute - :520:37 - Attribute `isdigit` may be missing on object of type `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None`
[error] unresolved-attribute - :520:37 - Attribute `isdigit` is not defined on `None` in union `(Unknown & ~Literal["END"] & ~Literal["-"]) | (str & ~Literal["END"] & ~Literal["-"]) | None`

win32/test/test_odbc.py

[warning] possibly-missing-attribute - :102:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :102:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :111:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :111:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :120:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :120:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :131:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :131:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :140:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :140:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :149:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :149:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :165:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :165:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :167:17 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :167:17 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :173:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :173:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :177:20 - Attribute `fetchmany` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :177:20 - Attribute `fetchmany` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :227:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :227:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :234:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :234:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :237:26 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :237:26 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :238:30 - Attribute `fetchone` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :238:30 - Attribute `fetchone` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :242:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :242:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :248:26 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :248:26 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :249:30 - Attribute `fetchone` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :249:30 - Attribute `fetchone` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :253:13 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :253:13 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :259:26 - Attribute `execute` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :259:26 - Attribute `execute` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :260:30 - Attribute `fetchone` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :260:30 - Attribute `fetchone` is not defined on `None` in union `Unknown | None`

win32/test/test_security.py

[warning] possibly-missing-attribute - :104:13 - Attribute `close` may be missing on object of type `(Unknown & ~None) | PyDS_HANDLE`
[error] unresolved-attribute - :104:13 - Attribute `close` is not defined on `PyDS_HANDLE` in union `(Unknown & ~None) | PyDS_HANDLE`

win32/test/test_win32inet.py

[warning] possibly-missing-attribute - :60:9 - Attribute `Close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :60:9 - Attribute `Close` is not defined on `None` in union `Unknown | None`

rclip (https://github.com/yurijmikhalevich/rclip)

rclip/main.py

[warning] possibly-missing-attribute - :254:5 - Attribute `reconfigure` may be missing on object of type `TextIO | Any`
[error] unresolved-attribute - :254:5 - Attribute `reconfigure` is not defined on `TextIO` in union `TextIO | Any`

rich (https://github.com/Textualize/rich)

tests/test_console.py

[warning] possibly-missing-attribute - :167:13 - Attribute `fileno` may be missing on object of type `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :167:13 - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :168:13 - Attribute `fileno` may be missing on object of type `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :168:13 - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :169:13 - Attribute `fileno` may be missing on object of type `TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :169:13 - Attribute `fileno` is not defined on `None` in union `TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :1012:5 - Attribute `close` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :1012:5 - Attribute `close` is not defined on `None` in union `IO[bytes] | None`

tests/test_logging.py

[warning] possibly-missing-attribute - :55:14 - Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
[error] unresolved-attribute - :55:14 - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[warning] possibly-missing-attribute - :86:14 - Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
[error] unresolved-attribute - :86:14 - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[warning] possibly-missing-attribute - :146:20 - Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
[error] unresolved-attribute - :146:20 - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[warning] possibly-missing-attribute - :153:21 - Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
[error] unresolved-attribute - :153:21 - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`
[warning] possibly-missing-attribute - :160:20 - Attribute `getvalue` may be missing on object of type `Unknown | IO[str]`
[error] unresolved-attribute - :160:20 - Attribute `getvalue` is not defined on `IO[str]` in union `Unknown | IO[str]`

tests/test_pretty.py

[warning] possibly-missing-attribute - :319:5 - Attribute `append` may be missing on object of type `Unknown | int | list[Unknown]`
[error] unresolved-attribute - :319:5 - Attribute `append` is not defined on `int` in union `Unknown | int | list[Unknown]`

tests/test_syntax.py

[warning] possibly-missing-attribute - :348:16 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :348:16 - Attribute `name` is not defined on `None` in union `Unknown | None`

tests/test_text.py

[warning] possibly-missing-attribute - :247:9 - Attribute `link` may be missing on object of type `str | Style`
[error] unresolved-attribute - :247:9 - Attribute `link` is not defined on `str` in union `str | Style`
[warning] possibly-missing-attribute - :261:9 - Attribute `link` may be missing on object of type `str | Style`
[error] unresolved-attribute - :261:9 - Attribute `link` is not defined on `str` in union `str | Style`

rotki (https://github.com/rotki/rotki)

rotkehlchen/api/services/transactions.py

[warning] possibly-missing-attribute - :126:40 - Attribute `node_inquirer` may be missing on object of type `Unknown | ChainManagerWithTransactions[Unknown]`
[error] unresolved-attribute - :126:40 - Attribute `node_inquirer` is not defined on `ChainManagerWithTransactions[Unknown]` in union `Unknown | ChainManagerWithTransactions[Unknown]`

rotkehlchen/api/v1/schemas.py

[warning] possibly-missing-attribute - :342:14 - Attribute `is_evm_or_evmlike` may be missing on object of type `SupportedBlockchain | None`
[error] unresolved-attribute - :342:14 - Attribute `is_evm_or_evmlike` is not defined on `None` in union `SupportedBlockchain | None`
[warning] possibly-missing-attribute - :343:14 - Attribute `is_substrate` may be missing on object of type `SupportedBlockchain | None`
[error] unresolved-attribute - :343:14 - Attribute `is_substrate` is not defined on `None` in union `SupportedBlockchain | None`

rotkehlchen/exchanges/coinbase.py

[warning] possibly-missing-attribute - :204:27 - Attribute `value` may be missing on object of type `Unknown | CoinbaseKeyType | None`
[error] unresolved-attribute - :204:27 - Attribute `value` is not defined on `None` in union `Unknown | CoinbaseKeyType | None`

rotkehlchen/tests/api/test_exchanges.py

[warning] possibly-missing-attribute - :1315:38 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1315:38 - Attribute `get` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1352:38 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1352:38 - Attribute `get` is not defined on `None` in union `Unknown | None`

rotkehlchen/tests/db/test_db.py

[warning] possibly-missing-attribute - :1547:12 - Attribute `serialize_key` may be missing on object of type `PremiumCredentials | None`
[error] unresolved-attribute - :1547:12 - Attribute `serialize_key` is not defined on `None` in union `PremiumCredentials | None`
[warning] possibly-missing-attribute - :1548:12 - Attribute `serialize_secret` may be missing on object of type `PremiumCredentials | None`
[error] unresolved-attribute - :1548:12 - Attribute `serialize_secret` is not defined on `None` in union `PremiumCredentials | None`

rotkehlchen/tests/db/test_history_events.py

[warning] possibly-missing-attribute - :259:43 - Attribute `identifier` may be missing on object of type `(tuple[int, HistoryBaseEntry[Unknown]] & ~HistoryEvent) | (HistoryBaseEntry[Unknown] & ~HistoryEvent)`
[error] unresolved-attribute - :259:43 - Attribute `identifier` is not defined on `tuple[int, HistoryBaseEntry[Unknown]] & ~HistoryEvent` in union `(tuple[int, HistoryBaseEntry[Unknown]] & ~HistoryEvent) | (HistoryBaseEntry[Unknown] & ~HistoryEvent)`
[warning] possibly-missing-attribute - :261:36 - Attribute `identifier` may be missing on object of type `(tuple[int, HistoryBaseEntry[Unknown]] & ~HistoryEvent) | (HistoryBaseEntry[Unknown] & ~HistoryEvent)`
[error] unresolved-attribute - :261:36 - Attribute `identifier` is not defined on `tuple[int, HistoryBaseEntry[Unknown]] & ~HistoryEvent` in union `(tuple[int, HistoryBaseEntry[Unknown]] & ~HistoryEvent) | (HistoryBaseEntry[Unknown] & ~HistoryEvent)`

rotkehlchen/tests/exchanges/test_kraken.py

[warning] possibly-missing-attribute - :931:9 - Attribute `query_history_events` may be missing on object of type `Kraken | None`
[error] unresolved-attribute - :931:9 - Attribute `query_history_events` is not defined on `None` in union `Kraken | None`

rotkehlchen/tests/external_apis/test_cryptocompare.py

[warning] possibly-missing-attribute - :217:12 - Attribute `price` may be missing on object of type `HistoricalPrice | None`
[error] unresolved-attribute - :217:12 - Attribute `price` is not defined on `None` in union `HistoricalPrice | None`

rotkehlchen/tests/external_apis/test_gnosispay.py

[warning] possibly-missing-attribute - :74:16 - Attribute `session` may be missing on object of type `GnosisPay | None`
[error] unresolved-attribute - :74:16 - Attribute `session` is not defined on `None` in union `GnosisPay | None`
[warning] possibly-missing-attribute - :78:9 - Attribute `query_remote_for_tx_and_update_events` may be missing on object of type `GnosisPay | None`
[error] unresolved-attribute - :78:9 - Attribute `query_remote_for_tx_and_update_events` is not defined on `None` in union `GnosisPay | None`

rotkehlchen/tests/external_apis/test_yearn.py

[warning] possibly-missing-attribute - :100:12 - Attribute `name` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :100:12 - Attribute `name` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :101:12 - Attribute `symbol` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :101:12 - Attribute `symbol` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :102:12 - Attribute `protocol` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :102:12 - Attribute `protocol` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :103:16 - Attribute `underlying_tokens` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :103:16 - Attribute `underlying_tokens` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :104:12 - Attribute `underlying_tokens` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :104:12 - Attribute `underlying_tokens` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :111:12 - Attribute `name` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :111:12 - Attribute `name` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :112:12 - Attribute `symbol` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :112:12 - Attribute `symbol` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :113:12 - Attribute `protocol` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :113:12 - Attribute `protocol` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :114:16 - Attribute `underlying_tokens` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :114:16 - Attribute `underlying_tokens` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :115:12 - Attribute `underlying_tokens` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :115:12 - Attribute `underlying_tokens` is not defined on `None` in union `EvmToken | None`

rotkehlchen/tests/integration/test_backend.py

[warning] possibly-missing-attribute - :26:26 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :26:26 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`

rotkehlchen/tests/unit/accounting/test_misc.py

[warning] possibly-missing-attribute - :173:12 - Attribute `is_close` may be missing on object of type `FVal | None`
[error] unresolved-attribute - :173:12 - Attribute `is_close` is not defined on `None` in union `FVal | None`

rotkehlchen/tests/unit/accounting/test_settings.py

[warning] possibly-missing-attribute - :209:12 - Attribute `is_close` may be missing on object of type `FVal | None`
[error] unresolved-attribute - :209:12 - Attribute `is_close` is not defined on `None` in union `FVal | None`

rotkehlchen/tests/unit/decoders/test_ens.py

[warning] possibly-missing-attribute - :161:12 - Attribute `symbol` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :161:12 - Attribute `symbol` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :162:12 - Attribute `name` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :162:12 - Attribute `name` is not defined on `None` in union `EvmToken | None`

rotkehlchen/tests/unit/decoders/test_uniswapv3.py

[warning] possibly-missing-attribute - :578:12 - Attribute `name` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :578:12 - Attribute `name` is not defined on `None` in union `EvmToken | None`
[warning] possibly-missing-attribute - :579:12 - Attribute `symbol` may be missing on object of type `EvmToken | None`
[error] unresolved-attribute - :579:12 - Attribute `symbol` is not defined on `None` in union `EvmToken | None`

rotkehlchen/tests/unit/test_utils.py

[warning] possibly-missing-attribute - :106:18 - Attribute `total_seconds` may be missing on object of type `timedelta | None`
[error] unresolved-attribute - :106:18 - Attribute `total_seconds` is not defined on `None` in union `timedelta | None`

schemathesis (https://github.com/schemathesis/schemathesis)

src/schemathesis/cli/commands/__init__.py

[warning] possibly-missing-attribute - :135:9 - Attribute `params` may be missing on object of type `<module 'schemathesis.cli.commands.run'> | Unknown`
[error] unresolved-attribute - :135:9 - Attribute `params` is not defined on `<module 'schemathesis.cli.commands.run'>` in union `<module 'schemathesis.cli.commands.run'> | Unknown`

src/schemathesis/generation/hypothesis/builder.py

[warning] possibly-missing-attribute - :154:35 - Attribute `verbosity` may be missing on object of type `settings | None`
[error] unresolved-attribute - :154:35 - Attribute `verbosity` is not defined on `None` in union `settings | None`

src/schemathesis/generation/metrics.py

[warning] possibly-missing-attribute - :69:54 - Attribute `__name__` may be missing on object of type `((MetricContext, /) -> int | float) | Unknown`
[error] unresolved-attribute - :69:54 - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `((MetricContext, /) -> int | float) | Unknown`
[warning] possibly-missing-attribute - :75:31 - Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - :75:31 - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`
[warning] possibly-missing-attribute - :82:31 - Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - :82:31 - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`
[warning] possibly-missing-attribute - :95:43 - Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - :95:43 - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`
[warning] possibly-missing-attribute - :96:44 - Attribute `__name__` may be missing on object of type `Unknown | ((MetricContext, /) -> int | float)`
[error] unresolved-attribute - :96:44 - Attribute `__name__` is not defined on `(MetricContext, /) -> int | float` in union `Unknown | ((MetricContext, /) -> int | float)`

src/schemathesis/specs/openapi/negative/mutations.py

[warning] possibly-missing-attribute - :169:89 - Attribute `__name__` may be missing on object of type `Unknown | ((MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None])`
[error] unresolved-attribute - :169:89 - Attribute `__name__` is not defined on `(MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None]` in union `Unknown | ((MutationContext, (SearchStrategy[Unknown], /) -> Unknown, dict[str, Any], /) -> tuple[MutationResult, MutationMetadata | None])`

src/schemathesis/specs/openapi/schemas.py

[warning] possibly-missing-attribute - :322:32 - Attribute `items` may be missing on object of type `Mapping[str, Any] | None`
[error] unresolved-attribute - :322:32 - Attribute `items` is not defined on `None` in union `Mapping[str, Any] | None`

scikit-build-core (https://github.com/scikit-build/scikit-build-core)

src/scikit_build_core/settings/skbuild_schema.py

[warning] possibly-missing-attribute - :87:21 - Attribute `items` may be missing on object of type `Unknown | str`
[error] unresolved-attribute - :87:21 - Attribute `items` is not defined on `str` in union `Unknown | str`
[warning] possibly-missing-attribute - :92:21 - Attribute `items` may be missing on object of type `Unknown | str`
[error] unresolved-attribute - :92:21 - Attribute `items` is not defined on `str` in union `Unknown | str`

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/_loss/loss.py

[warning] possibly-missing-attribute - :255:12 - Attribute `ndim` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :255:39 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :255:12 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :255:39 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :256:28 - Attribute `squeeze` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :256:28 - Attribute `squeeze` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :370:12 - Attribute `ndim` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :370:38 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :370:12 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :370:38 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :371:27 - Attribute `squeeze` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :371:27 - Attribute `squeeze` is not defined on `None` in union `Unknown | None`

sklearn/base.py

[warning] possibly-missing-attribute - :426:24 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :426:24 - Attribute `end` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :427:25 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :427:25 - Attribute `end` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :439:29 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :439:29 - Attribute `end` is not defined on `None` in union `Match[str] | None`

sklearn/cluster/_birch.py

[warning] possibly-missing-attribute - :721:39 - Attribute `fit_predict` may be missing on object of type `(Unknown & ~Integral & ~None) | Literal[3] | AgglomerativeClustering`
[error] unresolved-attribute - :721:39 - Attribute `fit_predict` is not defined on `Literal[3]` in union `(Unknown & ~Integral & ~None) | Literal[3] | AgglomerativeClustering`

sklearn/cluster/_bisect_k_means.py

[warning] possibly-missing-attribute - :80:24 - Attribute `iter_leaves` may be missing on object of type `Unknown | None | _BisectingTree`
[error] unresolved-attribute - :80:24 - Attribute `iter_leaves` is not defined on `None` in union `Unknown | None | _BisectingTree`

sklearn/cluster/tests/test_bicluster.py

[warning] possibly-missing-attribute - :50:17 - Attribute `toarray` may be missing on object of type `(ndarray[tuple[int, int], dtype[signedinteger[_64Bit]]] & SparseABC) | (Unknown & SparseABC) | (list[list[Unknown]] & SparseABC)`
[error] unresolved-attribute - :50:17 - Attribute `toarray` is not defined on `ndarray[tuple[int, int], dtype[signedinteger[_64Bit]]] & SparseABC`, `list[list[Unknown]] & SparseABC` in union `(ndarray[tuple[int, int], dtype[signedinteger[_64Bit]]] & SparseABC) | (Unknown & SparseABC) | (list[list[Unknown]] & SparseABC)`

sklearn/cluster/tests/test_dbscan.py

[warning] possibly-missing-attribute - :120:28 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :120:41 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - :120:28 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - :120:41 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`

sklearn/compose/tests/test_target.py

[warning] possibly-missing-attribute - :344:12 - Attribute `fit_counter` may be missing on object of type `Unknown | FunctionTransformer`
[error] unresolved-attribute - :344:12 - Attribute `fit_counter` is not defined on `FunctionTransformer` in union `Unknown | FunctionTransformer`
[warning] possibly-missing-attribute - :362:12 - Attribute `fit_counter` may be missing on object of type `Unknown | FunctionTransformer`
[error] unresolved-attribute - :362:12 - Attribute `fit_counter` is not defined on `FunctionTransformer` in union `Unknown | FunctionTransformer`
[warning] possibly-missing-attribute - :376:12 - Attribute `fit_counter` may be missing on object of type `Unknown | FunctionTransformer`
[error] unresolved-attribute - :376:12 - Attribute `fit_counter` is not defined on `FunctionTransformer` in union `Unknown | FunctionTransformer`

sklearn/decomposition/_fastica.py

[warning] possibly-missing-attribute - :146:13 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :146:13 - Attribute `get` is not defined on `None` in union `Unknown | None`

sklearn/decomposition/_incremental_pca.py

[warning] possibly-missing-attribute - :353:21 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :353:21 - Attribute `reshape` is not defined on `None` in union `Unknown | None`

sklearn/decomposition/tests/test_incremental_pca.py

[warning] possibly-missing-attribute - :34:9 - Attribute `sum` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :34:9 - Attribute `sum` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :65:9 - Attribute `sum` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :65:9 - Attribute `sum` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :182:38 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :182:38 - Attribute `shape` is not defined on `None` in union `Unknown | None`

sklearn/ensemble/_forest.py

[warning] possibly-missing-attribute - :350:13 - Attribute `_compute_missing_values_in_feature_mask` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :350:13 - Attribute `_compute_missing_values_in_feature_mask` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :907:20 - Attribute `take` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :907:20 - Attribute `take` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`

sklearn/ensemble/_gb.py

[warning] possibly-missing-attribute - :2141:13 - Attribute `astype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2141:13 - Attribute `astype` is not defined on `None` in union `Unknown | None`

sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py

[warning] possibly-missing-attribute - :330:19 - Attribute `named_transformers_` may be missing on object of type `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - :330:19 - Attribute `named_transformers_` is not defined on `None` in union `Unknown | None | ColumnTransformer`
[warning] possibly-missing-attribute - :331:37 - Attribute `n_features_in_` may be missing on object of type `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - :331:37 - Attribute `n_features_in_` is not defined on `None`, `ColumnTransformer` in union `Unknown | None | ColumnTransformer`
[warning] possibly-missing-attribute - :332:48 - Attribute `n_features_in_` may be missing on object of type `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - :332:48 - Attribute `n_features_in_` is not defined on `None`, `ColumnTransformer` in union `Unknown | None | ColumnTransformer`
[warning] possibly-missing-attribute - :333:13 - Attribute `output_indices_` may be missing on object of type `Unknown | None | ColumnTransformer`
[error] unresolved-attribute - :333:13 - Attribute `output_indices_` is not defined on `None` in union `Unknown | None | ColumnTransformer`
[warning] possibly-missing-attribute - :408:12 - Attribute `size` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :408:12 - Attribute `size` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :411:12 - Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :411:12 - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :414:30 - Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :414:30 - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :417:12 - Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :417:12 - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :431:12 - Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :431:12 - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :450:14 - Attribute `dtype` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :450:14 - Attribute `dtype` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :463:16 - Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :463:16 - Attribute `shape` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :467:24 - Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :467:24 - Attribute `shape` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[warning] possibly-missing-attribute - :782:32 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :782:32 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :861:33 - Attribute `tolist` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :861:33 - Attribute `tolist` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :862:38 - Attribute `tolist` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :862:38 - Attribute `tolist` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1134:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1134:9 - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1146:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1146:13 - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1181:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1181:9 - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1191:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1191:13 - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/ensemble/_hist_gradient_boosting/grower.py

[warning] possibly-missing-attribute - :146:16 - Attribute `gain` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :146:16 - Attribute `gain` is not defined on `None` in union `Unknown | None`

sklearn/ensemble/_hist_gradient_boosting/tests/test_grower.py

[warning] possibly-missing-attribute - :112:12 - Attribute `feature_idx` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :112:12 - Attribute `feature_idx` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :113:12 - Attribute `bin_idx` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :113:12 - Attribute `bin_idx` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :609:28 - Attribute `feature_idx` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :609:28 - Attribute `feature_idx` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :624:32 - Attribute `allowed_features` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :624:32 - Attribute `allowed_features` is not defined on `None` in union `Unknown | None`

sklearn/ensemble/_weight_boosting.py

[warning] possibly-missing-attribute - :592:20 - Attribute `take` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :592:20 - Attribute `take` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :594:16 - Attribute `take` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :594:16 - Attribute `take` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :624:32 - Attribute `take` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :624:32 - Attribute `take` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :628:32 - Attribute `take` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :628:32 - Attribute `take` is not defined on `None` in union `Unknown | None`

sklearn/ensemble/tests/test_forest.py

[warning] possibly-missing-attribute - :1328:9 - Attribute `apply` may be missing on object of type `None | Any`
[error] unresolved-attribute - :1328:9 - Attribute `apply` is not defined on `None` in union `None | Any`

sklearn/externals/_numpydoc/docscrape.py

[warning] possibly-missing-attribute - :306:20 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :306:20 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :307:20 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :307:49 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :307:20 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[error] unresolved-attribute - :307:49 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :308:32 - Attribute `end` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :308:32 - Attribute `end` is not defined on `None` in union `Unknown | Match[str] | None`

sklearn/externals/array_api_compat/common/_helpers.py

[warning] possibly-missing-attribute - :758:27 - Attribute `_meta` may be missing on object of type `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (SupportsArrayNamespace[Any] & ~ndarray[tuple[object, ...], dtype[object]])`
[error] unresolved-attribute - :758:27 - Attribute `_meta` is not defined on `SupportsArrayNamespace[Any] & ~ndarray[tuple[object, ...], dtype[object]]` in union `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (SupportsArrayNamespace[Any] & ~ndarray[tuple[object, ...], dtype[object]])`

sklearn/externals/array_api_compat/common/_linalg.py

[warning] possibly-missing-attribute - :113:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :113:76 - Attribute `dtype` may be missing on object of type `Any | tuple[Any, ...]`
[error] unresolved-attribute - :113:15 - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[error] unresolved-attribute - :113:76 - Attribute `dtype` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :117:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[error] unresolved-attribute - :117:15 - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`

sklearn/externals/array_api_extra/_lib/_lazy.py

[warning] possibly-missing-attribute - :243:31 - Attribute `_meta` may be missing on object of type `Unknown | (Array & ~int & ~float & ~complex)`
[error] unresolved-attribute - :243:31 - Attribute `_meta` is not defined on `Array & ~int & ~float & ~complex` in union `Unknown | (Array & ~int & ~float & ~complex)`

sklearn/feature_extraction/_dict_vectorizer.py

[warning] possibly-missing-attribute - :138:17 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :138:17 - Attribute `append` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :139:17 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :139:17 - Attribute `append` is not defined on `None` in union `Unknown | None`

sklearn/feature_selection/_univariate_selection.py

[warning] possibly-missing-attribute - :109:35 - Attribute `size` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :109:35 - Attribute `size` is not defined on `int`, `float` in union `Unknown | int | float`

sklearn/gaussian_process/_gpc.py

[warning] possibly-missing-attribute - :779:38 - Attribute `estimators_` may be missing on object of type `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :779:38 - Attribute `estimators_` is not defined on `_BinaryGaussianProcessClassifierLaplace` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :784:17 - Attribute `log_marginal_likelihood` may be missing on object of type `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :784:17 - Attribute `log_marginal_likelihood` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `_BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :839:16 - Attribute `predict_proba` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :839:16 - Attribute `predict_proba` is not defined on `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :845:20 - Attribute `kernel_` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :845:20 - Attribute `kernel_` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :848:53 - Attribute `estimators_` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :848:53 - Attribute `estimators_` is not defined on `_BinaryGaussianProcessClassifierLaplace` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :898:20 - Attribute `log_marginal_likelihood` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :898:20 - Attribute `log_marginal_likelihood` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :907:26 - Attribute `estimators_` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :907:26 - Attribute `estimators_` is not defined on `_BinaryGaussianProcessClassifierLaplace` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[warning] possibly-missing-attribute - :973:16 - Attribute `latent_mean_and_variance` may be missing on object of type `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`
[error] unresolved-attribute - :973:16 - Attribute `latent_mean_and_variance` is not defined on `OneVsRestClassifier`, `OneVsOneClassifier` in union `Unknown | _BinaryGaussianProcessClassifierLaplace | OneVsRestClassifier | OneVsOneClassifier`

sklearn/gaussian_process/_gpr.py

[warning] possibly-missing-attribute - :290:40 - Attribute `shape` may be missing on object of type `(Unknown & Iterable[object]) | (float & Iterable[object])`
[error] unresolved-attribute - :290:40 - Attribute `shape` is not defined on `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (float & Iterable[object])`
[warning] possibly-missing-attribute - :291:16 - Attribute `shape` may be missing on object of type `(Unknown & Iterable[object]) | (float & Iterable[object])`
[error] unresolved-attribute - :291:16 - Attribute `shape` is not defined on `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (float & Iterable[object])`
[warning] possibly-missing-attribute - :296:39 - Attribute `shape` may be missing on object of type `(Unknown & Iterable[object]) | (float & Iterable[object])`
[error] unresolved-attribute - :296:39 - Attribute `shape` is not defined on `float & Iterable[object]` in union `(Unknown & Iterable[object]) | (float & Iterable[object])`

sklearn/gaussian_process/tests/test_gpc.py

[warning] possibly-missing-attribute - :222:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :222:13 - Attribute `args` is not defined on `str` in union `Warning | str`
[warning] possibly-missing-attribute - :232:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :232:13 - Attribute `args` is not defined on `str` in union `Warning | str`
[warning] possibly-missing-attribute - :252:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :252:13 - Attribute `args` is not defined on `str` in union `Warning | str`
[warning] possibly-missing-attribute - :262:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :262:13 - Attribute `args` is not defined on `str` in union `Warning | str`

sklearn/gaussian_process/tests/test_gpr.py

[warning] possibly-missing-attribute - :164:12 - Attribute `theta` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :164:12 - Attribute `theta` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :414:9 - Attribute `theta` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :414:9 - Attribute `theta` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :496:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :496:13 - Attribute `args` is not defined on `str` in union `Warning | str`
[warning] possibly-missing-attribute - :506:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :506:13 - Attribute `args` is not defined on `str` in union `Warning | str`
[warning] possibly-missing-attribute - :526:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :526:13 - Attribute `args` is not defined on `str` in union `Warning | str`
[warning] possibly-missing-attribute - :536:13 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :536:13 - Attribute `args` is not defined on `str` in union `Warning | str`

sklearn/impute/_base.py

[warning] possibly-missing-attribute - :134:20 - Attribute `transform` may be missing on object of type `Unknown | MissingIndicator | None`
[error] unresolved-attribute - :134:20 - Attribute `transform` is not defined on `None` in union `Unknown | MissingIndicator | None`
[warning] possibly-missing-attribute - :161:27 - Attribute `get_feature_names_out` may be missing on object of type `Unknown | MissingIndicator | None`
[error] unresolved-attribute - :161:27 - Attribute `get_feature_names_out` is not defined on `None` in union `Unknown | MissingIndicator | None`
[warning] possibly-missing-attribute - :723:34 - Attribute `features_` may be missing on object of type `Unknown | MissingIndicator | None`
[error] unresolved-attribute - :723:34 - Attribute `features_` is not defined on `None` in union `Unknown | MissingIndicator | None`
[warning] possibly-missing-attribute - :731:23 - Attribute `features_` may be missing on object of type `Unknown | MissingIndicator | None`
[error] unresolved-attribute - :731:23 - Attribute `features_` is not defined on `None` in union `Unknown | MissingIndicator | None`

sklearn/impute/_iterative.py

[warning] possibly-missing-attribute - :981:17 - Attribute `get_feature_names_out` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :981:17 - Attribute `get_feature_names_out` is not defined on `None` in union `Unknown | None`

sklearn/impute/tests/test_impute.py

[warning] possibly-missing-attribute - :617:32 - Attribute `transform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :617:32 - Attribute `transform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :649:32 - Attribute `transform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :649:32 - Attribute `transform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1595:28 - Attribute `statistics_` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1595:28 - Attribute `statistics_` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1597:28 - Attribute `statistics_` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1597:28 - Attribute `statistics_` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1598:25 - Attribute `statistics_` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1598:25 - Attribute `statistics_` is not defined on `None` in union `Unknown | None`

sklearn/linear_model/_ridge.py

[warning] possibly-missing-attribute - :2305:12 - Attribute `ndim` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :2305:12 - Attribute `ndim` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :2306:22 - Attribute `T` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :2306:22 - Attribute `T` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :2556:31 - Attribute `n_features_in_` may be missing on object of type `_RidgeGCV | Unknown`
[error] unresolved-attribute - :2556:31 - Attribute `n_features_in_` is not defined on `_RidgeGCV` in union `_RidgeGCV | Unknown`

sklearn/linear_model/_stochastic_gradient.py

[warning] possibly-missing-attribute - :648:28 - Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] unresolved-attribute - :648:28 - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :651:32 - Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] unresolved-attribute - :651:32 - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :782:30 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :782:30 - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :785:30 - Attribute `reshape` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] unresolved-attribute - :785:30 - Attribute `reshape` is not defined on `None` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :1694:37 - Attribute `T` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[error] unresolved-attribute - :1694:37 - Attribute `T` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[warning] possibly-missing-attribute - :1747:58 - Attribute `dtype` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None | csr_matrix[Any]`
[error] unresolved-attribute - :1747:58 - Attribute `dtype` is not defined on `None` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None | csr_matrix[Any]`
[warning] possibly-missing-attribute - :2366:58 - Attribute `dtype` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None | csr_matrix[Any]`
[error] unresolved-attribute - :2366:58 - Attribute `dtype` is not defined on `None` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | None | csr_matrix[Any]`
[warning] possibly-missing-attribute - :2455:28 - Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[error] unresolved-attribute - :2455:28 - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[warning] possibly-missing-attribute - :2458:32 - Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[error] unresolved-attribute - :2458:32 - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[warning] possibly-missing-attribute - :2640:40 - Attribute `T` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[error] unresolved-attribute - :2640:40 - Attribute `T` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`

sklearn/linear_model/tests/test_base.py

[warning] possibly-missing-attribute - :316:25 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - :316:25 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :330:25 - Attribute `toarray` may be missing on object of type `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - :330:25 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `@Todo | ndarray[tuple[Any, ...], dtype[float64]]`
[warning] possibly-missing-attribute - :478:13 - Attribute `toarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`
[error] unresolved-attribute - :478:13 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`

sklearn/linear_model/tests/test_bayes.py

[warning] possibly-missing-attribute - :31:12 - Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :31:12 - Attribute `shape` is not defined on `list[Unknown]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/linear_model/tests/test_coordinate_descent.py

[warning] possibly-missing-attribute - :722:20 - Attribute `shape` may be missing on object of type `Unknown | float`
[error] unresolved-attribute - :722:20 - Attribute `shape` is not defined on `float` in union `Unknown | float`
[warning] possibly-missing-attribute - :730:20 - Attribute `shape` may be missing on object of type `Unknown | float`
[error] unresolved-attribute - :730:20 - Attribute `shape` is not defined on `float` in union `Unknown | float`
[warning] possibly-missing-attribute - :1062:20 - Attribute `dot` may be missing on object of type `Unknown | float64 | floating[_32Bit]`
[error] unresolved-attribute - :1062:20 - Attribute `dot` is not defined on `float64`, `floating[_32Bit]` in union `Unknown | float64 | floating[_32Bit]`
[warning] possibly-missing-attribute - :1378:26 - Attribute `toarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`
[error] unresolved-attribute - :1378:26 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`

sklearn/linear_model/tests/test_logistic.py

[warning] possibly-missing-attribute - :328:23 - Attribute `ravel` may be missing on object of type `Unknown | csr_matrix[Any]`
[error] unresolved-attribute - :328:23 - Attribute `ravel` is not defined on `csr_matrix[Any]` in union `Unknown | csr_matrix[Any]`
[warning] possibly-missing-attribute - :354:35 - Attribute `ravel` may be missing on object of type `Unknown | csr_matrix[Any]`
[error] unresolved-attribute - :354:35 - Attribute `ravel` is not defined on `csr_matrix[Any]` in union `Unknown | csr_matrix[Any]`
[warning] possibly-missing-attribute - :452:39 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :452:39 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :457:16 - Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :457:16 - Attribute `shape` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :460:16 - Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
[error] unresolved-attribute - :460:16 - Attribute `shape` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :634:35 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :634:35 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :668:43 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :668:43 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :689:20 - Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :689:20 - Attribute `shape` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :698:20 - Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
[error] unresolved-attribute - :698:20 - Attribute `shape` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :701:31 - Attribute `shape` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :701:31 - Attribute `shape` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1823:12 - Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | float`
[error] unresolved-attribute - :1823:12 - Attribute `shape` is not defined on `list[Unknown]`, `float` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | float`
[warning] possibly-missing-attribute - :1824:12 - Attribute `shape` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | float`
[error] unresolved-attribute - :1824:12 - Attribute `shape` is not defined on `list[Unknown]`, `float` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]] | float`
[warning] possibly-missing-attribute - :1860:35 - Attribute `values` may be missing on object of type `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1860:35 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | dict[Unknown, Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/linear_model/tests/test_omp.py

[warning] possibly-missing-attribute - :135:12 - Attribute `shape` may be missing on object of type `Unknown | float`
[error] unresolved-attribute - :135:12 - Attribute `shape` is not defined on `float` in union `Unknown | float`
[warning] possibly-missing-attribute - :140:12 - Attribute `shape` may be missing on object of type `Unknown | float`
[error] unresolved-attribute - :140:12 - Attribute `shape` is not defined on `float` in union `Unknown | float`

sklearn/linear_model/tests/test_passive_aggressive.py

[warning] possibly-missing-attribute - :154:29 - Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] unresolved-attribute - :154:29 - Attribute `ravel` is not defined on `None`, `csr_matrix[Any]` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :291:29 - Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`
[error] unresolved-attribute - :291:29 - Attribute `ravel` is not defined on `None`, `csr_matrix[Any]` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[int], dtype[Unknown]] | csr_matrix[Any]`

sklearn/linear_model/tests/test_perceptron.py

[warning] possibly-missing-attribute - :60:39 - Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`
[error] unresolved-attribute - :60:39 - Attribute `ravel` is not defined on `None`, `csr_matrix[Any]` in union `Unknown | None | ndarray[tuple[int, int], dtype[Unknown]] | ... omitted 3 union elements`

sklearn/linear_model/tests/test_ridge.py

[warning] possibly-missing-attribute - :549:12 - Attribute `shape` may be missing on object of type `Unknown | float`
[error] unresolved-attribute - :549:12 - Attribute `shape` is not defined on `float` in union `Unknown | float`
[warning] possibly-missing-attribute - :2282:13 - Attribute `toarray` may be missing on object of type `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`
[error] unresolved-attribute - :2282:13 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[float64]]` in union `ndarray[tuple[Any, ...], dtype[float64]] | @Todo`

sklearn/linear_model/tests/test_sag.py

[warning] possibly-missing-attribute - :645:31 - Attribute `ravel` may be missing on object of type `Unknown | csr_matrix[Any]`
[error] unresolved-attribute - :645:31 - Attribute `ravel` is not defined on `csr_matrix[Any]` in union `Unknown | csr_matrix[Any]`
[warning] possibly-missing-attribute - :813:31 - Attribute `ravel` may be missing on object of type `Unknown | csr_matrix[Any]`
[error] unresolved-attribute - :813:31 - Attribute `ravel` is not defined on `csr_matrix[Any]` in union `Unknown | csr_matrix[Any]`

sklearn/manifold/_spectral_embedding.py

[warning] possibly-missing-attribute - :410:13 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :410:13 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :443:17 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :443:17 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`

sklearn/metrics/_plot/det_curve.py

[warning] possibly-missing-attribute - :378:35 - Attribute `is_integer` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :378:35 - Attribute `is_integer` is not defined on `int` in union `Unknown | int | float`

sklearn/metrics/_scorer.py

[warning] possibly-missing-attribute - :167:58 - Attribute `score` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :167:58 - Attribute `score` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :170:56 - Attribute `score` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :170:56 - Attribute `score` is not defined on `None` in union `Unknown | None`

sklearn/metrics/pairwise.py

[warning] possibly-missing-attribute - :577:19 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :577:19 - Attribute `shape` is not defined on `None` in union `Unknown | None`

sklearn/metrics/tests/test_classification.py

[warning] possibly-missing-attribute - :175:42 - Attribute `keys` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | int | float] | int | float`
[error] unresolved-attribute - :175:42 - Attribute `keys` is not defined on `int`, `float` in union `Unknown | dict[Unknown | str, Unknown | int | float] | int | float`

sklearn/mixture/_gaussian_mixture.py

[warning] possibly-missing-attribute - :42:43 - Attribute `float64` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :42:55 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :42:43 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :42:55 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :46:12 - Attribute `less` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :46:42 - Attribute `greater` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :46:12 - Attribute `less` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :46:42 - Attribute `greater` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :50:16 - Attribute `min` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :50:33 - Attribute `max` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :50:16 - Attribute `min` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :50:33 - Attribute `max` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :54:37 - Attribute `float32` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :54:37 - Attribute `float32` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :55:30 - Attribute `abs` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :55:43 - Attribute `sum` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :55:30 - Attribute `abs` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :55:43 - Attribute `sum` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :58:15 - Attribute `sum` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :58:15 - Attribute `sum` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :429:31 - Attribute `stack` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :429:31 - Attribute `stack` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :442:31 - Attribute `sqrt` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :442:31 - Attribute `sqrt` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :947:25 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :947:25 - Attribute `shape` is not defined on `None` in union `Unknown | None`

sklearn/mixture/tests/test_gaussian_mixture.py

[warning] possibly-missing-attribute - :605:16 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :605:16 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :606:16 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :606:16 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :671:16 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :671:16 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :672:16 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :672:16 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :971:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :971:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :972:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :972:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1097:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1097:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1289:12 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1289:12 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1293:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1293:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1294:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1294:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1295:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1295:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`

sklearn/naive_bayes.py

[warning] possibly-missing-attribute - :457:25 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :457:25 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :484:21 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :484:21 - Attribute `shape` is not defined on `None` in union `Unknown | None`

sklearn/neighbors/_base.py

[warning] possibly-missing-attribute - :483:20 - Attribute `ndim` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :483:36 - Attribute `ndim` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :483:52 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :483:20 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :483:36 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :483:52 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :484:24 - Attribute `ndim` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :484:24 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :497:25 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :497:25 - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :506:36 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :506:36 - Attribute `shape` is not defined on `None` in union `Unknown | None`

sklearn/neighbors/_classification.py

[warning] possibly-missing-attribute - :286:18 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :286:18 - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :299:57 - Attribute `dtype` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :299:57 - Attribute `dtype` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :383:18 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :383:18 - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :675:18 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :675:18 - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :749:57 - Attribute `dtype` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :749:57 - Attribute `dtype` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :755:28 - Attribute `take` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :755:28 - Attribute `take` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :827:18 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :827:18 - Attribute `reshape` is not defined on `None` in union `Unknown | None`

sklearn/neighbors/_regression.py

[warning] possibly-missing-attribute - :256:12 - Attribute `ndim` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :256:12 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :257:18 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :257:18 - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :262:32 - Attribute `shape` may be missing on object of type `None | Unknown`
[warning] possibly-missing-attribute - :262:53 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :262:32 - Attribute `shape` is not defined on `None` in union `None | Unknown`
[error] unresolved-attribute - :262:53 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :265:28 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :265:28 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :269:12 - Attribute `ndim` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :269:12 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :483:12 - Attribute `ndim` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :483:12 - Attribute `ndim` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :484:18 - Attribute `reshape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :484:18 - Attribute `reshape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :515:12 - Attribute `ndim` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :515:12 - Attribute `ndim` is not defined on `None` in union `Unknown | None`

sklearn/neural_network/_multilayer_perceptron.py

[warning] possibly-missing-attribute - :804:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
[error] unresolved-attribute - :804:13 - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`

sklearn/preprocessing/tests/test_data.py

[warning] possibly-missing-attribute - :296:16 - Attribute `dtype` may be missing on object of type `Unknown | None | float`
[error] unresolved-attribute - :296:16 - Attribute `dtype` is not defined on `None`, `float` in union `Unknown | None | float`
[warning] possibly-missing-attribute - :297:16 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :297:16 - Attribute `dtype` is not defined on `None` in union `Unknown | None`

sklearn/semi_supervised/_label_propagation.py

[warning] possibly-missing-attribute - :629:25 - Attribute `row` may be missing on object of type `(Unknown & SparseABC) | _spbase[Any, tuple[Any, ...]]`
[warning] possibly-missing-attribute - :629:42 - Attribute `col` may be missing on object of type `(Unknown & SparseABC) | _spbase[Any, tuple[Any, ...]]`
[error] unresolved-attribute - :629:25 - Attribute `row` is not defined on `_spbase[Any, tuple[Any, ...]]` in union `(Unknown & SparseABC) | _spbase[Any, tuple[Any, ...]]`
[error] unresolved-attribute - :629:42 - Attribute `col` is not defined on `_spbase[Any, tuple[Any, ...]]` in union `(Unknown & SparseABC) | _spbase[Any, tuple[Any, ...]]`
[warning] possibly-missing-attribute - :630:13 - Attribute `data` may be missing on object of type `(Unknown & SparseABC) | _spbase[Any, tuple[Any, ...]]`
[error] unresolved-attribute - :630:13 - Attribute `data` is not defined on `_spbase[Any, tuple[Any, ...]]` in union `(Unknown & SparseABC) | _spbase[Any, tuple[Any, ...]]`
[warning] possibly-missing-attribute - :632:13 - Attribute `flat` may be missing on object of type `(Unknown & ~SparseABC) | _ScaledLinearOperator[Any]`
[error] unresolved-attribute - :632:13 - Attribute `flat` is not defined on `_ScaledLinearOperator[Any]` in union `(Unknown & ~SparseABC) | _ScaledLinearOperator[Any]`

sklearn/svm/_base.py

[warning] possibly-missing-attribute - :1053:24 - Attribute `get` may be missing on object of type `(Unknown & ~None) | dict[Unknown | str, Unknown | dict[Unknown | bool, Unknown | int]] | int`
[error] unresolved-attribute - :1053:24 - Attribute `get` is not defined on `int` in union `(Unknown & ~None) | dict[Unknown | str, Unknown | dict[Unknown | bool, Unknown | int]] | int`

sklearn/tests/test_base.py

[warning] possibly-missing-attribute - :190:24 - Attribute `data` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :190:24 - Attribute `data` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :220:28 - Attribute `toarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :220:28 - Attribute `toarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :280:12 - Attribute `d` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :280:12 - Attribute `d` is not defined on `None` in union `Unknown | None`

sklearn/tree/_classes.py

[warning] possibly-missing-attribute - :539:24 - Attribute `take` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :539:24 - Attribute `take` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`

sklearn/tree/_export.py

[warning] possibly-missing-attribute - :486:17 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :486:17 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :489:9 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :489:9 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :492:9 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :492:9 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :495:9 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :495:9 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :502:13 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :502:13 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :506:9 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :506:9 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :507:9 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :507:9 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :511:13 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :511:13 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :513:9 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :513:9 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :516:13 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :516:13 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :535:13 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :535:13 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :540:17 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :540:17 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :543:13 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :543:13 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :547:17 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :547:17 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :551:21 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :551:21 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :553:25 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :553:25 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :555:25 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :555:25 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :556:17 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :556:17 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :577:13 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :577:13 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :580:17 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :580:17 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :581:13 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :581:13 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :585:17 - Attribute `write` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :585:17 - Attribute `write` is not defined on `Sentinel` in union `Unknown | Sentinel`
[warning] possibly-missing-attribute - :951:20 - Attribute `getvalue` may be missing on object of type `Unknown | Sentinel`
[error] unresolved-attribute - :951:20 - Attribute `getvalue` is not defined on `Sentinel` in union `Unknown | Sentinel`

sklearn/tree/tests/test_export.py

[warning] possibly-missing-attribute - :435:28 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :435:28 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :444:28 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :444:28 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :447:28 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :447:28 - Attribute `group` is not defined on `None` in union `Match[str] | None`

sklearn/tree/tests/test_tree.py

[warning] possibly-missing-attribute - :689:9 - Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - :689:9 - Attribute `astype` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :708:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[error] unresolved-attribute - :708:35 - Attribute `tocsr` is not defined on `ndarray[tuple[Any, ...], Unknown]`, `ndarray[tuple[int, int], Unknown]` in union `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :731:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[error] unresolved-attribute - :731:35 - Attribute `tocsr` is not defined on `ndarray[tuple[Any, ...], Unknown]`, `ndarray[tuple[int, int], Unknown]` in union `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :761:9 - Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - :761:9 - Attribute `astype` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :779:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[error] unresolved-attribute - :779:35 - Attribute `tocsr` is not defined on `ndarray[tuple[Any, ...], Unknown]`, `ndarray[tuple[int, int], Unknown]` in union `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :802:35 - Attribute `tocsr` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[error] unresolved-attribute - :802:35 - Attribute `tocsr` is not defined on `ndarray[tuple[Any, ...], Unknown]`, `ndarray[tuple[int, int], Unknown]` in union `Unknown | ndarray[tuple[Any, ...], Unknown] | ndarray[tuple[int, int], Unknown]`
[warning] possibly-missing-attribute - :1359:21 - Attribute `shape` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - :1359:21 - Attribute `shape` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[warning] possibly-missing-attribute - :1996:15 - Attribute `astype` may be missing on object of type `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - :1996:15 - Attribute `astype` is not defined on `list[Unknown | list[Unknown | int]]`, `list[Unknown | int]`, `list[Unknown | int | float]` in union `Unknown | list[Unknown | list[Unknown | int]] | list[Unknown | int] | ... omitted 3 union elements`

sklearn/utils/_mocking.py

[warning] possibly-missing-attribute - :367:16 - Attribute `fit` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :367:16 - Attribute `fit` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :370:16 - Attribute `predict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :370:16 - Attribute `predict` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :373:16 - Attribute `predict_proba` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :373:16 - Attribute `predict_proba` is not defined on `None` in union `Unknown | None`

sklearn/utils/_plotting.py

[warning] possibly-missing-attribute - :377:25 - Attribute `major` may be missing on object of type `LegacyVersion | Version`
[warning] possibly-missing-attribute - :377:41 - Attribute `minor` may be missing on object of type `LegacyVersion | Version`
[error] unresolved-attribute - :377:25 - Attribute `major` is not defined on `LegacyVersion` in union `LegacyVersion | Version`
[error] unresolved-attribute - :377:41 - Attribute `minor` is not defined on `LegacyVersion` in union `LegacyVersion | Version`
[warning] possibly-missing-attribute - :432:25 - Attribute `major` may be missing on object of type `LegacyVersion | Version`
[warning] possibly-missing-attribute - :432:41 - Attribute `minor` may be missing on object of type `LegacyVersion | Version`
[error] unresolved-attribute - :432:25 - Attribute `major` is not defined on `LegacyVersion` in union `LegacyVersion | Version`
[error] unresolved-attribute - :432:41 - Attribute `minor` is not defined on `LegacyVersion` in union `LegacyVersion | Version`

sklearn/utils/_repr_html/base.py

[warning] possibly-missing-attribute - :69:30 - Attribute `major` may be missing on object of type `LegacyVersion | Version`
[warning] possibly-missing-attribute - :69:54 - Attribute `minor` may be missing on object of type `LegacyVersion | Version`
[error] unresolved-attribute - :69:30 - Attribute `major` is not defined on `LegacyVersion` in union `LegacyVersion | Version`
[error] unresolved-attribute - :69:54 - Attribute `minor` is not defined on `LegacyVersion` in union `LegacyVersion | Version`

sklearn/utils/_repr_html/tests/test_estimator.py

[warning] possibly-missing-attribute - :443:26 - Attribute `major` may be missing on object of type `LegacyVersion | Version`
[warning] possibly-missing-attribute - :443:50 - Attribute `minor` may be missing on object of type `LegacyVersion | Version`
[error] unresolved-attribute - :443:26 - Attribute `major` is not defined on `LegacyVersion` in union `LegacyVersion | Version`
[error] unresolved-attribute - :443:50 - Attribute `minor` is not defined on `LegacyVersion` in union `LegacyVersion | Version`

sklearn/utils/class_weight.py

[warning] possibly-missing-attribute - :189:22 - Attribute `toarray` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :189:22 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

sklearn/utils/estimator_checks.py

[warning] possibly-missing-attribute - :227:8 - Attribute `multi_label` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :227:8 - Attribute `multi_label` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :249:12 - Attribute `multi_class` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :249:12 - Attribute `multi_class` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :286:8 - Attribute `preserves_dtype` may be missing on object of type `TransformerTags | None`
[error] unresolved-attribute - :286:8 - Attribute `preserves_dtype` is not defined on `None` in union `TransformerTags | None`
[warning] possibly-missing-attribute - :478:20 - Attribute `mark` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :478:20 - Attribute `mark` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :480:20 - Attribute `mark` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :480:20 - Attribute `mark` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :481:16 - Attribute `param` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :481:16 - Attribute `param` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1379:24 - Attribute `multi_class` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :1379:24 - Attribute `multi_class` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :2347:18 - Attribute `preserves_dtype` may be missing on object of type `TransformerTags | None`
[error] unresolved-attribute - :2347:18 - Attribute `preserves_dtype` is not defined on `None` in union `TransformerTags | None`
[warning] possibly-missing-attribute - :2573:45 - Attribute `poor_score` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :2573:45 - Attribute `poor_score` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :2584:18 - Attribute `poor_score` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :2584:18 - Attribute `poor_score` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :2783:8 - Attribute `multi_class` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :2783:8 - Attribute `multi_class` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :2817:16 - Attribute `poor_score` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :2817:16 - Attribute `poor_score` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :3444:8 - Attribute `multi_class` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :3444:8 - Attribute `multi_class` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :3533:12 - Attribute `poor_score` may be missing on object of type `RegressorTags | None`
[error] unresolved-attribute - :3533:12 - Attribute `poor_score` is not defined on `None` in union `RegressorTags | None`
[warning] possibly-missing-attribute - :3556:8 - Attribute `multi_class` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :3556:8 - Attribute `multi_class` is not defined on `None` in union `ClassifierTags | None`
[warning] possibly-missing-attribute - :3595:16 - Attribute `poor_score` may be missing on object of type `ClassifierTags | None`
[error] unresolved-attribute - :3595:16 - Attribute `poor_score` is not defined on `None` in union `ClassifierTags | None`

sklearn/utils/tests/test_multiclass.py

[warning] possibly-missing-attribute - :399:27 - Attribute `toarray` may be missing on object of type `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`
[error] unresolved-attribute - :399:27 - Attribute `toarray` is not defined on `list[Unknown | list[Unknown | int]] & SparseABC`, `ndarray[tuple[Any, ...], dtype[Any]] & SparseABC`, `_NotAnArray & SparseABC`, `list[Unknown | int] & SparseABC`, `list[Unknown | str] & SparseABC`, `list[Unknown | list[Unknown | str]] & SparseABC`, `list[Unknown] & SparseABC`, `list[Unknown | int | float] & SparseABC`, `list[Unknown | list[Unknown]] & SparseABC`, `list[Unknown | tuple[()]] & SparseABC`, `list[Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]] & SparseABC`, `list[Unknown | set[Unknown | int]] & SparseABC`, `list[Unknown | frozenset[Unknown | int]] & SparseABC`, `list[Unknown | dict[Unknown | int, Unknown | str]] & SparseABC` in union `(Unknown & SparseABC) | (list[Unknown | list[Unknown | int]] & SparseABC) | (ndarray[tuple[Any, ...], dtype[Any]] & SparseABC) | ... omitted 12 union elements`

scipy (https://github.com/scipy/scipy)

benchmarks/benchmarks/cython_special.py

[warning] possibly-missing-attribute - :65:41 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :65:41 - Attribute `group` is not defined on `None` in union `Match[str] | None`

scipy/_build_utils/tempita/_tempita.py

[warning] possibly-missing-attribute - :664:34 - Attribute `start` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :664:34 - Attribute `start` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :672:45 - Attribute `end` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :672:45 - Attribute `end` is not defined on `None` in union `Match[str] | None`

scipy/_lib/_array_api.py

[warning] possibly-missing-attribute - :631:28 - Attribute `asarray` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :631:28 - Attribute `asarray` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :632:12 - Attribute `concat` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :632:12 - Attribute `concat` is not defined on `None` in union `ModuleType | None`

scipy/_lib/_bunch.py

[warning] possibly-missing-attribute - :183:45 - Attribute `__name__` may be missing on object of type `Unknown | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | ... omitted 4 union elements`
[error] unresolved-attribute - :183:45 - Attribute `__name__` is not defined on `dict[str, <class 'TypeError'> | <class 'AttributeError'>]`, `str` in union `Unknown | ([_T_co](self: type[tuple[Unknown, ...]], iterable: Iterable[Unknown] = ..., /) -> Unknown) | dict[str, <class 'TypeError'> | <class 'AttributeError'>] | ... omitted 4 union elements`

scipy/_lib/_docscrape.py

[warning] possibly-missing-attribute - :308:20 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :308:20 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :309:20 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :309:49 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :309:20 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[error] unresolved-attribute - :309:49 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :310:32 - Attribute `end` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :310:32 - Attribute `end` is not defined on `None` in union `Unknown | Match[str] | None`

scipy/_lib/_testutils.py

[warning] possibly-missing-attribute - :329:9 - Attribute `exec_module` may be missing on object of type `Loader | None`
[warning] possibly-missing-attribute - :329:9 - Attribute `loader` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :329:9 - Attribute `exec_module` is not defined on `None` in union `Loader | None`
[error] unresolved-attribute - :329:9 - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`

scipy/_lib/_util.py

[warning] possibly-missing-attribute - :633:13 - Attribute `terminate` may be missing on object of type `Unknown | None | Pool`
[error] unresolved-attribute - :633:13 - Attribute `terminate` is not defined on `None` in union `Unknown | None | Pool`
[warning] possibly-missing-attribute - :637:13 - Attribute `join` may be missing on object of type `Unknown | None | Pool`
[error] unresolved-attribute - :637:13 - Attribute `join` is not defined on `None` in union `Unknown | None | Pool`
[warning] possibly-missing-attribute - :641:13 - Attribute `close` may be missing on object of type `Unknown | None | Pool`
[error] unresolved-attribute - :641:13 - Attribute `close` is not defined on `None` in union `Unknown | None | Pool`
[warning] possibly-missing-attribute - :645:13 - Attribute `close` may be missing on object of type `Unknown | None | Pool`
[error] unresolved-attribute - :645:13 - Attribute `close` is not defined on `None` in union `Unknown | None | Pool`
[warning] possibly-missing-attribute - :646:13 - Attribute `terminate` may be missing on object of type `Unknown | None | Pool`
[error] unresolved-attribute - :646:13 - Attribute `terminate` is not defined on `None` in union `Unknown | None | Pool`
[warning] possibly-missing-attribute - :1118:33 - Attribute `ndim` may be missing on object of type `None | Any`
[error] unresolved-attribute - :1118:33 - Attribute `ndim` is not defined on `None` in union `None | Any`

scipy/cluster/hierarchy/_hierarchy_impl.py

[warning] possibly-missing-attribute - :1027:26 - Attribute `count` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :1027:39 - Attribute `count` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1027:26 - Attribute `count` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :1027:39 - Attribute `count` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1157:20 - Attribute `id` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1157:20 - Attribute `id` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1158:16 - Attribute `is_leaf` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1158:16 - Attribute `is_leaf` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1163:38 - Attribute `left` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1163:38 - Attribute `left` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1167:38 - Attribute `right` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1167:38 - Attribute `right` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3693:5 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3693:5 - Attribute `append` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3694:5 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3694:5 - Attribute `append` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3700:9 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3700:9 - Attribute `append` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3702:9 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3702:9 - Attribute `append` is not defined on `None` in union `Unknown | None`

scipy/datasets/_download_all.py

[warning] possibly-missing-attribute - :67:33 - Attribute `os_cache` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :67:33 - Attribute `os_cache` is not defined on `None` in union `Unknown | None`

scipy/datasets/_fetchers.py

[warning] possibly-missing-attribute - :35:18 - Attribute `HTTPDownloader` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :35:18 - Attribute `HTTPDownloader` is not defined on `None` in union `Unknown | None`

scipy/fft/_pocketfft/tests/test_real_transforms.py

[warning] possibly-missing-attribute - :66:9 - Attribute `close` may be missing on object of type `Any | dict[Unknown, Unknown]`
[error] unresolved-attribute - :66:9 - Attribute `close` is not defined on `dict[Unknown, Unknown]` in union `Any | dict[Unknown, Unknown]`

scipy/fftpack/tests/gen_fftw_ref.py

[warning] possibly-missing-attribute - :24:54 - Attribute `readlines` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :24:54 - Attribute `readlines` is not defined on `None` in union `IO[bytes] | None`

scipy/integrate/_ivp/radau.py

[warning] possibly-missing-attribute - :542:20 - Attribute `T` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :542:20 - Attribute `T` is not defined on `None` in union `Unknown | None`

scipy/integrate/_ivp/rk.py

[warning] possibly-missing-attribute - :539:28 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :539:28 - Attribute `dtype` is not defined on `None` in union `Unknown | None`

scipy/integrate/_quad_vec.py

[warning] possibly-missing-attribute - :341:18 - Attribute `num_eval` may be missing on object of type `Unknown | ((a, b, f, norm_func) -> Unknown) | ((x1, x2, f, norm_func) -> Unknown)`
[error] unresolved-attribute - :341:18 - Attribute `num_eval` is not defined on `(a, b, f, norm_func) -> Unknown`, `(x1, x2, f, norm_func) -> Unknown` in union `Unknown | ((a, b, f, norm_func) -> Unknown) | ((x1, x2, f, norm_func) -> Unknown)`
[warning] possibly-missing-attribute - :399:27 - Attribute `pop` may be missing on object of type `None | LRUDict`
[error] unresolved-attribute - :399:27 - Attribute `pop` is not defined on `None` in union `None | LRUDict`
[warning] possibly-missing-attribute - :437:31 - Attribute `get` may be missing on object of type `None | LRUDict`
[error] unresolved-attribute - :437:31 - Attribute `get` is not defined on `None` in union `None | LRUDict`

scipy/integrate/_quadrature.py

[warning] possibly-missing-attribute - :552:13 - Attribute `reshape` may be missing on object of type `None | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`
[error] unresolved-attribute - :552:13 - Attribute `reshape` is not defined on `None` in union `None | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`
[warning] possibly-missing-attribute - :1175:11 - Attribute `_qmc` may be missing on object of type `<module 'scipy.stats'> | Unknown`
[error] unresolved-attribute - :1175:11 - Attribute `_qmc` is not defined on `<module 'scipy.stats'>` in union `<module 'scipy.stats'> | Unknown`

scipy/integrate/_rules/_gauss_kronrod.py

[warning] possibly-missing-attribute - :102:21 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :102:21 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :126:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :126:23 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :129:23 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :129:23 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :153:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :153:23 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :156:21 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :156:21 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :174:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :174:23 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :177:23 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :177:23 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :195:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :195:23 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`

scipy/integrate/_rules/_gauss_legendre.py

[warning] possibly-missing-attribute - :60:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :60:42 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :60:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :60:42 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :61:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :61:44 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :61:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :61:44 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`

scipy/integrate/_rules/_genz_malik.py

[warning] possibly-missing-attribute - :99:17 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :99:17 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :101:19 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :101:19 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :104:17 - Attribute `reshape` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :104:17 - Attribute `reshape` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :119:19 - Attribute `concat` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :119:19 - Attribute `concat` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :120:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :120:46 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :120:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :120:46 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :121:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :121:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :121:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :121:60 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :122:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :122:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :122:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :122:60 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :123:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :123:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :125:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :125:23 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :127:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :127:59 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :127:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :127:59 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :156:17 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :156:56 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :156:17 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :156:56 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :157:17 - Attribute `reshape` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :157:17 - Attribute `reshape` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :166:19 - Attribute `concat` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :166:19 - Attribute `concat` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :167:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :167:46 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :167:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :167:46 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :168:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :168:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :168:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :168:60 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :169:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :169:60 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :169:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[error] unresolved-attribute - :169:60 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :170:13 - Attribute `asarray` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :170:13 - Attribute `asarray` is not defined on `None` in union `Unknown | ModuleType | None`
[warning] possibly-missing-attribute - :172:23 - Attribute `float64` may be missing on object of type `Unknown | ModuleType | None`
[error] unresolved-attribute - :172:23 - Attribute `float64` is not defined on `None` in union `Unknown | ModuleType | None`

scipy/integrate/tests/test_quadrature.py

[warning] possibly-missing-attribute - :450:20 - Attribute `exp` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :450:34 - Attribute `sum` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :450:62 - Attribute `pi` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :450:20 - Attribute `exp` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :450:34 - Attribute `sum` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :450:62 - Attribute `pi` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :456:30 - Attribute `asarray` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :456:58 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :456:30 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :456:58 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :460:39 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :460:39 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :465:41 - Attribute `log` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :465:41 - Attribute `log` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :466:27 - Attribute `asarray` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :466:55 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :466:27 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :466:55 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :469:47 - Attribute `float64` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :469:47 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :470:25 - Attribute `real` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :470:33 - Attribute `exp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :470:25 - Attribute `real` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :470:33 - Attribute `exp` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :471:16 - Attribute `imag` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :471:50 - Attribute `pi` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :471:16 - Attribute `imag` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :471:50 - Attribute `pi` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :472:25 - Attribute `exp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :472:25 - Attribute `exp` is not defined on `None` in union `Unknown | None`

scipy/interpolate/_cubic.py

[warning] possibly-missing-attribute - :27:16 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :27:16 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :28:8 - Attribute `isdtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :28:8 - Attribute `isdtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :30:9 - Attribute `astype` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :30:22 - Attribute `float64` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :30:9 - Attribute `astype` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :30:22 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :32:8 - Attribute `isdtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :32:8 - Attribute `isdtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :33:17 - Attribute `complex128` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :33:17 - Attribute `complex128` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :35:17 - Attribute `float64` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :35:17 - Attribute `float64` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :38:16 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :38:16 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :41:12 - Attribute `isdtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :41:12 - Attribute `isdtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :42:21 - Attribute `complex128` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :42:21 - Attribute `complex128` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :43:16 - Attribute `astype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :43:16 - Attribute `astype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :45:9 - Attribute `astype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :45:9 - Attribute `astype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :55:12 - Attribute `all` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :55:19 - Attribute `isfinite` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :55:12 - Attribute `all` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :55:19 - Attribute `isfinite` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :57:12 - Attribute `all` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :57:19 - Attribute `isfinite` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :57:12 - Attribute `all` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :57:19 - Attribute `isfinite` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :60:33 - Attribute `all` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :60:40 - Attribute `isfinite` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :60:33 - Attribute `all` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :60:40 - Attribute `isfinite` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :63:10 - Attribute `diff` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :63:10 - Attribute `diff` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :64:8 - Attribute `any` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :64:8 - Attribute `any` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :67:9 - Attribute `moveaxis` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :67:9 - Attribute `moveaxis` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :69:16 - Attribute `moveaxis` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :69:16 - Attribute `moveaxis` is not defined on `None` in union `Unknown | None`

scipy/interpolate/_fitpack_repro.py

[warning] possibly-missing-attribute - :569:12 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :569:12 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :570:49 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :570:49 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :573:35 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :573:35 - Attribute `shape` is not defined on `None` in union `Unknown | None`

scipy/interpolate/_interpnd_info.py

[warning] possibly-missing-attribute - :23:11 - Attribute `diff` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :23:11 - Attribute `diff` is not defined on `Literal[0]` in union `Literal[0] | Unknown`

scipy/interpolate/tests/test_interpolate.py

[warning] possibly-missing-attribute - :1754:23 - Attribute `ravel` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :1754:23 - Attribute `ravel` is not defined on `int`, `float` in union `Unknown | int | float`

scipy/interpolate/tests/test_polyint.py

[warning] possibly-missing-attribute - :522:33 - Attribute `ravel` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :522:33 - Attribute `ravel` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/io/_mmio.py

[warning] possibly-missing-attribute - :910:19 - Attribute `tocoo` may be missing on object of type `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~<Protocol with members '__array__'>) | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :910:19 - Attribute `tocoo` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]`, `ndarray[tuple[Any, ...], Unknown]` in union `(Unknown & ~Top[list[Unknown]] & ~tuple[object, ...] & ~<Protocol with members '__array__'>) | ndarray[tuple[Any, ...], dtype[Unknown]] | ndarray[tuple[Any, ...], Unknown]`

scipy/io/_netcdf.py

[warning] possibly-missing-attribute - :306:25 - Attribute `close` may be missing on object of type `Unknown | None | mmap`
[error] unresolved-attribute - :306:25 - Attribute `close` is not defined on `None` in union `Unknown | None | mmap`

scipy/io/matlab/_mio4.py

[warning] possibly-missing-attribute - :363:15 - Attribute `read_header` may be missing on object of type `Unknown | None | VarReader4`
[error] unresolved-attribute - :363:15 - Attribute `read_header` is not defined on `None` in union `Unknown | None | VarReader4`
[warning] possibly-missing-attribute - :387:16 - Attribute `array_from_header` may be missing on object of type `Unknown | None | VarReader4`
[error] unresolved-attribute - :387:16 - Attribute `array_from_header` is not defined on `None` in union `Unknown | None | VarReader4`
[warning] possibly-missing-attribute - :429:21 - Attribute `shape_from_header` may be missing on object of type `Unknown | None | VarReader4`
[error] unresolved-attribute - :429:21 - Attribute `shape_from_header` is not defined on `None` in union `Unknown | None | VarReader4`

scipy/io/matlab/_mio5.py

[warning] possibly-missing-attribute - :256:30 - Attribute `read_full_tag` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :256:30 - Attribute `read_full_tag` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :263:13 - Attribute `set_stream` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :263:13 - Attribute `set_stream` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :265:34 - Attribute `read_full_tag` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :265:34 - Attribute `read_full_tag` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :268:13 - Attribute `set_stream` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :268:13 - Attribute `set_stream` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :271:18 - Attribute `read_header` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :271:18 - Attribute `read_header` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :291:16 - Attribute `array_from_header` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :291:16 - Attribute `array_from_header` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :366:21 - Attribute `shape_from_header` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :366:21 - Attribute `shape_from_header` is not defined on `None` in union `Unknown | None`

scipy/linalg/_generate_pyx.py

[warning] possibly-missing-attribute - :26:5 - Attribute `exec_module` may be missing on object of type `Loader | None`
[warning] possibly-missing-attribute - :26:5 - Attribute `loader` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :26:5 - Attribute `exec_module` is not defined on `None` in union `Loader | None`
[error] unresolved-attribute - :26:5 - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`

scipy/linalg/tests/test_lapack.py

[warning] possibly-missing-attribute - :55:17 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :55:17 - Attribute `split` is not defined on `None` in union `str | None`

scipy/ndimage/_measurements.py

[warning] possibly-missing-attribute - :993:21 - Attribute `ravel` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :993:21 - Attribute `ravel` is not defined on `None` in union `None | Unknown`

scipy/ndimage/_morphology.py

[warning] possibly-missing-attribute - :1895:36 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1895:36 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1980:36 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1980:36 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2382:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2382:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2384:12 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2384:12 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2391:12 - Attribute `ndim` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :2391:12 - Attribute `ndim` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :2393:24 - Attribute `size` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :2393:57 - Attribute `shape` may be missing on object of type `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :2393:24 - Attribute `size` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :2393:57 - Attribute `shape` is not defined on `None` in union `Unknown | None | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :2407:16 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2407:16 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2409:16 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2409:16 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2414:25 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2414:25 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2577:12 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2577:12 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2579:12 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2579:12 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2587:49 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2587:49 - Attribute `dtype` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2595:16 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2595:16 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2597:16 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2597:16 - Attribute `dtype` is not defined on `None` in union `Unknown | None`

scipy/odr/_odrpack.py

[warning] possibly-missing-attribute - :1195:21 - Attribute `work` may be missing on object of type `(Unknown & ~None) | Output`
[error] unresolved-attribute - :1195:21 - Attribute `work` is not defined on `Output` in union `(Unknown & ~None) | Output`
[warning] possibly-missing-attribute - :1196:22 - Attribute `iwork` may be missing on object of type `(Unknown & ~None) | Output`
[error] unresolved-attribute - :1196:22 - Attribute `iwork` is not defined on `Output` in union `(Unknown & ~None) | Output`

scipy/optimize/_differentiable_functions.py

[warning] possibly-missing-attribute - :385:17 - Attribute `update` may be missing on object of type `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :385:17 - Attribute `update` is not defined on `None`, `csr_array`, `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :639:22 - Attribute `toarray` may be missing on object of type `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :639:22 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_hessian_update_strategy.py

[warning] possibly-missing-attribute - :214:29 - Attribute `dtype` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Any]] | float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :214:29 - Attribute `dtype` is not defined on `None`, `float` in union `Unknown | None | ndarray[tuple[int, int], dtype[Any]] | float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :217:29 - Attribute `dtype` may be missing on object of type `Unknown | None | ndarray[tuple[int, int], dtype[Any]] | float | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :217:29 - Attribute `dtype` is not defined on `None`, `float` in union `Unknown | None | ndarray[tuple[int, int], dtype[Any]] | float | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_linprog_util.py

[warning] possibly-missing-attribute - :1216:13 - Attribute `tocsc` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1216:13 - Attribute `tocsc` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_lsq/least_squares.py

[warning] possibly-missing-attribute - :158:8 - Attribute `ndim` may be missing on object of type `(Unknown & ~None & ~Literal["jac"]) | float | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :158:8 - Attribute `ndim` is not defined on `float` in union `(Unknown & ~None & ~Literal["jac"]) | float | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :161:8 - Attribute `shape` may be missing on object of type `Unknown | float | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :161:8 - Attribute `shape` is not defined on `float` in union `Unknown | float | ndarray[tuple[Any, ...], dtype[Any]]`

scipy/optimize/_nonlin.py

[warning] possibly-missing-attribute - :716:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
[error] unresolved-attribute - :716:9 - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[warning] possibly-missing-attribute - :717:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
[error] unresolved-attribute - :717:9 - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[warning] possibly-missing-attribute - :928:36 - Attribute `svd_reduce` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :928:36 - Attribute `svd_reduce` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :930:36 - Attribute `simple_reduce` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :930:36 - Attribute `simple_reduce` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :932:36 - Attribute `restart_reduce` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :932:36 - Attribute `restart_reduce` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :944:13 - Attribute `matvec` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :944:13 - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :948:20 - Attribute `matvec` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :948:20 - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :952:16 - Attribute `solve` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :952:16 - Attribute `solve` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :955:16 - Attribute `rmatvec` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :955:16 - Attribute `rmatvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :958:16 - Attribute `rsolve` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :958:16 - Attribute `rsolve` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :963:13 - Attribute `rmatvec` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :963:13 - Attribute `rmatvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :964:18 - Attribute `matvec` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :964:18 - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :967:9 - Attribute `append` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :967:9 - Attribute `append` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :1025:18 - Attribute `matvec` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :1025:18 - Attribute `matvec` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :1027:9 - Attribute `append` may be missing on object of type `Unknown | None | LowRankMatrix`
[error] unresolved-attribute - :1027:9 - Attribute `append` is not defined on `None` in union `Unknown | None | LowRankMatrix`
[warning] possibly-missing-attribute - :1348:19 - Attribute `conj` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1348:19 - Attribute `conj` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1351:19 - Attribute `conj` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1351:19 - Attribute `conj` is not defined on `None` in union `Unknown | None`

scipy/optimize/_optimize.py

[warning] possibly-missing-attribute - :536:22 - Attribute `type` may be missing on object of type `Any | <class 'float64'>`
[error] unresolved-attribute - :536:22 - Attribute `type` is not defined on `<class 'float64'>` in union `Any | <class 'float64'>`

scipy/optimize/_shgo.py

[warning] possibly-missing-attribute - :793:9 - Attribute `update` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :793:9 - Attribute `update` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :800:21 - Attribute `pop` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :800:21 - Attribute `pop` is not defined on `str`, `ndarray[tuple[Any, ...], dtype[Any]]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[warning] possibly-missing-attribute - :843:16 - Attribute `_mapwrapper` may be missing on object of type `Unknown | VertexCacheField | VertexCacheIndex`
[error] unresolved-attribute - :843:16 - Attribute `_mapwrapper` is not defined on `VertexCacheIndex` in union `Unknown | VertexCacheField | VertexCacheIndex`
[warning] possibly-missing-attribute - :1086:9 - Attribute `process_pools` may be missing on object of type `Unknown | VertexCacheField | VertexCacheIndex`
[error] unresolved-attribute - :1086:9 - Attribute `process_pools` is not defined on `VertexCacheIndex` in union `Unknown | VertexCacheField | VertexCacheIndex`
[warning] possibly-missing-attribute - :1141:9 - Attribute `process_pools` may be missing on object of type `Unknown | VertexCacheField | VertexCacheIndex`
[error] unresolved-attribute - :1141:9 - Attribute `process_pools` is not defined on `VertexCacheIndex` in union `Unknown | VertexCacheField | VertexCacheIndex`
[warning] possibly-missing-attribute - :1521:13 - Attribute `add_points` may be missing on object of type `Unknown | Tri | Delaunay`
[error] unresolved-attribute - :1521:13 - Attribute `add_points` is not defined on `Tri` in union `Unknown | Tri | Delaunay`
[warning] possibly-missing-attribute - :1594:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1594:9 - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1596:9 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1596:9 - Attribute `append` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | list[Unknown] | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_shgo_lib/_complex.py

[warning] possibly-missing-attribute - :895:27 - Attribute `x` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :895:27 - Attribute `x` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`

scipy/optimize/_trustregion_constr/tests/test_canonical_constraint.py

[warning] possibly-missing-attribute - :272:18 - Attribute `toarray` may be missing on object of type `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :272:18 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :273:18 - Attribute `toarray` may be missing on object of type `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :273:18 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/_tstutils.py

[warning] possibly-missing-attribute - :967:35 - Attribute `__name__` may be missing on object of type `Unknown | ((x) -> Unknown) | list[Unknown | int] | ... omitted 3 union elements`
[error] unresolved-attribute - :967:35 - Attribute `__name__` is not defined on `list[Unknown | int]`, `int`, `float`, `list[Unknown | int | float]` in union `Unknown | ((x) -> Unknown) | list[Unknown | int] | ... omitted 3 union elements`

scipy/optimize/tests/test__differential_evolution.py

[warning] possibly-missing-attribute - :1707:26 - Attribute `choice` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1707:26 - Attribute `choice` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1710:13 - Attribute `shuffle` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1710:13 - Attribute `shuffle` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1719:26 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1719:26 - Attribute `uniform` is not defined on `None` in union `Unknown | None`

scipy/optimize/tests/test__shgo.py

[warning] possibly-missing-attribute - :1227:12 - Attribute `lower` may be missing on object of type `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :1227:12 - Attribute `lower` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]`, `dict[Unknown, Unknown]`, `None` in union `Unknown | str | ndarray[tuple[Any, ...], dtype[Any]] | dict[Unknown, Unknown] | None`

scipy/optimize/tests/test_differentiable_functions.py

[warning] possibly-missing-attribute - :252:39 - Attribute `dot` may be missing on object of type `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :252:56 - Attribute `dot` may be missing on object of type `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :252:39 - Attribute `dot` is not defined on `None` in union `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :252:56 - Attribute `dot` is not defined on `None` in union `Unknown | None | csr_array | ndarray[tuple[Any, ...], dtype[Unknown]]`

scipy/optimize/tests/test_nonlin.py

[warning] possibly-missing-attribute - :182:28 - Attribute `KNOWN_BAD` may be missing on object of type `Unknown | ((x) -> Unknown)`
[error] unresolved-attribute - :182:28 - Attribute `KNOWN_BAD` is not defined on `(x) -> Unknown` in union `Unknown | ((x) -> Unknown)`
[warning] possibly-missing-attribute - :208:28 - Attribute `KNOWN_BAD` may be missing on object of type `Unknown | ((x) -> Unknown)`
[error] unresolved-attribute - :208:28 - Attribute `KNOWN_BAD` is not defined on `(x) -> Unknown` in union `Unknown | ((x) -> Unknown)`

scipy/signal/_peak_finding.py

[warning] possibly-missing-attribute - :1107:17 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | int`
[error] unresolved-attribute - :1107:17 - Attribute `append` is not defined on `int` in union `Unknown | list[Unknown] | int`
[warning] possibly-missing-attribute - :1108:17 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | int`
[error] unresolved-attribute - :1108:17 - Attribute `append` is not defined on `int` in union `Unknown | list[Unknown] | int`

scipy/signal/_polyutils.py

[warning] possibly-missing-attribute - :87:17 - Attribute `finfo` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :87:17 - Attribute `finfo` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :92:32 - Attribute `linalg` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :92:32 - Attribute `linalg` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:20 - Attribute `linalg` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:20 - Attribute `linalg` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :102:17 - Attribute `eye` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :102:17 - Attribute `eye` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :105:16 - Attribute `count_nonzero` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:16 - Attribute `count_nonzero` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :108:21 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :108:21 - Attribute `asarray` is not defined on `None` in union `Unknown | None`

scipy/signal/tests/mpsig.py

[warning] possibly-missing-attribute - :79:15 - Attribute `exp` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :79:29 - Attribute `pi` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :79:15 - Attribute `exp` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :79:29 - Attribute `pi` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :95:23 - Attribute `tan` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :95:34 - Attribute `pi` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :95:23 - Attribute `tan` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :95:34 - Attribute `pi` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :111:15 - Attribute `pi` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :111:27 - Attribute `mpf` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :111:15 - Attribute `pi` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :111:27 - Attribute `mpf` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :117:15 - Attribute `exp` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :117:15 - Attribute `exp` is not defined on `None` in union `Unknown | None`

scipy/signal/tests/test_filter_design.py

[warning] possibly-missing-attribute - :385:17 - Attribute `signal` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :385:17 - Attribute `signal` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :1322:14 - Attribute `workdps` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1322:14 - Attribute `workdps` is not defined on `None` in union `Unknown | None`

scipy/signal/tests/test_signaltools.py

[warning] possibly-missing-attribute - :2828:20 - Attribute `asarray` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :2828:35 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2828:20 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :2828:35 - Attribute `asarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2832:19 - Attribute `asarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2832:19 - Attribute `asarray` is not defined on `None` in union `Unknown | None`

scipy/sparse/_base.py

[warning] possibly-missing-attribute - :574:28 - Attribute `_scalar_binopt` may be missing on object of type `Self@_maximum_minimum | Unknown`
[error] unresolved-attribute - :574:28 - Attribute `_scalar_binopt` is not defined on `Self@_maximum_minimum` in union `Self@_maximum_minimum | Unknown`
[warning] possibly-missing-attribute - :585:24 - Attribute `_binopt` may be missing on object of type `Self@_maximum_minimum | Unknown`
[error] unresolved-attribute - :585:24 - Attribute `_binopt` is not defined on `Self@_maximum_minimum` in union `Self@_maximum_minimum | Unknown`
[warning] possibly-missing-attribute - :687:28 - Attribute `_scalar_binopt` may be missing on object of type `Self@_comparison | Unknown`
[error] unresolved-attribute - :687:28 - Attribute `_scalar_binopt` is not defined on `Self@_comparison` in union `Self@_comparison | Unknown`
[warning] possibly-missing-attribute - :702:27 - Attribute `_scalar_binopt` may be missing on object of type `Self@_comparison | Unknown`
[error] unresolved-attribute - :702:27 - Attribute `_scalar_binopt` is not defined on `Self@_comparison` in union `Self@_comparison | Unknown`
[warning] possibly-missing-attribute - :731:26 - Attribute `_binopt` may be missing on object of type `Self@_comparison | Unknown`
[error] unresolved-attribute - :731:26 - Attribute `_binopt` is not defined on `Self@_comparison` in union `Self@_comparison | Unknown`
[warning] possibly-missing-attribute - :738:23 - Attribute `_binopt` may be missing on object of type `Self@_comparison | Unknown`
[error] unresolved-attribute - :738:23 - Attribute `_binopt` is not defined on `Self@_comparison` in union `Self@_comparison | Unknown`

scipy/sparse/_construct.py

[warning] possibly-missing-attribute - :1371:25 - Attribute `ravel` may be missing on object of type `(Unknown & ~Top[list[Unknown]] & ~Number) | coo_array`
[error] unresolved-attribute - :1371:25 - Attribute `ravel` is not defined on `coo_array` in union `(Unknown & ~Top[list[Unknown]] & ~Number) | coo_array`

scipy/sparse/_index.py

[warning] possibly-missing-attribute - :108:60 - Attribute `ndim` may be missing on object of type `Unknown | Self@__getitem__`
[error] unresolved-attribute - :108:60 - Attribute `ndim` is not defined on `Self@__getitem__` in union `Unknown | Self@__getitem__`
[warning] possibly-missing-attribute - :115:40 - Attribute `shape` may be missing on object of type `Unknown | Self@__getitem__`
[warning] possibly-missing-attribute - :115:55 - Attribute `reshape` may be missing on object of type `Unknown | Self@__getitem__`
[error] unresolved-attribute - :115:40 - Attribute `shape` is not defined on `Self@__getitem__` in union `Unknown | Self@__getitem__`
[error] unresolved-attribute - :115:55 - Attribute `reshape` is not defined on `Self@__getitem__` in union `Unknown | Self@__getitem__`
[warning] possibly-missing-attribute - :118:12 - Attribute `shape` may be missing on object of type `Unknown | Self@__getitem__`
[error] unresolved-attribute - :118:12 - Attribute `shape` is not defined on `Self@__getitem__` in union `Unknown | Self@__getitem__`
[warning] possibly-missing-attribute - :121:20 - Attribute `shape` may be missing on object of type `Unknown | Self@__getitem__`
[error] unresolved-attribute - :121:20 - Attribute `shape` is not defined on `Self@__getitem__` in union `Unknown | Self@__getitem__`
[warning] possibly-missing-attribute - :123:24 - Attribute `tocoo` may be missing on object of type `Unknown | Self@__getitem__`
[error] unresolved-attribute - :123:24 - Attribute `tocoo` is not defined on `Self@__getitem__` in union `Unknown | Self@__getitem__`
[warning] possibly-missing-attribute - :124:20 - Attribute `reshape` may be missing on object of type `Unknown | Self@__getitem__`
[error] unresolved-attribute - :124:20 - Attribute `reshape` is not defined on `Self@__getitem__` in union `Unknown | Self@__getitem__`

scipy/sparse/_sputils.py

[warning] possibly-missing-attribute - :126:24 - Attribute `dtype` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :126:24 - Attribute `dtype` is not defined on `None` in union `Unknown | None`

scipy/sparse/csgraph/_laplacian.py

[warning] possibly-missing-attribute - :338:8 - Attribute `ndim` may be missing on object of type `Unknown | spmatrix`
[error] unresolved-attribute - :338:8 - Attribute `ndim` is not defined on `spmatrix` in union `Unknown | spmatrix`
[warning] possibly-missing-attribute - :342:23 - Attribute `dtype` may be missing on object of type `Unknown | spmatrix`
[error] unresolved-attribute - :342:23 - Attribute `dtype` is not defined on `spmatrix` in union `Unknown | spmatrix`
[warning] possibly-missing-attribute - :343:26 - Attribute `dtype` may be missing on object of type `Unknown | spmatrix`
[error] unresolved-attribute - :343:26 - Attribute `dtype` is not defined on `spmatrix` in union `Unknown | spmatrix`
[warning] possibly-missing-attribute - :345:19 - Attribute `astype` may be missing on object of type `Unknown | spmatrix`
[error] unresolved-attribute - :345:19 - Attribute `astype` is not defined on `spmatrix` in union `Unknown | spmatrix`

scipy/sparse/csgraph/_validation.py

[warning] possibly-missing-attribute - :30:49 - Attribute `format` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :30:49 - Attribute `format` is not defined on `spmatrix` in union `Any | spmatrix`
[warning] possibly-missing-attribute - :31:19 - Attribute `T` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :31:19 - Attribute `T` is not defined on `spmatrix` in union `Any | spmatrix`
[warning] possibly-missing-attribute - :35:23 - Attribute `tocsr` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :35:23 - Attribute `tocsr` is not defined on `spmatrix` in union `Any | spmatrix`

scipy/sparse/linalg/_dsolve/linsolve.py

[warning] possibly-missing-attribute - :221:29 - Attribute `format` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :221:29 - Attribute `format` is not defined on `spmatrix` in union `Any | spmatrix`
[warning] possibly-missing-attribute - :230:21 - Attribute `ndim` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :230:38 - Attribute `ndim` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :230:21 - Attribute `ndim` is not defined on `spmatrix` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :230:38 - Attribute `ndim` is not defined on `spmatrix` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :233:5 - Attribute `sum_duplicates` may be missing on object of type `Any | spmatrix | csc_array`
[error] unresolved-attribute - :233:5 - Attribute `sum_duplicates` is not defined on `spmatrix` in union `Any | spmatrix | csc_array`
[warning] possibly-missing-attribute - :234:9 - Attribute `_asfptype` may be missing on object of type `Any | spmatrix | csc_array`
[error] unresolved-attribute - :234:9 - Attribute `_asfptype` is not defined on `spmatrix` in union `Any | spmatrix | csc_array`
[warning] possibly-missing-attribute - :235:46 - Attribute `dtype` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :235:46 - Attribute `dtype` is not defined on `spmatrix` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :238:8 - Attribute `dtype` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :238:8 - Attribute `dtype` is not defined on `spmatrix` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :239:13 - Attribute `astype` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :239:13 - Attribute `astype` is not defined on `spmatrix` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :256:21 - Attribute `toarray` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :256:21 - Attribute `toarray` is not defined on `spmatrix`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ndarray[tuple[Any, ...], Unknown]` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :274:17 - Attribute `toarray` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :274:17 - Attribute `toarray` is not defined on `spmatrix`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ndarray[tuple[Any, ...], Unknown]` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :305:21 - Attribute `format` may be missing on object of type `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :305:21 - Attribute `format` is not defined on `spmatrix`, `ndarray[tuple[Any, ...], dtype[Any]]`, `ndarray[tuple[Any, ...], Unknown]` in union `Any | spmatrix | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :317:22 - Attribute `toarray` may be missing on object of type `Any | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :317:22 - Attribute `toarray` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]`, `ndarray[tuple[Any, ...], Unknown]` in union `Any | ndarray[tuple[Any, ...], dtype[Any]] | ndarray[tuple[Any, ...], Unknown]`
[warning] possibly-missing-attribute - :332:21 - Attribute `from_scipy_sparse` may be missing on object of type `type[Unknown] | None`
[error] unresolved-attribute - :332:21 - Attribute `from_scipy_sparse` is not defined on `None` in union `type[Unknown] | None`
[warning] possibly-missing-attribute - :801:16 - Attribute `offsets` may be missing on object of type `Unknown | csr_array`
[warning] possibly-missing-attribute - :801:38 - Attribute `offsets` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :801:16 - Attribute `offsets` is not defined on `csr_array` in union `Unknown | csr_array`
[error] unresolved-attribute - :801:38 - Attribute `offsets` is not defined on `csr_array` in union `Unknown | csr_array`
[warning] possibly-missing-attribute - :803:22 - Attribute `coords` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :803:22 - Attribute `coords` is not defined on `csr_array` in union `Unknown | csr_array`
[warning] possibly-missing-attribute - :806:39 - Attribute `keys` may be missing on object of type `Unknown | csr_array`
[warning] possibly-missing-attribute - :806:73 - Attribute `keys` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :806:39 - Attribute `keys` is not defined on `csr_array` in union `Unknown | csr_array`
[error] unresolved-attribute - :806:73 - Attribute `keys` is not defined on `csr_array` in union `Unknown | csr_array`
[warning] possibly-missing-attribute - :808:59 - Attribute `rows` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :808:59 - Attribute `rows` is not defined on `csr_array` in union `Unknown | csr_array`
[warning] possibly-missing-attribute - :809:59 - Attribute `rows` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :809:59 - Attribute `rows` is not defined on `csr_array` in union `Unknown | csr_array`
[warning] possibly-missing-attribute - :819:27 - Attribute `all` may be missing on object of type `Unknown | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - :819:27 - Attribute `all` is not defined on `bool` in union `Unknown | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[warning] possibly-missing-attribute - :820:27 - Attribute `all` may be missing on object of type `Unknown | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[error] unresolved-attribute - :820:27 - Attribute `all` is not defined on `bool` in union `Unknown | builtins.bool | ndarray[tuple[Any, ...], dtype[numpy.bool[builtins.bool]]]`
[warning] possibly-missing-attribute - :876:24 - Attribute `offsets` may be missing on object of type `Unknown | csr_array`
[warning] possibly-missing-attribute - :876:56 - Attribute `offsets` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :876:24 - Attribute `offsets` is not defined on `csr_array` in union `Unknown | csr_array`
[error] unresolved-attribute - :876:56 - Attribute `offsets` is not defined on `csr_array` in union `Unknown | csr_array`
[warning] possibly-missing-attribute - :884:15 - Attribute `coords` may be missing on object of type `Unknown | csr_array`
[warning] possibly-missing-attribute - :884:29 - Attribute `coords` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :884:15 - Attribute `coords` is not defined on `csr_array` in union `Unknown | csr_array`
[error] unresolved-attribute - :884:29 - Attribute `coords` is not defined on `csr_array` in union `Unknown | csr_array`
[warning] possibly-missing-attribute - :886:36 - Attribute `keys` may be missing on object of type `Unknown | csr_array`
[error] unresolved-attribute - :886:36 - Attribute `keys` is not defined on `csr_array` in union `Unknown | csr_array`

scipy/sparse/linalg/_eigen/arpack/arpack.py

[warning] possibly-missing-attribute - :1329:21 - Attribute `dtype` may be missing on object of type `(Any & ~None) | spmatrix`
[warning] possibly-missing-attribute - :1329:55 - Attribute `dtype` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :1329:21 - Attribute `dtype` is not defined on `spmatrix` in union `(Any & ~None) | spmatrix`
[error] unresolved-attribute - :1329:55 - Attribute `dtype` is not defined on `spmatrix` in union `Any | spmatrix`
[warning] possibly-missing-attribute - :1386:26 - Attribute `dtype` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :1386:26 - Attribute `dtype` is not defined on `spmatrix` in union `Any | spmatrix`
[warning] possibly-missing-attribute - :1416:45 - Attribute `dtype` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :1416:45 - Attribute `dtype` is not defined on `spmatrix` in union `Any | spmatrix`

scipy/sparse/linalg/_eigen/arpack/tests/test_arpack.py

[warning] possibly-missing-attribute - :70:13 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :70:13 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :86:9 - Attribute `random` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :86:9 - Attribute `random` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :88:22 - Attribute `random` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :88:22 - Attribute `random` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :94:21 - Attribute `randint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :94:21 - Attribute `randint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :101:21 - Attribute `randint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :101:21 - Attribute `randint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :102:21 - Attribute `randint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :102:21 - Attribute `randint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :109:17 - Attribute `randint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :109:17 - Attribute `randint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :110:17 - Attribute `randint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :110:17 - Attribute `randint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :116:9 - Attribute `random` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :116:9 - Attribute `random` is not defined on `None` in union `Unknown | None`

scipy/sparse/linalg/_eigen/lobpcg/lobpcg.py

[warning] possibly-missing-attribute - :120:16 - Attribute `shape` may be missing on object of type `None | @Todo`
[error] unresolved-attribute - :120:16 - Attribute `shape` is not defined on `None` in union `None | @Todo`
[warning] possibly-missing-attribute - :124:39 - Attribute `shape` may be missing on object of type `None | @Todo`
[error] unresolved-attribute - :124:39 - Attribute `shape` is not defined on `None` in union `None | @Todo`

scipy/sparse/linalg/_isolve/iterative.py

[warning] possibly-missing-attribute - :959:9 - Attribute `matvec` may be missing on object of type `Unknown | None | LinearOperator`
[error] unresolved-attribute - :959:9 - Attribute `matvec` is not defined on `None` in union `Unknown | None | LinearOperator`
[warning] possibly-missing-attribute - :962:9 - Attribute `rmatvec` may be missing on object of type `Unknown | None | LinearOperator`
[error] unresolved-attribute - :962:9 - Attribute `rmatvec` is not defined on `None` in union `Unknown | None | LinearOperator`
[warning] possibly-missing-attribute - :990:18 - Attribute `matvec` may be missing on object of type `Unknown | None | LinearOperator`
[error] unresolved-attribute - :990:18 - Attribute `matvec` is not defined on `None` in union `Unknown | None | LinearOperator`
[warning] possibly-missing-attribute - :991:18 - Attribute `rmatvec` may be missing on object of type `Unknown | None | LinearOperator`
[error] unresolved-attribute - :991:18 - Attribute `rmatvec` is not defined on `None` in union `Unknown | None | LinearOperator`
[warning] possibly-missing-attribute - :1013:13 - Attribute `matvec` may be missing on object of type `Unknown | None | LinearOperator`
[error] unresolved-attribute - :1013:13 - Attribute `matvec` is not defined on `None` in union `Unknown | None | LinearOperator`
[warning] possibly-missing-attribute - :1020:13 - Attribute `rmatvec` may be missing on object of type `Unknown | None | LinearOperator`
[error] unresolved-attribute - :1020:13 - Attribute `rmatvec` is not defined on `None` in union `Unknown | None | LinearOperator`
[warning] possibly-missing-attribute - :1038:17 - Attribute `copy` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :1038:17 - Attribute `copy` is not defined on `None` in union `None | Unknown`

scipy/sparse/linalg/_norm.py

[warning] possibly-missing-attribute - :124:9 - Attribute `tocsr` may be missing on object of type `Any | spmatrix`
[error] unresolved-attribute - :124:9 - Attribute `tocsr` is not defined on `spmatrix` in union `Any | spmatrix`

scipy/sparse/linalg/tests/test_pydata_sparse.py

[warning] possibly-missing-attribute - :202:16 - Attribute `tril` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :202:16 - Attribute `tril` is not defined on `None` in union `Unknown | None`

scipy/spatial/transform/_rigid_transform.py

[warning] possibly-missing-attribute - :1388:25 - Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | None | ArrayLike`
[error] unresolved-attribute - :1388:25 - Attribute `dtype` is not defined on `int`, `slice[Any, Any, Any]`, `EllipsisType`, `None` in union `int | slice[Any, Any, Any] | EllipsisType | None | ArrayLike`
[warning] possibly-missing-attribute - :1390:36 - Attribute `dtype` may be missing on object of type `int | slice[Any, Any, Any] | EllipsisType | None | ArrayLike`
[error] unresolved-attribute - :1390:36 - Attribute `dtype` is not defined on `int`, `slice[Any, Any, Any]`, `EllipsisType`, `None` in union `int | slice[Any, Any, Any] | EllipsisType | None | ArrayLike`

scipy/spatial/transform/_rigid_transform_xp.py

[warning] possibly-missing-attribute - :225:12 - Attribute `shape` may be missing on object of type `int | float | Array`
[error] unresolved-attribute - :225:12 - Attribute `shape` is not defined on `int`, `float` in union `int | float | Array`
[warning] possibly-missing-attribute - :227:14 - Attribute `ndim` may be missing on object of type `int | float | Array`
[error] unresolved-attribute - :227:14 - Attribute `ndim` is not defined on `int`, `float` in union `int | float | Array`
[warning] possibly-missing-attribute - :288:12 - Attribute `shape` may be missing on object of type `(Any & ~None) | Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[error] unresolved-attribute - :288:12 - Attribute `shape` is not defined on `Buffer`, `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]`, `int`, `float`, `complex`, `str`, `_NestedSequence[int | float | complex | bytes | str]` in union `(Any & ~None) | Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[warning] possibly-missing-attribute - :291:20 - Attribute `shape` may be missing on object of type `(Any & ~None) | Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[error] unresolved-attribute - :291:20 - Attribute `shape` is not defined on `Buffer`, `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]`, `int`, `float`, `complex`, `str`, `_NestedSequence[int | float | complex | bytes | str]` in union `(Any & ~None) | Buffer | _SupportsArray[dtype[Any]] | ... omitted 6 union elements`
[warning] possibly-missing-attribute - :321:38 - Attribute `dtype` may be missing on object of type `(Any & ~EllipsisType) | int | tuple[Unknown, ...] | slice[Any, Any, Any] | None`
[error] unresolved-attribute - :321:38 - Attribute `dtype` is not defined on `int`, `tuple[Unknown, ...]`, `slice[Any, Any, Any]`, `None` in union `(Any & ~EllipsisType) | int | tuple[Unknown, ...] | slice[Any, Any, Any] | None`

scipy/spatial/transform/_rotation_xp.py

[warning] possibly-missing-attribute - :421:8 - Attribute `shape` may be missing on object of type `ArrayLike`
[error] unresolved-attribute - :421:8 - Attribute `shape` is not defined on `ArrayLike` in union `ArrayLike`
[warning] possibly-missing-attribute - :422:50 - Attribute `shape` may be missing on object of type `ArrayLike`
[error] unresolved-attribute - :422:50 - Attribute `shape` is not defined on `ArrayLike` in union `ArrayLike`
[warning] possibly-missing-attribute - :423:8 - Attribute `shape` may be missing on object of type `ArrayLike`
[error] unresolved-attribute - :423:8 - Attribute `shape` is not defined on `ArrayLike` in union `ArrayLike`
[warning] possibly-missing-attribute - :425:26 - Attribute `shape` may be missing on object of type `ArrayLike`
[error] unresolved-attribute - :425:26 - Attribute `shape` is not defined on `ArrayLike` in union `ArrayLike`
[warning] possibly-missing-attribute - :427:66 - Attribute `shape` may be missing on object of type `ArrayLike`
[error] unresolved-attribute - :427:66 - Attribute `shape` is not defined on `ArrayLike` in union `ArrayLike`
[warning] possibly-missing-attribute - :929:12 - Attribute `shape` may be missing on object of type `int | float | Array`
[error] unresolved-attribute - :929:12 - Attribute `shape` is not defined on `int`, `float` in union `int | float | Array`
[warning] possibly-missing-attribute - :931:14 - Attribute `ndim` may be missing on object of type `int | float | Array`
[error] unresolved-attribute - :931:14 - Attribute `ndim` is not defined on `int`, `float` in union `int | float | Array`

scipy/special/_mptestutils.py

[warning] possibly-missing-attribute - :280:28 - Attribute `__traceback__` may be missing on object of type `BaseException | None`
[error] unresolved-attribute - :280:28 - Attribute `__traceback__` is not defined on `None` in union `BaseException | None`
[warning] possibly-missing-attribute - :281:35 - Attribute `with_traceback` may be missing on object of type `BaseException | None`
[error] unresolved-attribute - :281:35 - Attribute `with_traceback` is not defined on `None` in union `BaseException | None`

scipy/special/tests/test_cdflib.py

[warning] possibly-missing-attribute - :101:18 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :101:18 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :106:18 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :106:18 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :150:15 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :150:30 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :150:45 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :150:15 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :150:30 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :150:45 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :152:16 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :152:16 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :154:16 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :154:16 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :156:13 - Attribute `fsub` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :156:13 - Attribute `fsub` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :157:12 - Attribute `betainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :157:12 - Attribute `betainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :162:16 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :162:16 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :163:19 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :163:36 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :163:53 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :163:19 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :163:36 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :163:53 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :165:11 - Attribute `betainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :165:11 - Attribute `betainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :171:15 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :171:15 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :172:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :172:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :173:17 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :173:33 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :173:17 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :173:33 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :174:15 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :174:15 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :175:18 - Attribute `gamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :175:18 - Attribute `gamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :176:16 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :176:28 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :176:42 - Attribute `gamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :176:16 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :176:28 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :176:42 - Attribute `gamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :181:11 - Attribute `besseli` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :181:36 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :181:11 - Attribute `besseli` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :181:36 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :182:12 - Attribute `exp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :182:12 - Attribute `exp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :188:15 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :188:15 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :189:17 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :189:32 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :189:48 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :189:17 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :189:32 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :189:48 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :190:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :190:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :191:15 - Attribute `quad` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :191:15 - Attribute `quad` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :222:29 - Attribute `betainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :222:29 - Attribute `betainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :231:29 - Attribute `betainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :231:29 - Attribute `betainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :250:29 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :250:29 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :261:29 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :261:29 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :270:29 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :270:29 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :286:29 - Attribute `ncdf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :286:29 - Attribute `ncdf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :296:29 - Attribute `ncdf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :296:29 - Attribute `ncdf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :327:26 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :327:26 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :361:15 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :361:15 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :364:28 - Attribute `exp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :364:28 - Attribute `exp` is not defined on `MissingModule` in union `Unknown | MissingModule`

scipy/special/tests/test_hyp2f1.py

[warning] possibly-missing-attribute - :46:20 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :46:20 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`

scipy/special/tests/test_mpmath.py

[warning] possibly-missing-attribute - :44:40 - Attribute `ei` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :44:40 - Attribute `ei` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :60:18 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :60:18 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :61:45 - Attribute `expint` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :61:45 - Attribute `expint` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :83:22 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :83:22 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :84:35 - Attribute `hyp0f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :84:35 - Attribute `hyp0f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :97:20 - Attribute `hyp0f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :97:20 - Attribute `hyp0f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :112:44 - Attribute `hyperu` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :112:44 - Attribute `hyperu` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :114:44 - Attribute `hyperu` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :114:44 - Attribute `hyperu` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :118:44 - Attribute `hyperu` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :118:44 - Attribute `hyperu` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :140:27 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :140:27 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :171:27 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :171:27 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :194:44 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :194:44 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :208:35 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :208:35 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :236:12 - Attribute `__version__` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :236:12 - Attribute `__version__` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :240:23 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :240:23 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :252:25 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :252:40 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :252:25 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :252:40 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :254:9 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :254:9 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :259:53 - Attribute `erf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :259:53 - Attribute `erf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :261:54 - Attribute `erfc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :261:54 - Attribute `erfc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :264:9 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :264:24 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :264:9 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :264:24 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :311:16 - Attribute `legenp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :311:16 - Attribute `legenp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :342:25 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :342:40 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :342:25 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :342:40 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :344:9 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :344:9 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :347:46 - Attribute `beta` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :347:46 - Attribute `beta` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :355:32 - Attribute `log` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :355:47 - Attribute `beta` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :355:32 - Attribute `log` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :355:47 - Attribute `beta` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :360:9 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :360:24 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :360:9 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :360:24 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :381:29 - Attribute `loggamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :381:29 - Attribute `loggamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :397:29 - Attribute `loggamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :397:29 - Attribute `loggamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :421:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :421:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :422:33 - Attribute `rgamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :422:33 - Attribute `rgamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :436:12 - Attribute `findroot` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :436:28 - Attribute `digamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :436:12 - Attribute `findroot` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :436:28 - Attribute `digamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :438:12 - Attribute `findroot` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :438:28 - Attribute `digamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :438:12 - Attribute `findroot` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :438:28 - Attribute `digamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :448:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :448:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :449:33 - Attribute `digamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :449:33 - Attribute `digamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :461:32 - Attribute `digamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :461:32 - Attribute `digamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :468:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :468:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :485:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :485:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :486:33 - Attribute `digamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :486:33 - Attribute `digamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :505:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :505:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :506:35 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :506:35 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :524:24 - Attribute `polylog` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :524:24 - Attribute `polylog` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :547:40 - Attribute `sinpi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :547:40 - Attribute `sinpi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :561:40 - Attribute `cospi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :561:40 - Attribute `cospi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :577:22 - Attribute `ellipfun` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :577:22 - Attribute `ellipfun` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :583:20 - Attribute `ellipk` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :583:20 - Attribute `ellipk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :597:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :597:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :598:13 - Attribute `mpc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :598:13 - Attribute `mpc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :599:18 - Attribute `ceil` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :599:40 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :599:54 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :599:18 - Attribute `ceil` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :599:40 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :599:54 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :600:15 - Attribute `lambertw` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :600:31 - Attribute `exp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :600:15 - Attribute `lambertw` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :600:31 - Attribute `exp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :668:40 - Attribute `lambertw` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :668:40 - Attribute `lambertw` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :688:29 - Attribute `airyai` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :688:29 - Attribute `airyai` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :692:29 - Attribute `airyai` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :692:29 - Attribute `airyai` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :697:29 - Attribute `airyai` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :697:29 - Attribute `airyai` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :703:29 - Attribute `airyai` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :703:29 - Attribute `airyai` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :707:29 - Attribute `airyai` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :707:29 - Attribute `airyai` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :712:29 - Attribute `airyai` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :712:29 - Attribute `airyai` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :718:29 - Attribute `airybi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :718:29 - Attribute `airybi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :722:29 - Attribute `airybi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :722:29 - Attribute `airybi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :727:29 - Attribute `airybi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :727:29 - Attribute `airybi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :733:29 - Attribute `airybi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :733:29 - Attribute `airybi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :737:29 - Attribute `airybi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :737:29 - Attribute `airybi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :742:29 - Attribute `airybi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :742:29 - Attribute `airybi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :747:56 - Attribute `bei` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :747:56 - Attribute `bei` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :752:56 - Attribute `ber` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :752:56 - Attribute `ber` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :757:45 - Attribute `bernoulli` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :757:45 - Attribute `bernoulli` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :764:43 - Attribute `besseli` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :764:43 - Attribute `besseli` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :772:43 - Attribute `besseli` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :772:43 - Attribute `besseli` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :779:43 - Attribute `besselj` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :779:43 - Attribute `besselj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :787:43 - Attribute `besselj` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :787:43 - Attribute `besselj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :796:43 - Attribute `besselj` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :796:43 - Attribute `besselj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :803:13 - Attribute `besselk` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :803:13 - Attribute `besselk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :812:13 - Attribute `besselk` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :812:13 - Attribute `besselk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :821:43 - Attribute `besselk` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :821:43 - Attribute `besselk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :827:23 - Attribute `bessely` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :827:23 - Attribute `bessely` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :844:25 - Attribute `bessely` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :844:25 - Attribute `bessely` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :859:23 - Attribute `bessely` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :859:23 - Attribute `bessely` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :886:20 - Attribute `beta` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :886:20 - Attribute `beta` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :910:37 - Attribute `betainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :910:37 - Attribute `betainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :921:37 - Attribute `betainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :921:37 - Attribute `betainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :944:20 - Attribute `binomial` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :944:20 - Attribute `binomial` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :964:43 - Attribute `chebyt` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :964:43 - Attribute `chebyt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :974:34 - Attribute `chebyt` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :974:34 - Attribute `chebyt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :983:43 - Attribute `chebyu` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :983:43 - Attribute `chebyu` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :993:34 - Attribute `chebyu` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :993:34 - Attribute `chebyu` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1001:34 - Attribute `chi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1001:34 - Attribute `chi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1003:34 - Attribute `chi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1003:34 - Attribute `chi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1011:13 - Attribute `chi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1011:13 - Attribute `chi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1020:33 - Attribute `ci` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1020:33 - Attribute `ci` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1028:13 - Attribute `ci` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1028:13 - Attribute `ci` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1035:37 - Attribute `cospi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1035:37 - Attribute `cospi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1040:13 - Attribute `cospi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1040:13 - Attribute `cospi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1049:30 - Attribute `digamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1049:30 - Attribute `digamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1063:30 - Attribute `digamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1063:30 - Attribute `digamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1073:13 - Attribute `e1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1073:13 - Attribute `e1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1082:13 - Attribute `e1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1082:13 - Attribute `e1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1090:13 - Attribute `e1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1090:13 - Attribute `e1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1097:13 - Attribute `e1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1097:13 - Attribute `e1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1105:23 - Attribute `expm1` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1105:56 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1105:23 - Attribute `expm1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1105:56 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1111:23 - Attribute `expm1` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1111:56 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1111:23 - Attribute `expm1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1111:56 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1122:13 - Attribute `expm1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1122:13 - Attribute `expm1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1129:23 - Attribute `log` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1129:23 - Attribute `log` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1137:23 - Attribute `log` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1137:23 - Attribute `log` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1144:38 - Attribute `ei` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1144:38 - Attribute `ei` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1150:13 - Attribute `ei` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1150:13 - Attribute `ei` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1156:40 - Attribute `ellipe` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1156:40 - Attribute `ellipe` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1159:43 - Attribute `ellipe` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1159:43 - Attribute `ellipe` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1162:43 - Attribute `ellipe` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1162:43 - Attribute `ellipe` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1165:43 - Attribute `ellipf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1165:43 - Attribute `ellipf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1168:43 - Attribute `ellipf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1168:43 - Attribute `ellipf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1171:40 - Attribute `ellipk` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1171:40 - Attribute `ellipk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1174:23 - Attribute `ellipk` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1174:23 - Attribute `ellipk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1181:20 - Attribute `ellippi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1181:20 - Attribute `ellippi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1191:20 - Attribute `ellippi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1191:20 - Attribute `ellippi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1205:24 - Attribute `ellipfun` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1205:24 - Attribute `ellipfun` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1221:26 - Attribute `ellipfun` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1221:26 - Attribute `ellipfun` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1230:26 - Attribute `ellipfun` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1230:26 - Attribute `ellipfun` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1236:47 - Attribute `erf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1236:47 - Attribute `erf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1239:47 - Attribute `erf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1239:47 - Attribute `erf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1244:40 - Attribute `erfc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1244:40 - Attribute `erfc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1252:40 - Attribute `erfc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1252:40 - Attribute `erfc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1258:38 - Attribute `erfi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1258:38 - Attribute `erfi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1261:38 - Attribute `erfi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1261:38 - Attribute `erfi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1266:40 - Attribute `ncdf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1266:40 - Attribute `ncdf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1274:23 - Attribute `erfc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1274:23 - Attribute `erfc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1282:40 - Attribute `log` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1282:51 - Attribute `ncdf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1282:40 - Attribute `log` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1282:51 - Attribute `ncdf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1289:40 - Attribute `log` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1289:51 - Attribute `erfc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1289:40 - Attribute `log` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1289:51 - Attribute `erfc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1297:13 - Attribute `eulernum` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1297:13 - Attribute `eulernum` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1305:13 - Attribute `expint` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1305:13 - Attribute `expint` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1314:39 - Attribute `fresnels` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1314:39 - Attribute `fresnels` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1319:39 - Attribute `fresnelc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1319:39 - Attribute `fresnelc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1322:56 - Attribute `gamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1322:56 - Attribute `gamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1327:30 - Attribute `gamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1327:30 - Attribute `gamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1336:26 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1336:26 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1346:26 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1346:26 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1355:20 - Attribute `loggamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1355:20 - Attribute `loggamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1363:30 - Attribute `gegenbauer` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1363:30 - Attribute `gegenbauer` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1382:21 - Attribute `gegenbauer` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1382:21 - Attribute `gegenbauer` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1387:21 - Attribute `gegenbauer` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1387:46 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1387:21 - Attribute `gegenbauer` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1387:46 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1388:29 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1388:29 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1389:25 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1389:25 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1421:30 - Attribute `gegenbauer` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1421:30 - Attribute `gegenbauer` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1429:30 - Attribute `gegenbauer` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1429:30 - Attribute `gegenbauer` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1436:43 - Attribute `hankel1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1436:43 - Attribute `hankel1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1443:43 - Attribute `hankel2` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1443:43 - Attribute `hankel2` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1451:30 - Attribute `hermite` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1451:30 - Attribute `hermite` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1463:26 - Attribute `hyp0f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1463:26 - Attribute `hyp0f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1475:43 - Attribute `hyp0f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1475:43 - Attribute `hyp0f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1485:24 - Attribute `hyp1f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1485:24 - Attribute `hyp1f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1501:46 - Attribute `hyp1f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1501:46 - Attribute `hyp1f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1511:49 - Attribute `hyp2f1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1511:49 - Attribute `hyp2f1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1520:46 - Attribute `hyperu` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1520:46 - Attribute `hyperu` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1528:20 - Attribute `power` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1528:39 - Attribute `exp` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1528:54 - Attribute `gamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1528:20 - Attribute `power` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1528:39 - Attribute `exp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1528:54 - Attribute `gamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1544:36 - Attribute `j0` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1544:36 - Attribute `j0` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1545:36 - Attribute `j0` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1545:36 - Attribute `j0` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1549:36 - Attribute `j1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1549:36 - Attribute `j1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1550:36 - Attribute `j1` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1550:36 - Attribute `j1` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1556:49 - Attribute `jacobi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1556:49 - Attribute `jacobi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1561:49 - Attribute `jacobi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1561:49 - Attribute `jacobi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1571:20 - Attribute `jacobi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1571:20 - Attribute `jacobi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1585:37 - Attribute `kei` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1585:37 - Attribute `kei` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1591:40 - Attribute `ker` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1591:40 - Attribute `ker` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1600:43 - Attribute `laguerre` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1600:43 - Attribute `laguerre` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1607:43 - Attribute `laguerre` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1607:43 - Attribute `laguerre` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1616:26 - Attribute `lambertw` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1616:26 - Attribute `lambertw` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1639:13 - Attribute `gamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1639:13 - Attribute `gamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1646:47 - Attribute `legendre` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1646:47 - Attribute `legendre` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1651:43 - Attribute `legendre` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1651:43 - Attribute `legendre` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1659:43 - Attribute `legendre` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1659:43 - Attribute `legendre` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1672:37 - Attribute `legenq` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1672:37 - Attribute `legenq` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1689:37 - Attribute `legenq` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1689:37 - Attribute `legenq` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1705:20 - Attribute `loggamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1705:20 - Attribute `loggamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1719:23 - Attribute `loggamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1719:23 - Attribute `loggamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1739:43 - Attribute `pcfd` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1739:43 - Attribute `pcfd` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1750:58 - Attribute `pcfv` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1750:58 - Attribute `pcfv` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1763:20 - Attribute `diff` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1763:32 - Attribute `pcfw` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1763:20 - Attribute `diff` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1763:32 - Attribute `pcfw` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1769:13 - Attribute `pcfw` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1769:13 - Attribute `pcfw` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1789:45 - Attribute `polygamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1789:45 - Attribute `polygamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1796:13 - Attribute `rgamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1796:13 - Attribute `rgamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1806:30 - Attribute `rgamma` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1806:30 - Attribute `rgamma` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1815:26 - Attribute `__version__` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1815:26 - Attribute `__version__` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1817:22 - Attribute `rf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1817:22 - Attribute `rf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1824:25 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1824:25 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1826:24 - Attribute `rf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1826:24 - Attribute `rf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1834:13 - Attribute `sinpi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1834:13 - Attribute `sinpi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1843:13 - Attribute `sinpi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1843:13 - Attribute `sinpi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1852:34 - Attribute `shi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1852:34 - Attribute `shi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1854:34 - Attribute `shi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1854:34 - Attribute `shi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1862:13 - Attribute `shi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1862:13 - Attribute `shi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1870:33 - Attribute `si` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1870:33 - Attribute `si` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1878:13 - Attribute `si` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1878:13 - Attribute `si` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1886:20 - Attribute `polylog` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1886:20 - Attribute `polylog` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1897:20 - Attribute `polylog` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1897:20 - Attribute `polylog` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1908:30 - Attribute `struveh` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1908:30 - Attribute `struveh` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1917:27 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1917:27 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1919:21 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1919:21 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1920:28 - Attribute `struvel` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1920:28 - Attribute `struvel` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1923:20 - Attribute `struvel` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1923:20 - Attribute `struvel` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1935:20 - Attribute `lambertw` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1935:36 - Attribute `exp` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1935:51 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1935:20 - Attribute `lambertw` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1935:36 - Attribute `exp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1935:51 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1961:30 - Attribute `zeta` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1961:30 - Attribute `zeta` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1968:23 - Attribute `zeta` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1968:53 - Attribute `inf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1968:23 - Attribute `zeta` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1968:53 - Attribute `inf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1977:23 - Attribute `zeta` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1977:57 - Attribute `inf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1977:23 - Attribute `zeta` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :1977:57 - Attribute `inf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1987:17 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1987:17 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1988:21 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1988:21 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1990:24 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1990:24 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :1992:24 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :1992:24 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2006:17 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2006:17 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2007:21 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2007:21 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2008:19 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2008:19 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2010:24 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2010:24 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2012:24 - Attribute `mp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2012:24 - Attribute `mp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2025:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2025:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2026:20 - Attribute `besselj` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2026:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2026:20 - Attribute `besselj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2026:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2027:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2027:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2027:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2027:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2044:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2044:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2045:20 - Attribute `besselj` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2045:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2045:20 - Attribute `besselj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2045:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2046:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2046:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2046:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2046:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2060:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2060:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2061:20 - Attribute `bessely` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2061:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2061:20 - Attribute `bessely` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2061:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2062:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2062:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2062:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2062:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2077:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2077:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2078:20 - Attribute `bessely` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2078:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2078:20 - Attribute `bessely` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2078:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2079:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2079:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2079:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2079:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2093:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2093:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2094:20 - Attribute `besseli` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2094:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2094:20 - Attribute `besseli` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2094:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2095:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2095:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2095:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2095:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2111:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2111:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2112:20 - Attribute `besseli` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2112:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2112:20 - Attribute `besseli` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2112:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2113:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2113:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2113:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2113:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2127:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2127:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2128:20 - Attribute `besselk` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2128:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2128:20 - Attribute `besselk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2128:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2129:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2129:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2129:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2129:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2130:16 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2130:16 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2146:19 - Attribute `mpmathify` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2146:19 - Attribute `mpmathify` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2147:20 - Attribute `besselk` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2147:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2147:20 - Attribute `besselk` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2147:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2148:20 - Attribute `sqrt` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :2148:38 - Attribute `pi` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :2148:20 - Attribute `sqrt` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :2148:38 - Attribute `pi` is not defined on `MissingModule` in union `Unknown | MissingModule`

scipy/special/tests/test_precompute_expn_asy.py

[warning] possibly-missing-attribute - :16:9 - Attribute `symbols` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :16:9 - Attribute `symbols` is not defined on `MissingModule` in union `Unknown | MissingModule`

scipy/special/tests/test_precompute_gammainc.py

[warning] possibly-missing-attribute - :28:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :28:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :29:14 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :29:25 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :29:39 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :29:14 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :29:25 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :29:39 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :30:15 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :30:35 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :30:15 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :30:35 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :31:14 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :31:40 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :31:14 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :31:40 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :41:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :41:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :42:18 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :42:29 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :42:40 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :42:53 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :42:18 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :42:29 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :42:40 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :42:53 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :43:19 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :43:34 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :43:50 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :43:19 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :43:34 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :43:50 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :44:19 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :44:40 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :44:19 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :44:40 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :60:10 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :60:10 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :61:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :61:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :62:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :62:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :63:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :63:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :64:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :64:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :65:27 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :65:27 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :66:29 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :66:29 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :67:27 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :67:27 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :68:29 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :68:29 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :69:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :69:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :70:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :70:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :71:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :71:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :72:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :72:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :73:27 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :73:27 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :74:29 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :74:29 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :75:27 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :75:27 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :76:29 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :76:29 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :77:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :77:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :78:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :78:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :79:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :79:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :80:28 - Attribute `mpf` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :80:28 - Attribute `mpf` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :93:38 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :93:38 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :104:38 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :104:38 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :110:38 - Attribute `gammainc` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :110:38 - Attribute `gammainc` is not defined on `MissingModule` in union `Unknown | MissingModule`

scipy/special/tests/test_precompute_utils.py

[warning] possibly-missing-attribute - :24:14 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :24:14 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :25:25 - Attribute `taylor` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :25:45 - Attribute `log` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :25:25 - Attribute `taylor` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :25:45 - Attribute `log` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :26:25 - Attribute `taylor` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :26:45 - Attribute `exp` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :26:25 - Attribute `taylor` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :26:45 - Attribute `exp` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :32:14 - Attribute `workdps` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :32:14 - Attribute `workdps` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :33:25 - Attribute `taylor` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :33:35 - Attribute `sin` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :33:25 - Attribute `taylor` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :33:35 - Attribute `sin` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :34:26 - Attribute `taylor` may be missing on object of type `Unknown | MissingModule`
[warning] possibly-missing-attribute - :34:36 - Attribute `asin` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :34:26 - Attribute `taylor` is not defined on `MissingModule` in union `Unknown | MissingModule`
[error] unresolved-attribute - :34:36 - Attribute `asin` is not defined on `MissingModule` in union `Unknown | MissingModule`

scipy/stats/_continuous_distns.py

[warning] possibly-missing-attribute - :421:16 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :421:16 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :755:16 - Attribute `beta` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :755:16 - Attribute `beta` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1646:16 - Attribute `chisquare` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1646:16 - Attribute `chisquare` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1793:13 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1793:13 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1913:13 - Attribute `normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1913:13 - Attribute `normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1914:14 - Attribute `standard_exponential` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1914:14 - Attribute `standard_exponential` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1915:14 - Attribute `standard_exponential` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1915:14 - Attribute `standard_exponential` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2001:13 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2001:13 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2081:16 - Attribute `standard_exponential` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2081:16 - Attribute `standard_exponential` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2208:18 - Attribute `standard_exponential` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2208:18 - Attribute `standard_exponential` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2209:16 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2209:16 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2426:13 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2426:13 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2567:16 - Attribute `f` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2567:16 - Attribute `f` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2674:20 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2674:20 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3603:16 - Attribute `standard_gamma` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3603:16 - Attribute `standard_gamma` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3885:13 - Attribute `standard_gamma` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3885:13 - Attribute `standard_gamma` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :4733:20 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :4733:20 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :5042:16 - Attribute `wald` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :5042:16 - Attribute `wald` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :5739:14 - Attribute `beta` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :5739:14 - Attribute `beta` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :6030:13 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :6030:13 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :6031:13 - Attribute `standard_exponential` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :6031:13 - Attribute `standard_exponential` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :6064:16 - Attribute `laplace` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :6064:16 - Attribute `laplace` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :6499:16 - Attribute `logistic` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :6499:16 - Attribute `logistic` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :6629:24 - Attribute `gamma` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :6629:24 - Attribute `gamma` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :6630:26 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :6630:26 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :6867:27 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :6867:27 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :7046:23 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :7046:23 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :7750:24 - Attribute `standard_gamma` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :7750:24 - Attribute `standard_gamma` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :7829:16 - Attribute `noncentral_chisquare` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :7829:16 - Attribute `noncentral_chisquare` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :7939:16 - Attribute `noncentral_f` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :7939:16 - Attribute `noncentral_f` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :8014:16 - Attribute `standard_t` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :8014:16 - Attribute `standard_t` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :8558:21 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :8558:21 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :8559:24 - Attribute `standard_gamma` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :8559:24 - Attribute `standard_gamma` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9050:20 - Attribute `beta` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9050:20 - Attribute `beta` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9333:28 - Attribute `standard_normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9333:28 - Attribute `standard_normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9472:20 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9472:20 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9544:20 - Attribute `wald` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9544:20 - Attribute `wald` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9599:21 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9599:21 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9600:28 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9600:28 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9753:14 - Attribute `normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9753:14 - Attribute `normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :9754:13 - Attribute `normal` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :9754:13 - Attribute `normal` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :10048:16 - Attribute `triangular` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :10048:16 - Attribute `triangular` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :10903:16 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :10903:16 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11176:16 - Attribute `vonmises` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11176:16 - Attribute `vonmises` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11346:16 - Attribute `wald` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11346:16 - Attribute `wald` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11544:13 - Attribute `gamma` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11544:13 - Attribute `gamma` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11548:16 - Attribute `random` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11548:16 - Attribute `random` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11953:21 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11953:21 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11954:21 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11954:21 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11968:21 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11968:21 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11969:21 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11969:21 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :11983:21 - Attribute `standard_gamma` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :11983:21 - Attribute `standard_gamma` is not defined on `None` in union `Unknown | None`

scipy/stats/_discrete_distns.py

[warning] possibly-missing-attribute - :69:16 - Attribute `binomial` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :69:16 - Attribute `binomial` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :237:13 - Attribute `beta` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :237:13 - Attribute `beta` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :238:16 - Attribute `binomial` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :238:16 - Attribute `binomial` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :344:16 - Attribute `negative_binomial` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :344:16 - Attribute `negative_binomial` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :443:13 - Attribute `beta` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :443:13 - Attribute `beta` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :444:16 - Attribute `negative_binomial` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :444:16 - Attribute `negative_binomial` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :533:15 - Attribute `geometric` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :533:15 - Attribute `geometric` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :658:16 - Attribute `hypergeometric` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :658:16 - Attribute `hypergeometric` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :928:16 - Attribute `logseries` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :928:16 - Attribute `logseries` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :997:16 - Attribute `poisson` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :997:16 - Attribute `poisson` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1089:16 - Attribute `geometric` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1089:16 - Attribute `geometric` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1345:16 - Attribute `zipf` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1345:16 - Attribute `zipf` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1553:13 - Attribute `geometric` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1553:13 - Attribute `geometric` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1554:13 - Attribute `geometric` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1554:13 - Attribute `geometric` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1732:17 - Attribute `poisson` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1732:17 - Attribute `poisson` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1733:17 - Attribute `poisson` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1733:17 - Attribute `poisson` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1800:14 - Attribute `standard_exponential` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1800:14 - Attribute `standard_exponential` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1801:14 - Attribute `standard_exponential` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1801:14 - Attribute `standard_exponential` is not defined on `None` in union `Unknown | None`

scipy/stats/_distn_infrastructure.py

[warning] possibly-missing-attribute - :869:32 - Attribute `replace` may be missing on object of type `str | None | Unknown`
[error] unresolved-attribute - :869:32 - Attribute `replace` is not defined on `None` in union `str | None | Unknown`
[warning] possibly-missing-attribute - :877:24 - Attribute `replace` may be missing on object of type `str | None | Unknown`
[error] unresolved-attribute - :877:24 - Attribute `replace` is not defined on `None` in union `str | None | Unknown`
[warning] possibly-missing-attribute - :1057:13 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1057:13 - Attribute `uniform` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :3416:28 - Attribute `replace` may be missing on object of type `str | None | Unknown`
[error] unresolved-attribute - :3416:28 - Attribute `replace` is not defined on `None` in union `str | None | Unknown`
[warning] possibly-missing-attribute - :4182:13 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :4182:13 - Attribute `uniform` is not defined on `None` in union `Unknown | None`

scipy/stats/_distribution_infrastructure.py

[warning] possibly-missing-attribute - :3645:26 - Attribute `parameters` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3645:26 - Attribute `parameters` is not defined on `None` in union `Unknown | None`

scipy/stats/_hypotests.py

[warning] possibly-missing-attribute - :1862:26 - Attribute `low` may be missing on object of type `Unknown | None | ConfidenceInterval`
[error] unresolved-attribute - :1862:26 - Attribute `low` is not defined on `None` in union `Unknown | None | ConfidenceInterval`
[warning] possibly-missing-attribute - :1863:26 - Attribute `high` may be missing on object of type `Unknown | None | ConfidenceInterval`
[error] unresolved-attribute - :1863:26 - Attribute `high` is not defined on `None` in union `Unknown | None | ConfidenceInterval`

scipy/stats/_multicomp.py

[warning] possibly-missing-attribute - :69:22 - Attribute `low` may be missing on object of type `ConfidenceInterval | None`
[error] unresolved-attribute - :69:22 - Attribute `low` is not defined on `None` in union `ConfidenceInterval | None`
[warning] possibly-missing-attribute - :70:22 - Attribute `high` may be missing on object of type `ConfidenceInterval | None`
[error] unresolved-attribute - :70:22 - Attribute `high` is not defined on `None` in union `ConfidenceInterval | None`

scipy/stats/_multivariate.py

[warning] possibly-missing-attribute - :1453:32 - Attribute `shape` may be missing on object of type `Unknown | Literal[1]`
[warning] possibly-missing-attribute - :1453:49 - Attribute `shape` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :1453:32 - Attribute `shape` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[error] unresolved-attribute - :1453:49 - Attribute `shape` is not defined on `Literal[1]` in union `Unknown | Literal[1]`

scipy/stats/_resampling.py

[warning] possibly-missing-attribute - :1476:27 - Attribute `permutation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1476:27 - Attribute `permutation` is not defined on `None` in union `Unknown | None`

scipy/stats/_stats_py.py

[warning] possibly-missing-attribute - :10399:44 - Attribute `shape` may be missing on object of type `Unknown | Literal[0]`
[error] unresolved-attribute - :10399:44 - Attribute `shape` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[warning] possibly-missing-attribute - :10719:12 - Attribute `log` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :10719:12 - Attribute `log` is not defined on `None` in union `Unknown | None`

scipy/stats/tests/test_continuous.py

[warning] possibly-missing-attribute - :676:33 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :676:33 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :795:33 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :795:33 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1265:21 - Attribute `uniform` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1265:21 - Attribute `uniform` is not defined on `None` in union `Unknown | None`

scipy/stats/tests/test_distributions.py

[warning] possibly-missing-attribute - :3854:19 - Attribute `pdf` may be missing on object of type `Unknown | f_gen | tuple[int, int] | int | float`
[warning] possibly-missing-attribute - :3854:26 - Attribute `a` may be missing on object of type `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - :3854:19 - Attribute `pdf` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - :3854:26 - Attribute `a` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[warning] possibly-missing-attribute - :3856:16 - Attribute `pdf` may be missing on object of type `Unknown | f_gen | tuple[int, int] | int | float`
[warning] possibly-missing-attribute - :3856:23 - Attribute `a` may be missing on object of type `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - :3856:16 - Attribute `pdf` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[error] unresolved-attribute - :3856:23 - Attribute `a` is not defined on `tuple[int, int]`, `int`, `float` in union `Unknown | f_gen | tuple[int, int] | int | float`
[warning] possibly-missing-attribute - :8083:16 - Attribute `pdf` may be missing on object of type `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[warning] possibly-missing-attribute - :8083:23 - Attribute `a` may be missing on object of type `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - :8083:16 - Attribute `pdf` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - :8083:23 - Attribute `a` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[warning] possibly-missing-attribute - :8087:16 - Attribute `logpdf` may be missing on object of type `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[warning] possibly-missing-attribute - :8087:26 - Attribute `a` may be missing on object of type `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - :8087:16 - Attribute `logpdf` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`
[error] unresolved-attribute - :8087:26 - Attribute `a` is not defined on `tuple[int]`, `int`, `tuple[int | float, int]`, `tuple[int, int | float]`, `float` in union `Unknown | burr_gen | tuple[int] | ... omitted 5 union elements`

scipy/stats/tests/test_hypotests.py

[warning] possibly-missing-attribute - :867:40 - Attribute `statistic` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :867:40 - Attribute `statistic` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :868:37 - Attribute `pvalue` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :868:37 - Attribute `pvalue` is not defined on `None` in union `Unknown | None`

scipy/stats/tests/test_multivariate.py

[warning] possibly-missing-attribute - :2232:24 - Attribute `T` may be missing on object of type `None | ndarray[tuple[Any, ...], dtype[float64]]`
[error] unresolved-attribute - :2232:24 - Attribute `T` is not defined on `None` in union `None | ndarray[tuple[Any, ...], dtype[float64]]`

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_helpers.py

[warning] possibly-missing-attribute - :758:27 - Attribute `_meta` may be missing on object of type `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (SupportsArrayNamespace[Any] & ~ndarray[tuple[object, ...], dtype[object]])`
[error] unresolved-attribute - :758:27 - Attribute `_meta` is not defined on `SupportsArrayNamespace[Any] & ~ndarray[tuple[object, ...], dtype[object]]` in union `(Unknown & ~ndarray[tuple[object, ...], dtype[object]]) | (SupportsArrayNamespace[Any] & ~ndarray[tuple[object, ...], dtype[object]])`

subprojects/array_api_compat/array_api_compat/array_api_compat/common/_linalg.py

[warning] possibly-missing-attribute - :113:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :113:76 - Attribute `dtype` may be missing on object of type `Any | tuple[Any, ...]`
[error] unresolved-attribute - :113:15 - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[error] unresolved-attribute - :113:76 - Attribute `dtype` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`
[warning] possibly-missing-attribute - :117:15 - Attribute `max` may be missing on object of type `Any | tuple[Any, ...]`
[error] unresolved-attribute - :117:15 - Attribute `max` is not defined on `tuple[Any, ...]` in union `Any | tuple[Any, ...]`

subprojects/array_api_compat/array_api_compat/tests/test_common.py

[warning] possibly-missing-attribute - :106:5 - Attribute `flags` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | SupportsArrayNamespace[Any]`
[error] unresolved-attribute - :106:5 - Attribute `flags` is not defined on `SupportsArrayNamespace[Any]` in union `ndarray[tuple[Any, ...], dtype[Any]] | Unknown | SupportsArrayNamespace[Any]`

subprojects/array_api_extra/src/array_api_extra/_delegation.py

[warning] possibly-missing-attribute - :853:18 - Attribute `sum` may be missing on object of type `Array | Any`
[error] unresolved-attribute - :853:18 - Attribute `sum` is not defined on `Array` in union `Array | Any`
[warning] possibly-missing-attribute - :859:19 - Attribute `sum` may be missing on object of type `Array | Any`
[error] unresolved-attribute - :859:19 - Attribute `sum` is not defined on `Array` in union `Array | Any`
[warning] possibly-missing-attribute - :949:18 - Attribute `sum` may be missing on object of type `Array | Any`
[error] unresolved-attribute - :949:18 - Attribute `sum` is not defined on `Array` in union `Array | Any`
[warning] possibly-missing-attribute - :954:19 - Attribute `sum` may be missing on object of type `Array | Any`
[error] unresolved-attribute - :954:19 - Attribute `sum` is not defined on `Array` in union `Array | Any`

subprojects/array_api_extra/src/array_api_extra/_lib/_lazy.py

[warning] possibly-missing-attribute - :243:31 - Attribute `_meta` may be missing on object of type `Unknown | (Array & ~int & ~float & ~complex)`
[error] unresolved-attribute - :243:31 - Attribute `_meta` is not defined on `Array & ~int & ~float & ~complex` in union `Unknown | (Array & ~int & ~float & ~complex)`

subprojects/highs/tests/test_highspy.py

[warning] possibly-missing-attribute - :1925:16 - Attribute `simplify` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :1925:16 - Attribute `simplify` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :1929:16 - Attribute `simplify` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :1929:16 - Attribute `simplify` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :1954:16 - Attribute `simplify` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :1954:16 - Attribute `simplify` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :1958:16 - Attribute `simplify` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :1958:16 - Attribute `simplify` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :2086:16 - Attribute `simplify` may be missing on object of type `Literal[False] | Unknown`
[error] unresolved-attribute - :2086:16 - Attribute `simplify` is not defined on `Literal[False]` in union `Literal[False] | Unknown`

subprojects/pyprima/pyprima/pyprima/src/pyprima/cobyla/cobyla.py

[warning] possibly-missing-attribute - :306:20 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :306:20 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :311:20 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :311:20 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :557:51 - Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Unknown]] | None`
[error] unresolved-attribute - :557:51 - Attribute `shape` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Unknown]] | None`

subprojects/xsf/python_tests/test_cupy.py

[warning] possibly-missing-attribute - :143:16 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :143:16 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :151:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :151:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :164:17 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :164:17 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :172:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :172:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :185:19 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :185:19 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :200:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :200:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :214:21 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :214:21 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :221:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :221:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :234:21 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :234:21 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :241:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :241:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :254:16 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :254:16 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :262:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :262:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :276:18 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :276:18 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :284:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :284:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :297:18 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :297:18 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :305:16 - Attribute `iscomplexobj` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :305:16 - Attribute `iscomplexobj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :310:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :310:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :323:28 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :323:28 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :333:15 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :333:15 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :346:16 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :346:16 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :386:12 - Attribute `iscomplexobj` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :386:12 - Attribute `iscomplexobj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :388:26 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :388:26 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :406:18 - Attribute `_core` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :406:18 - Attribute `_core` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :446:12 - Attribute `iscomplexobj` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :446:12 - Attribute `iscomplexobj` is not defined on `MissingModule` in union `Unknown | MissingModule`
[warning] possibly-missing-attribute - :448:26 - Attribute `asnumpy` may be missing on object of type `Unknown | MissingModule`
[error] unresolved-attribute - :448:26 - Attribute `asnumpy` is not defined on `MissingModule` in union `Unknown | MissingModule`

tools/authors.py

[warning] possibly-missing-attribute - :27:33 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :27:33 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :165:24 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :165:24 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :166:24 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :166:24 - Attribute `group` is not defined on `None` in union `Match[str] | None`

tools/gh_lists.py

[warning] possibly-missing-attribute - :23:39 - Attribute `lstrip` may be missing on object of type `str | None`
[error] unresolved-attribute - :23:39 - Attribute `lstrip` is not defined on `None` in union `str | None`

tools/refguide_check.py

[warning] possibly-missing-attribute - :497:35 - Attribute `lstrip` may be missing on object of type `str | None`
[error] unresolved-attribute - :497:35 - Attribute `lstrip` is not defined on `None` in union `str | None`

tools/wheels/check_license.py

[warning] possibly-missing-attribute - :26:39 - Attribute `rstrip` may be missing on object of type `str | None`
[error] unresolved-attribute - :26:39 - Attribute `rstrip` is not defined on `None` in union `str | None`

scrapy (https://github.com/scrapy/scrapy)

docs/utils/linkfix.py

[warning] possibly-missing-attribute - :61:29 - Attribute `replace` may be missing on object of type `None | str`
[error] unresolved-attribute - :61:29 - Attribute `replace` is not defined on `None` in union `None | str`

scrapy/core/engine.py

[warning] possibly-missing-attribute - :271:37 - Attribute `__anext__` may be missing on object of type `AsyncIterator[Any] | None`
[error] unresolved-attribute - :271:37 - Attribute `__anext__` is not defined on `None` in union `AsyncIterator[Any] | None`
[warning] possibly-missing-attribute - :290:17 - Attribute `nextcall` may be missing on object of type `_Slot | None`
[error] unresolved-attribute - :290:17 - Attribute `nextcall` is not defined on `None` in union `_Slot | None`

tests/mockserver/dns.py

[warning] possibly-missing-attribute - :41:13 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :41:13 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`

tests/mockserver/http_base.py

[warning] possibly-missing-attribute - :49:28 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :49:28 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :53:29 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :53:29 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`

tests/spiders.py

[warning] possibly-missing-attribute - :52:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :52:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :73:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :110:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :110:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :114:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :114:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :201:47 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :201:47 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:38 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:38 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :220:38 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :220:38 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :252:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :252:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :336:19 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :336:19 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :396:23 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :396:23 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :428:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :428:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :434:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :434:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :447:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :447:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :462:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :462:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :485:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :485:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :519:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :519:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :547:23 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :547:23 - Attribute `url` is not defined on `None` in union `Unknown | None`

tests/test_closespider.py

[warning] possibly-missing-attribute - :33:21 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :33:21 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :43:21 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :43:21 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :62:21 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :62:21 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :63:21 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :63:21 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :80:21 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :80:21 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :91:22 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :91:22 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :92:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :92:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :102:25 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :102:25 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :112:25 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :112:25 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_contracts.py

[warning] possibly-missing-attribute - :331:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[warning] possibly-missing-attribute - :331:38 - Attribute `cb_kwargs` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :331:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - :331:38 - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :336:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[warning] possibly-missing-attribute - :336:38 - Attribute `cb_kwargs` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :336:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - :336:38 - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :343:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[warning] possibly-missing-attribute - :343:38 - Attribute `cb_kwargs` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :343:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - :343:38 - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :350:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[warning] possibly-missing-attribute - :350:38 - Attribute `cb_kwargs` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :350:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[error] unresolved-attribute - :350:38 - Attribute `cb_kwargs` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :373:16 - Attribute `meta` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :373:16 - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :374:25 - Attribute `meta` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :374:25 - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :375:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :375:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :383:16 - Attribute `meta` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :383:16 - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :384:25 - Attribute `meta` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :384:25 - Attribute `meta` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :385:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :385:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :394:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :394:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :403:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :403:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :408:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :408:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :413:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :413:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :418:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :418:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :423:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :423:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :431:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :431:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :440:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :440:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :445:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :445:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :450:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :450:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :455:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :455:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :462:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :462:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :480:9 - Attribute `callback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :480:9 - Attribute `callback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :499:9 - Attribute `errback` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :499:9 - Attribute `errback` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :540:16 - Attribute `method` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :540:16 - Attribute `method` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :577:13 - Attribute `callback` may be missing on object of type `Request | None`
[warning] possibly-missing-attribute - :577:42 - Attribute `cb_kwargs` may be missing on object of type `Request | None`
[error] unresolved-attribute - :577:13 - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - :577:42 - Attribute `cb_kwargs` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :591:13 - Attribute `callback` may be missing on object of type `Request | None`
[warning] possibly-missing-attribute - :591:42 - Attribute `cb_kwargs` may be missing on object of type `Request | None`
[error] unresolved-attribute - :591:13 - Attribute `callback` is not defined on `None` in union `Request | None`
[error] unresolved-attribute - :591:42 - Attribute `cb_kwargs` is not defined on `None` in union `Request | None`

tests/test_crawl.py

[warning] possibly-missing-attribute - :353:43 - Attribute `name` may be missing on object of type `Spider | None`
[error] unresolved-attribute - :353:43 - Attribute `name` is not defined on `None` in union `Spider | None`
[warning] possibly-missing-attribute - :376:43 - Attribute `name` may be missing on object of type `Spider | None`
[error] unresolved-attribute - :376:43 - Attribute `name` is not defined on `None` in union `Spider | None`

tests/test_crawler.py

[warning] possibly-missing-attribute - :503:46 - Attribute `middlewares` may be missing on object of type `ExtensionManager | None`
[error] unresolved-attribute - :503:46 - Attribute `middlewares` is not defined on `None` in union `ExtensionManager | None`
[warning] possibly-missing-attribute - :534:36 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :534:36 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :541:21 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :541:21 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :548:20 - Attribute `level` may be missing on object of type `Handler | None`
[error] unresolved-attribute - :548:20 - Attribute `level` is not defined on `None` in union `Handler | None`
[warning] possibly-missing-attribute - :550:20 - Attribute `level` may be missing on object of type `Handler | None`
[error] unresolved-attribute - :550:20 - Attribute `level` is not defined on `None` in union `Handler | None`
[warning] possibly-missing-attribute - :562:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :562:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :563:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :563:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :565:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :565:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_downloader_handlers.py

[warning] possibly-missing-attribute - :360:16 - Attribute `encoding` may be missing on object of type `Unknown | Response`
[error] unresolved-attribute - :360:16 - Attribute `encoding` is not defined on `Response` in union `Unknown | Response`

tests/test_downloadermiddleware.py

[warning] possibly-missing-attribute - :306:56 - Attribute `spider` may be missing on object of type `Crawler | None`
[error] unresolved-attribute - :306:56 - Attribute `spider` is not defined on `None` in union `Crawler | None`

tests/test_downloadermiddleware_ajaxcrawlable.py

[warning] possibly-missing-attribute - :54:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :54:16 - Attribute `url` is not defined on `None` in union `Request | None`

tests/test_downloadermiddleware_httpcache.py

[warning] possibly-missing-attribute - :355:28 - Attribute `status` may be missing on object of type `Response | Request`
[error] unresolved-attribute - :355:28 - Attribute `status` is not defined on `Request` in union `Response | Request`
[warning] possibly-missing-attribute - :379:28 - Attribute `status` may be missing on object of type `Response | Request`
[error] unresolved-attribute - :379:28 - Attribute `status` is not defined on `Request` in union `Response | Request`

tests/test_downloadermiddleware_httpcompression.py

[warning] possibly-missing-attribute - :78:9 - Attribute `open_spider` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :78:9 - Attribute `open_spider` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :103:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :103:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :104:13 - Attribute `get_stats` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :104:13 - Attribute `get_stats` is not defined on `None` in union `Unknown | StatsCollector | None`

tests/test_downloadermiddleware_retry.py

[warning] possibly-missing-attribute - :32:16 - Attribute `priority` may be missing on object of type `Unknown | Request | Response`
[error] unresolved-attribute - :32:16 - Attribute `priority` is not defined on `Response` in union `Unknown | Request | Response`
[warning] possibly-missing-attribute - :80:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :80:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :82:13 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :82:13 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :85:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :85:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :102:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :102:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :103:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :103:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :105:13 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :105:13 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :439:16 - Attribute `priority` may be missing on object of type `Request | None`
[error] unresolved-attribute - :439:16 - Attribute `priority` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :450:16 - Attribute `priority` may be missing on object of type `Request | None`
[error] unresolved-attribute - :450:16 - Attribute `priority` is not defined on `None` in union `Request | None`

tests/test_downloadermiddleware_stats.py

[warning] possibly-missing-attribute - :16:9 - Attribute `open_spider` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :16:9 - Attribute `open_spider` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :22:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :22:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :23:13 - Attribute `get_stats` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :23:13 - Attribute `get_stats` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :43:9 - Attribute `close_spider` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :43:9 - Attribute `close_spider` is not defined on `None` in union `Unknown | StatsCollector | None`

tests/test_downloaderslotssettings.py

[warning] possibly-missing-attribute - :36:29 - Attribute `host` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :36:29 - Attribute `host` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :42:19 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :42:19 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :49:15 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :49:15 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :75:17 - Attribute `downloader` may be missing on object of type `ExecutionEngine | None`
[error] unresolved-attribute - :75:17 - Attribute `downloader` is not defined on `None` in union `ExecutionEngine | None`

tests/test_dupefilters.py

[warning] possibly-missing-attribute - :170:20 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :170:20 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :201:20 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :201:20 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :238:20 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :238:20 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_engine_loop.py

[warning] possibly-missing-attribute - :49:17 - Attribute `_slot` may be missing on object of type `ExecutionEngine | None`
[warning] possibly-missing-attribute - :49:17 - Attribute `scheduler` may be missing on object of type `_Slot | None`
[error] unresolved-attribute - :49:17 - Attribute `_slot` is not defined on `None` in union `ExecutionEngine | None`
[error] unresolved-attribute - :49:17 - Attribute `scheduler` is not defined on `None` in union `_Slot | None`
[warning] possibly-missing-attribute - :50:17 - Attribute `_slot` may be missing on object of type `ExecutionEngine | None`
[warning] possibly-missing-attribute - :50:17 - Attribute `scheduler` may be missing on object of type `_Slot | None`
[error] unresolved-attribute - :50:17 - Attribute `_slot` is not defined on `None` in union `ExecutionEngine | None`
[error] unresolved-attribute - :50:17 - Attribute `scheduler` is not defined on `None` in union `_Slot | None`
[warning] possibly-missing-attribute - :56:17 - Attribute `_slot` may be missing on object of type `ExecutionEngine | None`
[warning] possibly-missing-attribute - :56:17 - Attribute `scheduler` may be missing on object of type `_Slot | None`
[error] unresolved-attribute - :56:17 - Attribute `_slot` is not defined on `None` in union `ExecutionEngine | None`
[error] unresolved-attribute - :56:17 - Attribute `scheduler` is not defined on `None` in union `_Slot | None`
[warning] possibly-missing-attribute - :65:17 - Attribute `_slot` may be missing on object of type `ExecutionEngine | None`
[warning] possibly-missing-attribute - :65:17 - Attribute `scheduler` may be missing on object of type `_Slot | None`
[error] unresolved-attribute - :65:17 - Attribute `_slot` is not defined on `None` in union `ExecutionEngine | None`
[error] unresolved-attribute - :65:17 - Attribute `scheduler` is not defined on `None` in union `_Slot | None`
[warning] possibly-missing-attribute - :66:17 - Attribute `_slot` may be missing on object of type `ExecutionEngine | None`
[warning] possibly-missing-attribute - :66:17 - Attribute `scheduler` may be missing on object of type `_Slot | None`
[error] unresolved-attribute - :66:17 - Attribute `_slot` is not defined on `None` in union `ExecutionEngine | None`
[error] unresolved-attribute - :66:17 - Attribute `scheduler` is not defined on `None` in union `_Slot | None`
[warning] possibly-missing-attribute - :72:44 - Attribute `_slot` may be missing on object of type `ExecutionEngine | None`
[warning] possibly-missing-attribute - :72:44 - Attribute `scheduler` may be missing on object of type `_Slot | None`
[error] unresolved-attribute - :72:44 - Attribute `_slot` is not defined on `None` in union `ExecutionEngine | None`
[error] unresolved-attribute - :72:44 - Attribute `scheduler` is not defined on `None` in union `_Slot | None`
[warning] possibly-missing-attribute - :86:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :86:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :187:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :187:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_feedexport.py

[warning] possibly-missing-attribute - :1020:62 - Attribute `get_stats` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1020:62 - Attribute `get_stats` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :1021:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1021:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :1038:61 - Attribute `get_stats` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1038:61 - Attribute `get_stats` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :1039:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1039:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :1056:62 - Attribute `get_stats` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1056:62 - Attribute `get_stats` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :1057:64 - Attribute `get_stats` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1057:64 - Attribute `get_stats` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :1058:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1058:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :1060:13 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :1060:13 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :2699:62 - Attribute `get_stats` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :2699:62 - Attribute `get_stats` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :2700:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :2700:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :2771:63 - Attribute `get_stats` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :2771:63 - Attribute `get_stats` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :2774:13 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :2774:13 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_logstats.py

[warning] possibly-missing-attribute - :16:9 - Attribute `set_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :16:9 - Attribute `set_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :17:9 - Attribute `set_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :17:9 - Attribute `set_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :41:9 - Attribute `set_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :41:9 - Attribute `set_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :42:9 - Attribute `set_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :42:9 - Attribute `set_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :52:9 - Attribute `set_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :52:9 - Attribute `set_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :53:9 - Attribute `set_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :53:9 - Attribute `set_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :55:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :55:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :56:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :56:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :64:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :64:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :65:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :65:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :70:9 - Attribute `set_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :70:9 - Attribute `set_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :71:9 - Attribute `set_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :71:9 - Attribute `set_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :73:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :73:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`
[warning] possibly-missing-attribute - :74:16 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :74:16 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`

tests/test_pipeline_crawl.py

[warning] possibly-missing-attribute - :56:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :56:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :197:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :197:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_pipeline_files.py

[warning] possibly-missing-attribute - :260:32 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :260:32 - Attribute `get` is not defined on `None` in union `Unknown | None`

tests/test_pipeline_images.py

[warning] possibly-missing-attribute - :125:44 - Attribute `get` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :125:44 - Attribute `get` is not defined on `None` in union `Unknown | None`

tests/test_pipeline_media.py

[warning] possibly-missing-attribute - :62:28 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :62:28 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :137:16 - Attribute `value` may be missing on object of type `Unknown | FileInfo`
[error] unresolved-attribute - :137:16 - Attribute `value` is not defined on `FileInfo` in union `Unknown | FileInfo`
[warning] possibly-missing-attribute - :139:27 - Attribute `value` may be missing on object of type `Unknown | FileInfo`
[error] unresolved-attribute - :139:27 - Attribute `value` is not defined on `FileInfo` in union `Unknown | FileInfo`
[warning] possibly-missing-attribute - :211:9 - Attribute `_mockcalled` may be missing on object of type `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - :211:9 - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[warning] possibly-missing-attribute - :225:16 - Attribute `_mockcalled` may be missing on object of type `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - :225:16 - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[warning] possibly-missing-attribute - :247:16 - Attribute `_mockcalled` may be missing on object of type `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - :247:16 - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[warning] possibly-missing-attribute - :269:13 - Attribute `_mockcalled` may be missing on object of type `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - :269:13 - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[warning] possibly-missing-attribute - :361:16 - Attribute `_mockcalled` may be missing on object of type `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - :361:16 - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[warning] possibly-missing-attribute - :480:9 - Attribute `_mockcalled` may be missing on object of type `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - :480:9 - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`
[warning] possibly-missing-attribute - :501:16 - Attribute `_mockcalled` may be missing on object of type `Unknown | UserDefinedPipeline`
[error] unresolved-attribute - :501:16 - Attribute `_mockcalled` is not defined on `UserDefinedPipeline` in union `Unknown | UserDefinedPipeline`

tests/test_pqueues.py

[warning] possibly-missing-attribute - :32:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :32:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :33:16 - Attribute `priority` may be missing on object of type `Request | None`
[error] unresolved-attribute - :33:16 - Attribute `priority` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :67:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :67:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :68:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :68:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :70:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :70:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :71:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :71:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :73:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :73:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :74:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :74:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :93:16 - Attribute `url` may be missing on object of type `Request | None`
[error] unresolved-attribute - :93:16 - Attribute `url` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :94:16 - Attribute `priority` may be missing on object of type `Request | None`
[error] unresolved-attribute - :94:16 - Attribute `priority` is not defined on `None` in union `Request | None`
[warning] possibly-missing-attribute - :121:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :121:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :123:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :123:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :125:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :125:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :150:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :150:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :151:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :151:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :153:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :153:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :154:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :154:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :156:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :156:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :157:16 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :157:16 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`

tests/test_proxy_connect.py

[warning] possibly-missing-attribute - :49:16 - Attribute `readline` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :49:16 - Attribute `readline` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :50:21 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :50:21 - Attribute `group` is not defined on `None` in union `Match[str] | None`

tests/test_request_cb_kwargs.py

[warning] possibly-missing-attribute - :67:23 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :67:23 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :69:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :69:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :71:23 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :71:23 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :72:23 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :72:23 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :74:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :74:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :77:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :77:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :80:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :80:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :82:23 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :82:23 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :83:23 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :83:23 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :88:9 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :88:9 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :90:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :90:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:9 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :97:9 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :104:13 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :104:13 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :109:13 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :109:13 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :113:9 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :113:9 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :120:9 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :120:9 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :139:9 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :139:9 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :144:9 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :144:9 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :145:24 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :145:24 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :149:9 - Attribute `inc_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :149:9 - Attribute `inc_value` is not defined on `None` in union `StatsCollector | None`
[warning] possibly-missing-attribute - :169:46 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :169:46 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_request_dict.py

[warning] possibly-missing-attribute - :99:22 - Attribute `_MethodsSpider__parse_item_reference` may be missing on object of type `Unknown | MethodsSpider`
[error] unresolved-attribute - :99:22 - Attribute `_MethodsSpider__parse_item_reference` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`
[warning] possibly-missing-attribute - :100:21 - Attribute `_MethodsSpider__handle_error_reference` may be missing on object of type `Unknown | MethodsSpider`
[error] unresolved-attribute - :100:21 - Attribute `_MethodsSpider__handle_error_reference` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`
[warning] possibly-missing-attribute - :110:22 - Attribute `_MethodsSpider__parse_item_private` may be missing on object of type `Unknown | MethodsSpider`
[error] unresolved-attribute - :110:22 - Attribute `_MethodsSpider__parse_item_private` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`
[warning] possibly-missing-attribute - :118:22 - Attribute `_SpiderMixin__mixin_callback` may be missing on object of type `Unknown | MethodsSpider`
[error] unresolved-attribute - :118:22 - Attribute `_SpiderMixin__mixin_callback` is not defined on `MethodsSpider` in union `Unknown | MethodsSpider`

tests/test_scheduler.py

[warning] possibly-missing-attribute - :81:9 - Attribute `active` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :81:9 - Attribute `active` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :122:9 - Attribute `downloader` may be missing on object of type `Unknown | ExecutionEngine | None`
[error] unresolved-attribute - :122:9 - Attribute `downloader` is not defined on `None` in union `Unknown | ExecutionEngine | None`
[warning] possibly-missing-attribute - :160:22 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :160:22 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :170:31 - Attribute `priority` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :170:31 - Attribute `priority` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :208:22 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :208:22 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :221:31 - Attribute `priority` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :221:31 - Attribute `priority` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :379:20 - Attribute `get_value` may be missing on object of type `Unknown | StatsCollector | None`
[error] unresolved-attribute - :379:20 - Attribute `get_value` is not defined on `None` in union `Unknown | StatsCollector | None`

tests/test_scheduler_base.py

[warning] possibly-missing-attribute - :92:13 - Attribute `open` may be missing on object of type `Unknown | MinimalScheduler`
[error] unresolved-attribute - :92:13 - Attribute `open` is not defined on `MinimalScheduler` in union `Unknown | MinimalScheduler`
[warning] possibly-missing-attribute - :94:13 - Attribute `close` may be missing on object of type `Unknown | MinimalScheduler`
[error] unresolved-attribute - :94:13 - Attribute `close` is not defined on `MinimalScheduler` in union `Unknown | MinimalScheduler`
[warning] possibly-missing-attribute - :98:13 - Attribute `__len__` may be missing on object of type `Unknown | MinimalScheduler`
[error] unresolved-attribute - :98:13 - Attribute `__len__` is not defined on `MinimalScheduler` in union `Unknown | MinimalScheduler`
[warning] possibly-missing-attribute - :112:29 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :112:29 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`
[warning] possibly-missing-attribute - :137:29 - Attribute `url` may be missing on object of type `Unknown | Request | None`
[error] unresolved-attribute - :137:29 - Attribute `url` is not defined on `None` in union `Unknown | Request | None`

tests/test_scrapy__getattr__.py

[warning] possibly-missing-attribute - :14:16 - Attribute `args` may be missing on object of type `Warning | str`
[error] unresolved-attribute - :14:16 - Attribute `args` is not defined on `str` in union `Warning | str`

tests/test_spider.py

[warning] possibly-missing-attribute - :47:16 - Attribute `foo` may be missing on object of type `Unknown | Spider`
[error] unresolved-attribute - :47:16 - Attribute `foo` is not defined on `Spider` in union `Unknown | Spider`

tests/test_spidermiddleware_httperror.py

[warning] possibly-missing-attribute - :24:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :24:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :25:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :25:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :26:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :26:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :27:13 - Attribute `url` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :27:13 - Attribute `url` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :213:21 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :213:21 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_spidermiddleware_process_start.py

[warning] possibly-missing-attribute - :122:16 - Attribute `get_value` may be missing on object of type `StatsCollector | None`
[error] unresolved-attribute - :122:16 - Attribute `get_value` is not defined on `None` in union `StatsCollector | None`

tests/test_utils_request.py

[warning] possibly-missing-attribute - :233:16 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :233:16 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :250:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :250:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :252:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :252:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :272:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :272:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :274:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :274:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :290:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :290:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :292:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :292:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :294:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :294:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :296:15 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :296:15 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`
[warning] possibly-missing-attribute - :321:23 - Attribute `fingerprint` may be missing on object of type `RequestFingerprinterProtocol | None`
[error] unresolved-attribute - :321:23 - Attribute `fingerprint` is not defined on `None` in union `RequestFingerprinterProtocol | None`

setuptools (https://github.com/pypa/setuptools)

pkg_resources/__init__.py

[warning] possibly-missing-attribute - :3122:20 - Attribute `_get_metadata_path` may be missing on object of type `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`
[error] unresolved-attribute - :3122:20 - Attribute `_get_metadata_path` is not defined on `IResourceProvider & ~AlwaysFalsy` in union `Unknown | (IResourceProvider & ~AlwaysFalsy) | EmptyProvider`

pkg_resources/tests/test_pkg_resources.py

[warning] possibly-missing-attribute - :377:16 - Attribute `version` may be missing on object of type `Distribution | None`
[error] unresolved-attribute - :377:16 - Attribute `version` is not defined on `None` in union `Distribution | None`

pkg_resources/tests/test_resources.py

[warning] possibly-missing-attribute - :84:16 - Attribute `version` may be missing on object of type `Distribution | None`
[error] unresolved-attribute - :84:16 - Attribute `version` is not defined on `None` in union `Distribution | None`
[warning] possibly-missing-attribute - :87:16 - Attribute `version` may be missing on object of type `Distribution | None`
[error] unresolved-attribute - :87:16 - Attribute `version` is not defined on `None` in union `Distribution | None`
[warning] possibly-missing-attribute - :101:16 - Attribute `version` may be missing on object of type `Distribution | None`
[error] unresolved-attribute - :101:16 - Attribute `version` is not defined on `None` in union `Distribution | None`

setuptools/_core_metadata.py

[warning] possibly-missing-attribute - :99:25 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :99:25 - Attribute `split` is not defined on `None` in union `str | None`

setuptools/_discovery.py

[warning] possibly-missing-attribute - :10:19 - Attribute `_markers` may be missing on object of type `Marker | None`
[error] unresolved-attribute - :10:19 - Attribute `_markers` is not defined on `None` in union `Marker | None`

setuptools/_distutils/cmd.py

[warning] possibly-missing-attribute - :334:9 - Attribute `ensure_finalized` may be missing on object of type `Unknown | Command | None`
[error] unresolved-attribute - :334:9 - Attribute `ensure_finalized` is not defined on `None` in union `Unknown | Command | None`

setuptools/_distutils/command/bdist_rpm.py

[warning] possibly-missing-attribute - :418:34 - Attribute `replace` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :418:34 - Attribute `replace` is not defined on `None` in union `Unknown | None`

setuptools/_distutils/command/build_clib.py

[warning] possibly-missing-attribute - :188:23 - Attribute `compile` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :188:23 - Attribute `compile` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :199:13 - Attribute `create_static_lib` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :199:13 - Attribute `create_static_lib` is not defined on `None` in union `Unknown | None | Compiler`

setuptools/_distutils/command/build_ext.py

[warning] possibly-missing-attribute - :270:23 - Attribute `split` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (list[Unknown | tuple[Unknown, str]] & ~AlwaysFalsy)`
[error] unresolved-attribute - :270:23 - Attribute `split` is not defined on `list[Unknown | tuple[Unknown, str]] & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (list[Unknown | tuple[Unknown, str]] & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :282:30 - Attribute `split` may be missing on object of type `(Unknown & ~None) | list[Unknown]`
[error] unresolved-attribute - :282:30 - Attribute `split` is not defined on `list[Unknown]` in union `(Unknown & ~None) | list[Unknown]`
[warning] possibly-missing-attribute - :321:13 - Attribute `extend` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :321:13 - Attribute `extend` is not defined on `None` in union `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :322:13 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :322:13 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :565:19 - Attribute `compile` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :565:19 - Attribute `compile` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :587:36 - Attribute `detect_language` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :587:36 - Attribute `detect_language` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :589:9 - Attribute `link_shared_object` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :589:9 - Attribute `link_shared_object` is not defined on `None` in union `Unknown | None | Compiler`

setuptools/_distutils/command/build_py.py

[warning] possibly-missing-attribute - :125:17 - Attribute `get` may be missing on object of type `Unknown | None | dict[str, list[str]]`
[warning] possibly-missing-attribute - :125:49 - Attribute `get` may be missing on object of type `Unknown | None | dict[str, list[str]]`
[error] unresolved-attribute - :125:17 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[str, list[str]]`
[error] unresolved-attribute - :125:49 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[str, list[str]]`

setuptools/_distutils/command/build_scripts.py

[warning] possibly-missing-attribute - :110:49 - Attribute `encoding` may be missing on object of type `TextIO | None`
[error] unresolved-attribute - :110:49 - Attribute `encoding` is not defined on `None` in union `TextIO | None`
[warning] possibly-missing-attribute - :111:50 - Attribute `encoding` may be missing on object of type `TextIO | None`
[error] unresolved-attribute - :111:50 - Attribute `encoding` is not defined on `None` in union `TextIO | None`
[warning] possibly-missing-attribute - :113:37 - Attribute `readlines` may be missing on object of type `TextIO | None`
[error] unresolved-attribute - :113:37 - Attribute `readlines` is not defined on `None` in union `TextIO | None`

setuptools/_distutils/command/config.py

[warning] possibly-missing-attribute - :120:9 - Attribute `preprocess` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :120:9 - Attribute `preprocess` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :127:18 - Attribute `object_filenames` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :127:18 - Attribute `object_filenames` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :129:9 - Attribute `compile` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :129:9 - Attribute `compile` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :135:9 - Attribute `link_executable` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :135:9 - Attribute `link_executable` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :143:12 - Attribute `exe_extension` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :143:12 - Attribute `exe_extension` is not defined on `None` in union `Unknown | None | Compiler`
[warning] possibly-missing-attribute - :144:27 - Attribute `exe_extension` may be missing on object of type `Unknown | None | Compiler`
[error] unresolved-attribute - :144:27 - Attribute `exe_extension` is not defined on `None` in union `Unknown | None | Compiler`

setuptools/_distutils/command/install.py

[error] invalid-argument-type - :719:42 - Argument to function `__new__` is incorrect: Expected `Iterable[Never]`, found `map[str]`

setuptools/_distutils/compilers/C/msvc.py

[warning] possibly-missing-attribute - :189:17 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :189:17 - Attribute `split` is not defined on `None` in union `str | None`

setuptools/_distutils/compilers/C/unix.py

[warning] possibly-missing-attribute - :169:17 - Attribute `startswith` may be missing on object of type `int | str | None`
[error] unresolved-attribute - :169:17 - Attribute `startswith` is not defined on `int`, `None` in union `int | str | None`

setuptools/_distutils/compilers/C/zos.py

[warning] possibly-missing-attribute - :209:25 - Attribute `remove` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :209:25 - Attribute `remove` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:25 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :210:25 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`
[warning] possibly-missing-attribute - :214:9 - Attribute `extend` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :214:9 - Attribute `extend` is not defined on `None` in union `Unknown | None | list[Unknown]`

setuptools/_distutils/dist.py

[warning] possibly-missing-attribute - :978:16 - Attribute `finalized` may be missing on object of type `(str & distutils.cmd.Command) | (setuptools._distutils.cmd.Command & distutils.cmd.Command) | Unknown`
[error] unresolved-attribute - :978:16 - Attribute `finalized` is not defined on `str & Command` in union `(str & distutils.cmd.Command) | (setuptools._distutils.cmd.Command & distutils.cmd.Command) | Unknown`
[warning] possibly-missing-attribute - :1200:29 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :1200:29 - Attribute `split` is not defined on `None` in union `str | None`

setuptools/_distutils/fancy_getopt.py

[warning] possibly-missing-attribute - :105:13 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :105:13 - Attribute `append` is not defined on `None` in union `Unknown | None`

setuptools/_distutils/sysconfig.py

[warning] possibly-missing-attribute - :332:49 - Attribute `startswith` may be missing on object of type `str | int`
[error] unresolved-attribute - :332:49 - Attribute `startswith` is not defined on `int` in union `str | int`
[warning] possibly-missing-attribute - :449:31 - Attribute `replace` may be missing on object of type `str | Any | int`
[error] unresolved-attribute - :449:31 - Attribute `replace` is not defined on `int` in union `str | Any | int`
[warning] possibly-missing-attribute - :496:42 - Attribute `strip` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :496:42 - Attribute `strip` is not defined on `int` in union `Unknown | int`

setuptools/_distutils/tests/test_build_ext.py

[warning] possibly-missing-attribute - :380:16 - Attribute `undef_macros` may be missing on object of type `Unknown | tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]`
[error] unresolved-attribute - :380:16 - Attribute `undef_macros` is not defined on `tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]` in union `Unknown | tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]`
[warning] possibly-missing-attribute - :381:16 - Attribute `define_macros` may be missing on object of type `Unknown | tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]`
[error] unresolved-attribute - :381:16 - Attribute `define_macros` is not defined on `tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]` in union `Unknown | tuple[str, dict[Unknown | str, Unknown | list[Unknown | str] | str | list[Unknown | tuple[str, str, str] | str]]]`
[warning] possibly-missing-attribute - :552:42 - Attribute `split` may be missing on object of type `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`
[error] unresolved-attribute - :552:42 - Attribute `split` is not defined on `int & ~AlwaysFalsy` in union `(int & ~AlwaysFalsy) | (str & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :583:33 - Attribute `split` may be missing on object of type `int | str | None`
[error] unresolved-attribute - :583:33 - Attribute `split` is not defined on `int`, `None` in union `int | str | None`

setuptools/_distutils/tests/test_sysconfig.py

[warning] possibly-missing-attribute - :276:16 - Attribute `endswith` may be missing on object of type `int | str | None`
[error] unresolved-attribute - :276:16 - Attribute `endswith` is not defined on `int`, `None` in union `int | str | None`

setuptools/_distutils/text_file.py

[warning] possibly-missing-attribute - :128:9 - Attribute `close` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :128:9 - Attribute `close` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[warning] possibly-missing-attribute - :178:20 - Attribute `readline` may be missing on object of type `Unknown | TextIOWrapper[_WrappedBuffer] | None`
[error] unresolved-attribute - :178:20 - Attribute `readline` is not defined on `None` in union `Unknown | TextIOWrapper[_WrappedBuffer] | None`

setuptools/_imp.py

[warning] possibly-missing-attribute - :38:25 - Attribute `loader` may be missing on object of type `(Unknown & ~None) | ModuleSpec | None`
[error] unresolved-attribute - :38:25 - Attribute `loader` is not defined on `None` in union `(Unknown & ~None) | ModuleSpec | None`
[warning] possibly-missing-attribute - :40:9 - Attribute `origin` may be missing on object of type `(Unknown & ~None) | ModuleSpec | None`
[error] unresolved-attribute - :40:9 - Attribute `origin` is not defined on `None` in union `(Unknown & ~None) | ModuleSpec | None`
[warning] possibly-missing-attribute - :42:24 - Attribute `loader` may be missing on object of type `(Unknown & ~None) | ModuleSpec | None`
[error] unresolved-attribute - :42:24 - Attribute `loader` is not defined on `None` in union `(Unknown & ~None) | ModuleSpec | None`
[warning] possibly-missing-attribute - :48:9 - Attribute `origin` may be missing on object of type `(Unknown & ~None) | ModuleSpec | None`
[error] unresolved-attribute - :48:9 - Attribute `origin` is not defined on `None` in union `(Unknown & ~None) | ModuleSpec | None`
[warning] possibly-missing-attribute - :50:24 - Attribute `loader` may be missing on object of type `(Unknown & ~None) | ModuleSpec | None`
[error] unresolved-attribute - :50:24 - Attribute `loader` is not defined on `None` in union `(Unknown & ~None) | ModuleSpec | None`
[warning] possibly-missing-attribute - :55:10 - Attribute `has_location` may be missing on object of type `(Unknown & ~None) | ModuleSpec | None`
[error] unresolved-attribute - :55:10 - Attribute `has_location` is not defined on `None` in union `(Unknown & ~None) | ModuleSpec | None`
[warning] possibly-missing-attribute - :56:16 - Attribute `origin` may be missing on object of type `(Unknown & ~None) | ModuleSpec | None`
[error] unresolved-attribute - :56:16 - Attribute `origin` is not defined on `None` in union `(Unknown & ~None) | ModuleSpec | None`

setuptools/_vendor/backports/tarfile/__init__.py

[warning] possibly-missing-attribute - :442:17 - Attribute `compress` may be missing on object of type `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[error] unresolved-attribute - :442:17 - Attribute `compress` is not defined on `BZ2Decompressor`, `LZMADecompressor`, `_Decompress` in union `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :451:13 - Attribute `write` may be missing on object of type `Unknown | _LowLevelFile | _StreamProxy`
[error] unresolved-attribute - :451:13 - Attribute `write` is not defined on `_StreamProxy` in union `Unknown | _LowLevelFile | _StreamProxy`
[warning] possibly-missing-attribute - :464:29 - Attribute `flush` may be missing on object of type `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[error] unresolved-attribute - :464:29 - Attribute `flush` is not defined on `BZ2Decompressor`, `LZMADecompressor` in union `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :467:17 - Attribute `write` may be missing on object of type `Unknown | _LowLevelFile | _StreamProxy`
[error] unresolved-attribute - :467:17 - Attribute `write` is not defined on `_StreamProxy` in union `Unknown | _LowLevelFile | _StreamProxy`
[warning] possibly-missing-attribute - :470:21 - Attribute `write` may be missing on object of type `Unknown | _LowLevelFile | _StreamProxy`
[error] unresolved-attribute - :470:21 - Attribute `write` is not defined on `_StreamProxy` in union `Unknown | _LowLevelFile | _StreamProxy`
[warning] possibly-missing-attribute - :471:21 - Attribute `write` may be missing on object of type `Unknown | _LowLevelFile | _StreamProxy`
[error] unresolved-attribute - :471:21 - Attribute `write` is not defined on `_StreamProxy` in union `Unknown | _LowLevelFile | _StreamProxy`
[warning] possibly-missing-attribute - :550:23 - Attribute `decompress` may be missing on object of type `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[error] unresolved-attribute - :550:23 - Attribute `decompress` is not defined on `BZ2Compressor`, `LZMACompressor`, `_Compress` in union `Unknown | BZ2Decompressor | BZ2Compressor | ... omitted 4 union elements`
[warning] possibly-missing-attribute - :1573:29 - Attribute `rstrip` may be missing on object of type `Unknown | float | int`
[error] unresolved-attribute - :1573:29 - Attribute `rstrip` is not defined on `float`, `int` in union `Unknown | float | int`
[warning] possibly-missing-attribute - :2713:20 - Attribute `offset` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2713:20 - Attribute `offset` is not defined on `None` in union `Unknown | None`

setuptools/_vendor/importlib_metadata/__init__.py

[warning] possibly-missing-attribute - :669:16 - Attribute `get_all` may be missing on object of type `PackageMetadata | None`
[error] unresolved-attribute - :669:16 - Attribute `get_all` is not defined on `None` in union `PackageMetadata | None`

setuptools/_vendor/more_itertools/more.py

[warning] possibly-missing-attribute - :4082:16 - Attribute `result` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :4082:16 - Attribute `result` is not defined on `None` in union `Unknown | None`

setuptools/_vendor/wheel/_commands/pack.py

[warning] possibly-missing-attribute - :36:20 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :36:20 - Attribute `group` is not defined on `None` in union `Match[str] | None`

setuptools/_vendor/wheel/_commands/tags.py

[warning] possibly-missing-attribute - :55:19 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :55:19 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :56:17 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :56:17 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :57:32 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :57:32 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :58:29 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :58:29 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`
[warning] possibly-missing-attribute - :59:30 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :59:30 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`

setuptools/_vendor/wheel/_commands/unpack.py

[warning] possibly-missing-attribute - :18:19 - Attribute `group` may be missing on object of type `Unknown | Match[str] | None`
[error] unresolved-attribute - :18:19 - Attribute `group` is not defined on `None` in union `Unknown | Match[str] | None`

setuptools/command/bdist_egg.py

[warning] possibly-missing-attribute - :292:21 - Attribute `filelist` may be missing on object of type `Unknown | Command`
[error] unresolved-attribute - :292:21 - Attribute `filelist` is not defined on `Command` in union `Unknown | Command`

setuptools/command/build_ext.py

[warning] possibly-missing-attribute - :180:24 - Attribute `library_filename` may be missing on object of type `Unknown | None | CCompiler`
[error] unresolved-attribute - :180:24 - Attribute `library_filename` is not defined on `None` in union `Unknown | None | CCompiler`

setuptools/command/dist_info.py

[warning] possibly-missing-attribute - :93:9 - Attribute `mkdir` may be missing on object of type `Unknown | None | Path`
[error] unresolved-attribute - :93:9 - Attribute `mkdir` is not defined on `None` in union `Unknown | None | Path`

setuptools/command/editable_wheel.py

[warning] possibly-missing-attribute - :132:13 - Attribute `mkdir` may be missing on object of type `Unknown | None | Path`
[error] unresolved-attribute - :132:13 - Attribute `mkdir` is not defined on `None` in union `Unknown | None | Path`

setuptools/command/setopt.py

[warning] possibly-missing-attribute - :139:29 - Attribute `replace` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :139:29 - Attribute `replace` is not defined on `None` in union `Unknown | None`

setuptools/config/pyprojecttoml.py

[warning] possibly-missing-attribute - :55:12 - Attribute `strip` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :55:12 - Attribute `strip` is not defined on `None` in union `Unknown | None`

setuptools/tests/test_build_meta.py

[warning] possibly-missing-attribute - :513:28 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :513:28 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

setuptools/tests/test_build_py.py

[warning] possibly-missing-attribute - :446:16 - Attribute `isdisjoint` may be missing on object of type `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | set[Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]`
[error] unresolved-attribute - :446:16 - Attribute `isdisjoint` is not defined on `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]`, `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]]`, `dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]` in union `Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]] | set[Unknown | str] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str]]] | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | dict[Unknown | str, Unknown | str] | str]]`

setuptools/tests/test_distutils_adoption.py

[warning] possibly-missing-attribute - :93:12 - Attribute `origin` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :93:12 - Attribute `origin` is not defined on `None` in union `ModuleSpec | None`

setuptools/tests/test_sdist.py

[warning] possibly-missing-attribute - :110:9 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :110:9 - Attribute `startswith` is not defined on `None` in union `str | None`

sockeye (https://github.com/awslabs/sockeye)

setup.py

[warning] possibly-missing-attribute - :22:12 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :22:12 - Attribute `group` is not defined on `None` in union `Match[str] | None`

sockeye/generate_decoder_states.py

[warning] possibly-missing-attribute - :201:17 - Attribute `add` may be missing on object of type `Unknown | None | NumpyMemmapStorage`
[error] unresolved-attribute - :201:17 - Attribute `add` is not defined on `None` in union `Unknown | None | NumpyMemmapStorage`

sockeye/inference.py

[warning] possibly-missing-attribute - :651:34 - Attribute `target_ids_list` may be missing on object of type `NBestTranslations | None`
[warning] possibly-missing-attribute - :651:82 - Attribute `scores` may be missing on object of type `NBestTranslations | None`
[error] unresolved-attribute - :651:34 - Attribute `target_ids_list` is not defined on `None` in union `NBestTranslations | None`
[error] unresolved-attribute - :651:82 - Attribute `scores` is not defined on `None` in union `NBestTranslations | None`

sockeye/lr_scheduler.py

[warning] possibly-missing-attribute - :138:29 - Attribute `param_groups` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :138:29 - Attribute `param_groups` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :168:29 - Attribute `param_groups` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :168:29 - Attribute `param_groups` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :236:29 - Attribute `param_groups` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :236:29 - Attribute `param_groups` is not defined on `None` in union `Unknown | None`

sockeye/training.py

[warning] possibly-missing-attribute - :241:39 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :241:39 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :244:25 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :244:25 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :254:55 - Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :254:55 - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :261:56 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :261:56 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :268:56 - Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :268:56 - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :279:17 - Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :279:17 - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :282:16 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :282:43 - Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :282:16 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :282:43 - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :288:60 - Attribute `time_elapsed` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :288:60 - Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :290:58 - Attribute `time_elapsed` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :290:58 - Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :293:20 - Attribute `converged` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :293:44 - Attribute `diverged` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :293:20 - Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :293:44 - Attribute `diverged` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :299:55 - Attribute `converged` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :299:55 - Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :300:21 - Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :300:49 - Attribute `early_stopping_metric` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :300:83 - Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :300:21 - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :300:49 - Attribute `early_stopping_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :300:83 - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :316:9 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :316:9 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :319:21 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :319:44 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :319:64 - Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :319:21 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :319:44 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :319:64 - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :320:21 - Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :320:21 - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :321:44 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :321:44 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :324:38 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :324:38 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :347:38 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :347:38 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :390:9 - Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :390:9 - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :391:9 - Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :391:9 - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :395:27 - Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :395:27 - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :396:9 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :396:9 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :432:27 - Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :432:45 - Attribute `batches` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :432:27 - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :432:45 - Attribute `batches` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :433:27 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :433:27 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :481:21 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :481:21 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :500:64 - Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :500:64 - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :504:52 - Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :504:52 - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :506:50 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :506:50 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :510:13 - Attribute `num_not_improved` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :510:13 - Attribute `num_not_improved` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :512:60 - Attribute `num_not_improved` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :512:89 - Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :512:60 - Attribute `num_not_improved` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :512:89 - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :514:9 - Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :514:47 - Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :514:9 - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :514:47 - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :516:25 - Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :516:25 - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :517:13 - Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :517:13 - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :527:52 - Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :527:52 - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :529:50 - Attribute `samples` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :529:50 - Attribute `samples` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :532:52 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :532:52 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :534:50 - Attribute `updates` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :534:50 - Attribute `updates` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :537:51 - Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :537:51 - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :539:49 - Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :539:49 - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :544:21 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :544:21 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :549:42 - Attribute `best_metric` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :549:67 - Attribute `best_metric_history` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :549:42 - Attribute `best_metric` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :549:67 - Attribute `best_metric_history` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :593:29 - Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :593:29 - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :600:60 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :600:60 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :609:26 - Attribute `epoch` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :609:26 - Attribute `epoch` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :612:33 - Attribute `time_elapsed` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :612:33 - Attribute `time_elapsed` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :614:30 - Attribute `converged` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :614:30 - Attribute `converged` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :615:29 - Attribute `diverged` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :615:29 - Attribute `diverged` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :622:9 - Attribute `metrics` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :622:9 - Attribute `metrics` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :623:34 - Attribute `metrics` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :623:34 - Attribute `metrics` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :625:61 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :625:61 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :628:48 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :628:48 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :634:52 - Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :634:52 - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :665:96 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :665:96 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :666:34 - Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :666:34 - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :708:49 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :708:49 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :738:9 - Attribute `save` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :738:9 - Attribute `save` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :817:30 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :817:53 - Attribute `best_checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :817:30 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[error] unresolved-attribute - :817:53 - Attribute `best_checkpoint` is not defined on `None` in union `Unknown | None | TrainState`
[warning] possibly-missing-attribute - :835:69 - Attribute `checkpoint` may be missing on object of type `Unknown | None | TrainState`
[error] unresolved-attribute - :835:69 - Attribute `checkpoint` is not defined on `None` in union `Unknown | None | TrainState`

test/unit/test_lexicon.py

[warning] possibly-missing-attribute - :74:16 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :74:16 - Attribute `shape` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :82:16 - Attribute `shape` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :82:16 - Attribute `shape` is not defined on `None` in union `Unknown | None`

spack (https://github.com/spack/spack)

lib/spack/spack/cmd/edit.py

[warning] possibly-missing-attribute - :171:22 - Attribute `build_systems_path` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :171:22 - Attribute `build_systems_path` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :175:69 - Attribute `packages_path` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :175:69 - Attribute `packages_path` is not defined on `None` in union `Repo | None`

lib/spack/spack/cmd/env.py

[warning] possibly-missing-attribute - :1052:16 - Attribute `user_specs` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :1052:16 - Attribute `user_specs` is not defined on `None` in union `Environment | None`

lib/spack/spack/cmd/location.py

[warning] possibly-missing-attribute - :108:20 - Attribute `path` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :108:20 - Attribute `path` is not defined on `None` in union `Environment | None`
[warning] possibly-missing-attribute - :119:19 - Attribute `root` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :119:19 - Attribute `root` is not defined on `None` in union `Repo | None`

lib/spack/spack/cmd/repo.py

[warning] possibly-missing-attribute - :388:22 - Attribute `package_api` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :388:22 - Attribute `package_api` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :391:24 - Attribute `package_api` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :391:24 - Attribute `package_api` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :395:39 - Attribute `packages_path` may be missing on object of type `Repo | None`
[warning] possibly-missing-attribute - :395:59 - Attribute `root` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :395:39 - Attribute `packages_path` is not defined on `None` in union `Repo | None`
[error] unresolved-attribute - :395:59 - Attribute `root` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :408:45 - Attribute `namespace` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :408:45 - Attribute `namespace` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :416:28 - Attribute `namespace` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :416:28 - Attribute `namespace` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :423:28 - Attribute `package_api_str` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :423:28 - Attribute `package_api_str` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :427:50 - Attribute `root` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :427:50 - Attribute `root` is not defined on `None` in union `Repo | None`
[warning] possibly-missing-attribute - :432:33 - Attribute `namespace` may be missing on object of type `Repo | None`
[error] unresolved-attribute - :432:33 - Attribute `namespace` is not defined on `None` in union `Repo | None`

lib/spack/spack/cmd/resource.py

[warning] possibly-missing-attribute - :45:25 - Attribute `items` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :45:25 - Attribute `items` is not defined on `None` in union `Unknown | None`

lib/spack/spack/cmd/unit_test.py

[warning] possibly-missing-attribute - :135:9 - Attribute `main` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :135:9 - Attribute `main` is not defined on `None` in union `Unknown | None`

lib/spack/spack/cmd/verify.py

[warning] possibly-missing-attribute - :192:13 - Attribute `error` may be missing on object of type `ArgumentParser | None`
[error] unresolved-attribute - :192:13 - Attribute `error` is not defined on `None` in union `ArgumentParser | None`
[warning] possibly-missing-attribute - :223:9 - Attribute `error` may be missing on object of type `ArgumentParser | None`
[error] unresolved-attribute - :223:9 - Attribute `error` is not defined on `None` in union `ArgumentParser | None`

lib/spack/spack/config.py

[warning] possibly-missing-attribute - :1728:28 - Attribute `validation_error` may be missing on object of type `ConfigFormatError | AttributeError`
[error] unresolved-attribute - :1728:28 - Attribute `validation_error` is not defined on `AttributeError` in union `ConfigFormatError | AttributeError`

lib/spack/spack/directives_meta.py

[warning] possibly-missing-attribute - :193:26 - Attribute `_directives_to_be_executed` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :193:26 - Attribute `_directives_to_be_executed` is not defined on `None` in union `Unknown | None`

lib/spack/spack/fetch_strategy.py

[warning] possibly-missing-attribute - :431:21 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :431:21 - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :472:12 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :472:12 - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :473:25 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :473:25 - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :474:28 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :474:28 - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :502:26 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :502:26 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :527:16 - Attribute `archive_file` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :527:16 - Attribute `archive_file` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :538:40 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :538:40 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :541:20 - Attribute `expanded` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :541:20 - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :542:24 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :542:24 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :543:33 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :543:33 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :558:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :558:12 - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :559:55 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :559:55 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :599:36 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :599:36 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :600:36 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :600:36 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :627:20 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :627:20 - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :655:16 - Attribute `save_filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :655:16 - Attribute `save_filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :709:16 - Attribute `source_path` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :709:50 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :709:16 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :709:50 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :711:34 - Attribute `srcdir` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :711:72 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :711:34 - Attribute `srcdir` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :711:72 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :713:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :713:26 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :770:26 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :770:26 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :787:45 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :787:45 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :788:32 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :788:32 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :792:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :792:26 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :924:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :924:12 - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :925:42 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :925:42 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :954:16 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :954:16 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :983:16 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :983:16 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1018:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1018:26 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1106:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1106:12 - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1107:52 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1107:52 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1125:36 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1125:36 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1129:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1129:26 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1143:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1143:26 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1199:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1199:12 - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1200:52 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1200:52 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1214:36 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1214:36 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1218:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1218:26 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1236:26 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1236:26 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1308:12 - Attribute `expanded` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1308:12 - Attribute `expanded` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1309:52 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1309:52 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1331:36 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1331:36 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1338:26 - Attribute `path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1338:26 - Attribute `path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1339:27 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1339:27 - Attribute `source_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1417:19 - Attribute `source_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1417:19 - Attribute `source_path` is not defined on `None` in union `Unknown | None`

lib/spack/spack/graph.py

[warning] possibly-missing-attribute - :98:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :98:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :107:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :107:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :132:17 - Attribute `index` may be missing on object of type `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - :132:17 - Attribute `index` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :136:17 - Attribute `pop` may be missing on object of type `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - :136:17 - Attribute `pop` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :137:17 - Attribute `insert` may be missing on object of type `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - :137:17 - Attribute `insert` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :160:13 - Attribute `insert` may be missing on object of type `Unknown | None | list[Unknown | list[Unknown]]`
[error] unresolved-attribute - :160:13 - Attribute `insert` is not defined on `None` in union `Unknown | None | list[Unknown | list[Unknown]]`
[warning] possibly-missing-attribute - :170:13 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :170:13 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :171:13 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :171:13 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :172:13 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :172:13 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :173:13 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :173:13 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :247:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :247:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :258:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :258:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :263:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :263:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :265:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :265:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :276:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :276:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :289:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :289:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`
[warning] possibly-missing-attribute - :303:9 - Attribute `write` may be missing on object of type `Unknown | None | ColorStream`
[error] unresolved-attribute - :303:9 - Attribute `write` is not defined on `None` in union `Unknown | None | ColorStream`

lib/spack/spack/installer.py

[warning] possibly-missing-attribute - :1301:74 - Attribute `poll` may be missing on object of type `BuildProcess | None`
[error] unresolved-attribute - :1301:74 - Attribute `poll` is not defined on `None` in union `BuildProcess | None`
[warning] possibly-missing-attribute - :1367:55 - Attribute `complete` may be missing on object of type `BuildProcess | None`
[error] unresolved-attribute - :1367:55 - Attribute `complete` is not defined on `None` in union `BuildProcess | None`

lib/spack/spack/llnl/util/lang.py

[warning] possibly-missing-attribute - :620:33 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :620:33 - Attribute `groups` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :832:17 - Attribute `name` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :832:17 - Attribute `name` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :834:9 - Attribute `exec_module` may be missing on object of type `Loader | None`
[warning] possibly-missing-attribute - :834:9 - Attribute `loader` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :834:9 - Attribute `exec_module` is not defined on `None` in union `Loader | None`
[error] unresolved-attribute - :834:9 - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`
[warning] possibly-missing-attribute - :837:29 - Attribute `name` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :837:29 - Attribute `name` is not defined on `None` in union `ModuleSpec | None`

lib/spack/spack/llnl/util/tty/__init__.py

[warning] possibly-missing-attribute - :215:17 - Attribute `write` may be missing on object of type `IOBase | None`
[error] unresolved-attribute - :215:17 - Attribute `write` is not defined on `None` in union `IOBase | None`
[warning] possibly-missing-attribute - :217:13 - Attribute `write` may be missing on object of type `IOBase | None`
[error] unresolved-attribute - :217:13 - Attribute `write` is not defined on `None` in union `IOBase | None`
[warning] possibly-missing-attribute - :218:5 - Attribute `flush` may be missing on object of type `IOBase | None`
[error] unresolved-attribute - :218:5 - Attribute `flush` is not defined on `None` in union `IOBase | None`

lib/spack/spack/llnl/util/tty/color.py

[warning] possibly-missing-attribute - :382:5 - Attribute `write` may be missing on object of type `IOBase | None`
[error] unresolved-attribute - :382:5 - Attribute `write` is not defined on `None` in union `IOBase | None`

lib/spack/spack/main.py

[warning] possibly-missing-attribute - :1028:9 - Attribute `manifest` may be missing on object of type `None | Environment`
[error] unresolved-attribute - :1028:9 - Attribute `manifest` is not defined on `None` in union `None | Environment`

lib/spack/spack/repo.py

[warning] possibly-missing-attribute - :506:9 - Attribute `update_packages` may be missing on object of type `Unknown | TagIndex | None`
[error] unresolved-attribute - :506:9 - Attribute `update_packages` is not defined on `None` in union `Unknown | TagIndex | None`
[warning] possibly-missing-attribute - :509:9 - Attribute `to_json` may be missing on object of type `Unknown | TagIndex | None`
[error] unresolved-attribute - :509:9 - Attribute `to_json` is not defined on `None` in union `Unknown | TagIndex | None`
[warning] possibly-missing-attribute - :528:9 - Attribute `remove_providers` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :528:9 - Attribute `remove_providers` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :529:9 - Attribute `update_packages` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :529:9 - Attribute `update_packages` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :532:9 - Attribute `to_json` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :532:9 - Attribute `to_json` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :552:9 - Attribute `to_json` may be missing on object of type `Unknown | PatchCache | None`
[error] unresolved-attribute - :552:9 - Attribute `to_json` is not defined on `None` in union `Unknown | PatchCache | None`
[warning] possibly-missing-attribute - :555:9 - Attribute `update_packages` may be missing on object of type `Unknown | PatchCache | None`
[error] unresolved-attribute - :555:9 - Attribute `update_packages` is not defined on `None` in union `Unknown | PatchCache | None`

lib/spack/spack/solver/asp.py

[warning] possibly-missing-attribute - :1453:18 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :1453:18 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :2614:25 - Attribute `family` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2614:25 - Attribute `family` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2626:74 - Attribute `family` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2626:74 - Attribute `family` is not defined on `None` in union `Unknown | None`

lib/spack/spack/spec.py

[warning] possibly-missing-attribute - :3139:21 - Attribute `intersects` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :3139:21 - Attribute `intersects` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :3160:24 - Attribute `constrain` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :3160:24 - Attribute `constrain` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :4775:16 - Attribute `platform` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :4775:16 - Attribute `platform` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :4779:16 - Attribute `os` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :4779:16 - Attribute `os` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :4783:16 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :4783:16 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :5111:57 - Attribute `platform` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :5111:57 - Attribute `platform` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :5114:45 - Attribute `os` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :5114:45 - Attribute `os` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :5117:53 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :5117:53 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`

lib/spack/spack/spec_parser.py

[warning] possibly-missing-attribute - :219:32 - Attribute `kind` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - :219:32 - Attribute `kind` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :230:36 - Attribute `kind` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - :230:36 - Attribute `kind` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :273:17 - Attribute `subvalues` may be missing on object of type `(Unknown & ~None) | Token | <class 'Token'>`
[error] unresolved-attribute - :273:17 - Attribute `subvalues` is not defined on `<class 'Token'>` in union `(Unknown & ~None) | Token | <class 'Token'>`
[warning] possibly-missing-attribute - :282:13 - Attribute `value` may be missing on object of type `(Unknown & ~None) | Token | <class 'Token'>`
[error] unresolved-attribute - :282:13 - Attribute `value` is not defined on `<class 'Token'>` in union `(Unknown & ~None) | Token | <class 'Token'>`
[warning] possibly-missing-attribute - :342:29 - Attribute `value` may be missing on object of type `Unknown | None | Token | <class 'Token'>`
[error] unresolved-attribute - :342:29 - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `Unknown | None | Token | <class 'Token'>`
[warning] possibly-missing-attribute - :345:34 - Attribute `value` may be missing on object of type `Unknown | None | Token | <class 'Token'>`
[error] unresolved-attribute - :345:34 - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `Unknown | None | Token | <class 'Token'>`
[warning] possibly-missing-attribute - :367:29 - Attribute `value` may be missing on object of type `Unknown | None | Token | <class 'Token'>`
[error] unresolved-attribute - :367:29 - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `Unknown | None | Token | <class 'Token'>`
[warning] possibly-missing-attribute - :370:34 - Attribute `value` may be missing on object of type `Unknown | None | Token | <class 'Token'>`
[error] unresolved-attribute - :370:34 - Attribute `value` is not defined on `None`, `<class 'Token'>` in union `Unknown | None | Token | <class 'Token'>`
[warning] possibly-missing-attribute - :691:32 - Attribute `start` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :691:60 - Attribute `value` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - :691:32 - Attribute `start` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`
[error] unresolved-attribute - :691:60 - Attribute `value` is not defined on `<class 'Token'> & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (Token & ~AlwaysFalsy) | (<class 'Token'> & ~AlwaysFalsy)`

lib/spack/spack/stage.py

[warning] possibly-missing-attribute - :682:54 - Attribute `path` may be missing on object of type `Unknown | MirrorLayout | None`
[error] unresolved-attribute - :682:54 - Attribute `path` is not defined on `None` in union `Unknown | MirrorLayout | None`

lib/spack/spack/test/architecture.py

[warning] possibly-missing-attribute - :64:12 - Attribute `os` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :64:12 - Attribute `os` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :65:12 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :65:12 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`

lib/spack/spack/test/buildrequest.py

[warning] possibly-missing-attribute - :30:16 - Attribute `stop_before_phase` may be missing on object of type `Unknown | PackageBase`
[error] unresolved-attribute - :30:16 - Attribute `stop_before_phase` is not defined on `PackageBase` in union `Unknown | PackageBase`
[warning] possibly-missing-attribute - :31:16 - Attribute `last_phase` may be missing on object of type `Unknown | PackageBase`
[error] unresolved-attribute - :31:16 - Attribute `last_phase` is not defined on `PackageBase` in union `Unknown | PackageBase`

lib/spack/spack/test/cmd/dependencies.py

[warning] possibly-missing-attribute - :55:40 - Attribute `dependencies` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :55:40 - Attribute `dependencies` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :69:40 - Attribute `traverse` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :69:40 - Attribute `traverse` is not defined on `None` in union `Unknown | Spec | None`

lib/spack/spack/test/cmd/dependents.py

[warning] possibly-missing-attribute - :59:10 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :59:10 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :63:44 - Attribute `dependents` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :63:44 - Attribute `dependents` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :78:13 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :78:13 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`

lib/spack/spack/test/cmd/install.py

[warning] possibly-missing-attribute - :210:12 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:12 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :368:12 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :368:12 - Attribute `name` is not defined on `None` in union `Unknown | None`

lib/spack/spack/test/cmd/spec.py

[warning] possibly-missing-attribute - :50:9 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :50:9 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :214:27 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :214:27 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :215:26 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :215:26 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :216:20 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :216:20 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`

lib/spack/spack/test/cmd/uninstall.py

[warning] possibly-missing-attribute - :119:16 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :119:16 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`

lib/spack/spack/test/cmd/url.py

[warning] possibly-missing-attribute - :108:26 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :108:26 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :111:29 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :111:29 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[warning] possibly-missing-attribute - :114:32 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :114:32 - Attribute `group` is not defined on `None` in union `Match[str] | None`

lib/spack/spack/test/concretization/core.py

[warning] possibly-missing-attribute - :618:24 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :618:49 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :618:24 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[error] unresolved-attribute - :618:49 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :1125:20 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :1125:20 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`
[warning] possibly-missing-attribute - :2230:64 - Attribute `target` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :2230:64 - Attribute `target` is not defined on `None` in union `Unknown | None | ArchSpec`

lib/spack/spack/test/conftest.py

[warning] possibly-missing-attribute - :1376:22 - Attribute `__name__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :1376:22 - Attribute `__name__` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :1886:16 - Attribute `get` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :1886:16 - Attribute `get` is not defined on `None` in union `Element[str] | None`
[warning] possibly-missing-attribute - :2420:16 - Attribute `read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :2420:16 - Attribute `read` is not defined on `None` in union `Unknown | None`

lib/spack/spack/test/cray_manifest.py

[warning] possibly-missing-attribute - :202:12 - Attribute `satisfies` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :202:12 - Attribute `satisfies` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :203:12 - Attribute `extra_attributes` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :203:12 - Attribute `extra_attributes` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :204:12 - Attribute `extra_attributes` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :204:12 - Attribute `extra_attributes` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :205:12 - Attribute `extra_attributes` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :205:12 - Attribute `extra_attributes` is not defined on `None` in union `Spec | None`

lib/spack/spack/test/database.py

[warning] possibly-missing-attribute - :880:16 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :880:16 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :881:17 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :881:17 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :882:15 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :882:15 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :883:20 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :883:20 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`
[warning] possibly-missing-attribute - :884:26 - Attribute `dag_hash` may be missing on object of type `Unknown | Spec | None`
[error] unresolved-attribute - :884:26 - Attribute `dag_hash` is not defined on `None` in union `Unknown | Spec | None`

lib/spack/spack/test/installer.py

[warning] possibly-missing-attribute - :785:28 - Attribute `pkg` may be missing on object of type `Task | None`
[error] unresolved-attribute - :785:28 - Attribute `pkg` is not defined on `None` in union `Task | None`
[warning] possibly-missing-attribute - :791:28 - Attribute `pkg` may be missing on object of type `Task | None`
[error] unresolved-attribute - :791:28 - Attribute `pkg` is not defined on `None` in union `Task | None`

lib/spack/spack/test/llnl/util/lock.py

[warning] possibly-missing-attribute - :176:19 - Attribute `rank` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :176:19 - Attribute `rank` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :179:19 - Attribute `bcast` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :179:19 - Attribute `bcast` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :188:9 - Attribute `barrier` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :188:9 - Attribute `barrier` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :190:19 - Attribute `rank` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :190:19 - Attribute `rank` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :203:30 - Attribute `rank` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :203:30 - Attribute `rank` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :258:16 - Attribute `size` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :258:16 - Attribute `size` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :261:5 - Attribute `Barrier` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :261:5 - Attribute `Barrier` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :263:15 - Attribute `rank` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :263:15 - Attribute `rank` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :264:15 - Attribute `Split` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :264:15 - Attribute `Split` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :281:13 - Attribute `Abort` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :281:13 - Attribute `Abort` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :284:5 - Attribute `Barrier` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :284:5 - Attribute `Barrier` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :648:12 - Attribute `mode` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :648:12 - Attribute `mode` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :653:12 - Attribute `mode` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :653:12 - Attribute `mode` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :658:12 - Attribute `mode` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :658:12 - Attribute `mode` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :681:16 - Attribute `mode` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :681:16 - Attribute `mode` is not defined on `None` in union `IO[bytes] | None`

lib/spack/spack/test/patch.py

[warning] possibly-missing-attribute - :173:9 - Attribute `_patches_in_order_of_appearance` may be missing on object of type `Unknown | VariantValue`
[error] unresolved-attribute - :173:9 - Attribute `_patches_in_order_of_appearance` is not defined on `VariantValue` in union `Unknown | VariantValue`

lib/spack/spack/test/relocate_text.py

[warning] possibly-missing-attribute - :15:12 - Attribute `group` may be missing on object of type `Match[bytes] | None`
[error] unresolved-attribute - :15:12 - Attribute `group` is not defined on `None` in union `Match[bytes] | None`
[warning] possibly-missing-attribute - :27:12 - Attribute `group` may be missing on object of type `Match[bytes] | None`
[error] unresolved-attribute - :27:12 - Attribute `group` is not defined on `None` in union `Match[bytes] | None`
[warning] possibly-missing-attribute - :31:12 - Attribute `group` may be missing on object of type `Match[bytes] | None`
[error] unresolved-attribute - :31:12 - Attribute `group` is not defined on `None` in union `Match[bytes] | None`
[warning] possibly-missing-attribute - :35:12 - Attribute `group` may be missing on object of type `Match[bytes] | None`
[error] unresolved-attribute - :35:12 - Attribute `group` is not defined on `None` in union `Match[bytes] | None`

lib/spack/spack/test/spec_syntax.py

[warning] possibly-missing-attribute - :1274:5 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1274:5 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1279:5 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1279:5 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1284:5 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1284:5 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1289:5 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1289:5 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1303:5 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1303:5 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1310:5 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1310:5 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1317:5 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1317:5 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1376:9 - Attribute `lookup_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1376:9 - Attribute `lookup_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1381:9 - Attribute `lookup_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1381:9 - Attribute `lookup_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1392:9 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1392:9 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1395:9 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1395:9 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1400:9 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1400:9 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1422:9 - Attribute `replace_hash` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1422:9 - Attribute `replace_hash` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1755:12 - Attribute `intersects` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1755:12 - Attribute `intersects` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1756:12 - Attribute `intersects` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1756:12 - Attribute `intersects` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1757:12 - Attribute `satisfies` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1757:12 - Attribute `satisfies` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1758:12 - Attribute `satisfies` may be missing on object of type `Spec | None`
[error] unresolved-attribute - :1758:12 - Attribute `satisfies` is not defined on `None` in union `Spec | None`
[warning] possibly-missing-attribute - :1765:12 - Attribute `architecture` may be missing on object of type `Spec | None`
[warning] possibly-missing-attribute - :1765:12 - Attribute `platform` may be missing on object of type `Unknown | None | ArchSpec`
[error] unresolved-attribute - :1765:12 - Attribute `architecture` is not defined on `None` in union `Spec | None`
[error] unresolved-attribute - :1765:12 - Attribute `platform` is not defined on `None` in union `Unknown | None | ArchSpec`

lib/spack/spack/test/test_suite.py

[warning] possibly-missing-attribute - :189:12 - Attribute `alias` may be missing on object of type `TestSuite | None`
[error] unresolved-attribute - :189:12 - Attribute `alias` is not defined on `None` in union `TestSuite | None`

lib/spack/spack/test/versions.py

[warning] possibly-missing-attribute - :557:12 - Attribute `dotted_numeric_string` may be missing on object of type `StandardVersion | GitVersion`
[error] unresolved-attribute - :557:12 - Attribute `dotted_numeric_string` is not defined on `GitVersion` in union `StandardVersion | GitVersion`
[warning] possibly-missing-attribute - :558:12 - Attribute `dotted_numeric_string` may be missing on object of type `StandardVersion | GitVersion`
[error] unresolved-attribute - :558:12 - Attribute `dotted_numeric_string` is not defined on `GitVersion` in union `StandardVersion | GitVersion`
[warning] possibly-missing-attribute - :627:12 - Attribute `string` may be missing on object of type `StandardVersion | GitVersion`
[error] unresolved-attribute - :627:12 - Attribute `string` is not defined on `GitVersion` in union `StandardVersion | GitVersion`
[warning] possibly-missing-attribute - :632:26 - Attribute `version` may be missing on object of type `StandardVersion | GitVersion`
[error] unresolved-attribute - :632:26 - Attribute `version` is not defined on `GitVersion` in union `StandardVersion | GitVersion`
[warning] possibly-missing-attribute - :870:12 - Attribute `is_commit` may be missing on object of type `StandardVersion | GitVersion`
[error] unresolved-attribute - :870:12 - Attribute `is_commit` is not defined on `StandardVersion` in union `StandardVersion | GitVersion`
[warning] possibly-missing-attribute - :871:16 - Attribute `_ref_lookup` may be missing on object of type `StandardVersion | GitVersion`
[error] unresolved-attribute - :871:16 - Attribute `_ref_lookup` is not defined on `StandardVersion` in union `StandardVersion | GitVersion`
[warning] possibly-missing-attribute - :872:28 - Attribute `ref_version` may be missing on object of type `StandardVersion | GitVersion`
[error] unresolved-attribute - :872:28 - Attribute `ref_version` is not defined on `StandardVersion` in union `StandardVersion | GitVersion`
[warning] possibly-missing-attribute - :1130:16 - Attribute `group` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :1130:16 - Attribute `group` is not defined on `None` in union `Match[str] | None`

lib/spack/spack/util/archive.py

[warning] possibly-missing-attribute - :40:13 - Attribute `write` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :40:13 - Attribute `write` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :64:9 - Attribute `close` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :64:9 - Attribute `close` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :68:9 - Attribute `flush` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :68:9 - Attribute `flush` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :71:16 - Attribute `fileno` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :71:16 - Attribute `fileno` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :86:16 - Attribute `tell` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :86:16 - Attribute `tell` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :269:24 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :269:24 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`
[warning] possibly-missing-attribute - :277:25 - Attribute `read` may be missing on object of type `IO[bytes] | None`
[error] unresolved-attribute - :277:25 - Attribute `read` is not defined on `None` in union `IO[bytes] | None`

lib/spack/spack/util/gcs.py

[warning] possibly-missing-attribute - :92:20 - Attribute `get_blob` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :92:20 - Attribute `get_blob` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:20 - Attribute `blob` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:20 - Attribute `blob` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :116:25 - Attribute `list_blobs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :116:25 - Attribute `list_blobs` is not defined on `None` in union `Unknown | None`

lib/spack/spack/util/path.py

[warning] possibly-missing-attribute - :78:24 - Attribute `path` may be missing on object of type `Environment | None`
[error] unresolved-attribute - :78:24 - Attribute `path` is not defined on `None` in union `Environment | None`

lib/spack/spack/util/s3.py

[warning] possibly-missing-attribute - :143:16 - Attribute `read` may be missing on object of type `_BufferedReaderStream | Unknown | None`
[error] unresolved-attribute - :143:16 - Attribute `read` is not defined on `None` in union `_BufferedReaderStream | Unknown | None`

lib/spack/spack/util/spack_yaml.py

[warning] possibly-missing-attribute - :336:19 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :336:19 - Attribute `value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :337:26 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :337:26 - Attribute `value` is not defined on `None` in union `Unknown | None`

lib/spack/spack/vendor/attr/_make.py

[warning] possibly-missing-attribute - :2653:33 - Attribute `name` may be missing on object of type `Unknown | Attribute`
[error] unresolved-attribute - :2653:33 - Attribute `name` is not defined on `Attribute` in union `Unknown | Attribute`
[warning] possibly-missing-attribute - :2655:29 - Attribute `hash` may be missing on object of type `Unknown | Attribute`
[warning] possibly-missing-attribute - :2655:40 - Attribute `name` may be missing on object of type `Unknown | Attribute`
[error] unresolved-attribute - :2655:29 - Attribute `hash` is not defined on `Attribute` in union `Unknown | Attribute`
[error] unresolved-attribute - :2655:40 - Attribute `name` is not defined on `Attribute` in union `Unknown | Attribute`

lib/spack/spack/vendor/jsonschema/_utils.py

[warning] possibly-missing-attribute - :55:23 - Attribute `decode` may be missing on object of type `bytes | None`
[error] unresolved-attribute - :55:23 - Attribute `decode` is not defined on `None` in union `bytes | None`

lib/spack/spack/vendor/macholib/MachO.py

[warning] possibly-missing-attribute - :424:9 - Attribute `sizeofcmds` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :424:9 - Attribute `sizeofcmds` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :425:54 - Attribute `sizeofcmds` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :425:54 - Attribute `sizeofcmds` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :435:9 - Attribute `to_fileobj` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :435:9 - Attribute `to_fileobj` is not defined on `None` in union `Unknown | None`

lib/spack/spack/vendor/pyrsistent/_checked_types.py

[warning] possibly-missing-attribute - :290:60 - Attribute `_count` may be missing on object of type `Unknown | tuple[()]`
[warning] possibly-missing-attribute - :290:76 - Attribute `_shift` may be missing on object of type `Unknown | tuple[()]`
[warning] possibly-missing-attribute - :290:92 - Attribute `_root` may be missing on object of type `Unknown | tuple[()]`
[warning] possibly-missing-attribute - :290:107 - Attribute `_tail` may be missing on object of type `Unknown | tuple[()]`
[error] unresolved-attribute - :290:60 - Attribute `_count` is not defined on `tuple[()]` in union `Unknown | tuple[()]`
[error] unresolved-attribute - :290:76 - Attribute `_shift` is not defined on `tuple[()]` in union `Unknown | tuple[()]`
[error] unresolved-attribute - :290:92 - Attribute `_root` is not defined on `tuple[()]` in union `Unknown | tuple[()]`
[error] unresolved-attribute - :290:107 - Attribute `_tail` is not defined on `tuple[()]` in union `Unknown | tuple[()]`

lib/spack/spack/vendor/ruamel/yaml/composer.py

[warning] possibly-missing-attribute - :43:16 - Attribute `_parser` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :43:16 - Attribute `_parser` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :51:16 - Attribute `_resolver` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :51:16 - Attribute `_resolver` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :83:17 - Attribute `start_mark` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :83:17 - Attribute `start_mark` is not defined on `None` in union `None | Unknown`

lib/spack/spack/vendor/ruamel/yaml/constructor.py

[warning] possibly-missing-attribute - :83:20 - Attribute `_composer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :83:20 - Attribute `_composer` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :86:48 - Attribute `_composer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :86:48 - Attribute `_composer` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :95:16 - Attribute `_resolver` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :95:16 - Attribute `_resolver` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :103:16 - Attribute `_scanner` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :103:16 - Attribute `_scanner` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :1018:16 - Attribute `comment_handling` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1018:16 - Attribute `comment_handling` is not defined on `None` in union `Unknown | None`

lib/spack/spack/vendor/ruamel/yaml/emitter.py

[warning] possibly-missing-attribute - :236:20 - Attribute `_serializer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :236:20 - Attribute `_serializer` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :486:12 - Attribute `anchor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :486:12 - Attribute `anchor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :674:16 - Attribute `comment` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :674:39 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :674:16 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :674:39 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :707:16 - Attribute `comment` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :707:39 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :707:16 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :707:39 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :716:28 - Attribute `style` may be missing on object of type `(Unknown & ~SequenceStartEvent & ~MappingStartEvent) | None`
[error] unresolved-attribute - :716:28 - Attribute `style` is not defined on `None` in union `(Unknown & ~SequenceStartEvent & ~MappingStartEvent) | None`
[warning] possibly-missing-attribute - :806:26 - Attribute `empty` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :806:26 - Attribute `empty` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :807:25 - Attribute `multiline` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :807:25 - Attribute `multiline` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :817:12 - Attribute `anchor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :817:12 - Attribute `anchor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :821:56 - Attribute `anchor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :821:56 - Attribute `anchor` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :831:15 - Attribute `tag` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :831:15 - Attribute `tag` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :854:56 - Attribute `implicit` may be missing on object of type `(Unknown & ~ScalarEvent) | None`
[error] unresolved-attribute - :854:56 - Attribute `implicit` is not defined on `None` in union `(Unknown & ~ScalarEvent) | None`
[warning] possibly-missing-attribute - :874:49 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :874:49 - Attribute `value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :875:12 - Attribute `style` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :875:12 - Attribute `style` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :877:17 - Attribute `style` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :877:37 - Attribute `style` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :877:17 - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :877:37 - Attribute `style` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :878:13 - Attribute `implicit` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :878:43 - Attribute `implicit` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :878:13 - Attribute `implicit` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :878:43 - Attribute `implicit` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :889:12 - Attribute `style` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :889:33 - Attribute `style` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :889:12 - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :889:33 - Attribute `style` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :895:24 - Attribute `style` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :895:24 - Attribute `style` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :896:16 - Attribute `style` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :896:16 - Attribute `style` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :897:23 - Attribute `value` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :897:51 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :897:23 - Attribute `value` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :897:51 - Attribute `value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :899:16 - Attribute `style` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :899:36 - Attribute `style` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :899:16 - Attribute `style` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :899:36 - Attribute `style` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :909:49 - Attribute `value` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :909:49 - Attribute `value` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :926:17 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :926:17 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :927:21 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :927:21 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :928:21 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :928:21 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :935:23 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :935:23 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :940:17 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :940:17 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :941:21 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :941:21 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :942:21 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :942:21 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :950:12 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :950:12 - Attribute `comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1019:27 - Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown | str, Unknown | str]`
[error] unresolved-attribute - :1019:27 - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown | str, Unknown | str]`
[warning] possibly-missing-attribute - :1768:12 - Attribute `comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1768:12 - Attribute `comment` is not defined on `None` in union `Unknown | None`

lib/spack/spack/vendor/ruamel/yaml/main.py

[warning] possibly-missing-attribute - :631:23 - Attribute `decode` may be missing on object of type `Unknown | str | bytes`
[error] unresolved-attribute - :631:23 - Attribute `decode` is not defined on `str` in union `Unknown | str | bytes`
[warning] possibly-missing-attribute - :798:9 - Attribute `teardown_output` may be missing on object of type `Unknown | None | YAMLContextManager`
[error] unresolved-attribute - :798:9 - Attribute `teardown_output` is not defined on `None` in union `Unknown | None | YAMLContextManager`
[warning] possibly-missing-attribute - :890:23 - Attribute `decode` may be missing on object of type `Unknown | str | bytes`
[error] unresolved-attribute - :890:23 - Attribute `decode` is not defined on `str` in union `Unknown | str | bytes`
[warning] possibly-missing-attribute - :1013:9 - Attribute `_parser` may be missing on object of type `Unknown | Loader`
[error] unresolved-attribute - :1013:9 - Attribute `_parser` is not defined on `Loader` in union `Unknown | Loader`
[warning] possibly-missing-attribute - :1024:15 - Attribute `_parser` may be missing on object of type `Unknown | Loader`
[error] unresolved-attribute - :1024:15 - Attribute `_parser` is not defined on `Loader` in union `Unknown | Loader`
[warning] possibly-missing-attribute - :1025:19 - Attribute `_parser` may be missing on object of type `Unknown | Loader`
[error] unresolved-attribute - :1025:19 - Attribute `_parser` is not defined on `Loader` in union `Unknown | Loader`
[warning] possibly-missing-attribute - :1027:9 - Attribute `_parser` may be missing on object of type `Unknown | Loader`
[error] unresolved-attribute - :1027:9 - Attribute `_parser` is not defined on `Loader` in union `Unknown | Loader`
[warning] possibly-missing-attribute - :1054:19 - Attribute `_composer` may be missing on object of type `Unknown | Loader`
[error] unresolved-attribute - :1054:19 - Attribute `_composer` is not defined on `Loader` in union `Unknown | Loader`
[warning] possibly-missing-attribute - :1056:9 - Attribute `_parser` may be missing on object of type `Unknown | Loader`
[error] unresolved-attribute - :1056:9 - Attribute `_parser` is not defined on `Loader` in union `Unknown | Loader`
[warning] possibly-missing-attribute - :1071:16 - Attribute `_constructor` may be missing on object of type `@Todo | Loader`
[error] unresolved-attribute - :1071:16 - Attribute `_constructor` is not defined on `Loader` in union `@Todo | Loader`
[warning] possibly-missing-attribute - :1096:15 - Attribute `_constructor` may be missing on object of type `@Todo | Loader`
[error] unresolved-attribute - :1096:15 - Attribute `_constructor` is not defined on `Loader` in union `@Todo | Loader`
[warning] possibly-missing-attribute - :1097:19 - Attribute `_constructor` may be missing on object of type `@Todo | Loader`
[error] unresolved-attribute - :1097:19 - Attribute `_constructor` is not defined on `Loader` in union `@Todo | Loader`
[warning] possibly-missing-attribute - :1099:9 - Attribute `_parser` may be missing on object of type `@Todo | Loader`
[error] unresolved-attribute - :1099:9 - Attribute `_parser` is not defined on `Loader` in union `@Todo | Loader`
[warning] possibly-missing-attribute - :1101:13 - Attribute `_reader` may be missing on object of type `@Todo | Loader`
[error] unresolved-attribute - :1101:13 - Attribute `_reader` is not defined on `Loader` in union `@Todo | Loader`
[warning] possibly-missing-attribute - :1105:13 - Attribute `_scanner` may be missing on object of type `@Todo | Loader`
[error] unresolved-attribute - :1105:13 - Attribute `_scanner` is not defined on `Loader` in union `@Todo | Loader`
[warning] possibly-missing-attribute - :1187:13 - Attribute `_emitter` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1187:13 - Attribute `_emitter` is not defined on `Dumper` in union `Unknown | Dumper`
[warning] possibly-missing-attribute - :1240:9 - Attribute `_serializer` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1240:9 - Attribute `_serializer` is not defined on `Dumper` in union `Unknown | Dumper`
[warning] possibly-missing-attribute - :1243:9 - Attribute `_serializer` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1243:9 - Attribute `_serializer` is not defined on `Dumper` in union `Unknown | Dumper`
[warning] possibly-missing-attribute - :1246:13 - Attribute `_emitter` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1246:13 - Attribute `_emitter` is not defined on `Dumper` in union `Unknown | Dumper`
[warning] possibly-missing-attribute - :1318:9 - Attribute `_serializer` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1318:9 - Attribute `_serializer` is not defined on `Dumper` in union `Unknown | Dumper`
[warning] possibly-missing-attribute - :1321:17 - Attribute `_representer` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1321:17 - Attribute `_representer` is not defined on `Dumper` in union `Unknown | Dumper`
[warning] possibly-missing-attribute - :1325:9 - Attribute `_serializer` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1325:9 - Attribute `_serializer` is not defined on `Dumper` in union `Unknown | Dumper`
[warning] possibly-missing-attribute - :1328:13 - Attribute `_emitter` may be missing on object of type `Unknown | Dumper`
[error] unresolved-attribute - :1328:13 - Attribute `_emitter` is not defined on `Dumper` in union `Unknown | Dumper`

lib/spack/spack/vendor/ruamel/yaml/representer.py

[warning] possibly-missing-attribute - :74:20 - Attribute `_serializer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :74:20 - Attribute `_serializer` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :264:21 - Attribute `boolean_representation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :264:21 - Attribute `boolean_representation` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :842:16 - Attribute `comment_handling` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :842:16 - Attribute `comment_handling` is not defined on `None` in union `Unknown | None`

lib/spack/spack/vendor/ruamel/yaml/resolver.py

[warning] possibly-missing-attribute - :392:23 - Attribute `_scanner` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :392:23 - Attribute `_scanner` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :398:31 - Attribute `_serializer` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :398:31 - Attribute `_serializer` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`

lib/spack/spack/vendor/ruamel/yaml/scanner.py

[warning] possibly-missing-attribute - :159:40 - Attribute `_reader` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :159:40 - Attribute `_reader` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :167:16 - Attribute `processing_version` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :167:16 - Attribute `processing_version` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`

lib/spack/spack/vendor/ruamel/yaml/serializer.py

[warning] possibly-missing-attribute - :70:16 - Attribute `_emitter` may be missing on object of type `(Unknown & ~<Protocol with members 'typ'>) | None`
[error] unresolved-attribute - :70:16 - Attribute `_emitter` is not defined on `None` in union `(Unknown & ~<Protocol with members 'typ'>) | None`
[warning] possibly-missing-attribute - :77:16 - Attribute `_resolver` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :77:16 - Attribute `_resolver` is not defined on `None` in union `Unknown | None`

share/spack/qa/flake8_formatter.py

[warning] possibly-missing-attribute - :62:16 - Attribute `search` may be missing on object of type `Unknown | str | Pattern[str]`
[error] unresolved-attribute - :62:16 - Attribute `search` is not defined on `str` in union `Unknown | str | Pattern[str]`

var/spack/test_repos/spack_repo/builtin_mock/build_systems/compiler.py

[warning] possibly-missing-attribute - :54:31 - Attribute `spec` may be missing on object of type `<module 'spack'> | Unknown`
[error] unresolved-attribute - :54:31 - Attribute `spec` is not defined on `<module 'spack'>` in union `<module 'spack'> | Unknown`
[warning] possibly-missing-attribute - :99:20 - Attribute `util` may be missing on object of type `<module 'spack'> | Unknown`
[error] unresolved-attribute - :99:20 - Attribute `util` is not defined on `<module 'spack'>` in union `<module 'spack'> | Unknown`
[warning] possibly-missing-attribute - :230:16 - Attribute `util` may be missing on object of type `<module 'spack'> | Unknown`
[error] unresolved-attribute - :230:16 - Attribute `util` is not defined on `<module 'spack'>` in union `<module 'spack'> | Unknown`
[warning] possibly-missing-attribute - :253:25 - Attribute `util` may be missing on object of type `<module 'spack'> | Unknown`
[error] unresolved-attribute - :253:25 - Attribute `util` is not defined on `<module 'spack'>` in union `<module 'spack'> | Unknown`

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/builders/gettext.py

[error] unresolved-attribute - :267:32 - Attribute `extract_translations` is not defined on `SandboxedEnvironment` in union `Unknown | SandboxedEnvironment`

sphinx/domains/c/_parser.py

[error] unresolved-attribute - :153:22 - Attribute `group` is not defined on `None` in union `Match[str] | None`
[error] unresolved-attribute - :154:20 - Attribute `group` is not defined on `None` in union `Match[str] | None`

sphinx/domains/c/_symbol.py

[error] unresolved-attribute - :146:16 - Attribute `name` is not defined on `None` in union `Unknown | ASTIdentifier | None`
[error] unresolved-attribute - :153:12 - Attribute `is_anonymous` is not defined on `None` in union `Unknown | ASTIdentifier | None`
[error] unresolved-attribute - :157:16 - Attribute `name` is not defined on `None` in union `Unknown | ASTIdentifier | None`
[error] unresolved-attribute - :161:12 - Attribute `is_anonymous` is not defined on `None` in union `Unknown | ASTIdentifier | None`
[error] unresolved-attribute - :554:26 - Attribute `name` is not defined on `None` in union `Unknown | ASTIdentifier | None`

sphinx/domains/cpp/_ast.py

[error] unresolved-attribute - :316:20 - Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :317:39 - Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :2041:20 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :2041:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :3397:25 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3407:32 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3424:28 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3427:29 - Attribute `declaration` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3427:29 - Attribute `templatePrefix` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :3438:28 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3507:20 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :3507:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :3557:17 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3561:16 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3596:16 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :3648:16 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :4054:20 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :4054:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :4103:20 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :4103:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :4164:20 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :4164:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :4315:20 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :4315:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :4587:24 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :4591:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`

sphinx/ext/intersphinx/_shared.py

[warning] unused-type-ignore-comment - :136:44 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :140:48 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :144:54 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :147:49 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :148:55 - Unused blanket `type: ignore` directive

sphinx/ext/mathjax.py

[warning] unused-type-ignore-comment - :90:54 - Unused blanket `type: ignore` directive

sphinx/application.py

[warning] unused-type-ignore-comment - :1510:40 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1577:41 - Unused blanket `type: ignore` directive

sphinx/builders/html/__init__.py

[error] unresolved-attribute - :578:17 - Attribute `append` is not defined on `str`, `tuple[int, int, int, str, int]` in union `Unknown | str | list[_JavaScript] | ... omitted 5 union elements`
[error] unresolved-attribute - :587:17 - Attribute `append` is not defined on `str`, `tuple[int, int, int, str, int]` in union `Unknown | str | list[_JavaScript] | ... omitted 5 union elements`
[warning] unused-type-ignore-comment - :1354:44 - Unused blanket `type: ignore` directive

sphinx/domains/c/__init__.py

[error] unresolved-attribute - :153:22 - Attribute `clone` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :178:16 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :557:13 - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTDeclaration | None`

sphinx/domains/c/_ast.py

[error] unresolved-attribute - :837:16 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :837:16 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :852:13 - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTTypeWithInit | None`
[error] unresolved-attribute - :1673:13 - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTNestedName | None`
[error] unresolved-attribute - :1909:20 - Attribute `get_id` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[warning] unused-type-ignore-comment - :375:43 - Unused blanket `type: ignore` directive

sphinx/domains/cpp/__init__.py

[error] unresolved-attribute - :214:22 - Attribute `clone` is not defined on `None` in union `Unknown | ASTDeclaration | None`
[error] unresolved-attribute - :250:16 - Attribute `get_full_nested_name` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :253:13 - Attribute `parent` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :281:31 - Attribute `docname` is not defined on `None` in union `Symbol | None`
[error] unresolved-attribute - :427:13 - Attribute `_stringify` is not defined on `None` in union `Unknown | ASTIdentifier | ASTOperator | None`
[error] unresolved-attribute - :675:13 - Attribute `describe_signature` is not defined on `None` in union `Unknown | ASTDeclaration | None`

sphinx/domains/cpp/_symbol.py

[error] unresolved-attribute - :324:20 - Attribute `is_anon` is not defined on `None` in union `Unknown | ASTIdentifier | ASTOperator | None`
[error] unresolved-attribute - :962:45 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`
[error] unresolved-attribute - :963:47 - Attribute `declaration` is not defined on `None` in union `Unknown | Symbol | None`

sphinx/ext/autodoc/_dynamic/_loader.py

[warning] unused-type-ignore-comment - :180:53 - Unused blanket `type: ignore` directive

sphinx/ext/autodoc/_dynamic/_member_finder.py

[error] unresolved-attribute - :244:17 - Attribute `all` is not defined on `_ClassDefProperties` in union `_ModuleProperties | _ClassDefProperties`
[error] unresolved-attribute - :246:40 - Attribute `all` is not defined on `_ClassDefProperties` in union `_ModuleProperties | _ClassDefProperties`

sphinx/ext/autosummary/generate.py

[error] unresolved-attribute - :655:12 - Attribute `path` is not defined on `Buffer` in union `AutosummaryEntry | Buffer`
[error] unresolved-attribute - :660:35 - Attribute `path` is not defined on `Buffer` in union `AutosummaryEntry | Buffer`
[error] unresolved-attribute - :664:57 - Attribute `name` is not defined on `Buffer` in union `AutosummaryEntry | Buffer`
[error] unresolved-attribute - :669:66 - Attribute `name` is not defined on `Buffer` in union `AutosummaryEntry | Buffer`
[error] unresolved-attribute - :680:21 - Attribute `name` is not defined on `Buffer` in union `AutosummaryEntry | Buffer`
[error] unresolved-attribute - :692:13 - Attribute `template` is not defined on `Buffer` in union `AutosummaryEntry | Buffer`
[error] unresolved-attribute - :694:13 - Attribute `recursive` is not defined on `Buffer` in union `AutosummaryEntry | Buffer`

sphinx/ext/napoleon/docstring.py

[error] unresolved-attribute - :501:22 - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :504:30 - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :552:47 - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :555:34 - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :808:12 - Attribute `napoleon_custom_sections` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :809:26 - Attribute `napoleon_custom_sections` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :879:16 - Attribute `napoleon_use_ivar` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :896:12 - Attribute `napoleon_use_ivar` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :905:26 - Attribute `napoleon_use_admonition_for_examples` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :942:12 - Attribute `napoleon_use_keyword` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :961:26 - Attribute `napoleon_use_admonition_for_notes` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :965:12 - Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :974:12 - Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :1001:12 - Attribute `napoleon_use_param` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :1010:26 - Attribute `napoleon_use_admonition_for_references` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :1016:41 - Attribute `napoleon_use_rtype` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :1089:12 - Attribute `napoleon_attr_annotations` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :1248:12 - Attribute `napoleon_preprocess_types` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :1251:30 - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`
[error] unresolved-attribute - :1370:28 - Attribute `napoleon_type_aliases` is not defined on `Config` in union `Unknown | sphinx.config.Config | sphinx.ext.napoleon.Config`

sphinx/ext/viewcode.py

[warning] unused-type-ignore-comment - :121:59 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :131:57 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :141:53 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :288:44 - Unused blanket `type: ignore` directive

sphinx/jinja2glue.py

[warning] unused-type-ignore-comment - :251:81 - Unused blanket `type: ignore` directive

sphinx/pycode/parser.py

[warning] unused-type-ignore-comment - :560:42 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :567:40 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :570:57 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :575:75 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :583:48 - Unused blanket `type: ignore` directive

sphinx/writers/latex.py

[warning] unused-type-ignore-comment - :1312:59 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1325:67 - Unused blanket `type: ignore` directive
[warning] unused-type-ignore-comment - :1335:67 - Unused blanket `type: ignore` directive

sphinx/writers/texinfo.py

[warning] unused-type-ignore-comment - :896:35 - Unused blanket `type: ignore` directive

static-frame (https://github.com/static-frame/static-frame)

static_frame/core/container_util.py

[warning] possibly-missing-attribute - :750:23 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :750:40 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :750:23 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :750:40 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :752:36 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :752:71 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :752:36 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :752:71 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :762:24 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :762:24 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :770:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :770:24 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :771:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :771:25 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :774:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :774:24 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :775:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :775:25 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :776:25 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :776:25 - Attribute `_columns` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :780:21 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :780:21 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :785:25 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :785:25 - Attribute `_columns` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :790:23 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :790:42 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :790:23 - Attribute `_columns` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :790:42 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :792:36 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :792:73 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :792:36 - Attribute `_columns` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :792:73 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :800:24 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :800:24 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :802:25 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :802:25 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :812:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :812:24 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :813:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :813:25 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :814:25 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :814:25 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :819:24 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :819:24 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :820:25 - Attribute `reindex` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :820:25 - Attribute `reindex` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :821:25 - Attribute `_index` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :821:25 - Attribute `_index` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :822:27 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :822:27 - Attribute `_columns` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :826:21 - Attribute `values` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :826:21 - Attribute `values` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :838:27 - Attribute `_columns` may be missing on object of type `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :838:27 - Attribute `_columns` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Any & ndarray[tuple[object, ...], dtype[object]]) | (Any & Top[Series[Any, Any]]) | (Any & Frame) | ndarray[tuple[Any, ...], dtype[Unknown]]`

static_frame/core/quilt.py

[warning] possibly-missing-attribute - :525:35 - Attribute `level_drop` may be missing on object of type `@Todo | IndexHierarchy | None`
[error] unresolved-attribute - :525:35 - Attribute `level_drop` is not defined on `None` in union `@Todo | IndexHierarchy | None`
[warning] possibly-missing-attribute - :534:37 - Attribute `level_drop` may be missing on object of type `@Todo | IndexHierarchy | None`
[error] unresolved-attribute - :534:37 - Attribute `level_drop` is not defined on `None` in union `@Todo | IndexHierarchy | None`

static_frame/test/property/test_bus.py

[warning] possibly-missing-attribute - :89:35 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :89:35 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :167:31 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :167:31 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`

static_frame/test/unit/test_bus.py

[warning] possibly-missing-attribute - :2137:26 - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[error] unresolved-attribute - :2137:26 - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - :2138:26 - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[error] unresolved-attribute - :2138:26 - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - :2166:26 - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[error] unresolved-attribute - :2166:26 - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - :2167:26 - Attribute `to_pairs` may be missing on object of type `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[error] unresolved-attribute - :2167:26 - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `Series[Any, Any] | @Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - :2305:13 - Attribute `to_pairs` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :2305:13 - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :3553:18 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :3553:18 - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :3558:18 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :3558:18 - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`

static_frame/test/unit/test_frame.py

[warning] possibly-missing-attribute - :6228:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[error] unresolved-attribute - :6228:25 - Attribute `equals` is not defined on `signedinteger[_64Bit]` in union `signedinteger[_64Bit] | Frame`
[warning] possibly-missing-attribute - :6229:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[error] unresolved-attribute - :6229:25 - Attribute `equals` is not defined on `signedinteger[_64Bit]` in union `signedinteger[_64Bit] | Frame`
[warning] possibly-missing-attribute - :6231:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[error] unresolved-attribute - :6231:25 - Attribute `equals` is not defined on `signedinteger[_64Bit]` in union `signedinteger[_64Bit] | Frame`
[warning] possibly-missing-attribute - :6232:25 - Attribute `equals` may be missing on object of type `signedinteger[_64Bit] | Frame`
[error] unresolved-attribute - :6232:25 - Attribute `equals` is not defined on `signedinteger[_64Bit]` in union `signedinteger[_64Bit] | Frame`

static_frame/test/unit/test_frame_iter.py

[warning] possibly-missing-attribute - :271:32 - Attribute `_asdict` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :271:32 - Attribute `_asdict` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1792:13 - Attribute `to_pairs` may be missing on object of type `@Todo | ndarray[Any, Any]`
[error] unresolved-attribute - :1792:13 - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | ndarray[Any, Any]`
[warning] possibly-missing-attribute - :1803:13 - Attribute `to_pairs` may be missing on object of type `@Todo | ndarray[Any, Any]`
[error] unresolved-attribute - :1803:13 - Attribute `to_pairs` is not defined on `ndarray[Any, Any]` in union `@Todo | ndarray[Any, Any]`

static_frame/test/unit/test_frame_via_fill_value.py

[warning] possibly-missing-attribute - :348:23 - Attribute `columns` may be missing on object of type `@Todo | Series[Any, Any]`
[error] unresolved-attribute - :348:23 - Attribute `columns` is not defined on `Series[Any, Any]` in union `@Todo | Series[Any, Any]`
[warning] possibly-missing-attribute - :351:23 - Attribute `columns` may be missing on object of type `@Todo | Series[Any, Any]`
[error] unresolved-attribute - :351:23 - Attribute `columns` is not defined on `Series[Any, Any]` in union `@Todo | Series[Any, Any]`

static_frame/test/unit/test_index.py

[warning] possibly-missing-attribute - :241:13 - Attribute `tolist` may be missing on object of type `int | integer[Any]`
[error] unresolved-attribute - :241:13 - Attribute `tolist` is not defined on `int` in union `int | integer[Any]`
[warning] possibly-missing-attribute - :267:13 - Attribute `tolist` may be missing on object of type `int | integer[Any]`
[error] unresolved-attribute - :267:13 - Attribute `tolist` is not defined on `int` in union `int | integer[Any]`
[warning] possibly-missing-attribute - :355:30 - Attribute `tolist` may be missing on object of type `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`
[error] unresolved-attribute - :355:30 - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 3 union elements`

static_frame/test/unit/test_index_hierarchy.py

[warning] possibly-missing-attribute - :768:28 - Attribute `tolist` may be missing on object of type `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`
[error] unresolved-attribute - :768:28 - Attribute `tolist` is not defined on `int`, `list[int]`, `slice[Any, Any, Any]`, `None` in union `int | integer[Any] | ndarray[Any, Any] | ... omitted 4 union elements`

static_frame/test/unit/test_memory_measure.py

[warning] possibly-missing-attribute - :509:29 - Attribute `split` may be missing on object of type `str | None`
[error] unresolved-attribute - :509:29 - Attribute `split` is not defined on `None` in union `str | None`

static_frame/test/unit/test_metadata.py

[warning] possibly-missing-attribute - :126:26 - Attribute `dtype` may be missing on object of type `IndexBase | @Todo`
[error] unresolved-attribute - :126:26 - Attribute `dtype` is not defined on `IndexBase` in union `IndexBase | @Todo`

static_frame/test/unit/test_quilt.py

[warning] possibly-missing-attribute - :1292:26 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1292:26 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1293:26 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1293:26 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1322:26 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1322:26 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1323:26 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1323:26 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1410:26 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1410:26 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1411:26 - Attribute `to_pairs` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1411:26 - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1413:26 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1413:26 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1414:26 - Attribute `to_pairs` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1414:26 - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1437:26 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1437:26 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1438:26 - Attribute `to_pairs` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1438:26 - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1440:26 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1440:26 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1441:26 - Attribute `to_pairs` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1441:26 - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1459:26 - Attribute `_fields` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1459:26 - Attribute `_fields` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1471:26 - Attribute `_fields` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1471:26 - Attribute `_fields` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1722:26 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1722:26 - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1783:26 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1783:26 - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`

static_frame/test/unit/test_series.py

[warning] possibly-missing-attribute - :2339:27 - Attribute `sum` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :2339:27 - Attribute `sum` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :2357:27 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :2357:27 - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :4231:26 - Attribute `to_pairs` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :4231:26 - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :4233:26 - Attribute `to_pairs` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :4233:26 - Attribute `to_pairs` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :4965:17 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :4965:17 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :5031:13 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :5031:13 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :5039:13 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :5039:13 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :5044:13 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :5044:13 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :5052:13 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :5052:13 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :5060:13 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :5060:13 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :5068:13 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :5068:13 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :5077:17 - Attribute `tolist` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :5077:17 - Attribute `tolist` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`

static_frame/test/unit/test_yarn.py

[warning] possibly-missing-attribute - :1622:28 - Attribute `sort` may be missing on object of type `Unknown | IndexBase`
[error] unresolved-attribute - :1622:28 - Attribute `sort` is not defined on `IndexBase` in union `Unknown | IndexBase`
[warning] possibly-missing-attribute - :1676:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1676:27 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1697:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1697:27 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1712:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1712:27 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1768:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1768:27 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1789:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1789:27 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1795:27 - Attribute `name` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1795:27 - Attribute `name` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1917:14 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1917:14 - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`
[warning] possibly-missing-attribute - :1929:14 - Attribute `shape` may be missing on object of type `Any | tuple[Any, Any]`
[error] unresolved-attribute - :1929:14 - Attribute `shape` is not defined on `tuple[Any, Any]` in union `Any | tuple[Any, Any]`

stone (https://github.com/dropbox/stone)

stone/backends/js_client.py

[warning] possibly-missing-attribute - :77:43 - Attribute `filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :77:43 - Attribute `filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :97:12 - Attribute `attribute_comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :97:12 - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :98:30 - Attribute `attribute_comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :98:30 - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :106:12 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :106:12 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :107:51 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :107:51 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :113:12 - Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :113:12 - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :114:43 - Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :114:43 - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :124:56 - Attribute `wrap_error_in` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :124:56 - Attribute `wrap_error_in` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :167:27 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :167:27 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :170:29 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :170:29 - Attribute `name` is not defined on `None` in union `Unknown | None`

stone/backends/js_types.py

[warning] possibly-missing-attribute - :77:43 - Attribute `filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :77:43 - Attribute `filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :81:54 - Attribute `extra_arg` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :81:54 - Attribute `extra_arg` is not defined on `None` in union `Unknown | None`

stone/backends/obj_c_client.py

[warning] possibly-missing-attribute - :111:54 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :111:54 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :113:41 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :113:41 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :120:42 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :120:42 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :132:42 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :132:42 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :149:29 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :149:29 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :154:38 - Attribute `module_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :154:38 - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :158:38 - Attribute `module_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :158:38 - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :166:27 - Attribute `module_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :166:27 - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :168:39 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :168:39 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :173:33 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :173:33 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :176:27 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :176:27 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :179:35 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :179:35 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :195:54 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :195:54 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:39 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:39 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :216:42 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :216:42 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :228:17 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :228:17 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :231:38 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :231:38 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :241:58 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :241:58 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :247:35 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :247:35 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :252:40 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :252:40 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :271:62 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :271:62 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :274:49 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :274:49 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :281:50 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :281:50 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :283:43 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :283:43 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :291:43 - Attribute `style_to_request` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :291:43 - Attribute `style_to_request` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :298:42 - Attribute `client_args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :298:42 - Attribute `client_args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :391:50 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :391:50 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :400:25 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :400:25 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :405:35 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :405:35 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :416:54 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :416:54 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :421:43 - Attribute `style_to_request` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :421:43 - Attribute `style_to_request` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :428:42 - Attribute `client_args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :428:42 - Attribute `client_args` is not defined on `None` in union `Unknown | None`

stone/backends/obj_c_types.py

[warning] possibly-missing-attribute - :127:12 - Attribute `documentation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :127:12 - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :169:20 - Attribute `documentation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :169:20 - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :179:12 - Attribute `documentation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :179:12 - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :221:16 - Attribute `documentation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :221:16 - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :235:20 - Attribute `documentation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :235:20 - Attribute `documentation` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :257:16 - Attribute `exclude_from_analysis` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :257:16 - Attribute `exclude_from_analysis` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :269:16 - Attribute `exclude_from_analysis` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :269:16 - Attribute `exclude_from_analysis` is not defined on `None` in union `Unknown | None`

stone/backends/python_client.py

[warning] possibly-missing-attribute - :121:53 - Attribute `module_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :121:53 - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :137:45 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :137:45 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :153:54 - Attribute `types_package` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :153:54 - Attribute `types_package` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :175:12 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :175:12 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :176:85 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :176:85 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :385:12 - Attribute `attribute_comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :385:12 - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :386:30 - Attribute `attribute_comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :386:30 - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :488:50 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :488:50 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :489:53 - Attribute `error_class_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :489:53 - Attribute `error_class_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :495:32 - Attribute `error_class_path` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :495:32 - Attribute `error_class_path` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :513:26 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :513:26 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :514:44 - Attribute `types_package` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :514:44 - Attribute `types_package` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :525:21 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :525:21 - Attribute `name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :550:17 - Attribute `types_package` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :550:17 - Attribute `types_package` is not defined on `None` in union `Unknown | None`

stone/backends/python_rsrc/stone_base.py

[warning] possibly-missing-attribute - :78:13 - Attribute `validate_type_only` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :78:13 - Attribute `validate_type_only` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :80:21 - Attribute `validate` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :80:21 - Attribute `validate` is not defined on `None` in union `Unknown | None`

stone/backends/python_rsrc/stone_validators.py

[warning] possibly-missing-attribute - :350:33 - Attribute `match` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :350:33 - Attribute `match` is not defined on `None` in union `Unknown | None`

stone/backends/python_types.py

[warning] possibly-missing-attribute - :208:16 - Attribute `route_method` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :208:16 - Attribute `route_method` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :209:39 - Attribute `route_method` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :209:39 - Attribute `route_method` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :210:24 - Attribute `name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :210:24 - Attribute `name` is not defined on `None` in union `Unknown | None`

stone/backends/swift_client.py

[warning] possibly-missing-attribute - :145:16 - Attribute `objc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :145:16 - Attribute `objc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :150:42 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :150:42 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :153:53 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :153:53 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :155:12 - Attribute `objc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :155:12 - Attribute `objc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :160:70 - Attribute `module_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :160:70 - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :166:67 - Attribute `module_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :166:67 - Attribute `module_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :200:53 - Attribute `transport_client_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :200:53 - Attribute `transport_client_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :215:12 - Attribute `objc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :215:12 - Attribute `objc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :246:50 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :246:50 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :248:12 - Attribute `objc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :248:12 - Attribute `objc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :258:56 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :258:56 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :269:77 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :269:77 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :277:30 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :277:30 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :280:45 - Attribute `class_name` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :280:45 - Attribute `class_name` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :334:28 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :334:28 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :353:28 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :353:28 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :369:12 - Attribute `auth_type` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :369:12 - Attribute `auth_type` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :406:34 - Attribute `client_args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :406:34 - Attribute `client_args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :415:34 - Attribute `client_args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :415:34 - Attribute `client_args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :499:39 - Attribute `style_to_request` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :499:39 - Attribute `style_to_request` is not defined on `None` in union `Unknown | None`

stone/backends/swift_types.py

[warning] possibly-missing-attribute - :141:16 - Attribute `objc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :141:16 - Attribute `objc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :208:16 - Attribute `objc` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :208:16 - Attribute `objc` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :218:12 - Attribute `documentation` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :218:12 - Attribute `documentation` is not defined on `None` in union `Unknown | None`

stone/backends/tsd_client.py

[warning] possibly-missing-attribute - :111:29 - Attribute `spaces_per_indent` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :111:29 - Attribute `spaces_per_indent` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :112:24 - Attribute `indent_level` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :112:24 - Attribute `indent_level` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :113:63 - Attribute `template` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :113:63 - Attribute `template` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :114:27 - Attribute `template_string` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :114:27 - Attribute `template_string` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :116:43 - Attribute `filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :116:43 - Attribute `filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :135:16 - Attribute `import_namespaces` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :135:16 - Attribute `import_namespaces` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :136:42 - Attribute `import_template_string` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :136:42 - Attribute `import_template_string` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :137:36 - Attribute `types_file` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :137:36 - Attribute `types_file` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :183:12 - Attribute `attribute_comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :183:12 - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :184:30 - Attribute `attribute_comment` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :184:30 - Attribute `attribute_comment` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :195:46 - Attribute `wrap_error_in` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :195:46 - Attribute `wrap_error_in` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :204:12 - Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :204:12 - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:53 - Attribute `wrap_response_in` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:53 - Attribute `wrap_response_in` is not defined on `None` in union `Unknown | None`

stone/backends/tsd_types.py

[warning] possibly-missing-attribute - :157:50 - Attribute `extra_arg` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :157:50 - Attribute `extra_arg` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :159:12 - Attribute `filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :159:12 - Attribute `filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :160:75 - Attribute `filename` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :160:75 - Attribute `filename` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :162:70 - Attribute `exclude_error_types` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :162:70 - Attribute `exclude_error_types` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :170:41 - Attribute `exclude_error_types` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :170:41 - Attribute `exclude_error_types` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :173:63 - Attribute `template` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :173:63 - Attribute `template` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :189:29 - Attribute `spaces_per_indent` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :189:29 - Attribute `spaces_per_indent` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :190:24 - Attribute `indent_level` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :190:24 - Attribute `indent_level` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :237:71 - Attribute `module_name_prefix` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :237:71 - Attribute `module_name_prefix` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :261:54 - Attribute `module_name_prefix` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :261:54 - Attribute `module_name_prefix` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :263:16 - Attribute `export_namespaces` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :263:16 - Attribute `export_namespaces` is not defined on `None` in union `Unknown | None`

stone/cli.py

[warning] possibly-missing-attribute - :369:9 - Attribute `exec_module` may be missing on object of type `Loader | None`
[warning] possibly-missing-attribute - :369:9 - Attribute `loader` may be missing on object of type `ModuleSpec | None`
[error] unresolved-attribute - :369:9 - Attribute `exec_module` is not defined on `None` in union `Loader | None`
[error] unresolved-attribute - :369:9 - Attribute `loader` is not defined on `None` in union `ModuleSpec | None`

stone/frontend/ir_generator.py

[warning] possibly-missing-attribute - :1761:37 - Attribute `namespace` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1761:37 - Attribute `namespace` is not defined on `None` in union `Unknown | None`

stone/frontend/lexer.py

[warning] possibly-missing-attribute - :64:17 - Attribute `token` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :64:17 - Attribute `token` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :66:17 - Attribute `extend` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - :66:17 - Attribute `extend` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[warning] possibly-missing-attribute - :67:35 - Attribute `pop` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - :67:35 - Attribute `pop` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[warning] possibly-missing-attribute - :73:46 - Attribute `lineno` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :73:63 - Attribute `lexpos` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:46 - Attribute `lineno` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :73:63 - Attribute `lexpos` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :74:25 - Attribute `append` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - :74:25 - Attribute `append` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[warning] possibly-missing-attribute - :77:41 - Attribute `lineno` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :77:58 - Attribute `lexpos` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :77:41 - Attribute `lineno` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :77:58 - Attribute `lexpos` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :78:21 - Attribute `extend` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - :78:21 - Attribute `extend` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[warning] possibly-missing-attribute - :81:39 - Attribute `pop` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`
[error] unresolved-attribute - :81:39 - Attribute `pop` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None | (list[Unknown] & ~AlwaysTruthy)`

stone/ir/data_types.py

[warning] possibly-missing-attribute - :439:35 - Attribute `match` may be missing on object of type `Unknown | None | Pattern[str]`
[error] unresolved-attribute - :439:35 - Attribute `match` is not defined on `None` in union `Unknown | None | Pattern[str]`
[warning] possibly-missing-attribute - :852:9 - Attribute `insert` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :852:9 - Attribute `insert` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :884:24 - Attribute `values` may be missing on object of type `Unknown | None | OrderedDict[Unknown, Unknown]`
[error] unresolved-attribute - :884:24 - Attribute `values` is not defined on `None` in union `Unknown | None | OrderedDict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :1875:16 - Attribute `check` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1875:16 - Attribute `check` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1879:16 - Attribute `check_example` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1879:16 - Attribute `check_example` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1883:16 - Attribute `_has_example` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1883:16 - Attribute `_has_example` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1886:16 - Attribute `_compute_example` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1886:16 - Attribute `_compute_example` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1889:16 - Attribute `check_attr_repr` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1889:16 - Attribute `check_attr_repr` is not defined on `None` in union `Unknown | None`

test/test_backend.py

[warning] possibly-missing-attribute - :228:25 - Attribute `verbose` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :228:25 - Attribute `verbose` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :373:29 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :373:29 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :374:29 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :374:29 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :376:17 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :376:17 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :380:17 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :380:17 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :469:30 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :469:30 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :471:22 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :471:22 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :495:30 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :495:30 - Attribute `fields` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :497:17 - Attribute `fields` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :497:17 - Attribute `fields` is not defined on `None` in union `Unknown | None`

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/exceptions/invalid_union_type.py

[warning] possibly-missing-attribute - :41:25 - Attribute `__name__` may be missing on object of type `Unknown | ((Any, /) -> Any)`
[error] unresolved-attribute - :41:25 - Attribute `__name__` is not defined on `(Any, /) -> Any` in union `Unknown | ((Any, /) -> Any)`

strawberry/experimental/pydantic/conversion.py

[warning] possibly-missing-attribute - :63:21 - Attribute `_strawberry_type` may be missing on object of type `type[Unknown] | <class 'NoneType'>`
[error] unresolved-attribute - :63:21 - Attribute `_strawberry_type` is not defined on `<class 'NoneType'>` in union `type[Unknown] | <class 'NoneType'>`

streamlit (https://github.com/streamlit/streamlit)

lib/streamlit/elements/widgets/data_editor.py

[error] unresolved-attribute - :1134:13 - Attribute `set_uuid` is not defined on `tuple[Any]`, `list[Any]`, `set[Any]`, `dict[str, Any]` in union `Unknown | tuple[Any] | list[Any] | set[Any] | dict[str, Any]`

sympy (https://github.com/sympy/sympy)

sympy/simplify/sqrtdenest.py

[warning] possibly-missing-attribute - :430:25 - Attribute `subs` may be missing on object of type `Basic | int | float | complex | Any`

sympy/algebras/quaternion.py

[error] invalid-assignment - :132 -
Old: Object of type `Basic | int | float | complex | Any` is not assignable to `Expr | int | float | complex`
New: Object of type `Basic` is not assignable to `Expr | int | float | complex`
[warning] possibly-missing-attribute - :134:16 - Attribute `is_commutative` may be missing on object of type `Unknown | Expr | int | float | complex`
[error] unresolved-attribute - :134:16 - Attribute `is_commutative` is not defined on `int`, `float`, `complex` in union `Unknown | Expr | int | float | complex`

sympy/algebras/tests/test_quaternion.py

[error] not-subscriptable - :75:10 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :75:10 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/assumptions/cnf.py

[warning] possibly-missing-attribute - :401:30 - Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :401:30 - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-missing-attribute - :431:17 - Attribute `get` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :431:17 - Attribute `get` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`

sympy/calculus/euler.py

[warning] possibly-missing-attribute - :84:16 - Attribute `args` may be missing on object of type `Unknown | tuple[()]`
[error] unresolved-attribute - :84:16 - Attribute `args` is not defined on `tuple[()]` in union `Unknown | tuple[()]`
[warning] possibly-missing-attribute - :92:24 - Attribute `args` may be missing on object of type `Unknown | tuple[()]`
[error] unresolved-attribute - :92:24 - Attribute `args` is not defined on `tuple[()]` in union `Unknown | tuple[()]`

sympy/calculus/finite_diff.py

[warning] possibly-missing-attribute - :383:61 - Attribute `args` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :383:61 - Attribute `args` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[warning] possibly-missing-attribute - :384:22 - Attribute `subs` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :384:22 - Attribute `subs` is not defined on `Literal[1]` in union `Unknown | Literal[1]`

sympy/codegen/tests/test_numpy_nodes.py

[warning] possibly-missing-attribute - :65:16 - Attribute `array` may be missing on object of type `Unknown | amin | amax`
[error] unresolved-attribute - :65:16 - Attribute `array` is not defined on `amin`, `amax` in union `Unknown | amin | amax`
[warning] possibly-missing-attribute - :66:16 - Attribute `axis` may be missing on object of type `Unknown | amin | amax`
[error] unresolved-attribute - :66:16 - Attribute `axis` is not defined on `amin`, `amax` in union `Unknown | amin | amax`
[warning] possibly-missing-attribute - :67:16 - Attribute `axis` may be missing on object of type `Unknown | amin | amax`
[error] unresolved-attribute - :67:16 - Attribute `axis` is not defined on `amin`, `amax` in union `Unknown | amin | amax`

sympy/combinatorics/fp_groups.py

[warning] possibly-missing-attribute - :217:9 - Attribute `standardize` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :217:9 - Attribute `standardize` is not defined on `None` in union `Unknown | None`

sympy/combinatorics/perm_groups.py

[warning] possibly-missing-attribute - :4135:9 - Attribute `remove` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :4135:9 - Attribute `remove` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :4142:13 - Attribute `sort` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :4142:13 - Attribute `sort` is not defined on `None` in union `Unknown | None`

sympy/combinatorics/rewritingsystem.py

[warning] possibly-missing-attribute - :370:32 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :370:32 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :371:21 - Attribute `add_state` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :371:21 - Attribute `add_state` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :376:17 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :376:17 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :377:17 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :377:17 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :380:28 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :380:28 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :381:17 - Attribute `add_state` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :381:17 - Attribute `add_state` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :386:22 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :386:22 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :388:34 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :388:34 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :394:34 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :394:34 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :395:25 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :395:25 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :397:25 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :397:25 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :402:55 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :402:55 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :406:21 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :406:21 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :410:16 - Attribute `automaton_alphabet` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :410:16 - Attribute `automaton_alphabet` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :413:31 - Attribute `automaton_alphabet` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :413:31 - Attribute `automaton_alphabet` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :415:55 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :415:55 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :419:21 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :419:21 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :443:29 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :443:29 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`
[warning] possibly-missing-attribute - :446:30 - Attribute `states` may be missing on object of type `Unknown | None | StateMachine`
[error] unresolved-attribute - :446:30 - Attribute `states` is not defined on `None` in union `Unknown | None | StateMachine`

sympy/combinatorics/util.py

[warning] possibly-missing-attribute - :303:36 - Attribute `keys` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :303:36 - Attribute `keys` is not defined on `None` in union `Unknown | None`

sympy/concrete/delta.py

[warning] possibly-missing-attribute - :196:17 - Attribute `subs` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :196:17 - Attribute `subs` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :202:17 - Attribute `subs` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :202:17 - Attribute `subs` is not defined on `None` in union `None | Unknown`

sympy/core/expr.py

[warning] possibly-missing-attribute - :3281:12 - Attribute `is_positive` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :3281:29 - Attribute `is_negative` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :3281:12 - Attribute `is_positive` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :3281:29 - Attribute `is_negative` is not defined on `None` in union `Unknown | None`

sympy/core/exprtools.py

[warning] possibly-missing-attribute - :386:37 - Attribute `base` may be missing on object of type `Basic | Unknown`
[warning] possibly-missing-attribute - :386:59 - Attribute `base` may be missing on object of type `Basic | Unknown`
[warning] possibly-missing-attribute - :386:77 - Attribute `exp` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :386:37 - Attribute `base` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - :386:59 - Attribute `base` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - :386:77 - Attribute `exp` is not defined on `Basic` in union `Basic | Unknown`
[warning] possibly-missing-attribute - :446:28 - Attribute `as_base_exp` may be missing on object of type `Unknown | Zero | (Basic & ~Number)`
[error] unresolved-attribute - :446:28 - Attribute `as_base_exp` is not defined on `Basic & ~Number` in union `Unknown | Zero | (Basic & ~Number)`

sympy/core/function.py

[warning] possibly-missing-attribute - :572:21 - Attribute `_to_mpmath` may be missing on object of type `Basic | @Todo`
[error] unresolved-attribute - :572:21 - Attribute `_to_mpmath` is not defined on `Basic` in union `Basic | @Todo`
[warning] possibly-missing-attribute - :778:12 - Attribute `_diff_wrt` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :778:12 - Attribute `_diff_wrt` is not defined on `Basic` in union `Unknown | Basic`

sympy/core/operations.py

[warning] possibly-missing-attribute - :563:23 - Attribute `zero` may be missing on object of type `(Unknown & ~AlwaysFalsy) | type[Self@_new_args_filter]`
[error] unresolved-attribute - :563:23 - Attribute `zero` is not defined on `type[Self@_new_args_filter]` in union `(Unknown & ~AlwaysFalsy) | type[Self@_new_args_filter]`
[warning] possibly-missing-attribute - :565:25 - Attribute `identity` may be missing on object of type `(Unknown & ~AlwaysFalsy) | type[Self@_new_args_filter]`
[error] unresolved-attribute - :565:25 - Attribute `identity` is not defined on `type[Self@_new_args_filter]` in union `(Unknown & ~AlwaysFalsy) | type[Self@_new_args_filter]`

sympy/core/symbol.py

[warning] possibly-missing-attribute - :948:13 - Attribute `f_back` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :948:13 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :955:17 - Attribute `f_globals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :955:17 - Attribute `f_globals` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :957:17 - Attribute `f_globals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :957:17 - Attribute `f_globals` is not defined on `None` in union `FrameType | None`

sympy/core/tests/test_evalf.py

[warning] possibly-missing-attribute - :520:12 - Attribute `_prec` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :520:12 - Attribute `_prec` is not defined on `Expr` in union `Unknown | Expr`

sympy/core/tests/test_expand.py

[warning] possibly-missing-attribute - :247:9 - Attribute `expand` may be missing on object of type `Literal[1] | Unknown`
[error] unresolved-attribute - :247:9 - Attribute `expand` is not defined on `Literal[1]` in union `Literal[1] | Unknown`

sympy/core/tests/test_var.py

[warning] possibly-missing-attribute - :50:12 - Attribute `is_real` may be missing on object of type `Unknown | ((names, **args) -> Unknown)`
[warning] possibly-missing-attribute - :50:32 - Attribute `is_real` may be missing on object of type `Unknown | ((names, **args) -> Unknown)`
[error] unresolved-attribute - :50:12 - Attribute `is_real` is not defined on `(names, **args) -> Unknown` in union `Unknown | ((names, **args) -> Unknown)`
[error] unresolved-attribute - :50:32 - Attribute `is_real` is not defined on `(names, **args) -> Unknown` in union `Unknown | ((names, **args) -> Unknown)`

sympy/diffgeom/diffgeom.py

[warning] possibly-missing-attribute - :499:21 - Attribute `append` may be missing on object of type `Unknown | int | list[Unknown]`
[error] unresolved-attribute - :499:21 - Attribute `append` is not defined on `int` in union `Unknown | int | list[Unknown]`
[warning] possibly-missing-attribute - :515:9 - Attribute `append` may be missing on object of type `Unknown | int | list[Unknown]`
[error] unresolved-attribute - :515:9 - Attribute `append` is not defined on `int` in union `Unknown | int | list[Unknown]`

sympy/external/gmpy.py

[warning] possibly-missing-attribute - :371:20 - Attribute `iroot` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :371:20 - Attribute `iroot` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :405:16 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :405:16 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :410:16 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :410:16 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :413:16 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :413:16 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :416:23 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :416:45 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :416:23 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :416:45 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :419:23 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :419:45 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :419:23 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :419:45 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :428:16 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :428:16 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :434:17 - Attribute `fmpz` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :434:17 - Attribute `fmpz` is not defined on `None` in union `Unknown | None`

sympy/external/tests/test_autowrap.py

[warning] possibly-missing-attribute - :272:5 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown | str]`
[error] unresolved-attribute - :272:5 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown | str]`

sympy/functions/combinatorial/factorials.py

[warning] possibly-missing-attribute - :968:29 - Attribute `is_nonnegative` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :968:47 - Attribute `is_integer` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :969:12 - Attribute `is_zero` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :975:12 - Attribute `is_integer` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :976:16 - Attribute `is_negative` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :978:18 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :984:14 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :967 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`
[error] unsupported-operator - :972 -
Old: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `+` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `+` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
New: Operator `+` is not supported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :986 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`

sympy/functions/elementary/hyperbolic.py

[warning] possibly-missing-attribute - :289:20 - Attribute `as_two_terms` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :289:20 - Attribute `as_two_terms` is not defined on `Basic` in union `Unknown | Basic`
[warning] possibly-missing-attribute - :291:28 - Attribute `as_coeff_Mul` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :291:28 - Attribute `as_coeff_Mul` is not defined on `Basic` in union `Unknown | Basic`
[warning] possibly-missing-attribute - :486:20 - Attribute `as_two_terms` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :486:20 - Attribute `as_two_terms` is not defined on `Basic` in union `Unknown | Basic`
[warning] possibly-missing-attribute - :488:28 - Attribute `as_coeff_Mul` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :488:28 - Attribute `as_coeff_Mul` is not defined on `Basic` in union `Unknown | Basic`
[warning] possibly-missing-attribute - :1021:13 - Attribute `eval` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1021:13 - Attribute `eval` is not defined on `None` in union `Unknown | None`

sympy/functions/elementary/trigonometric.py

[warning] possibly-missing-attribute - :1186:20 - Attribute `subs` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :1186:20 - Attribute `subs` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :1575:20 - Attribute `subs` may be missing on object of type `Unknown | int | float`
[error] unresolved-attribute - :1575:20 - Attribute `subs` is not defined on `int`, `float` in union `Unknown | int | float`
[warning] possibly-missing-attribute - :1656:13 - Attribute `eval` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1656:13 - Attribute `eval` is not defined on `None` in union `Unknown | None`

sympy/functions/special/gamma_functions.py

[warning] possibly-missing-attribute - :753:20 - Attribute `as_numer_denom` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :753:20 - Attribute `as_numer_denom` is not defined on `Basic` in union `Basic | Unknown`

sympy/functions/special/hyper.py

[warning] possibly-missing-attribute - :716:31 - Attribute `_to_mpmath` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :716:31 - Attribute `_to_mpmath` is not defined on `Basic` in union `Unknown | Basic`

sympy/functions/special/zeta_functions.py

[warning] possibly-missing-attribute - :167:23 - Attribute `p` may be missing on object of type `Basic | Unknown`
[warning] possibly-missing-attribute - :167:28 - Attribute `q` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :167:23 - Attribute `p` is not defined on `Basic` in union `Basic | Unknown`
[error] unresolved-attribute - :167:28 - Attribute `q` is not defined on `Basic` in union `Basic | Unknown`

sympy/geometry/line.py

[warning] possibly-missing-attribute - :2056:24 - Attribute `x` may be missing on object of type `Unknown | Point`
[warning] possibly-missing-attribute - :2056:35 - Attribute `y` may be missing on object of type `Unknown | Point`
[error] unresolved-attribute - :2056:24 - Attribute `x` is not defined on `Point` in union `Unknown | Point`
[error] unresolved-attribute - :2056:35 - Attribute `y` is not defined on `Point` in union `Unknown | Point`
[warning] possibly-missing-attribute - :2544:26 - Attribute `x` may be missing on object of type `(Unknown & Basic) | Point`
[warning] possibly-missing-attribute - :2544:53 - Attribute `y` may be missing on object of type `(Unknown & Basic) | Point`
[error] unresolved-attribute - :2544:26 - Attribute `x` is not defined on `Point` in union `(Unknown & Basic) | Point`
[error] unresolved-attribute - :2544:53 - Attribute `y` is not defined on `Point` in union `(Unknown & Basic) | Point`
[warning] possibly-missing-attribute - :2545:26 - Attribute `z` may be missing on object of type `(Unknown & Basic) | Point`
[error] unresolved-attribute - :2545:26 - Attribute `z` is not defined on `Point` in union `(Unknown & Basic) | Point`
[warning] possibly-missing-attribute - :2726:26 - Attribute `x` may be missing on object of type `(Unknown & Basic) | Point`
[warning] possibly-missing-attribute - :2726:53 - Attribute `y` may be missing on object of type `(Unknown & Basic) | Point`
[error] unresolved-attribute - :2726:26 - Attribute `x` is not defined on `Point` in union `(Unknown & Basic) | Point`
[error] unresolved-attribute - :2726:53 - Attribute `y` is not defined on `Point` in union `(Unknown & Basic) | Point`
[warning] possibly-missing-attribute - :2727:26 - Attribute `z` may be missing on object of type `(Unknown & Basic) | Point`
[error] unresolved-attribute - :2727:26 - Attribute `z` is not defined on `Point` in union `(Unknown & Basic) | Point`

sympy/geometry/point.py

[warning] possibly-missing-attribute - :1295:25 - Attribute `tolist` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :1295:25 - Attribute `tolist` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/geometry/polygon.py

[warning] possibly-missing-attribute - :1500:12 - Attribute `is_Number` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :1509:40 - Attribute `is_number` may be missing on object of type `Basic | int | float | complex | Any`
[error] invalid-argument-type - :1501 -
Old: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Basic | int | float | complex | Any`
New: Argument to function `as_int` is incorrect: Expected `SupportsIndex`, found `Basic`
[error] unsupported-operator - :1502 -
Old: Operator `<` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[3]`
New: Operator `<` is not supported between objects of type `Basic` and `Literal[3]`

sympy/holonomic/holonomic.py

[warning] possibly-missing-attribute - :1416:30 - Attribute `keys` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1416:30 - Attribute `keys` is not defined on `None` in union `Unknown | None`

sympy/integrals/laplace.py

[warning] possibly-missing-attribute - :270:19 - Attribute `canonical` may be missing on object of type `BooleanTrue | And`
[error] unresolved-attribute - :270:19 - Attribute `canonical` is not defined on `And` in union `BooleanTrue | And`
[warning] possibly-missing-attribute - :1032:14 - Attribute `match` may be missing on object of type `Literal[""] | @Todo`
[error] unresolved-attribute - :1032:14 - Attribute `match` is not defined on `Literal[""]` in union `Literal[""] | @Todo`

sympy/integrals/manualintegrate.py

[warning] possibly-missing-attribute - :2545:21 - Attribute `xreplace` may be missing on object of type `Expr | None`
[error] unresolved-attribute - :2545:21 - Attribute `xreplace` is not defined on `None` in union `Expr | None`

sympy/integrals/prde.py

[warning] possibly-missing-attribute - :89:11 - Attribute `as_poly` may be missing on object of type `Unknown | int`
[warning] possibly-missing-attribute - :89:61 - Attribute `as_poly` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :89:11 - Attribute `as_poly` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - :89:61 - Attribute `as_poly` is not defined on `int` in union `Unknown | int`
[warning] possibly-missing-attribute - :90:10 - Attribute `as_poly` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :90:10 - Attribute `as_poly` is not defined on `int` in union `Unknown | int`

sympy/integrals/risch.py

[warning] possibly-missing-attribute - :1848:43 - Attribute `function` may be missing on object of type `Unknown | Zero`
[warning] possibly-missing-attribute - :1848:72 - Attribute `limits` may be missing on object of type `Unknown | Zero`
[error] unresolved-attribute - :1848:43 - Attribute `function` is not defined on `Zero` in union `Unknown | Zero`
[error] unresolved-attribute - :1848:72 - Attribute `limits` is not defined on `Zero` in union `Unknown | Zero`

sympy/integrals/tests/test_heurisch.py

[error] unsupported-operator - :389:17 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :390:26 - Cannot subscript object of type `Expr` with no `__getitem__` method

sympy/matrices/decompositions.py

[error] unsupported-operator - :1334:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :1348:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[warning] possibly-missing-attribute - :1321:16 - Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :1321:16 - Attribute `diagonalize` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :1336:16 - Attribute `diagonalize` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :1336:16 - Attribute `diagonalize` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] invalid-return-type - :1350 -
Old: Return type does not match returned value: expected `tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition]`, found `tuple[MatrixBase | Expr | Unknown, MatrixBase, MatrixBase | Expr | Unknown]`
New: Return type does not match returned value: expected `tuple[Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition, Tmat@_singular_value_decomposition]`, found `tuple[Unknown | MatrixBase, MatrixBase, MatrixBase | Unknown]`

sympy/matrices/eigen.py

[error] invalid-argument-type - :328:22 - Argument to bound method `_as_type` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/matrices/expressions/hadamard.py

[warning] possibly-missing-attribute - :134:17 - Attribute `_eval_derivative_matrix_lines` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :134:17 - Attribute `_eval_derivative_matrix_lines` is not defined on `Basic` in union `Unknown | Basic`

sympy/matrices/expressions/matmul.py

[warning] possibly-missing-attribute - :81:17 - Attribute `rows` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :81:35 - Attribute `cols` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :81:17 - Attribute `rows` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :81:35 - Attribute `cols` is not defined on `Expr` in union `Unknown | Expr`

sympy/matrices/expressions/matpow.py

[warning] possibly-missing-attribute - :78:29 - Attribute `rows` may be missing on object of type `(Unknown & ~MatPow & ~MatrixBase) | (Basic & ~MatPow & ~MatrixBase)`
[error] unresolved-attribute - :78:29 - Attribute `rows` is not defined on `Basic & ~MatPow & ~MatrixBase` in union `(Unknown & ~MatPow & ~MatrixBase) | (Basic & ~MatPow & ~MatrixBase)`

sympy/matrices/expressions/permutation.py

[warning] possibly-missing-attribute - :261:12 - Attribute `is_Identity` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :261:12 - Attribute `is_Identity` is not defined on `Basic` in union `Basic | Unknown`
[warning] possibly-missing-attribute - :264:12 - Attribute `is_Identity` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :264:12 - Attribute `is_Identity` is not defined on `Basic` in union `Basic | Unknown`

sympy/matrices/expressions/tests/test_derivatives.py

[error] unsupported-operator - :551 -
Old: Operator `+` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `+` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matadd.py

[error] unsupported-operator - :36 -
Old: Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr`
New: Operator `+` is not supported between objects of type `MatrixBase` and `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matmul.py

[warning] possibly-missing-attribute - :158:68 - Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :158:68 - Attribute `as_explicit` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/expressions/tests/test_matpow.py

[error] unsupported-operator - :123:46 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`

sympy/matrices/expressions/tests/test_permutation.py

[warning] possibly-missing-attribute - :27:12 - Attribute `as_explicit` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :27:12 - Attribute `as_explicit` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/inverse.py

[error] unsupported-operator - :384:11 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :392:11 - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :385:11 - Operator `-` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :393 -
Old: Operator `+` is not supported between objects of type `MatrixBase` and `MatrixBase | Expr | Unknown`
New: Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase | Expr`
[error] unsupported-operator - :393:22 - Unary operator `-` is not supported for object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/matrixbase.py

[error] unsupported-operator - :5076:19 - Operator `*` is not supported between objects of type `@Todo | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `@Todo | Self@log`
[error] invalid-return-type - :5078:16 - Return type does not match returned value: expected `Self@log`, found `MatrixBase | @Todo | Expr`
[error] invalid-argument-type - :3046 -
Old: Argument is incorrect: Expected `(MatrixBase, MatrixBase | Expr, /) -> MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
New: Argument is incorrect: Expected `(T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr, /) -> T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`, found `Overload[[Self](self, other: Self) -> Self, (self, other: MatrixBase) -> MatrixBase, (self, other: Expr) -> MatrixBase]`
[error] not-subscriptable - :3944:39 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :3944:39 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] invalid-return-type - :4640 -
Old: Return type does not match returned value: expected `Self@D`, found `MatrixBase | Expr`
New: Return type does not match returned value: expected `Self@D`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - :4748:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :4748:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/matrices/reductions.py

[warning] possibly-missing-attribute - :103:43 - Attribute `is_commutative` may be missing on object of type `Expr | None`
[error] unresolved-attribute - :103:43 - Attribute `is_commutative` is not defined on `None` in union `Expr | None`

sympy/matrices/solvers.py

[error] invalid-argument-type - :637:27 - Argument to bound method `vstack` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - :637:27 - Argument to bound method `vstack` is incorrect: Expected `Tmat@_gauss_jordan_solve`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[error] invalid-argument-type - :976 -
Old: Argument to bound method `solve` is incorrect: Argument type `MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
New: Argument to bound method `solve` is incorrect: Argument type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` does not satisfy upper bound `MatrixBase` of type variable `Self`
[error] invalid-argument-type - :976 -
Old: Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`
New: Argument to bound method `solve` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :976:16 - Attribute `solve` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :976:16 - Attribute `solve` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/sparse.py

[warning] possibly-missing-attribute - :417:16 - Attribute `inv` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :417:16 - Attribute `inv` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_decompositions.py

[error] unsupported-operator - :77:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :84:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :90:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :103:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :110:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :123:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :290:13 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :345:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :348:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :355:23 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :23:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :23:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :32:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :32:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :42:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :42:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :51:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :51:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :57:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :57:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :131:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :131:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :288:10 - Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :288:10 - Attribute `applyfunc` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :393:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :393:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :394:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :394:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :395:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :395:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :396:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :396:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :439:13 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :439:22 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :451:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :451:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :464:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :464:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :475:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :475:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :488:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :488:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/tests/test_eigen.py

[error] unresolved-attribute - :257:16 - Attribute `n` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :306:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :307:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :322:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :323:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :364:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :365:14 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :380:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `ImmutableDenseMatrix`
[error] unsupported-operator - :381:15 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :405:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :793:19 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] invalid-argument-type - :406:20 - Argument to function `max` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`
[error] no-matching-overload - :477:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :477:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :492:12 - Attribute `applyfunc` may be missing on object of type `MatrixBase | Expr | Unknown`
[error] unsupported-operator - :492:13 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/matrices/tests/test_matrices.py

[error] unsupported-operator - :394:16 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1581:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1587:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1594:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1599:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1607:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :1616:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2557:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unresolved-attribute - :3477:12 - Attribute `rank` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[error] not-subscriptable - :201:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :201:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :202:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :202:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :203:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :203:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :204:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :204:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :205:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :205:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :206:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :206:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :213:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :213:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :214:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :215:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :215:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :216:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :216:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :217:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :217:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :218:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :218:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] invalid-argument-type - :221 -
Old: Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `MatrixBase | Expr`
New: Argument to bound method `multiply_elementwise` is incorrect: Expected `MatrixBase`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :1739:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :1739:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :2680:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2680:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :2681:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2681:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :2682:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :2682:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2683:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :2683:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2728:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :2728:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :2746:25 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :2746:25 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3055:33 - Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :3055:33 - Attribute `analytic_func` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3071:60 - Attribute `exp` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :3071:60 - Attribute `exp` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3478:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :3478:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
[warning] possibly-missing-attribute - :3479:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :3479:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

sympy/matrices/tests/test_matrixbase.py

[error] unsupported-operator - :1148:16 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2339:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2345:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2352:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2357:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2365:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :2374:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :3288:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :963:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :963:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :964:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :964:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :965:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :965:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :966:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :966:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :967:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :967:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :968:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :968:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] no-matching-overload - :2497:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :2497:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] no-matching-overload - :3384:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :3384:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :3385:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :3385:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :3386:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :3386:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3387:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :3387:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3432:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :3432:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3450:25 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :3450:25 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3768:33 - Attribute `analytic_func` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :3768:33 - Attribute `analytic_func` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :3784:60 - Attribute `exp` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :3784:60 - Attribute `exp` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_reductions.py

[error] unresolved-attribute - :293:15 - Attribute `expand` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - :299:15 - Attribute `expand` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unresolved-attribute - :383:12 - Attribute `rank` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`
[warning] possibly-missing-attribute - :384:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :384:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[2]`
[warning] possibly-missing-attribute - :385:12 - Attribute `rank` may be missing on object of type `MatrixBase | MatrixExpr | Unknown`
[error] unsupported-operator - :385:13 - Operator `**` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown` and `Literal[3]`

sympy/matrices/tests/test_solvers.py

[error] unsupported-operator - :296:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :302:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :314:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :320:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :354:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :361:12 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :585:13 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-subscriptable - :129:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :129:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :132:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :132:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] no-matching-overload - :332:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :332:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :333:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :333:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :334:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :334:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :335:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :335:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] no-matching-overload - :341:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :341:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] no-matching-overload - :342:16 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :342:25 - Operator `*` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :343:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :343:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :344:16 - Attribute `H` may be missing on object of type `Unknown | MatrixBase | Expr`
[error] unresolved-attribute - :344:16 - Attribute `H` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_sparse.py

[error] not-subscriptable - :91:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :91:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :92:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :92:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :93:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :93:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :94:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :94:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :96:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :96:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :103:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :103:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :104:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :104:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :105:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :105:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :106:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :106:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:16 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:16 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[warning] possibly-missing-attribute - :336:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :336:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :345:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :345:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :352:12 - Attribute `permute_rows` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :352:12 - Attribute `permute_rows` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/matrices/tests/test_subspaces.py

[error] unsupported-operator - :104:12 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] not-iterable - :46 -
Old: Object of type `MatrixBase | Expr` is not iterable
New: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable
[error] not-iterable - :47 -
Old: Object of type `MatrixBase | Expr` is not iterable
New: Object of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` is not iterable

sympy/multipledispatch/core.py

[warning] possibly-missing-attribute - :63:26 - Attribute `f_back` may be missing on object of type `FrameType | None`
[warning] possibly-missing-attribute - :63:26 - Attribute `f_locals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :63:26 - Attribute `f_back` is not defined on `None` in union `FrameType | None`
[error] unresolved-attribute - :63:26 - Attribute `f_locals` is not defined on `None` in union `FrameType | None`

sympy/multipledispatch/tests/test_dispatcher.py

[warning] possibly-missing-attribute - :117:12 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :117:12 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :118:12 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :118:12 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :119:27 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :119:27 - Attribute `strip` is not defined on `None` in union `str | None`
[warning] possibly-missing-attribute - :120:24 - Attribute `strip` may be missing on object of type `str | None`
[error] unresolved-attribute - :120:24 - Attribute `strip` is not defined on `None` in union `str | None`

sympy/ntheory/ecm.py

[warning] possibly-missing-attribute - :267:20 - Attribute `x_cord` may be missing on object of type `Unknown | int`
[warning] possibly-missing-attribute - :267:32 - Attribute `z_cord` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :267:20 - Attribute `x_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - :267:32 - Attribute `z_cord` is not defined on `int` in union `Unknown | int`
[warning] possibly-missing-attribute - :268:20 - Attribute `x_cord` may be missing on object of type `Unknown | int`
[warning] possibly-missing-attribute - :268:32 - Attribute `z_cord` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :268:20 - Attribute `x_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - :268:32 - Attribute `z_cord` is not defined on `int` in union `Unknown | int`
[warning] possibly-missing-attribute - :270:20 - Attribute `add` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :270:20 - Attribute `add` is not defined on `int` in union `Unknown | int`
[warning] possibly-missing-attribute - :271:24 - Attribute `x_cord` may be missing on object of type `Unknown | int`
[warning] possibly-missing-attribute - :271:36 - Attribute `z_cord` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :271:24 - Attribute `x_cord` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - :271:36 - Attribute `z_cord` is not defined on `int` in union `Unknown | int`

sympy/ntheory/elliptic_curve.py

[warning] possibly-missing-attribute - :125:33 - Attribute `expr` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :125:33 - Attribute `expr` is not defined on `Basic` in union `Unknown | Basic`
[warning] possibly-missing-attribute - :139:29 - Attribute `expr` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :139:29 - Attribute `expr` is not defined on `Basic` in union `Unknown | Basic`

sympy/ntheory/factor_.py

[warning] possibly-missing-attribute - :376:14 - Attribute `bit_length` may be missing on object of type `Unknown | MPZ`
[error] unresolved-attribute - :376:14 - Attribute `bit_length` is not defined on `MPZ` in union `Unknown | MPZ`
[warning] possibly-missing-attribute - :557:20 - Attribute `func` may be missing on object of type `(Unknown & Rational & ~Integer) | int`
[error] unresolved-attribute - :557:20 - Attribute `func` is not defined on `int` in union `(Unknown & Rational & ~Integer) | int`

sympy/parsing/autolev/_listener_autolev_antlr.py

[warning] possibly-missing-attribute - :1276:29 - Attribute `ExprContext` may be missing on object of type `Any | None`
[error] unresolved-attribute - :1276:29 - Attribute `ExprContext` is not defined on `None` in union `Any | None`
[warning] possibly-missing-attribute - :1749:48 - Attribute `RULE_stat` may be missing on object of type `Any | None`
[error] unresolved-attribute - :1749:48 - Attribute `RULE_stat` is not defined on `None` in union `Any | None`

sympy/parsing/c/c_parser.py

[warning] possibly-missing-attribute - :1056:15 - Attribute `parse` may be missing on object of type `sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:85:11 | sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:1036:11`
[error] unresolved-attribute - :1056:15 - Attribute `parse` is not defined on `CCodeConverter` in union `sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:85:11 | sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:1036:11`
[warning] possibly-missing-attribute - :1058:15 - Attribute `parse_str` may be missing on object of type `sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:85:11 | sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:1036:11`
[error] unresolved-attribute - :1058:15 - Attribute `parse_str` is not defined on `CCodeConverter` in union `sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:85:11 | sympy.parsing.c.c_parser.CCodeConverter @ sympy/parsing/c/c_parser.py:1036:11`

sympy/parsing/fortran/fortran_parser.py

[warning] possibly-missing-attribute - :323:5 - Attribute `visit` may be missing on object of type `sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:58:11 | sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:298:11`
[error] unresolved-attribute - :323:5 - Attribute `visit` is not defined on `ASR2PyVisitor` in union `sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:58:11 | sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:298:11`
[warning] possibly-missing-attribute - :324:15 - Attribute `ret_ast` may be missing on object of type `sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:58:11 | sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:298:11`
[error] unresolved-attribute - :324:15 - Attribute `ret_ast` is not defined on `ASR2PyVisitor` in union `sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:58:11 | sympy.parsing.fortran.fortran_parser.ASR2PyVisitor @ sympy/parsing/fortran/fortran_parser.py:298:11`

sympy/parsing/latex/_parse_latex_antlr.py

[warning] possibly-missing-attribute - :45:25 - Attribute `literalNames` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :45:25 - Attribute `literalNames` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :356:46 - Attribute `DIFFERENTIAL` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :356:46 - Attribute `DIFFERENTIAL` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :359:63 - Attribute `SYMBOL` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :359:63 - Attribute `SYMBOL` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :361:44 - Attribute `LETTER` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :361:44 - Attribute `LETTER` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :362:47 - Attribute `SYMBOL` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :362:47 - Attribute `SYMBOL` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :365:40 - Attribute `SYMBOL` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :365:40 - Attribute `SYMBOL` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :371:50 - Attribute `LETTER` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :371:50 - Attribute `LETTER` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :375:48 - Attribute `SYMBOL` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :375:48 - Attribute `SYMBOL` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :530:20 - Attribute `atoms` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :530:20 - Attribute `atoms` is not defined on `Literal[1]` in union `Unknown | Literal[1]`
[warning] possibly-missing-attribute - :539:25 - Attribute `subs` may be missing on object of type `Unknown | Literal[1]`
[error] unresolved-attribute - :539:25 - Attribute `subs` is not defined on `Literal[1]` in union `Unknown | Literal[1]`

sympy/physics/continuum_mechanics/arch.py

[warning] possibly-missing-attribute - :225:22 - Attribute `subs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :225:22 - Attribute `subs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :413:20 - Attribute `subs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :413:20 - Attribute `subs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :427:20 - Attribute `subs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :427:20 - Attribute `subs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :442:20 - Attribute `subs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :442:20 - Attribute `subs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :635:52 - Attribute `subs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :635:52 - Attribute `subs` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1018:37 - Attribute `subs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1018:37 - Attribute `subs` is not defined on `None` in union `Unknown | None`

sympy/physics/continuum_mechanics/beam.py

[warning] possibly-missing-attribute - :1040:22 - Attribute `subs` may be missing on object of type `Unknown | Literal[0]`
[error] unresolved-attribute - :1040:22 - Attribute `subs` is not defined on `Literal[0]` in union `Unknown | Literal[0]`
[warning] possibly-missing-attribute - :1099:78 - Attribute `rewrite` may be missing on object of type `Unknown | Literal[0]`
[error] unresolved-attribute - :1099:78 - Attribute `rewrite` is not defined on `Literal[0]` in union `Unknown | Literal[0]`

sympy/physics/continuum_mechanics/column.py

[warning] possibly-missing-attribute - :564:23 - Attribute `subs` may be missing on object of type `Unknown | Literal[0]`
[error] unresolved-attribute - :564:23 - Attribute `subs` is not defined on `Literal[0]` in union `Unknown | Literal[0]`

sympy/physics/mechanics/kane.py

[error] unsupported-operator - :803:22 - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[error] unsupported-operator - :805:22 - Operator `+` is not supported between objects of type `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Unknown | MutableDenseMatrix`
[warning] possibly-missing-attribute - :452:45 - Attribute `items` may be missing on object of type `Unknown | dict[Unknown, Unknown] | None`
[error] unresolved-attribute - :452:45 - Attribute `items` is not defined on `None` in union `Unknown | dict[Unknown, Unknown] | None`

sympy/physics/mechanics/lagrange.py

[error] unsupported-operator - :347:15 - Unary operator `-` is not supported for object of type `Unknown | MatrixBase | T2'return@call_highest_priority | T1'return@call_highest_priority | Expr`

sympy/physics/mechanics/linearize.py

[warning] possibly-missing-attribute - :425:22 - Attribute `T` may be missing on object of type `Unknown | None | MutableDenseMatrix`
[error] unresolved-attribute - :425:22 - Attribute `T` is not defined on `None` in union `Unknown | None | MutableDenseMatrix`
[warning] possibly-missing-attribute - :427:26 - Attribute `T` may be missing on object of type `Unknown | None | MutableDenseMatrix`
[error] unresolved-attribute - :427:26 - Attribute `T` is not defined on `None` in union `Unknown | None | MutableDenseMatrix`

sympy/physics/mechanics/models.py

[warning] possibly-missing-attribute - :210:13 - Attribute `append` may be missing on object of type `list[Unknown] | None`
[error] unresolved-attribute - :210:13 - Attribute `append` is not defined on `None` in union `list[Unknown] | None`
[warning] possibly-missing-attribute - :225:9 - Attribute `append` may be missing on object of type `list[Unknown] | None`
[error] unresolved-attribute - :225:9 - Attribute `append` is not defined on `None` in union `list[Unknown] | None`

sympy/physics/mechanics/system.py

[warning] possibly-missing-attribute - :1460:43 - Attribute `col_join` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1460:43 - Attribute `col_join` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1477:22 - Attribute `LUsolve` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1477:22 - Attribute `LUsolve` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1480:19 - Attribute `LUsolve` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1480:19 - Attribute `LUsolve` is not defined on `None` in union `Unknown | None`

sympy/physics/mechanics/tests/test_kane.py

[error] unsupported-operator - :509:25 - Operator `/` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `Literal[2]`
[error] not-subscriptable - :442:20 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :442:20 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :443:38 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :443:38 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/optics/gaussopt.py

[warning] possibly-missing-attribute - :756:8 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :756:25 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :757:21 - Attribute `is_infinite` may be missing on object of type `Basic | int | float | complex | Any`
[error] not-subscriptable - :136:18 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:18 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:26 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :136:26 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] unsupported-operator - :263 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :298 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`
[error] unsupported-operator - :298 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :707 -
Old: Operator `**` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
New: Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :759 -
Old: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `*` is not supported between two objects of type `Basic`
[error] unsupported-operator - :759 -
Old: Operator `+` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `+` is not supported between two objects of type `Basic`
[error] unsupported-operator - :790 -
Old: Unary operator `-` is not supported for object of type `Basic | int | float | complex | Any`
New: Unary operator `-` is not supported for object of type `Basic`
[error] unsupported-operator - :837 -
Old: Operator `**` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
New: Operator `**` is not supported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :837 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`
[error] unsupported-operator - :837 -
Old: Operator `/` is not supported between objects of type `Literal[1]` and `Basic | int | float | complex | Any`
New: Operator `/` is not supported between objects of type `Literal[1]` and `Basic`
[error] unsupported-operator - :838 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :838 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :839 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :839 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :887 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`

sympy/physics/optics/polarization.py

[error] no-matching-overload - :669:12 - No overload of function `simplify` matches arguments
[error] unsupported-operator - :669:21 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`

sympy/physics/optics/tests/test_gaussopt.py

[error] not-subscriptable - :40:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :40:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :41:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :41:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :42:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :42:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :43:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :43:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/quantum/cg.py

[error] invalid-argument-type - :83:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - :258:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[error] invalid-argument-type - :347:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :513:20 - Attribute `has` may be missing on object of type `int | Unknown`
[error] unresolved-attribute - :513:20 - Attribute `has` is not defined on `int` in union `int | Unknown`

sympy/physics/quantum/qapply.py

[warning] possibly-missing-attribute - :117:16 - Attribute `expand` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :117:16 - Attribute `expand` is not defined on `Literal[0]` in union `Literal[0] | Unknown`

sympy/physics/quantum/tests/test_represent.py

[error] unsupported-operator - :89 -
Old: Operator `+` is not supported between objects of type `MatrixBase | Expr` and `MatrixBase`
New: Operator `+` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MatrixBase`
[error] unsupported-operator - :91 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :93 -
Old: Operator `+` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `+` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - :95:26 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :95:26 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/physics/vector/functions.py

[error] invalid-argument-type - :380 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Unknown`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Unknown`

sympy/plotting/pygletplot/plot.py

[warning] possibly-missing-attribute - :366:16 - Attribute `itervalues` may be missing on object of type `Unknown | dict[Unknown, Unknown]`
[error] unresolved-attribute - :366:16 - Attribute `itervalues` is not defined on `dict[Unknown, Unknown]` in union `Unknown | dict[Unknown, Unknown]`

sympy/plotting/pygletplot/plot_modes.py

[warning] possibly-missing-attribute - :30:25 - Attribute `subs` may be missing on object of type `Unknown | Literal["y"]`
[error] unresolved-attribute - :30:25 - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[warning] possibly-missing-attribute - :52:29 - Attribute `subs` may be missing on object of type `Unknown | Literal["z"]`
[error] unresolved-attribute - :52:29 - Attribute `subs` is not defined on `Literal["z"]` in union `Unknown | Literal["z"]`
[warning] possibly-missing-attribute - :74:21 - Attribute `subs` may be missing on object of type `Unknown | Literal["x"]`
[warning] possibly-missing-attribute - :74:37 - Attribute `subs` may be missing on object of type `Unknown | Literal["y"]`
[error] unresolved-attribute - :74:21 - Attribute `subs` is not defined on `Literal["x"]` in union `Unknown | Literal["x"]`
[error] unresolved-attribute - :74:37 - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[warning] possibly-missing-attribute - :95:21 - Attribute `subs` may be missing on object of type `Unknown | Literal["x"]`
[warning] possibly-missing-attribute - :95:37 - Attribute `subs` may be missing on object of type `Unknown | Literal["y"]`
[warning] possibly-missing-attribute - :95:53 - Attribute `subs` may be missing on object of type `Unknown | Literal["z"]`
[error] unresolved-attribute - :95:21 - Attribute `subs` is not defined on `Literal["x"]` in union `Unknown | Literal["x"]`
[error] unresolved-attribute - :95:37 - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[error] unresolved-attribute - :95:53 - Attribute `subs` is not defined on `Literal["z"]` in union `Unknown | Literal["z"]`
[warning] possibly-missing-attribute - :117:21 - Attribute `subs` may be missing on object of type `Unknown | Literal["x"]`
[error] unresolved-attribute - :117:21 - Attribute `subs` is not defined on `Literal["x"]` in union `Unknown | Literal["x"]`
[warning] possibly-missing-attribute - :118:21 - Attribute `subs` may be missing on object of type `Unknown | Literal["y"]`
[error] unresolved-attribute - :118:21 - Attribute `subs` is not defined on `Literal["y"]` in union `Unknown | Literal["y"]`
[warning] possibly-missing-attribute - :119:21 - Attribute `subs` may be missing on object of type `Unknown | Literal["z"]`
[error] unresolved-attribute - :119:21 - Attribute `subs` is not defined on `Literal["z"]` in union `Unknown | Literal["z"]`
[warning] possibly-missing-attribute - :140:24 - Attribute `subs` may be missing on object of type `Unknown | Literal["r"]`
[error] unresolved-attribute - :140:24 - Attribute `subs` is not defined on `Literal["r"]` in union `Unknown | Literal["r"]`
[warning] possibly-missing-attribute - :163:24 - Attribute `subs` may be missing on object of type `Unknown | Literal["r"]`
[error] unresolved-attribute - :163:24 - Attribute `subs` is not defined on `Literal["r"]` in union `Unknown | Literal["r"]`
[warning] possibly-missing-attribute - :187:24 - Attribute `subs` may be missing on object of type `Unknown | Literal["r"]`
[error] unresolved-attribute - :187:24 - Attribute `subs` is not defined on `Literal["r"]` in union `Unknown | Literal["r"]`

sympy/polys/compatibility.py

[warning] possibly-missing-attribute - :996:17 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :996:17 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1006:16 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1006:16 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1012:16 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1012:16 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1018:16 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1018:16 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1030:20 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1030:20 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1040:20 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1040:20 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1137:20 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1137:20 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1144:21 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1144:21 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1250:15 - Attribute `to_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1250:15 - Attribute `to_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1252:22 - Attribute `to_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1252:22 - Attribute `to_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1258:22 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1258:22 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1259:22 - Attribute `from_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1259:22 - Attribute `from_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1284:22 - Attribute `to_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1284:22 - Attribute `to_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[warning] possibly-missing-attribute - :1285:23 - Attribute `to_dense` may be missing on object of type `PolyRing[Er@IPolys] | Domain[Er@IPolys]`
[error] unresolved-attribute - :1285:23 - Attribute `to_dense` is not defined on `Domain[Er@IPolys]` in union `PolyRing[Er@IPolys] | Domain[Er@IPolys]`

sympy/polys/constructor.py

[warning] possibly-missing-attribute - :98:17 - Attribute `add` may be missing on object of type `set[Unknown] | list[Unknown]`
[error] unresolved-attribute - :98:17 - Attribute `add` is not defined on `list[Unknown]` in union `set[Unknown] | list[Unknown]`

sympy/polys/distributedmodules.py

[warning] possibly-missing-attribute - :524:17 - Attribute `append` may be missing on object of type `list[Unknown] | repeat[list[Unknown]]`
[error] unresolved-attribute - :524:17 - Attribute `append` is not defined on `repeat[list[Unknown]]` in union `list[Unknown] | repeat[list[Unknown]]`
[warning] possibly-missing-attribute - :656:9 - Attribute `append` may be missing on object of type `list[Unknown] | set[Unknown | tuple[tuple[Unknown, ...], int]]`
[error] unresolved-attribute - :656:9 - Attribute `append` is not defined on `set[Unknown | tuple[tuple[Unknown, ...], int]]` in union `list[Unknown] | set[Unknown | tuple[tuple[Unknown, ...], int]]`

sympy/polys/domains/algebraicfield.py

[warning] possibly-missing-attribute - :335:21 - Attribute `zero` may be missing on object of type `type[ANP[MPQ] | Unknown] | ((...) -> Unknown)`
[error] unresolved-attribute - :335:21 - Attribute `zero` is not defined on `(...) -> Unknown` in union `type[ANP[MPQ] | Unknown] | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :336:20 - Attribute `one` may be missing on object of type `type[ANP[MPQ] | Unknown] | ((...) -> Unknown)`
[error] unresolved-attribute - :336:20 - Attribute `one` is not defined on `(...) -> Unknown` in union `type[ANP[MPQ] | Unknown] | ((...) -> Unknown)`

sympy/polys/domains/domain.py

[warning] possibly-missing-attribute - :941:34 - Attribute `modulus` may be missing on object of type `Self@unify | Unknown`
[warning] possibly-missing-attribute - :941:46 - Attribute `modulus` may be missing on object of type `Unknown | Self@unify`
[warning] possibly-missing-attribute - :941:66 - Attribute `modulus` may be missing on object of type `Self@unify | Unknown`
[error] unresolved-attribute - :941:34 - Attribute `modulus` is not defined on `Self@unify` in union `Self@unify | Unknown`
[error] unresolved-attribute - :941:46 - Attribute `modulus` is not defined on `Self@unify` in union `Unknown | Self@unify`
[error] unresolved-attribute - :941:66 - Attribute `modulus` is not defined on `Self@unify` in union `Self@unify | Unknown`
[warning] possibly-missing-attribute - :943:24 - Attribute `set_domain` may be missing on object of type `Unknown | Self@unify`
[error] unresolved-attribute - :943:24 - Attribute `set_domain` is not defined on `Self@unify` in union `Unknown | Self@unify`
[warning] possibly-missing-attribute - :946:30 - Attribute `symbol` may be missing on object of type `Self@unify | Unknown`
[error] unresolved-attribute - :946:30 - Attribute `symbol` is not defined on `Self@unify` in union `Self@unify | Unknown`
[warning] possibly-missing-attribute - :947:22 - Attribute `domain` may be missing on object of type `Self@unify | Unknown`
[error] unresolved-attribute - :947:22 - Attribute `domain` is not defined on `Self@unify` in union `Self@unify | Unknown`
[warning] possibly-missing-attribute - :948:24 - Attribute `set_domain` may be missing on object of type `Self@unify | Unknown`
[error] unresolved-attribute - :948:24 - Attribute `set_domain` is not defined on `Self@unify` in union `Self@unify | Unknown`
[warning] possibly-missing-attribute - :957:20 - Attribute `precision` may be missing on object of type `Self@unify | Unknown`
[warning] possibly-missing-attribute - :957:36 - Attribute `precision` may be missing on object of type `Unknown | Self@unify`
[error] unresolved-attribute - :957:20 - Attribute `precision` is not defined on `Self@unify` in union `Self@unify | Unknown`
[error] unresolved-attribute - :957:36 - Attribute `precision` is not defined on `Self@unify` in union `Unknown | Self@unify`
[warning] possibly-missing-attribute - :961:46 - Attribute `precision` may be missing on object of type `Unknown | Self@unify`
[error] unresolved-attribute - :961:46 - Attribute `precision` is not defined on `Self@unify` in union `Unknown | Self@unify`
[warning] possibly-missing-attribute - :969:20 - Attribute `precision` may be missing on object of type `Self@unify | Unknown`
[warning] possibly-missing-attribute - :969:36 - Attribute `precision` may be missing on object of type `Unknown | Self@unify`
[error] unresolved-attribute - :969:20 - Attribute `precision` is not defined on `Self@unify` in union `Self@unify | Unknown`
[error] unresolved-attribute - :969:36 - Attribute `precision` is not defined on `Self@unify` in union `Unknown | Self@unify`
[warning] possibly-missing-attribute - :975:42 - Attribute `precision` may be missing on object of type `Self@unify | Unknown`
[error] unresolved-attribute - :975:42 - Attribute `precision` is not defined on `Self@unify` in union `Self@unify | Unknown`
[warning] possibly-missing-attribute - :985:22 - Attribute `as_AlgebraicField` may be missing on object of type `Unknown | Self@unify | Field[Unknown]`
[error] unresolved-attribute - :985:22 - Attribute `as_AlgebraicField` is not defined on `Self@unify`, `Field[Unknown]` in union `Unknown | Self@unify | Field[Unknown]`
[warning] possibly-missing-attribute - :987:37 - Attribute `dom` may be missing on object of type `Self@unify | Unknown`
[warning] possibly-missing-attribute - :987:50 - Attribute `dom` may be missing on object of type `Unknown | Self@unify | Field[Unknown]`
[warning] possibly-missing-attribute - :987:72 - Attribute `orig_ext` may be missing on object of type `Self@unify | Unknown`
[warning] possibly-missing-attribute - :987:85 - Attribute `orig_ext` may be missing on object of type `Unknown | Self@unify | Field[Unknown]`
[error] unresolved-attribute - :987:37 - Attribute `dom` is not defined on `Self@unify` in union `Self@unify | Unknown`
[error] unresolved-attribute - :987:50 - Attribute `dom` is not defined on `Self@unify`, `Field[Unknown]` in union `Unknown | Self@unify | Field[Unknown]`
[error] unresolved-attribute - :987:72 - Attribute `orig_ext` is not defined on `Self@unify` in union `Self@unify | Unknown`
[error] unresolved-attribute - :987:85 - Attribute `orig_ext` is not defined on `Self@unify`, `Field[Unknown]` in union `Unknown | Self@unify | Field[Unknown]`

sympy/polys/domains/finitefield.py

[warning] possibly-missing-attribute - :38:12 - Attribute `nmod` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :38:12 - Attribute `nmod` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :39:17 - Attribute `nmod_poly` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :39:17 - Attribute `nmod_poly` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :61:12 - Attribute `fmpz_mod_ctx` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :61:12 - Attribute `fmpz_mod_ctx` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :62:17 - Attribute `fmpz_mod_poly_ctx` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :62:17 - Attribute `fmpz_mod_poly_ctx` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :63:21 - Attribute `fmpz_mod_poly` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :63:21 - Attribute `fmpz_mod_poly` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :269:31 - Attribute `dtype` may be missing on object of type `Unknown | None | IntegerRing`
[error] unresolved-attribute - :269:31 - Attribute `dtype` is not defined on `None` in union `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :297:25 - Attribute `from_ZZ` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :297:48 - Attribute `dom` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :297:25 - Attribute `from_ZZ` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - :297:48 - Attribute `dom` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :301:25 - Attribute `from_ZZ_python` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :301:55 - Attribute `dom` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :301:25 - Attribute `from_ZZ_python` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - :301:55 - Attribute `dom` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :305:25 - Attribute `from_ZZ_python` may be missing on object of type `Unknown | None | IntegerRing`
[error] unresolved-attribute - :305:25 - Attribute `from_ZZ_python` is not defined on `None` in union `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :309:25 - Attribute `from_ZZ_python` may be missing on object of type `Unknown | None | IntegerRing`
[error] unresolved-attribute - :309:25 - Attribute `from_ZZ_python` is not defined on `None` in union `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :323:25 - Attribute `from_ZZ_gmpy` may be missing on object of type `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :323:52 - Attribute `dom` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :323:25 - Attribute `from_ZZ_gmpy` is not defined on `None` in union `Unknown | None | IntegerRing`
[error] unresolved-attribute - :323:52 - Attribute `dom` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :327:25 - Attribute `from_ZZ_gmpy` may be missing on object of type `Unknown | None | IntegerRing`
[error] unresolved-attribute - :327:25 - Attribute `from_ZZ_gmpy` is not defined on `None` in union `Unknown | None | IntegerRing`
[warning] possibly-missing-attribute - :339:29 - Attribute `dtype` may be missing on object of type `Unknown | None | IntegerRing`
[error] unresolved-attribute - :339:29 - Attribute `dtype` is not defined on `None` in union `Unknown | None | IntegerRing`

sympy/polys/domains/modularinteger.py

[warning] possibly-missing-attribute - :30:24 - Attribute `convert` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :30:24 - Attribute `convert` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :78:24 - Attribute `convert` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :78:24 - Attribute `convert` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :144:35 - Attribute `one` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :144:35 - Attribute `one` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :202:16 - Attribute `invert` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :202:16 - Attribute `invert` is not defined on `None` in union `Unknown | None`

sympy/polys/domains/old_fractionfield.py

[warning] possibly-missing-attribute - :28:21 - Attribute `zero` may be missing on object of type `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
[error] unresolved-attribute - :28:21 - Attribute `zero` is not defined on `(...) -> Unknown` in union `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
[warning] possibly-missing-attribute - :29:20 - Attribute `one` may be missing on object of type `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`
[error] unresolved-attribute - :29:20 - Attribute `one` is not defined on `(...) -> Unknown` in union `Unknown | <class 'DMF'> | type[Unknown] | ((...) -> Unknown)`

sympy/polys/domains/old_polynomialring.py

[warning] possibly-missing-attribute - :40:21 - Attribute `zero` may be missing on object of type `Unknown | ((...) -> Unknown) | type[Unknown]`
[error] unresolved-attribute - :40:21 - Attribute `zero` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown) | type[Unknown]`
[warning] possibly-missing-attribute - :41:20 - Attribute `one` may be missing on object of type `Unknown | ((...) -> Unknown) | type[Unknown]`
[error] unresolved-attribute - :41:20 - Attribute `one` is not defined on `(...) -> Unknown` in union `Unknown | ((...) -> Unknown) | type[Unknown]`

sympy/polys/matrices/domainmatrix.py

[warning] possibly-missing-attribute - :186:12 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :186:12 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :188:14 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :188:14 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :192:22 - Attribute `shape` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :192:33 - Attribute `domain` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :192:22 - Attribute `shape` is not defined on `DFM`, `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :192:33 - Attribute `domain` is not defined on `DFM`, `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :208:33 - Attribute `getitem` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :208:33 - Attribute `getitem` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :221:30 - Attribute `extract_slice` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :221:30 - Attribute `extract_slice` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :224:37 - Attribute `getitem` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :224:37 - Attribute `getitem` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :227:30 - Attribute `extract` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :227:30 - Attribute `extract` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :234:13 - Attribute `setitem` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :234:13 - Attribute `setitem` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :517:30 - Attribute `copy` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :517:30 - Attribute `copy` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :556:12 - Attribute `is_DFM` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :556:12 - Attribute `is_DFM` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :557:21 - Attribute `to_ddm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :557:21 - Attribute `to_ddm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :558:14 - Attribute `is_DDM` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :558:14 - Attribute `is_DDM` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :559:21 - Attribute `convert_to` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :559:21 - Attribute `convert_to` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :561:21 - Attribute `convert_to` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :561:21 - Attribute `convert_to` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :610:12 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :610:12 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :613:30 - Attribute `to_sdm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :613:30 - Attribute `to_sdm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :634:12 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :634:12 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :637:30 - Attribute `to_dfm_or_ddm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :637:30 - Attribute `to_dfm_or_ddm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :662:16 - Attribute `to_ddm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :662:16 - Attribute `to_ddm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :687:16 - Attribute `to_sdm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :687:16 - Attribute `to_sdm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :713:16 - Attribute `to_dfm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :713:16 - Attribute `to_dfm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :749:16 - Attribute `to_dfm_or_ddm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :749:16 - Attribute `to_dfm_or_ddm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :872:16 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :872:16 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :893:16 - Attribute `to_list` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :893:16 - Attribute `to_list` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :916:16 - Attribute `to_list_flat` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :916:16 - Attribute `to_list_flat` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :990:16 - Attribute `to_flat_nz` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :990:16 - Attribute `to_flat_nz` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1003:15 - Attribute `from_flat_nz` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1003:15 - Attribute `from_flat_nz` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1039:16 - Attribute `to_dod` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1039:16 - Attribute `to_dod` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1070:30 - Attribute `from_dod` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1070:30 - Attribute `from_dod` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1101:16 - Attribute `to_dok` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1101:16 - Attribute `to_dok` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1137:16 - Attribute `iter_values` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1137:16 - Attribute `iter_values` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1159:16 - Attribute `iter_items` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1159:16 - Attribute `iter_items` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1174:16 - Attribute `nnz` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1174:16 - Attribute `nnz` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1181:30 - Attribute `transpose` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1181:30 - Attribute `transpose` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1189:16 - Attribute `is_zero_matrix` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1189:16 - Attribute `is_zero_matrix` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1197:16 - Attribute `is_upper` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1197:16 - Attribute `is_upper` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1205:16 - Attribute `is_lower` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1205:16 - Attribute `is_lower` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1232:16 - Attribute `is_diagonal` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1232:16 - Attribute `is_diagonal` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1253:16 - Attribute `diagonal` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1253:16 - Attribute `diagonal` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1301:33 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1301:33 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1345:30 - Attribute `applyfunc` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1345:30 - Attribute `applyfunc` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1397:12 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1397:12 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1398:50 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1398:50 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1451:27 - Attribute `add` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1451:27 - Attribute `add` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1501:27 - Attribute `sub` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1501:27 - Attribute `sub` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1531:27 - Attribute `neg` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1531:27 - Attribute `neg` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1570:27 - Attribute `mul` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1570:27 - Attribute `mul` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1573:27 - Attribute `rmul` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1573:27 - Attribute `rmul` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1614:27 - Attribute `matmul` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1614:27 - Attribute `matmul` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1634:27 - Attribute `mul_elementwise` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1634:27 - Attribute `mul_elementwise` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :1785:16 - Attribute `scc` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :1785:16 - Attribute `scc` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :2538:31 - Attribute `nullspace_from_rref` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :2538:31 - Attribute `nullspace_from_rref` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :2583:15 - Attribute `inv` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :2583:15 - Attribute `inv` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :2618:16 - Attribute `det` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :2618:16 - Attribute `det` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :2659:12 - Attribute `fmt` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :2659:12 - Attribute `fmt` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :3269:23 - Attribute `lu` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :3269:23 - Attribute `lu` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :3329:24 - Attribute `qr` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :3329:24 - Attribute `qr` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :3383:15 - Attribute `lu_solve` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :3383:15 - Attribute `lu_solve` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :3454:22 - Attribute `fflu` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :3454:22 - Attribute `fflu` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :3763:16 - Attribute `charpoly` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :3763:16 - Attribute `charpoly` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :3943:38 - Attribute `lll` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :3943:38 - Attribute `lll` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :3978:30 - Attribute `lll_transform` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :3978:30 - Attribute `lll_transform` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`

sympy/polys/matrices/rref.py

[warning] possibly-missing-attribute - :320:8 - Attribute `bit_length` may be missing on object of type `Unknown | MPZ`
[error] unresolved-attribute - :320:8 - Attribute `bit_length` is not defined on `MPZ` in union `Unknown | MPZ`

sympy/polys/matrices/tests/test_domainmatrix.py

[warning] possibly-missing-attribute - :337:52 - Attribute `to_ddm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :337:52 - Attribute `to_ddm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :338:52 - Attribute `to_sdm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :338:52 - Attribute `to_sdm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :370:12 - Attribute `to_ddm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :370:12 - Attribute `to_ddm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`
[warning] possibly-missing-attribute - :371:12 - Attribute `to_sdm` may be missing on object of type `SDM | DDM | DFM | DFM_dummy`
[error] unresolved-attribute - :371:12 - Attribute `to_sdm` is not defined on `DFM_dummy` in union `SDM | DDM | DFM | DFM_dummy`

sympy/polys/matrices/tests/test_xxm.py

[warning] possibly-missing-attribute - :83:31 - Attribute `rep` may be missing on object of type `Unknown | DDM`
[error] unresolved-attribute - :83:31 - Attribute `rep` is not defined on `DDM` in union `Unknown | DDM`
[warning] possibly-missing-attribute - :216:35 - Attribute `convert_to` may be missing on object of type `DFM | DFM_dummy`
[error] unresolved-attribute - :216:35 - Attribute `convert_to` is not defined on `DFM_dummy` in union `DFM | DFM_dummy`

sympy/polys/numberfields/primes.py

[warning] possibly-missing-attribute - :764:13 - Attribute `parent` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :764:13 - Attribute `parent` is not defined on `None` in union `Unknown | None`

sympy/polys/numberfields/subfield.py

[warning] possibly-missing-attribute - :516:58 - Attribute `root` may be missing on object of type `Unknown | AlgebraicNumber`
[error] unresolved-attribute - :516:58 - Attribute `root` is not defined on `AlgebraicNumber` in union `Unknown | AlgebraicNumber`

sympy/polys/polyroots.py

[warning] possibly-missing-attribute - :643:27 - Attribute `n` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :643:27 - Attribute `n` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :661:12 - Attribute `n` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :661:12 - Attribute `n` is not defined on `None` in union `Unknown | None`

sympy/polys/polytools.py

[warning] possibly-missing-attribute - :5997:12 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:31 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:51 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :5997:70 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:12 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:31 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:51 - Attribute `is_algebraic` may be missing on object of type `Basic | int | float | complex | Any`
[warning] possibly-missing-attribute - :6127:70 - Attribute `is_irrational` may be missing on object of type `Basic | int | float | complex | Any`
[error] unsupported-operator - :5998 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :6128 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[warning] possibly-missing-attribute - :6643:29 - Attribute `base` may be missing on object of type `Unknown | (Expr & ~<Protocol with members '_eval_factor'>)`
[error] unresolved-attribute - :6643:29 - Attribute `base` is not defined on `Expr & ~<Protocol with members '_eval_factor'>` in union `Unknown | (Expr & ~<Protocol with members '_eval_factor'>)`
[warning] possibly-missing-attribute - :6814:20 - Attribute `monic` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None`
[error] unresolved-attribute - :6814:20 - Attribute `monic` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None`
[warning] possibly-missing-attribute - :6847:20 - Attribute `monic` may be missing on object of type `(Unknown & ~AlwaysTruthy) | None`
[error] unresolved-attribute - :6847:20 - Attribute `monic` is not defined on `None` in union `(Unknown & ~AlwaysTruthy) | None`

sympy/polys/polyutils.py

[warning] possibly-missing-attribute - :95:23 - Attribute `groups` may be missing on object of type `Match[str] | None`
[error] unresolved-attribute - :95:23 - Attribute `groups` is not defined on `None` in union `Match[str] | None`

sympy/polys/rings.py

[warning] possibly-missing-attribute - :1340:46 - Attribute `itermonoms` may be missing on object of type `PolyElement[Er@PolyElement] | Er@PolyElement | int`
[error] unresolved-attribute - :1340:46 - Attribute `itermonoms` is not defined on `int` in union `PolyElement[Er@PolyElement] | Er@PolyElement | int`

sympy/polys/tests/test_rootoftools.py

[warning] possibly-missing-attribute - :279:5 - Attribute `_reset` may be missing on object of type `Unknown | RootOf`
[error] unresolved-attribute - :279:5 - Attribute `_reset` is not defined on `RootOf` in union `Unknown | RootOf`
[warning] possibly-missing-attribute - :281:13 - Attribute `_get_interval` may be missing on object of type `Unknown | RootOf`
[error] unresolved-attribute - :281:13 - Attribute `_get_interval` is not defined on `RootOf` in union `Unknown | RootOf`
[warning] possibly-missing-attribute - :283:21 - Attribute `_get_interval` may be missing on object of type `Unknown | RootOf`
[error] unresolved-attribute - :283:21 - Attribute `_get_interval` is not defined on `RootOf` in union `Unknown | RootOf`
[warning] possibly-missing-attribute - :284:9 - Attribute `_reset` may be missing on object of type `Unknown | RootOf`
[error] unresolved-attribute - :284:9 - Attribute `_reset` is not defined on `RootOf` in union `Unknown | RootOf`
[warning] possibly-missing-attribute - :285:21 - Attribute `_get_interval` may be missing on object of type `Unknown | RootOf`
[error] unresolved-attribute - :285:21 - Attribute `_get_interval` is not defined on `RootOf` in union `Unknown | RootOf`

sympy/printing/c.py

[warning] possibly-missing-attribute - :259:60 - Attribute `decimal_dig` may be missing on object of type `Unknown | FloatType | IntBaseType`
[error] unresolved-attribute - :259:60 - Attribute `decimal_dig` is not defined on `IntBaseType` in union `Unknown | FloatType | IntBaseType`
[warning] possibly-missing-attribute - :518:29 - Attribute `decimal_dig` may be missing on object of type `Unknown | FloatType | IntBaseType`
[error] unresolved-attribute - :518:29 - Attribute `decimal_dig` is not defined on `IntBaseType` in union `Unknown | FloatType | IntBaseType`

sympy/printing/codeprinter.py

[warning] possibly-missing-attribute - :574:56 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :574:81 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :574:56 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :574:81 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :575:20 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :575:20 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :576:34 - Attribute `base` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :576:46 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :576:34 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :576:46 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :578:67 - Attribute `base` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :578:67 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :580:34 - Attribute `base` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :580:46 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :580:34 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :580:46 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`

sympy/printing/julia.py

[warning] possibly-missing-attribute - :146:57 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :146:57 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :147:25 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :147:25 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :148:20 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :148:20 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :149:34 - Attribute `base` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :149:46 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :149:34 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :149:46 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :151:67 - Attribute `base` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :151:67 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :153:34 - Attribute `base` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :153:46 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :153:34 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :153:46 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :154:66 - Attribute `p` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :154:66 - Attribute `p` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :159:35 - Attribute `q` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :159:35 - Attribute `q` is not defined on `Expr` in union `Unknown | Expr`

sympy/printing/latex.py

[warning] possibly-missing-attribute - :772:31 - Attribute `components` may be missing on object of type `Unknown | (BasisDependent & ~Vector)`
[error] unresolved-attribute - :772:31 - Attribute `components` is not defined on `BasisDependent & ~Vector` in union `Unknown | (BasisDependent & ~Vector)`

sympy/printing/llvmjitcode.py

[warning] possibly-missing-attribute - :204:13 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :204:13 - Attribute `args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:34 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:34 - Attribute `args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :209:20 - Attribute `append_basic_block` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :209:20 - Attribute `append_basic_block` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :314:39 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :314:39 - Attribute `args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :315:17 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :315:17 - Attribute `args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :317:39 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :317:39 - Attribute `args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :322:20 - Attribute `append_basic_block` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :322:20 - Attribute `append_basic_block` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :331:45 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :331:45 - Attribute `args` is not defined on `None` in union `Unknown | None`

sympy/printing/octave.py

[warning] possibly-missing-attribute - :164:57 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :164:57 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :165:25 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :165:25 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :166:20 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :166:20 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :167:34 - Attribute `base` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :167:46 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :167:34 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :167:46 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :169:67 - Attribute `base` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :169:67 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :171:34 - Attribute `base` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :171:46 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :171:34 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :171:46 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :173:20 - Attribute `p` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :173:20 - Attribute `p` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :174:39 - Attribute `p` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :174:39 - Attribute `p` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :175:20 - Attribute `q` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :175:20 - Attribute `q` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :176:39 - Attribute `q` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :176:39 - Attribute `q` is not defined on `Expr` in union `Unknown | Expr`

sympy/printing/pretty/pretty.py

[warning] possibly-missing-attribute - :185:29 - Attribute `left` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :185:29 - Attribute `left` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :194:29 - Attribute `right` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :194:29 - Attribute `right` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :203:29 - Attribute `right` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :203:29 - Attribute `right` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :243:32 - Attribute `left` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :243:32 - Attribute `left` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :263:33 - Attribute `right` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :263:33 - Attribute `right` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :446:31 - Attribute `right` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :446:31 - Attribute `right` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :453:17 - Attribute `height` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :453:17 - Attribute `height` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :465:30 - Attribute `baseline` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :465:30 - Attribute `baseline` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :484:38 - Attribute `width` may be missing on object of type `prettyForm | str`
[error] unresolved-attribute - :484:38 - Attribute `width` is not defined on `str` in union `prettyForm | str`
[warning] possibly-missing-attribute - :485:43 - Attribute `right` may be missing on object of type `prettyForm | str`
[error] unresolved-attribute - :485:43 - Attribute `right` is not defined on `str` in union `prettyForm | str`
[warning] possibly-missing-attribute - :499:29 - Attribute `left` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :499:29 - Attribute `left` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :621:13 - Attribute `height` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :621:13 - Attribute `height` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :647:17 - Attribute `baseline` may be missing on object of type `str | prettyForm`
[warning] possibly-missing-attribute - :647:42 - Attribute `height` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :647:17 - Attribute `baseline` is not defined on `str` in union `str | prettyForm`
[error] unresolved-attribute - :647:42 - Attribute `height` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :648:42 - Attribute `baseline` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :648:42 - Attribute `baseline` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :1312:55 - Attribute `width` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :1312:55 - Attribute `width` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :1313:49 - Attribute `width` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :1313:49 - Attribute `width` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :1316:55 - Attribute `width` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :1316:55 - Attribute `width` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :1317:49 - Attribute `width` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :1317:49 - Attribute `width` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :1497:22 - Attribute `height` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :1497:22 - Attribute `height` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :1501:25 - Attribute `right` may be missing on object of type `None | Unknown`
[error] unresolved-attribute - :1501:25 - Attribute `right` is not defined on `None` in union `None | Unknown`
[warning] possibly-missing-attribute - :1796:29 - Attribute `parens` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :1796:29 - Attribute `parens` is not defined on `str` in union `str | prettyForm`
[warning] possibly-missing-attribute - :1886:29 - Attribute `parens` may be missing on object of type `str | Unknown`
[error] unresolved-attribute - :1886:29 - Attribute `parens` is not defined on `str` in union `str | Unknown`
[warning] possibly-missing-attribute - :1936:29 - Attribute `right` may be missing on object of type `str | prettyForm`
[error] unresolved-attribute - :1936:29 - Attribute `right` is not defined on `str` in union `str | prettyForm`

sympy/printing/preview.py

[warning] possibly-missing-attribute - :380:13 - Attribute `write` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :380:13 - Attribute `write` is not defined on `None` in union `Unknown | None`

sympy/printing/str.py

[warning] possibly-missing-attribute - :361:20 - Attribute `p` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :361:20 - Attribute `p` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :362:39 - Attribute `p` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :362:39 - Attribute `p` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :363:20 - Attribute `q` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :363:20 - Attribute `q` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :364:39 - Attribute `q` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :364:39 - Attribute `q` is not defined on `Expr` in union `Unknown | Expr`

sympy/printing/tableform.py

[warning] possibly-missing-attribute - :312:22 - Attribute `center` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :312:22 - Attribute `center` is not defined on `int` in union `Unknown | int`

sympy/printing/tests/test_llvmjit.py

[warning] possibly-missing-attribute - :141:17 - Attribute `subs` may be missing on object of type `Unknown | tuple[Symbol, Unknown]`
[error] unresolved-attribute - :141:17 - Attribute `subs` is not defined on `tuple[Symbol, Unknown]` in union `Unknown | tuple[Symbol, Unknown]`

sympy/series/formal.py

[error] invalid-argument-type - :987:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/series/fourier.py

[error] invalid-argument-type - :146:34 - Argument to function `__new__` is incorrect: Expected `Basic`, found `Basic | int | float | complex | Any`

sympy/series/limits.py

[warning] possibly-missing-attribute - :256:32 - Attribute `expr` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :256:32 - Attribute `expr` is not defined on `Basic` in union `Basic | Unknown`
[warning] possibly-missing-attribute - :335:25 - Attribute `leadterm` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :335:25 - Attribute `leadterm` is not defined on `Basic` in union `Unknown | Basic`
[warning] possibly-missing-attribute - :345:25 - Attribute `as_leading_term` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :345:25 - Attribute `as_leading_term` is not defined on `Basic` in union `Unknown | Basic`

sympy/series/order.py

[warning] possibly-missing-attribute - :209:45 - Attribute `items` may be missing on object of type `dict[Unknown, Unknown] | tuple[()]`
[error] unresolved-attribute - :209:45 - Attribute `items` is not defined on `tuple[()]` in union `dict[Unknown, Unknown] | tuple[()]`

sympy/sets/sets.py

[warning] possibly-missing-attribute - :2174:28 - Attribute `args` may be missing on object of type `Unknown | Sized`
[error] unresolved-attribute - :2174:28 - Attribute `args` is not defined on `Sized` in union `Unknown | Sized`
[warning] possibly-missing-attribute - :2509:17 - Attribute `args` may be missing on object of type `(Any & ~AlwaysFalsy) | (dict[Any, Any] & ~AlwaysFalsy)`
[error] unresolved-attribute - :2509:17 - Attribute `args` is not defined on `dict[Any, Any] & ~AlwaysFalsy` in union `(Any & ~AlwaysFalsy) | (dict[Any, Any] & ~AlwaysFalsy)`

sympy/sets/tests/test_setexpr.py

[warning] possibly-missing-attribute - :32:18 - Attribute `set` may be missing on object of type `Unknown | exp | log`
[error] unresolved-attribute - :32:18 - Attribute `set` is not defined on `exp`, `log` in union `Unknown | exp | log`

sympy/simplify/hyperexpand.py

[warning] possibly-missing-attribute - :879:24 - Attribute `has` may be missing on object of type `Unknown | MutableDenseMatrix | None`
[error] unresolved-attribute - :879:24 - Attribute `has` is not defined on `None` in union `Unknown | MutableDenseMatrix | None`

sympy/simplify/tests/test_simplify.py

[error] not-subscriptable - :88:21 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :88:21 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/solvers/diophantine/diophantine.py

[warning] possibly-missing-attribute - :1642:16 - Attribute `free_symbols` may be missing on object of type `None | Unknown | Linear | ... omitted 11 union elements`
[warning] possibly-missing-attribute - :1642:45 - Attribute `coeff` may be missing on object of type `None | Unknown | Linear | ... omitted 11 union elements`
[warning] possibly-missing-attribute - :1642:76 - Attribute `coeff` may be missing on object of type `None | Unknown | Linear | ... omitted 11 union elements`
[warning] possibly-missing-attribute - :1642:93 - Attribute `name` may be missing on object of type `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - :1642:16 - Attribute `free_symbols` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - :1642:45 - Attribute `coeff` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - :1642:76 - Attribute `coeff` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`
[error] unresolved-attribute - :1642:93 - Attribute `name` is not defined on `None` in union `None | Unknown | Linear | ... omitted 11 union elements`

sympy/solvers/inequalities.py

[warning] possibly-missing-attribute - :675:38 - Attribute `as_relational` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :675:38 - Attribute `as_relational` is not defined on `Basic` in union `Unknown | Basic`

sympy/solvers/ode/nonhomogeneous.py

[warning] possibly-missing-attribute - :482:12 - Attribute `subs` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :482:12 - Attribute `subs` is not defined on `Literal[0]` in union `Literal[0] | Unknown`

sympy/solvers/ode/ode.py

[warning] possibly-missing-attribute - :962:9 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :962:9 - Attribute `args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :963:9 - Attribute `func` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :963:9 - Attribute `func` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1657:8 - Attribute `lhs` may be missing on object of type `Unknown | list[Unknown | Equality]`
[warning] possibly-missing-attribute - :1657:31 - Attribute `rhs` may be missing on object of type `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - :1657:8 - Attribute `lhs` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - :1657:31 - Attribute `rhs` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[warning] possibly-missing-attribute - :1664:46 - Attribute `atoms` may be missing on object of type `Unknown | list[Unknown | Equality]`
[error] unresolved-attribute - :1664:46 - Attribute `atoms` is not defined on `list[Unknown | Equality]` in union `Unknown | list[Unknown | Equality]`
[warning] possibly-missing-attribute - :2404:22 - Attribute `as_independent` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :2404:22 - Attribute `as_independent` is not defined on `Basic` in union `Basic | Unknown`

sympy/solvers/ode/single.py

[warning] possibly-missing-attribute - :2642:18 - Attribute `keys` may be missing on object of type `Unknown | None | dict[Unknown, Unknown]`
[error] unresolved-attribute - :2642:18 - Attribute `keys` is not defined on `None` in union `Unknown | None | dict[Unknown, Unknown]`

sympy/solvers/ode/subscheck.py

[warning] possibly-missing-attribute - :157:17 - Attribute `getO` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :157:17 - Attribute `getO` is not defined on `Basic` in union `Basic | Unknown`
[warning] possibly-missing-attribute - :158:18 - Attribute `removeO` may be missing on object of type `Basic | Unknown`
[error] unresolved-attribute - :158:18 - Attribute `removeO` is not defined on `Basic` in union `Basic | Unknown`

sympy/solvers/ode/systems.py

[warning] possibly-missing-attribute - :1869:20 - Attribute `inv` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1869:20 - Attribute `inv` is not defined on `None` in union `Unknown | None`

sympy/solvers/pde.py

[warning] possibly-missing-attribute - :278:9 - Attribute `func` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :278:9 - Attribute `func` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :279:9 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :279:9 - Attribute `args` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :280:9 - Attribute `args` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :280:9 - Attribute `args` is not defined on `None` in union `Unknown | None`

sympy/solvers/recurr.py

[warning] possibly-missing-attribute - :828:20 - Attribute `is_Function` may be missing on object of type `Unknown | int`
[warning] possibly-missing-attribute - :828:38 - Attribute `func` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :828:20 - Attribute `is_Function` is not defined on `int` in union `Unknown | int`
[error] unresolved-attribute - :828:38 - Attribute `func` is not defined on `int` in union `Unknown | int`
[warning] possibly-missing-attribute - :829:29 - Attribute `args` may be missing on object of type `Unknown | int`
[error] unresolved-attribute - :829:29 - Attribute `args` is not defined on `int` in union `Unknown | int`

sympy/solvers/simplex.py

[error] invalid-argument-type - :1068 -
Old: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | MatrixBase | Expr`
New: Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] not-subscriptable - :1068:11 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :1068:11 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

sympy/solvers/solvers.py

[warning] possibly-missing-attribute - :3278:35 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :3278:58 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :3278:35 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :3278:58 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :3291:13 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[warning] possibly-missing-attribute - :3291:52 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :3291:13 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[error] unresolved-attribute - :3291:52 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :3292:42 - Attribute `base` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :3292:42 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :3293:27 - Attribute `exp` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :3293:27 - Attribute `exp` is not defined on `Expr` in union `Unknown | Expr`
[warning] possibly-missing-attribute - :3294:19 - Attribute `base` may be missing on object of type `Unknown | Expr`
[error] unresolved-attribute - :3294:19 - Attribute `base` is not defined on `Expr` in union `Unknown | Expr`

sympy/solvers/solveset.py

[warning] possibly-missing-attribute - :824:16 - Attribute `free_symbols` may be missing on object of type `None | TrigonometricFunction | HyperbolicFunction`
[error] unresolved-attribute - :824:16 - Attribute `free_symbols` is not defined on `None` in union `None | TrigonometricFunction | HyperbolicFunction`
[warning] possibly-missing-attribute - :825:24 - Attribute `args` may be missing on object of type `None | TrigonometricFunction | HyperbolicFunction`
[error] unresolved-attribute - :825:24 - Attribute `args` is not defined on `None` in union `None | TrigonometricFunction | HyperbolicFunction`
[warning] possibly-missing-attribute - :1304:26 - Attribute `as_expr_set_pairs` may be missing on object of type `(Unknown & ~arg) | (Expr & ~arg)`
[error] unresolved-attribute - :1304:26 - Attribute `as_expr_set_pairs` is not defined on `Expr & ~arg` in union `(Unknown & ~arg) | (Expr & ~arg)`

sympy/solvers/tests/test_solvers.py

[error] unsupported-operator - :718:18 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] unsupported-operator - :719:19 - Operator `-` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[error] invalid-argument-type - :501 -
Old: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `MatrixBase | Expr`
New: Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :722 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :723 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :724 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[error] unsupported-operator - :724 -
Old: Operator `-` is not supported between two objects of type `MatrixBase | Expr`
New: Operator `-` is not supported between two objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`

sympy/stats/joint_rv_types.py

[warning] possibly-missing-attribute - :577:16 - Attribute `flatten` may be missing on object of type `Range | Unknown`
[error] unresolved-attribute - :577:16 - Attribute `flatten` is not defined on `Range` in union `Range | Unknown`

sympy/stats/stochastic_process_types.py

[warning] possibly-missing-attribute - :1613:15 - Attribute `tolist` may be missing on object of type `MatrixBase | Expr`
[error] unresolved-attribute - :1613:15 - Attribute `tolist` is not defined on `T2'return@call_highest_priority`, `T1'return@call_highest_priority`, `Expr` in union `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr`
[warning] possibly-missing-attribute - :1808:25 - Attribute `subs` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1808:25 - Attribute `subs` is not defined on `None` in union `Unknown | None`

sympy/stats/symbolic_probability.py

[warning] possibly-missing-attribute - :531:55 - Attribute `expand` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :531:55 - Attribute `expand` is not defined on `Basic` in union `Unknown | Basic`
[warning] possibly-missing-attribute - :532:55 - Attribute `expand` may be missing on object of type `Unknown | Basic`
[error] unresolved-attribute - :532:55 - Attribute `expand` is not defined on `Basic` in union `Unknown | Basic`

sympy/stats/tests/test_finite_rv.py

[error] unsupported-operator - :361 -
Old: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `*` is not supported between two objects of type `Basic`
[error] unsupported-operator - :362 -
Old: Operator `>` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
New: Operator `>` is not supported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :363 -
Old: Operator `/` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `/` is not supported between two objects of type `Basic`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`
[error] unsupported-operator - :363 -
Old: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :365 -
Old: Operator `>` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
New: Operator `>` is not supported between objects of type `Basic` and `Literal[2]`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between objects of type `Literal[0]` and `Basic | int | float | complex | Any`
New: Operator `<` is not supported between objects of type `Literal[0]` and `Basic`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `<` is not supported between two objects of type `Basic`
[error] unsupported-operator - :365 -
Old: Operator `<` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `<` is not supported between two objects of type `Basic`
[error] unsupported-operator - :366 -
Old: Operator `*` is not supported between objects of type `Literal[2]` and `Basic | int | float | complex | Any`
New: Operator `*` is not supported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :366 -
Old: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[1]`
New: Operator `-` is not supported between objects of type `Basic` and `Literal[1]`
[error] unsupported-operator - :366 -
Old: Operator `*` is not supported between objects of type `Literal[2]` and `Basic | int | float | complex | Any`
New: Operator `*` is not supported between objects of type `Literal[2]` and `Basic`
[error] unsupported-operator - :367 -
Old: Operator `*` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `*` is not supported between two objects of type `Basic`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between two objects of type `Basic | int | float | complex | Any`
New: Operator `-` is not supported between two objects of type `Basic`
[error] unsupported-operator - :367 -
Old: Operator `-` is not supported between objects of type `Basic | int | float | complex | Any` and `Literal[2]`
New: Operator `-` is not supported between objects of type `Basic` and `Literal[2]`

sympy/tensor/array/arrayop.py

[warning] possibly-missing-attribute - :446:40 - Attribute `_sparse_array` may be missing on object of type `(Unknown & SparseNDimArray & ~_ArrayExpr & ~_CodegenArrayAbstract & ~MatrixSymbol) | (ImmutableDenseNDimArray & SparseNDimArray)`
[error] unresolved-attribute - :446:40 - Attribute `_sparse_array` is not defined on `ImmutableDenseNDimArray & SparseNDimArray` in union `(Unknown & SparseNDimArray & ~_ArrayExpr & ~_CodegenArrayAbstract & ~MatrixSymbol) | (ImmutableDenseNDimArray & SparseNDimArray)`

sympy/tensor/tensor.py

[warning] possibly-missing-attribute - :3885:21 - Attribute `commutes_with` may be missing on object of type `Unknown | TensExpr`
[error] unresolved-attribute - :3885:21 - Attribute `commutes_with` is not defined on `TensExpr` in union `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3889:35 - Attribute `component` may be missing on object of type `Unknown | TensExpr`
[error] unresolved-attribute - :3889:35 - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3890:35 - Attribute `component` may be missing on object of type `Unknown | TensExpr`
[error] unresolved-attribute - :3890:35 - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3891:27 - Attribute `component` may be missing on object of type `Unknown | TensExpr`
[warning] possibly-missing-attribute - :3891:60 - Attribute `component` may be missing on object of type `Unknown | TensExpr`
[error] unresolved-attribute - :3891:27 - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`
[error] unresolved-attribute - :3891:60 - Attribute `component` is not defined on `TensExpr` in union `Unknown | TensExpr`

sympy/testing/runtests.py

[warning] possibly-missing-attribute - :1315:22 - Attribute `__name__` may be missing on object of type `(type[BaseException] & ~<class 'AssertionError'>) | None`
[error] unresolved-attribute - :1315:22 - Attribute `__name__` is not defined on `None` in union `(type[BaseException] & ~<class 'AssertionError'>) | None`
[warning] possibly-missing-attribute - :1317:22 - Attribute `__name__` may be missing on object of type `(type[BaseException] & ~<class 'AssertionError'>) | None`
[error] unresolved-attribute - :1317:22 - Attribute `__name__` is not defined on `None` in union `(type[BaseException] & ~<class 'AssertionError'>) | None`
[warning] possibly-missing-attribute - :1319:22 - Attribute `__name__` may be missing on object of type `(type[BaseException] & ~<class 'AssertionError'>) | None`
[error] unresolved-attribute - :1319:22 - Attribute `__name__` is not defined on `None` in union `(type[BaseException] & ~<class 'AssertionError'>) | None`
[warning] possibly-missing-attribute - :1487:56 - Attribute `getvalue` may be missing on object of type `TextIO | Any`
[error] unresolved-attribute - :1487:56 - Attribute `getvalue` is not defined on `TextIO` in union `TextIO | Any`

sympy/utilities/_compilation/runners.py

[warning] possibly-missing-attribute - :133:21 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :133:21 - Attribute `append` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :141:25 - Attribute `append` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :141:25 - Attribute `append` is not defined on `None` in union `Unknown | None`

sympy/utilities/_compilation/util.py

[warning] possibly-missing-attribute - :276:9 - Attribute `exec_module` may be missing on object of type `Loader | None`
[error] unresolved-attribute - :276:9 - Attribute `exec_module` is not defined on `None` in union `Loader | None`

sympy/utilities/codegen.py

[warning] possibly-missing-attribute - :542:16 - Attribute `indent_code` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :542:16 - Attribute `indent_code` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :546:19 - Attribute `_settings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :546:19 - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :548:13 - Attribute `_settings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :548:13 - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :551:13 - Attribute `_settings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :551:13 - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :556:12 - Attribute `_settings` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :556:12 - Attribute `_settings` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :557:24 - Attribute `doprint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :557:24 - Attribute `doprint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :559:50 - Attribute `doprint` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :559:50 - Attribute `doprint` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :913:20 - Attribute `doprint` may be missing on object of type `Unknown | None | C89CodePrinter`
[error] unresolved-attribute - :913:20 - Attribute `doprint` is not defined on `None` in union `Unknown | None | C89CodePrinter`
[warning] possibly-missing-attribute - :1880:20 - Attribute `doprint` may be missing on object of type `Unknown | None | RustCodePrinter`
[error] unresolved-attribute - :1880:20 - Attribute `doprint` is not defined on `None` in union `Unknown | None | RustCodePrinter`

sympy/utilities/iterables.py

[warning] possibly-missing-attribute - :2094:13 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown]`
[error] unresolved-attribute - :2094:13 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown]`

sympy/utilities/tests/test_autowrap.py

[warning] possibly-missing-attribute - :178:29 - Attribute `dummy_index` may be missing on object of type `Unknown | Dummy`
[error] unresolved-attribute - :178:29 - Attribute `dummy_index` is not defined on `Dummy` in union `Unknown | Dummy`

sympy/utilities/tests/test_codegen.py

[warning] possibly-missing-attribute - :1558:5 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown | str]`
[error] unresolved-attribute - :1558:5 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown | str]`

sympy/utilities/tests/test_lambdify.py

[error] unsupported-operator - :876:29 - Operator `*` is not supported between objects of type `T2'return@call_highest_priority | T1'return@call_highest_priority | MatrixBase | Expr` and `MutableDenseMatrix`
[warning] possibly-missing-attribute - :1231:12 - Attribute `startswith` may be missing on object of type `str | None`
[error] unresolved-attribute - :1231:12 - Attribute `startswith` is not defined on `None` in union `str | None`

sympy/vector/implicitregion.py

[warning] possibly-missing-attribute - :463:18 - Attribute `subs` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :463:18 - Attribute `subs` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :464:20 - Attribute `subs` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :464:20 - Attribute `subs` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :482:18 - Attribute `subs` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :482:18 - Attribute `subs` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :483:20 - Attribute `subs` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :483:20 - Attribute `subs` is not defined on `Literal[0]` in union `Literal[0] | Unknown`

sympy/vector/tests/test_vector.py

[error] not-subscriptable - :107:12 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :107:12 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:23 - Cannot subscript object of type `T1'return@call_highest_priority` with no `__getitem__` method
[error] not-subscriptable - :108:23 - Cannot subscript object of type `T2'return@call_highest_priority` with no `__getitem__` method

tornado (https://github.com/tornadoweb/tornado)

tornado/curl_httpclient.py

[warning] possibly-missing-attribute - :89:9 - Attribute `stop` may be missing on object of type `Unknown | PeriodicCallback | None`
[error] unresolved-attribute - :89:9 - Attribute `stop` is not defined on `None` in union `Unknown | PeriodicCallback | None`
[warning] possibly-missing-attribute - :94:9 - Attribute `close` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :94:9 - Attribute `close` is not defined on `None` in union `Unknown | CurlMulti | None`
[warning] possibly-missing-attribute - :158:36 - Attribute `socket_action` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :158:36 - Attribute `socket_action` is not defined on `None` in union `Unknown | CurlMulti | None`
[warning] possibly-missing-attribute - :170:36 - Attribute `socket_action` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :170:36 - Attribute `socket_action` is not defined on `None` in union `Unknown | CurlMulti | None`
[warning] possibly-missing-attribute - :190:23 - Attribute `timeout` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :190:23 - Attribute `timeout` is not defined on `None` in union `Unknown | CurlMulti | None`
[warning] possibly-missing-attribute - :200:36 - Attribute `socket_all` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :200:36 - Attribute `socket_all` is not defined on `None` in union `Unknown | CurlMulti | None`
[warning] possibly-missing-attribute - :212:40 - Attribute `info_read` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :212:40 - Attribute `info_read` is not defined on `None` in union `Unknown | CurlMulti | None`
[warning] possibly-missing-attribute - :257:21 - Attribute `add_handle` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :257:21 - Attribute `add_handle` is not defined on `None` in union `Unknown | CurlMulti | None`
[warning] possibly-missing-attribute - :270:9 - Attribute `remove_handle` may be missing on object of type `Unknown | CurlMulti | None`
[error] unresolved-attribute - :270:9 - Attribute `remove_handle` is not defined on `None` in union `Unknown | CurlMulti | None`

tornado/http1connection.py

[warning] possibly-missing-attribute - :191:29 - Attribute `read_until_regex` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :191:29 - Attribute `read_until_regex` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :199:25 - Attribute `io_loop` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :199:25 - Attribute `io_loop` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :299:23 - Attribute `write` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :299:23 - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :458:12 - Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :458:12 - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :467:35 - Attribute `write` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :467:35 - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :476:17 - Attribute `close` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :476:17 - Attribute `close` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :495:12 - Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :495:12 - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :501:35 - Attribute `write` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :501:35 - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :510:21 - Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :510:21 - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :512:13 - Attribute `close` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :512:13 - Attribute `close` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :518:20 - Attribute `closed` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :518:20 - Attribute `closed` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :519:39 - Attribute `write` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :519:39 - Attribute `write` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :531:9 - Attribute `set_nodelay` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :531:9 - Attribute `set_nodelay` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :544:13 - Attribute `io_loop` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :544:13 - Attribute `io_loop` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :577:9 - Attribute `set_nodelay` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :577:9 - Attribute `set_nodelay` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :650:26 - Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :650:26 - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :664:35 - Attribute `read_until` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :664:35 - Attribute `read_until` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :670:30 - Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :670:30 - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :681:31 - Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :681:31 - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :691:26 - Attribute `read_bytes` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :691:26 - Attribute `read_bytes` is not defined on `None` in union `Unknown | IOStream | None`
[warning] possibly-missing-attribute - :697:22 - Attribute `read_until_close` may be missing on object of type `Unknown | IOStream | None`
[error] unresolved-attribute - :697:22 - Attribute `read_until_close` is not defined on `None` in union `Unknown | IOStream | None`

tornado/ioloop.py

[warning] possibly-missing-attribute - :532:24 - Attribute `cancel` may be missing on object of type `(Unknown & ~None) | bool`
[error] unresolved-attribute - :532:24 - Attribute `cancel` is not defined on `bool` in union `(Unknown & ~None) | bool`

tornado/iostream.py

[warning] possibly-missing-attribute - :533:13 - Attribute `append` may be missing on object of type `Unknown | _StreamBuffer | None`
[error] unresolved-attribute - :533:13 - Attribute `append` is not defined on `None` in union `Unknown | _StreamBuffer | None`
[warning] possibly-missing-attribute - :962:46 - Attribute `peek` may be missing on object of type `Unknown | _StreamBuffer | None`
[error] unresolved-attribute - :962:46 - Attribute `peek` is not defined on `None` in union `Unknown | _StreamBuffer | None`
[warning] possibly-missing-attribute - :965:17 - Attribute `advance` may be missing on object of type `Unknown | _StreamBuffer | None`
[error] unresolved-attribute - :965:17 - Attribute `advance` is not defined on `None` in union `Unknown | _StreamBuffer | None`
[warning] possibly-missing-attribute - :1104:9 - Attribute `close` may be missing on object of type `Unknown | socket | None`
[error] unresolved-attribute - :1104:9 - Attribute `close` is not defined on `None` in union `Unknown | socket | None`
[warning] possibly-missing-attribute - :1108:17 - Attribute `getsockopt` may be missing on object of type `Unknown | socket | None`
[error] unresolved-attribute - :1108:17 - Attribute `getsockopt` is not defined on `None` in union `Unknown | socket | None`
[warning] possibly-missing-attribute - :1113:20 - Attribute `recv_into` may be missing on object of type `Unknown | socket | None`
[error] unresolved-attribute - :1113:20 - Attribute `recv_into` is not defined on `None` in union `Unknown | socket | None`
[warning] possibly-missing-attribute - :1177:13 - Attribute `connect` may be missing on object of type `Unknown | socket | None`
[error] unresolved-attribute - :1177:13 - Attribute `connect` is not defined on `None` in union `Unknown | socket | None`
[warning] possibly-missing-attribute - :1272:19 - Attribute `getsockopt` may be missing on object of type `Unknown | socket | None`
[error] unresolved-attribute - :1272:19 - Attribute `getsockopt` is not defined on `None` in union `Unknown | socket | None`
[warning] possibly-missing-attribute - :1287:21 - Attribute `fileno` may be missing on object of type `Unknown | socket | None`
[error] unresolved-attribute - :1287:21 - Attribute `fileno` is not defined on `None` in union `Unknown | socket | None`
[warning] possibly-missing-attribute - :1343:13 - Attribute `getpeername` may be missing on object of type `Unknown | None | socket`
[error] unresolved-attribute - :1343:13 - Attribute `getpeername` is not defined on `None` in union `Unknown | None | socket`
[warning] possibly-missing-attribute - :1363:13 - Attribute `do_handshake` may be missing on object of type `Unknown | None | socket`
[error] unresolved-attribute - :1363:13 - Attribute `do_handshake` is not defined on `None`, `socket` in union `Unknown | None | socket`
[warning] possibly-missing-attribute - :1375:28 - Attribute `getpeername` may be missing on object of type `Unknown | None | socket`
[error] unresolved-attribute - :1375:28 - Attribute `getpeername` is not defined on `None` in union `Unknown | None | socket`
[warning] possibly-missing-attribute - :1379:47 - Attribute `fileno` may be missing on object of type `Unknown | None | socket`
[error] unresolved-attribute - :1379:47 - Attribute `fileno` is not defined on `None` in union `Unknown | None | socket`
[warning] possibly-missing-attribute - :1542:24 - Attribute `recv_into` may be missing on object of type `Unknown | None | socket`
[error] unresolved-attribute - :1542:24 - Attribute `recv_into` is not defined on `None` in union `Unknown | None | socket`

tornado/netutil.py

[warning] possibly-missing-attribute - :476:13 - Attribute `shutdown` may be missing on object of type `Unknown | Executor | None`
[error] unresolved-attribute - :476:13 - Attribute `shutdown` is not defined on `None` in union `Unknown | Executor | None`

tornado/queues.py

[warning] possibly-missing-attribute - :310:16 - Attribute `popleft` may be missing on object of type `Unknown | None | deque[Unknown]`
[error] unresolved-attribute - :310:16 - Attribute `popleft` is not defined on `None` in union `Unknown | None | deque[Unknown]`
[warning] possibly-missing-attribute - :313:9 - Attribute `append` may be missing on object of type `Unknown | None | deque[Unknown]`
[error] unresolved-attribute - :313:9 - Attribute `append` is not defined on `None` in union `Unknown | None | deque[Unknown]`
[warning] possibly-missing-attribute - :419:9 - Attribute `append` may be missing on object of type `Unknown | None | list[Unknown] | deque[Unknown]`
[error] unresolved-attribute - :419:9 - Attribute `append` is not defined on `None` in union `Unknown | None | list[Unknown] | deque[Unknown]`
[warning] possibly-missing-attribute - :422:16 - Attribute `pop` may be missing on object of type `Unknown | None | list[Unknown] | deque[Unknown]`
[error] unresolved-attribute - :422:16 - Attribute `pop` is not defined on `None` in union `Unknown | None | list[Unknown] | deque[Unknown]`

tornado/test/iostream_test.py

[warning] possibly-missing-attribute - :1128:34 - Attribute `cipher` may be missing on object of type `Unknown | None | socket`
[error] unresolved-attribute - :1128:34 - Attribute `cipher` is not defined on `None`, `socket` in union `Unknown | None | socket`

tornado/test/netutil_test.py

[warning] possibly-missing-attribute - :35:26 - Attribute `resolve` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :35:26 - Attribute `resolve` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :55:19 - Attribute `resolve` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :55:19 - Attribute `resolve` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :100:24 - Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`
[error] unresolved-attribute - :100:24 - Attribute `resolve` is not defined on `None` in union `Unknown | None | OverrideResolver`
[warning] possibly-missing-attribute - :103:24 - Attribute `resolve` may be missing on object of type `Unknown | None | OverrideResolver`
[error] unresolved-attribute - :103:24 - Attribute `resolve` is not defined on `None` in union `Unknown | None | OverrideResolver`
[warning] possibly-missing-attribute - :116:9 - Attribute `close` may be missing on object of type `Unknown | None | ThreadedResolver`
[error] unresolved-attribute - :116:9 - Attribute `close` is not defined on `None` in union `Unknown | None | ThreadedResolver`

tornado/test/simple_httpclient_test.py

[warning] possibly-missing-attribute - :265:25 - Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
[error] unresolved-attribute - :265:25 - Attribute `url` is not defined on `None` in union `Unknown | None | HTTPRequest`
[warning] possibly-missing-attribute - :285:29 - Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
[error] unresolved-attribute - :285:29 - Attribute `url` is not defined on `None` in union `Unknown | None | HTTPRequest`
[warning] possibly-missing-attribute - :288:38 - Attribute `method` may be missing on object of type `Unknown | None | HTTPRequest`
[error] unresolved-attribute - :288:38 - Attribute `method` is not defined on `None` in union `Unknown | None | HTTPRequest`

tornado/test/testing_test.py

[warning] possibly-missing-attribute - :105:26 - Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
[error] unresolved-attribute - :105:26 - Attribute `url` is not defined on `None` in union `Unknown | None | HTTPRequest`
[warning] possibly-missing-attribute - :113:26 - Attribute `url` may be missing on object of type `Unknown | None | HTTPRequest`
[error] unresolved-attribute - :113:26 - Attribute `url` is not defined on `None` in union `Unknown | None | HTTPRequest`

tornado/test/web_test.py

[warning] possibly-missing-attribute - :259:25 - Attribute `done` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :259:25 - Attribute `done` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :264:25 - Attribute `done` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :264:25 - Attribute `done` is not defined on `None` in union `Unknown | None`

tornado/web.py

[warning] possibly-missing-attribute - :329:20 - Attribute `done` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :329:20 - Attribute `done` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :330:17 - Attribute `set_exception` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :330:17 - Attribute `set_exception` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :331:17 - Attribute `exception` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :331:17 - Attribute `exception` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :2027:12 - Attribute `endswith` may be missing on object of type `Unknown | None | str`
[error] unresolved-attribute - :2027:12 - Attribute `endswith` is not defined on `None` in union `Unknown | None | str`
[warning] possibly-missing-attribute - :2029:23 - Attribute `rstrip` may be missing on object of type `Unknown | None | str`
[error] unresolved-attribute - :2029:23 - Attribute `rstrip` is not defined on `None` in union `Unknown | None | str`
[warning] possibly-missing-attribute - :2056:16 - Attribute `endswith` may be missing on object of type `Unknown | None | str`
[error] unresolved-attribute - :2056:16 - Attribute `endswith` is not defined on `None` in union `Unknown | None | str`
[warning] possibly-missing-attribute - :2460:13 - Attribute `append` may be missing on object of type `Unknown | list[Unknown] | None`
[error] unresolved-attribute - :2460:13 - Attribute `append` is not defined on `None` in union `Unknown | list[Unknown] | None`
[warning] possibly-missing-attribute - :2975:20 - Attribute `endswith` may be missing on object of type `Unknown | None | str`
[error] unresolved-attribute - :2975:20 - Attribute `endswith` is not defined on `None` in union `Unknown | None | str`
[warning] possibly-missing-attribute - :2976:20 - Attribute `startswith` may be missing on object of type `Unknown | None | str`
[error] unresolved-attribute - :2976:20 - Attribute `startswith` is not defined on `None` in union `Unknown | None | str`

tornado/websocket.py

[warning] possibly-missing-attribute - :1086:16 - Attribute `write` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1086:16 - Attribute `write` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1137:22 - Attribute `read_bytes` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1137:22 - Attribute `read_bytes` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1278:20 - Attribute `closed` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1278:20 - Attribute `closed` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1294:17 - Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1294:17 - Attribute `io_loop` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1296:13 - Attribute `close` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1296:13 - Attribute `close` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1300:29 - Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1300:29 - Attribute `io_loop` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1301:17 - Attribute `io_loop` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1301:17 - Attribute `io_loop` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1314:16 - Attribute `closed` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1314:16 - Attribute `closed` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1317:9 - Attribute `set_nodelay` may be missing on object of type `Unknown | None | IOStream`
[error] unresolved-attribute - :1317:9 - Attribute `set_nodelay` is not defined on `None` in union `Unknown | None | IOStream`
[warning] possibly-missing-attribute - :1623:16 - Attribute `selected_subprotocol` may be missing on object of type `Unknown | None | WebSocketProtocol`
[error] unresolved-attribute - :1623:16 - Attribute `selected_subprotocol` is not defined on `None` in union `Unknown | None | WebSocketProtocol`

trio (https://github.com/python-trio/trio)

src/trio/_core/_tests/test_asyncgen.py

[warning] possibly-missing-attribute - :309:38 - Attribute `f_locals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :309:38 - Attribute `f_locals` is not defined on `None` in union `FrameType | None`
[warning] possibly-missing-attribute - :313:38 - Attribute `f_locals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :313:38 - Attribute `f_locals` is not defined on `None` in union `FrameType | None`

src/trio/_socket.py

[warning] possibly-missing-attribute - :879:20 - Attribute `share` may be missing on object of type `Unknown | socket`
[error] unresolved-attribute - :879:20 - Attribute `share` is not defined on `socket` in union `Unknown | socket`

src/trio/_tests/test_path.py

[warning] possibly-missing-attribute - :124:12 - Attribute `__name__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[error] unresolved-attribute - :124:12 - Attribute `__name__` is not defined on `[_T_co'return, PathT'return](...) -> Awaitable[PathT'return]` in union `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - :125:12 - Attribute `__qualname__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[error] unresolved-attribute - :125:12 - Attribute `__qualname__` is not defined on `[_T_co'return, PathT'return](...) -> Awaitable[PathT'return]` in union `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[warning] possibly-missing-attribute - :128:12 - Attribute `__qualname__` may be missing on object of type `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`
[error] unresolved-attribute - :128:12 - Attribute `__qualname__` is not defined on `[_T_co'return, PathT'return](...) -> Awaitable[PathT'return]` in union `Unknown | ([_T_co'return, PathT'return](...) -> Awaitable[PathT'return])`

src/trio/_util.py

[warning] possibly-missing-attribute - :301:18 - Attribute `f_globals` may be missing on object of type `FrameType | None`
[error] unresolved-attribute - :301:18 - Attribute `f_globals` is not defined on `None` in union `FrameType | None`

urllib3 (https://github.com/urllib3/urllib3)

dummyserver/testcase.py

[warning] possibly-missing-attribute - :323:17 - Attribute `sendall` may be missing on object of type `socket | Any | None`
[error] unresolved-attribute - :323:17 - Attribute `sendall` is not defined on `None` in union `socket | Any | None`

src/urllib3/connection.py

[warning] possibly-missing-attribute - :560:9 - Attribute `settimeout` may be missing on object of type `socket | Any | None`
[error] unresolved-attribute - :560:9 - Attribute `settimeout` is not defined on `None` in union `socket | Any | None`

src/urllib3/contrib/emscripten/fetch.py

[warning] possibly-missing-attribute - :177:46 - Attribute `slice` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :177:46 - Attribute `slice` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :191:20 - Attribute `subarray` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :191:20 - Attribute `subarray` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :359:9 - Attribute `cancel` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :359:9 - Attribute `cancel` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :378:13 - Attribute `read` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :378:13 - Attribute `read` is not defined on `None` in union `Unknown | None`

src/urllib3/http2/connection.py

[warning] possibly-missing-attribute - :110:17 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :110:17 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :167:17 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :167:17 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :180:17 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :180:17 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :191:25 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :191:25 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :202:25 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :202:25 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :207:29 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :207:29 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :235:37 - Attribute `recv` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :235:37 - Attribute `recv` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :258:21 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :258:21 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`
[warning] possibly-missing-attribute - :312:21 - Attribute `sendall` may be missing on object of type `socket | Any | SSLTransport | None`
[error] unresolved-attribute - :312:21 - Attribute `sendall` is not defined on `None` in union `socket | Any | SSLTransport | None`

src/urllib3/poolmanager.py

[warning] possibly-missing-attribute - :483:27 - Attribute `copy` may be missing on object of type `Any | (Mapping[str, str] & ~AlwaysFalsy) | dict[Unknown, Unknown] | HTTPHeaderDict`
[error] unresolved-attribute - :483:27 - Attribute `copy` is not defined on `Mapping[str, str] & ~AlwaysFalsy` in union `Any | (Mapping[str, str] & ~AlwaysFalsy) | dict[Unknown, Unknown] | HTTPHeaderDict`

src/urllib3/response.py

[warning] possibly-missing-attribute - :202:25 - Attribute `Decompressor` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :202:25 - Attribute `Decompressor` is not defined on `None` in union `Unknown | None`

test/test_response.py

[warning] possibly-missing-attribute - :426:16 - Attribute `compress` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :426:16 - Attribute `compress` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :434:16 - Attribute `compress` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :434:16 - Attribute `compress` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :646:58 - Attribute `compress` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :646:58 - Attribute `compress` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :839:28 - Attribute `__name__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :839:28 - Attribute `__name__` is not defined on `None` in union `Unknown | None`

vision (https://github.com/pytorch/vision)

references/depth/stereo/transforms.py

[warning] possibly-missing-attribute - :477:25 - Attribute `unsqueeze` may be missing on object of type `(Unknown & ~None) | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :477:25 - Attribute `unsqueeze` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `(Unknown & ~None) | ndarray[tuple[Any, ...], dtype[Any]]`

references/detection/train.py

[warning] possibly-missing-attribute - :297:13 - Attribute `load_state_dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :297:13 - Attribute `load_state_dict` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :320:40 - Attribute `state_dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :320:40 - Attribute `state_dict` is not defined on `None` in union `Unknown | None`

references/optical_flow/train.py

[warning] possibly-missing-attribute - :91:26 - Attribute `to` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :91:45 - Attribute `to` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :91:26 - Attribute `to` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :91:45 - Attribute `to` is not defined on `None` in union `Unknown | None`

references/segmentation/train.py

[warning] possibly-missing-attribute - :233:17 - Attribute `load_state_dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :233:17 - Attribute `load_state_dict` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :258:36 - Attribute `state_dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :258:36 - Attribute `state_dict` is not defined on `None` in union `Unknown | None`

references/segmentation/utils.py

[warning] possibly-missing-attribute - :81:9 - Attribute `zero_` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :81:9 - Attribute `zero_` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :84:13 - Attribute `float` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :84:13 - Attribute `float` is not defined on `None` in union `Unknown | None`

references/video_classification/train.py

[warning] possibly-missing-attribute - :304:13 - Attribute `load_state_dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :304:13 - Attribute `load_state_dict` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :329:40 - Attribute `state_dict` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :329:40 - Attribute `state_dict` is not defined on `None` in union `Unknown | None`

setup.py

[warning] possibly-missing-attribute - :281:20 - Attribute `copy` may be missing on object of type `str | list[str] | list[Unknown]`
[error] unresolved-attribute - :281:20 - Attribute `copy` is not defined on `str` in union `str | list[str] | list[Unknown]`
[warning] possibly-missing-attribute - :282:20 - Attribute `copy` may be missing on object of type `str | list[str] | list[Unknown]`
[error] unresolved-attribute - :282:20 - Attribute `copy` is not defined on `str` in union `str | list[str] | list[Unknown]`

test/datasets_utils.py

[warning] possibly-missing-attribute - :362:27 - Attribute `copy` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :362:27 - Attribute `copy` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :410:21 - Attribute `__mro__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :410:21 - Attribute `__mro__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :475:25 - Attribute `__name__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :475:25 - Attribute `__name__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :506:18 - Attribute `__name__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :506:18 - Attribute `__name__` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :510:18 - Attribute `__name__` may be missing on object of type `ModuleType | None`
[error] unresolved-attribute - :510:18 - Attribute `__name__` is not defined on `None` in union `ModuleType | None`
[warning] possibly-missing-attribute - :651:58 - Attribute `__qualname__` may be missing on object of type `(((str, /) -> Any) & ~AlwaysFalsy) | (def open(fp: str | bytes | PathLike[str] | PathLike[bytes] | IO[bytes], mode: Literal["r"] = "r", formats: list[str] | tuple[str, ...] | None = None) -> ImageFile)`
[error] unresolved-attribute - :651:58 - Attribute `__qualname__` is not defined on `((str, /) -> Any) & ~AlwaysFalsy` in union `(((str, /) -> Any) & ~AlwaysFalsy) | (def open(fp: str | bytes | PathLike[str] | PathLike[bytes] | IO[bytes], mode: Literal["r"] = "r", formats: list[str] | tuple[str, ...] | None = None) -> ImageFile)`
[warning] possibly-missing-attribute - :656:28 - Attribute `__name__` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :656:28 - Attribute `__name__` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :861:21 - Attribute `shape` may be missing on object of type `ndarray[tuple[Any, ...], dtype[Any]] | None`
[error] unresolved-attribute - :861:21 - Attribute `shape` is not defined on `None` in union `ndarray[tuple[Any, ...], dtype[Any]] | None`

test/smoke_test.py

[warning] possibly-missing-attribute - :72:8 - Attribute `shape` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :72:8 - Attribute `shape` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :73:60 - Attribute `shape` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :73:60 - Attribute `shape` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`

test/test_backbone_utils.py

[warning] possibly-missing-attribute - :184:9 - Attribute `backward` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :184:9 - Attribute `backward` is not defined on `Literal[0]` in union `Literal[0] | Unknown`
[warning] possibly-missing-attribute - :225:9 - Attribute `backward` may be missing on object of type `Literal[0] | Unknown`
[error] unresolved-attribute - :225:9 - Attribute `backward` is not defined on `Literal[0]` in union `Literal[0] | Unknown`

test/test_datasets_video_utils.py

[warning] possibly-missing-attribute - :92:22 - Attribute `flatten` may be missing on object of type `list[slice[Any, Any, Any]] | Unknown`
[error] unresolved-attribute - :92:22 - Attribute `flatten` is not defined on `list[slice[Any, Any, Any]]` in union `list[slice[Any, Any, Any]] | Unknown`

test/test_image.py

[warning] possibly-missing-attribute - :619:40 - Attribute `cpu` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :619:40 - Attribute `cpu` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :623:22 - Attribute `float` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :623:22 - Attribute `float` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :654:37 - Attribute `cpu` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :654:37 - Attribute `cpu` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :655:44 - Attribute `float` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :655:44 - Attribute `float` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :708:20 - Attribute `shape` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :708:20 - Attribute `shape` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :709:20 - Attribute `dtype` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :709:20 - Attribute `dtype` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`
[warning] possibly-missing-attribute - :710:21 - Attribute `cpu` may be missing on object of type `Unknown | list[Unknown]`
[error] unresolved-attribute - :710:21 - Attribute `cpu` is not defined on `list[Unknown]` in union `Unknown | list[Unknown]`

test/test_io.py

[warning] possibly-missing-attribute - :102:18 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :102:18 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :164:18 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :164:18 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :186:18 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :186:18 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:18 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:18 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :280:24 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :280:24 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :281:28 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :281:28 - Attribute `open` is not defined on `None` in union `Unknown | None`

test/test_transforms.py

[warning] possibly-missing-attribute - :162:24 - Attribute `Image` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :162:24 - Attribute `Image` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :170:24 - Attribute `Image` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :170:24 - Attribute `Image` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :188:24 - Attribute `Image` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :188:24 - Attribute `Image` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :205:24 - Attribute `Image` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :205:24 - Attribute `Image` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1423:15 - Attribute `binomtest` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1423:15 - Attribute `binomtest` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1829:15 - Attribute `binomtest` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1829:15 - Attribute `binomtest` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1935:19 - Attribute `kstest` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1935:19 - Attribute `kstest` is not defined on `None` in union `Unknown | None`

test/test_transforms_v2.py

[warning] possibly-missing-attribute - :4216:20 - Attribute `float` may be missing on object of type `Unknown | PIL.Image.Image | torchvision.tv_tensors._image.Image | Video`
[error] unresolved-attribute - :4216:20 - Attribute `float` is not defined on `Image` in union `Unknown | PIL.Image.Image | torchvision.tv_tensors._image.Image | Video`
[warning] possibly-missing-attribute - :7151:30 - Attribute `keys` may be missing on object of type `dict[Unknown | str, Unknown | Image | int] | tuple[Image | Unknown, Literal[1] | Unknown]`
[error] unresolved-attribute - :7151:30 - Attribute `keys` is not defined on `tuple[Image | Unknown, Literal[1] | Unknown]` in union `dict[Unknown | str, Unknown | Image | int] | tuple[Image | Unknown, Literal[1] | Unknown]`

test/test_transforms_video.py

[warning] possibly-missing-attribute - :117:23 - Attribute `kstest` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :117:23 - Attribute `kstest` is not defined on `None` in union `Unknown | None`

test/test_video_reader.py

[warning] possibly-missing-attribute - :152:17 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :152:17 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :187:17 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :187:17 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1233:21 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1233:21 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1246:21 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1246:21 - Attribute `open` is not defined on `None` in union `Unknown | None`

test/test_videoapi.py

[warning] possibly-missing-attribute - :73:14 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :73:14 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :106:14 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :106:14 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :141:21 - Attribute `get_metadata` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :141:21 - Attribute `get_metadata` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :191:21 - Attribute `get_metadata` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :191:21 - Attribute `get_metadata` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :208:9 - Attribute `seek` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :208:9 - Attribute `seek` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :216:9 - Attribute `seek` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :216:9 - Attribute `seek` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :230:14 - Attribute `get_metadata` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :230:14 - Attribute `get_metadata` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :237:13 - Attribute `seek` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :237:13 - Attribute `seek` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :245:13 - Attribute `seek` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :245:13 - Attribute `seek` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :258:20 - Attribute `get_metadata` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :258:20 - Attribute `get_metadata` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :270:21 - Attribute `open` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :270:21 - Attribute `open` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :289:29 - Attribute `seek` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :289:29 - Attribute `seek` is not defined on `VideoReader` in union `Unknown | VideoReader`
[warning] possibly-missing-attribute - :292:25 - Attribute `seek` may be missing on object of type `Unknown | VideoReader`
[error] unresolved-attribute - :292:25 - Attribute `seek` is not defined on `VideoReader` in union `Unknown | VideoReader`

torchvision/datasets/video_utils.py

[warning] possibly-missing-attribute - :280:12 - Attribute `is_integer` may be missing on object of type `int | float`
[error] unresolved-attribute - :280:12 - Attribute `is_integer` is not defined on `int` in union `int | float`

torchvision/io/video.py

[warning] possibly-missing-attribute - :31:23 - Attribute `FFmpegError` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :31:23 - Attribute `FFmpegError` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :33:23 - Attribute `AVError` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :33:23 - Attribute `AVError` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :122:10 - Attribute `open` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :122:10 - Attribute `open` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :152:21 - Attribute `AudioFrame` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :152:21 - Attribute `AudioFrame` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :163:21 - Attribute `VideoFrame` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :163:21 - Attribute `VideoFrame` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :180:17 - Attribute `container` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :180:17 - Attribute `container` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :184:14 - Attribute `stream` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :184:14 - Attribute `stream` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :186:12 - Attribute `frame` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :186:12 - Attribute `frame` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :260:48 - Attribute `frame` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :260:48 - Attribute `frame` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :337:18 - Attribute `open` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :337:18 - Attribute `open` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :395:51 - Attribute `container` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :395:51 - Attribute `container` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :404:42 - Attribute `container` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :404:42 - Attribute `container` is not defined on `ImportError` in union `Unknown | ImportError`
[warning] possibly-missing-attribute - :450:14 - Attribute `open` may be missing on object of type `Unknown | ImportError`
[error] unresolved-attribute - :450:14 - Attribute `open` is not defined on `ImportError` in union `Unknown | ImportError`

torchvision/transforms/_functional_pil.py

[warning] possibly-missing-attribute - :220:16 - Attribute `shape` may be missing on object of type `Image | Unknown`
[error] unresolved-attribute - :220:16 - Attribute `shape` is not defined on `Image` in union `Image | Unknown`

torchvision/transforms/functional.py

[warning] possibly-missing-attribute - :145:64 - Attribute `ndim` may be missing on object of type `Image | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :145:64 - Attribute `ndim` is not defined on `Image` in union `Image | ndarray[tuple[Any, ...], dtype[Any]]`

werkzeug (https://github.com/pallets/werkzeug)

src/werkzeug/local.py

[warning] possibly-missing-attribute - :323:24 - Attribute `__get__` may be missing on object of type `(Unknown & ~None) | ((LocalProxy[Any], /) -> Any)`
[error] unresolved-attribute - :323:24 - Attribute `__get__` is not defined on `(LocalProxy[Any], /) -> Any` in union `(Unknown & ~None) | ((LocalProxy[Any], /) -> Any)`

src/werkzeug/wsgi.py

[warning] possibly-missing-attribute - :249:13 - Attribute `insert` may be missing on object of type `list[Unknown] | None | (() -> None) | Iterable[() -> None]`
[error] unresolved-attribute - :249:13 - Attribute `insert` is not defined on `None`, `() -> None`, `Iterable[() -> None]` in union `list[Unknown] | None | (() -> None) | Iterable[() -> None]`

tests/test_datastructures.py

[warning] possibly-missing-attribute - :1107:12 - Attribute `ranges` may be missing on object of type `Range | None`
[error] unresolved-attribute - :1107:12 - Attribute `ranges` is not defined on `None` in union `Range | None`

tests/test_http.py

[warning] possibly-missing-attribute - :159:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :159:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :160:16 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :160:16 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :161:16 - Attribute `password` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :161:16 - Attribute `password` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :164:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :164:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :165:16 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :165:16 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :166:16 - Attribute `password` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :166:16 - Attribute `password` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :169:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :169:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :170:16 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :170:16 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :171:16 - Attribute `password` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :171:16 - Attribute `password` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :183:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :183:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :184:16 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :184:16 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :185:16 - Attribute `realm` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :185:16 - Attribute `realm` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :186:16 - Attribute `nonce` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :186:16 - Attribute `nonce` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :187:16 - Attribute `uri` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :187:16 - Attribute `uri` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :188:16 - Attribute `qop` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :188:16 - Attribute `qop` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :189:16 - Attribute `nc` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :189:16 - Attribute `nc` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :190:16 - Attribute `cnonce` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :190:16 - Attribute `cnonce` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :191:16 - Attribute `response` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :191:16 - Attribute `response` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :192:16 - Attribute `opaque` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :192:16 - Attribute `opaque` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :202:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :202:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :203:16 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :203:16 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :204:16 - Attribute `realm` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :204:16 - Attribute `realm` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :205:16 - Attribute `nonce` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :205:16 - Attribute `nonce` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :206:16 - Attribute `uri` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :206:16 - Attribute `uri` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :207:16 - Attribute `response` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :207:16 - Attribute `response` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :208:16 - Attribute `opaque` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :208:16 - Attribute `opaque` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :212:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :212:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :216:16 - Attribute `to_header` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :216:16 - Attribute `to_header` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :222:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :222:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :223:16 - Attribute `token` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :223:16 - Attribute `token` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :228:16 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :228:16 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :229:16 - Attribute `token` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :229:16 - Attribute `token` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :253:16 - Attribute `type` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :253:16 - Attribute `type` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :254:16 - Attribute `realm` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :254:16 - Attribute `realm` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :256:16 - Attribute `to_header` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :256:16 - Attribute `to_header` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :264:16 - Attribute `type` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :264:16 - Attribute `type` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :265:16 - Attribute `realm` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :265:16 - Attribute `realm` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :266:16 - Attribute `parameters` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :266:16 - Attribute `parameters` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :267:16 - Attribute `nonce` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :267:16 - Attribute `nonce` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :268:16 - Attribute `opaque` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :268:16 - Attribute `opaque` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :270:16 - Attribute `type` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :270:16 - Attribute `type` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :277:16 - Attribute `type` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :277:16 - Attribute `type` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :278:16 - Attribute `token` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :278:16 - Attribute `token` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :283:16 - Attribute `type` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :283:16 - Attribute `type` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :284:16 - Attribute `token` may be missing on object of type `WWWAuthenticate | None`
[error] unresolved-attribute - :284:16 - Attribute `token` is not defined on `None` in union `WWWAuthenticate | None`
[warning] possibly-missing-attribute - :636:16 - Attribute `units` may be missing on object of type `Range | None`
[error] unresolved-attribute - :636:16 - Attribute `units` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :637:16 - Attribute `ranges` may be missing on object of type `Range | None`
[error] unresolved-attribute - :637:16 - Attribute `ranges` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :638:16 - Attribute `to_header` may be missing on object of type `Range | None`
[error] unresolved-attribute - :638:16 - Attribute `to_header` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :641:16 - Attribute `units` may be missing on object of type `Range | None`
[error] unresolved-attribute - :641:16 - Attribute `units` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :642:16 - Attribute `ranges` may be missing on object of type `Range | None`
[error] unresolved-attribute - :642:16 - Attribute `ranges` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :643:16 - Attribute `to_header` may be missing on object of type `Range | None`
[error] unresolved-attribute - :643:16 - Attribute `to_header` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :646:16 - Attribute `units` may be missing on object of type `Range | None`
[error] unresolved-attribute - :646:16 - Attribute `units` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :647:16 - Attribute `ranges` may be missing on object of type `Range | None`
[error] unresolved-attribute - :647:16 - Attribute `ranges` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :648:16 - Attribute `to_header` may be missing on object of type `Range | None`
[error] unresolved-attribute - :648:16 - Attribute `to_header` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :651:16 - Attribute `units` may be missing on object of type `Range | None`
[error] unresolved-attribute - :651:16 - Attribute `units` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :652:16 - Attribute `ranges` may be missing on object of type `Range | None`
[error] unresolved-attribute - :652:16 - Attribute `ranges` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :653:16 - Attribute `to_header` may be missing on object of type `Range | None`
[error] unresolved-attribute - :653:16 - Attribute `to_header` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :656:16 - Attribute `units` may be missing on object of type `Range | None`
[error] unresolved-attribute - :656:16 - Attribute `units` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :657:16 - Attribute `ranges` may be missing on object of type `Range | None`
[error] unresolved-attribute - :657:16 - Attribute `ranges` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :658:16 - Attribute `to_header` may be missing on object of type `Range | None`
[error] unresolved-attribute - :658:16 - Attribute `to_header` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :677:16 - Attribute `units` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :677:16 - Attribute `units` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :678:16 - Attribute `start` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :678:16 - Attribute `start` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :679:16 - Attribute `stop` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :679:16 - Attribute `stop` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :680:16 - Attribute `length` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :680:16 - Attribute `length` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :681:16 - Attribute `to_header` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :681:16 - Attribute `to_header` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :690:16 - Attribute `to_header` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :690:16 - Attribute `to_header` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :693:16 - Attribute `units` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :693:16 - Attribute `units` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :694:16 - Attribute `to_header` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :694:16 - Attribute `to_header` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :697:16 - Attribute `start` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :697:16 - Attribute `start` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :698:16 - Attribute `stop` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :698:16 - Attribute `stop` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :699:16 - Attribute `length` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :699:16 - Attribute `length` is not defined on `None` in union `ContentRange | None`
[warning] possibly-missing-attribute - :700:16 - Attribute `units` may be missing on object of type `ContentRange | None`
[error] unresolved-attribute - :700:16 - Attribute `units` is not defined on `None` in union `ContentRange | None`

tests/test_routing.py

[warning] possibly-missing-attribute - :607:5 - Attribute `add` may be missing on object of type `Unknown | None | set[str]`
[error] unresolved-attribute - :607:5 - Attribute `add` is not defined on `None` in union `Unknown | None | set[str]`
[warning] possibly-missing-attribute - :609:5 - Attribute `discard` may be missing on object of type `Unknown | None | set[str]`
[error] unresolved-attribute - :609:5 - Attribute `discard` is not defined on `None` in union `Unknown | None | set[str]`
[warning] possibly-missing-attribute - :1450:9 - Attribute `endpoint` may be missing on object of type `Rule | None`
[error] unresolved-attribute - :1450:9 - Attribute `endpoint` is not defined on `None` in union `Rule | None`

tests/test_test.py

[warning] possibly-missing-attribute - :302:12 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :302:12 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :303:12 - Attribute `password` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :303:12 - Attribute `password` is not defined on `None` in union `Authorization | None`

tests/test_wrappers.py

[warning] possibly-missing-attribute - :178:12 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :178:12 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :179:12 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :179:12 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :180:12 - Attribute `password` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :180:12 - Attribute `password` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :188:12 - Attribute `type` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :188:12 - Attribute `type` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :189:12 - Attribute `username` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :189:12 - Attribute `username` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :190:12 - Attribute `password` may be missing on object of type `Authorization | None`
[error] unresolved-attribute - :190:12 - Attribute `password` is not defined on `None` in union `Authorization | None`
[warning] possibly-missing-attribute - :1051:12 - Attribute `ranges` may be missing on object of type `Range | None`
[error] unresolved-attribute - :1051:12 - Attribute `ranges` is not defined on `None` in union `Range | None`
[warning] possibly-missing-attribute - :1054:26 - Attribute `make_content_range` may be missing on object of type `Range | None`
[error] unresolved-attribute - :1054:26 - Attribute `make_content_range` is not defined on `None` in union `Range | None`

xarray (https://github.com/pydata/xarray)

asv_bench/benchmarks/coarsen.py

[warning] possibly-missing-attribute - :35:9 - Attribute `mean` may be missing on object of type `Unknown | DataArrayCoarsen`
[error] unresolved-attribute - :35:9 - Attribute `mean` is not defined on `DataArrayCoarsen` in union `Unknown | DataArrayCoarsen`
[warning] possibly-missing-attribute - :39:9 - Attribute `mean` may be missing on object of type `Unknown | DataArrayCoarsen`
[error] unresolved-attribute - :39:9 - Attribute `mean` is not defined on `DataArrayCoarsen` in union `Unknown | DataArrayCoarsen`
[warning] possibly-missing-attribute - :43:9 - Attribute `mean` may be missing on object of type `Unknown | DataArrayCoarsen`
[error] unresolved-attribute - :43:9 - Attribute `mean` is not defined on `DataArrayCoarsen` in union `Unknown | DataArrayCoarsen`
[warning] possibly-missing-attribute - :47:9 - Attribute `mean` may be missing on object of type `Unknown | DataArrayCoarsen`
[error] unresolved-attribute - :47:9 - Attribute `mean` is not defined on `DataArrayCoarsen` in union `Unknown | DataArrayCoarsen`

xarray/backends/common.py

[warning] possibly-missing-attribute - :679:20 - Attribute `compute` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :679:20 - Attribute `compute` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

xarray/backends/locks.py

[warning] possibly-missing-attribute - :236:20 - Attribute `locked` may be missing on object of type `Unknown | Lock`
[error] unresolved-attribute - :236:20 - Attribute `locked` is not defined on `Lock` in union `Unknown | Lock`

xarray/backends/zarr.py

[warning] possibly-missing-attribute - :865:23 - Attribute `chunks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :865:23 - Attribute `chunks` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :866:54 - Attribute `chunks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :866:54 - Attribute `chunks` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :872:36 - Attribute `compressors` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :872:36 - Attribute `compressors` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :873:32 - Attribute `filters` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :873:32 - Attribute `filters` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :874:31 - Attribute `shards` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :874:31 - Attribute `shards` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :878:48 - Attribute `serializer` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :878:48 - Attribute `serializer` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :882:35 - Attribute `compressor` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :882:35 - Attribute `compressor` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :883:32 - Attribute `filters` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :883:32 - Attribute `filters` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :890:16 - Attribute `fill_value` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :890:16 - Attribute `fill_value` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[warning] possibly-missing-attribute - :891:44 - Attribute `fill_value` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`
[error] unresolved-attribute - :891:44 - Attribute `fill_value` is not defined on `ndarray[tuple[Any, ...], dtype[Any]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Any]]`

xarray/coding/calendar_ops.py

[warning] possibly-missing-attribute - :236:25 - Attribute `is_leap_year` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :236:25 - Attribute `is_leap_year` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :287:16 - Attribute `num2date` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :287:16 - Attribute `num2date` is not defined on `None` in union `Unknown | None`

xarray/coding/times.py

[warning] possibly-missing-attribute - :330:16 - Attribute `num2date` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :330:16 - Attribute `num2date` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :761:26 - Attribute `compute` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :761:26 - Attribute `compute` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

xarray/computation/rolling.py

[warning] possibly-missing-attribute - :683:21 - Attribute `move_argmin` may be missing on object of type `Unknown | None`
[warning] possibly-missing-attribute - :683:45 - Attribute `move_argmax` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :683:21 - Attribute `move_argmin` is not defined on `None` in union `Unknown | None`
[error] unresolved-attribute - :683:45 - Attribute `move_argmax` is not defined on `None` in union `Unknown | None`

xarray/core/accessor_dt.py

[warning] possibly-missing-attribute - :137:29 - Attribute `chunksize` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :137:29 - Attribute `chunksize` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

xarray/core/dataset.py

[warning] possibly-missing-attribute - :2670:20 - Attribute `ndim` may be missing on object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`
[error] unresolved-attribute - :2670:20 - Attribute `ndim` is not defined on `_arrayfunction[Any, Any]`, `_arrayapi[Any, Any]` in union `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]] | Unknown`

xarray/core/duck_array_ops.py

[warning] possibly-missing-attribute - :282:16 - Attribute `astype` may be missing on object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | PandasExtensionArray[ExtensionArray] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :282:16 - Attribute `astype` is not defined on `_arrayfunction[Any, Any]`, `_arrayapi[Any, Any]` in union `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | PandasExtensionArray[ExtensionArray] | Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :655:17 - Attribute `map_blocks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :655:67 - Attribute `_meta` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :655:17 - Attribute `map_blocks` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :655:67 - Attribute `_meta` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :745:17 - Attribute `map_blocks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :745:17 - Attribute `map_blocks` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

xarray/core/missing.py

[warning] possibly-missing-attribute - :324:22 - Attribute `name` may be missing on object of type `Unknown | Variable | ndarray[tuple[Any, ...], Unknown]`
[error] unresolved-attribute - :324:22 - Attribute `name` is not defined on `Variable`, `ndarray[tuple[Any, ...], Unknown]` in union `Unknown | Variable | ndarray[tuple[Any, ...], Unknown]`

xarray/core/resample_cftime.py

[warning] possibly-missing-attribute - :488:15 - Attribute `replace` may be missing on object of type `Unknown | datetime64[date | int | None]`
[warning] possibly-missing-attribute - :488:42 - Attribute `replace` may be missing on object of type `Unknown | datetime64[date | int | None]`
[error] unresolved-attribute - :488:15 - Attribute `replace` is not defined on `datetime64[date | int | None]` in union `Unknown | datetime64[date | int | None]`
[error] unresolved-attribute - :488:42 - Attribute `replace` is not defined on `datetime64[date | int | None]` in union `Unknown | datetime64[date | int | None]`
[warning] possibly-missing-attribute - :490:20 - Attribute `microsecond` may be missing on object of type `Unknown | datetime64[date | int | None]`
[warning] possibly-missing-attribute - :490:36 - Attribute `microsecond` may be missing on object of type `Unknown | datetime64[date | int | None]`
[error] unresolved-attribute - :490:20 - Attribute `microsecond` is not defined on `datetime64[date | int | None]` in union `Unknown | datetime64[date | int | None]`
[error] unresolved-attribute - :490:36 - Attribute `microsecond` is not defined on `datetime64[date | int | None]` in union `Unknown | datetime64[date | int | None]`

xarray/core/variable.py

[warning] possibly-missing-attribute - :693:24 - Attribute `ndim` may be missing on object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :693:24 - Attribute `ndim` is not defined on `_arrayfunction[Any, Any]`, `_arrayapi[Any, Any]` in union `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :719:35 - Attribute `dims` may be missing on object of type `(Unknown & ~int & ~Top[integer[Any]] & ~slice[object, object, object]) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :719:35 - Attribute `dims` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `(Unknown & ~int & ~Top[integer[Any]] & ~slice[object, object, object]) | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :737:20 - Attribute `size` may be missing on object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :737:20 - Attribute `size` is not defined on `_arrayfunction[Any, Any]`, `_arrayapi[Any, Any]` in union `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :739:25 - Attribute `astype` may be missing on object of type `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :739:25 - Attribute `astype` is not defined on `_arrayfunction[Any, Any]`, `_arrayapi[Any, Any]` in union `_arrayfunction[Any, Any] | _arrayapi[Any, Any] | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :952:30 - Attribute `shape` may be missing on object of type `(T_DuckArray@_copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[error] unresolved-attribute - :952:30 - Attribute `shape` is not defined on `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]` in union `(T_DuckArray@_copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[warning] possibly-missing-attribute - :954:35 - Attribute `shape` may be missing on object of type `(T_DuckArray@_copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[error] unresolved-attribute - :954:35 - Attribute `shape` is not defined on `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]` in union `(T_DuckArray@_copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[warning] possibly-missing-attribute - :1187:20 - Attribute `rechunk` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1187:20 - Attribute `rechunk` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1352:20 - Attribute `rechunk` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1352:20 - Attribute `rechunk` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :2907:30 - Attribute `shape` may be missing on object of type `(T_DuckArray@copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[error] unresolved-attribute - :2907:30 - Attribute `shape` is not defined on `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]` in union `(T_DuckArray@copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[warning] possibly-missing-attribute - :2909:35 - Attribute `shape` may be missing on object of type `(T_DuckArray@copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`
[error] unresolved-attribute - :2909:35 - Attribute `shape` is not defined on `_SupportsArray[dtype[Any]]`, `_NestedSequence[_SupportsArray[dtype[Any]]]` in union `(T_DuckArray@copy & ~None) | _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]]`

xarray/namedarray/core.py

[warning] possibly-missing-attribute - :598:20 - Attribute `__dask_graph__` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :598:20 - Attribute `__dask_graph__` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :606:20 - Attribute `__dask_keys__` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :606:20 - Attribute `__dask_keys__` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :612:20 - Attribute `__dask_layers__` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :612:20 - Attribute `__dask_layers__` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :628:20 - Attribute `__dask_scheduler__` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :628:20 - Attribute `__dask_scheduler__` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

xarray/plot/utils.py

[warning] possibly-missing-attribute - :1092:5 - Attribute `create_dummy_axis` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1092:5 - Attribute `create_dummy_axis` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1102:9 - Attribute `axis` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1102:9 - Attribute `axis` is not defined on `None` in union `Unknown | None`
[warning] possibly-missing-attribute - :1103:9 - Attribute `axis` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :1103:9 - Attribute `axis` is not defined on `None` in union `Unknown | None`

xarray/tests/test_coding_times.py

[warning] possibly-missing-attribute - :1638:12 - Attribute `chunks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1638:12 - Attribute `chunks` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1695:12 - Attribute `chunks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1695:12 - Attribute `chunks` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[warning] possibly-missing-attribute - :1772:12 - Attribute `chunks` may be missing on object of type `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`
[error] unresolved-attribute - :1772:12 - Attribute `chunks` is not defined on `ndarray[tuple[Any, ...], dtype[Unknown]]` in union `Unknown | ndarray[tuple[Any, ...], dtype[Unknown]]`

xarray/tests/test_distributed.py

[warning] possibly-missing-attribute - :278:13 - Attribute `compute` may be missing on object of type `ZarrStore | Unknown`
[error] unresolved-attribute - :278:13 - Attribute `compute` is not defined on `ZarrStore` in union `ZarrStore | Unknown`

xarray/tests/test_plot.py

[warning] possibly-missing-attribute - :1316:53 - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[error] unresolved-attribute - :1316:53 - Attribute `__name__` is not defined on `[**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return` in union `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1336:12 - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[error] unresolved-attribute - :1336:12 - Attribute `__name__` is not defined on `[**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return` in union `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1343:12 - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[error] unresolved-attribute - :1343:12 - Attribute `__name__` is not defined on `[**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return` in union `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[warning] possibly-missing-attribute - :1421:12 - Attribute `__name__` may be missing on object of type `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`
[error] unresolved-attribute - :1421:12 - Attribute `__name__` is not defined on `[**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return` in union `([**_P'return, _R_co'return](**_P'return@staticmethod) -> _R_co'return) | staticmethod[(...), Unknown]`

xarray/tests/test_units.py

[warning] possibly-missing-attribute - :3042:30 - Attribute `check` may be missing on object of type `Unknown | ndarray[tuple[int], Unknown]`
[error] unresolved-attribute - :3042:30 - Attribute `check` is not defined on `ndarray[tuple[int], Unknown]` in union `Unknown | ndarray[tuple[int], Unknown]`

zope.interface (https://github.com/zopefoundation/zope.interface)

src/zope/interface/interface.py

[warning] possibly-missing-attribute - :967:16 - Attribute `tb_next` may be missing on object of type `TracebackType | None`
[error] unresolved-attribute - :967:16 - Attribute `tb_next` is not defined on `None` in union `TracebackType | None`

src/zope/interface/registry.py

[warning] possibly-missing-attribute - :180:44 - Attribute `items` may be missing on object of type `str | Any`
[error] unresolved-attribute - :180:44 - Attribute `items` is not defined on `str` in union `str | Any`
[warning] possibly-missing-attribute - :298:16 - Attribute `lookup` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :298:16 - Attribute `lookup` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :301:19 - Attribute `lookup` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :301:19 - Attribute `lookup` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :307:20 - Attribute `lookupAll` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :307:20 - Attribute `lookupAll` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :310:16 - Attribute `subscriptions` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :310:16 - Attribute `subscriptions` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :363:16 - Attribute `queryAdapter` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :363:16 - Attribute `queryAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :366:19 - Attribute `queryAdapter` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :366:19 - Attribute `queryAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :373:16 - Attribute `queryMultiAdapter` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :373:16 - Attribute `queryMultiAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :377:19 - Attribute `queryMultiAdapter` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :377:19 - Attribute `queryMultiAdapter` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :383:30 - Attribute `lookupAll` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :383:30 - Attribute `lookupAll` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :458:16 - Attribute `subscribers` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :458:16 - Attribute `subscribers` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`
[warning] possibly-missing-attribute - :516:9 - Attribute `subscribers` may be missing on object of type `Unknown | AdapterRegistry`
[error] unresolved-attribute - :516:9 - Attribute `subscribers` is not defined on `AdapterRegistry` in union `Unknown | AdapterRegistry`

zulip (https://github.com/zulip/zulip)

corporate/lib/stripe.py

[warning] possibly-missing-attribute - :2906:17 - Attribute `get_default` may be missing on object of type `Field[Unknown, Unknown] | ForeignObjectRel | GenericForeignKey`
[error] unresolved-attribute - :2906:17 - Attribute `get_default` is not defined on `ForeignObjectRel`, `GenericForeignKey` in union `Field[Unknown, Unknown] | ForeignObjectRel | GenericForeignKey`
[warning] possibly-missing-attribute - :4623:34 - Attribute `id` may be missing on object of type `(Unknown & ~None) | RemoteRealmBillingUser`
[error] unresolved-attribute - :4623:34 - Attribute `id` is not defined on `RemoteRealmBillingUser` in union `(Unknown & ~None) | RemoteRealmBillingUser`
[warning] possibly-missing-attribute - :4712:67 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[error] unresolved-attribute - :4712:67 - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :4740:68 - Attribute `id` may be missing on object of type `(Unknown & ~None) | RemoteRealmBillingUser`
[error] unresolved-attribute - :4740:68 - Attribute `id` is not defined on `RemoteRealmBillingUser` in union `(Unknown & ~None) | RemoteRealmBillingUser`
[warning] possibly-missing-attribute - :4957:13 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :4957:13 - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :5058:35 - Attribute `id` may be missing on object of type `(Unknown & ~None) | RemoteServerBillingUser`
[error] unresolved-attribute - :5058:35 - Attribute `id` is not defined on `RemoteServerBillingUser` in union `(Unknown & ~None) | RemoteServerBillingUser`
[warning] possibly-missing-attribute - :5205:69 - Attribute `id` may be missing on object of type `(Unknown & ~None) | RemoteServerBillingUser`
[error] unresolved-attribute - :5205:69 - Attribute `id` is not defined on `RemoteServerBillingUser` in union `(Unknown & ~None) | RemoteServerBillingUser`
[warning] possibly-missing-attribute - :5362:17 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :5362:17 - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :5381:17 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :5381:17 - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`

corporate/lib/support.py

[warning] possibly-missing-attribute - :501:65 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :501:65 - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`
[warning] possibly-missing-attribute - :505:24 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :505:24 - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`

corporate/views/upgrade.py

[warning] possibly-missing-attribute - :114:13 - Attribute `id` may be missing on object of type `Unknown | RemoteRealm`
[error] unresolved-attribute - :114:13 - Attribute `id` is not defined on `RemoteRealm` in union `Unknown | RemoteRealm`
[warning] possibly-missing-attribute - :164:13 - Attribute `id` may be missing on object of type `Unknown | RemoteZulipServer`
[error] unresolved-attribute - :164:13 - Attribute `id` is not defined on `RemoteZulipServer` in union `Unknown | RemoteZulipServer`

zerver/actions/message_send.py

[warning] possibly-missing-attribute - :943:21 - Attribute `realm_id` may be missing on object of type `Unknown | Message`
[error] unresolved-attribute - :943:21 - Attribute `realm_id` is not defined on `Message` in union `Unknown | Message`
[warning] possibly-missing-attribute - :1018:24 - Attribute `realm_id` may be missing on object of type `(Unknown & ~None) | Stream`
[error] unresolved-attribute - :1018:24 - Attribute `realm_id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1031:35 - Attribute `id` may be missing on object of type `(Unknown & ~None) | Stream`
[error] unresolved-attribute - :1031:35 - Attribute `id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1072:31 - Attribute `id` may be missing on object of type `(Unknown & ~None) | Stream`
[error] unresolved-attribute - :1072:31 - Attribute `id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1114:21 - Attribute `sender_id` may be missing on object of type `Unknown | Message`
[error] unresolved-attribute - :1114:21 - Attribute `sender_id` is not defined on `Message` in union `Unknown | Message`
[warning] possibly-missing-attribute - :1229:37 - Attribute `realm_id` may be missing on object of type `(Unknown & ~None) | Stream`
[error] unresolved-attribute - :1229:37 - Attribute `realm_id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1256:73 - Attribute `id` may be missing on object of type `(Unknown & ~None) | Stream`
[error] unresolved-attribute - :1256:73 - Attribute `id` is not defined on `Stream` in union `(Unknown & ~None) | Stream`
[warning] possibly-missing-attribute - :1287:39 - Attribute `sender_id` may be missing on object of type `Unknown | Message`
[error] unresolved-attribute - :1287:39 - Attribute `sender_id` is not defined on `Message` in union `Unknown | Message`

zerver/actions/presence.py

[warning] possibly-missing-attribute - :252:86 - Attribute `id` may be missing on object of type `Unknown | UserPresence`
[error] unresolved-attribute - :252:86 - Attribute `id` is not defined on `UserPresence` in union `Unknown | UserPresence`

zerver/actions/streams.py

[warning] possibly-missing-attribute - :1120:30 - Attribute `id` may be missing on object of type `Unknown | Subscription`
[error] unresolved-attribute - :1120:30 - Attribute `id` is not defined on `Subscription` in union `Unknown | Subscription`
[warning] possibly-missing-attribute - :1125:38 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :1125:38 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[warning] possibly-missing-attribute - :1166:41 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :1166:41 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`

zerver/actions/uploads.py

[warning] possibly-missing-attribute - :71:17 - Attribute `id` may be missing on object of type `Message | ScheduledMessage`
[error] unresolved-attribute - :71:17 - Attribute `id` is not defined on `ScheduledMessage` in union `Message | ScheduledMessage`

zerver/actions/users.py

[warning] possibly-missing-attribute - :150:22 - Attribute `get_default` may be missing on object of type `Field[Unknown, Unknown] | ForeignObjectRel | GenericForeignKey`
[error] unresolved-attribute - :150:22 - Attribute `get_default` is not defined on `ForeignObjectRel`, `GenericForeignKey` in union `Field[Unknown, Unknown] | ForeignObjectRel | GenericForeignKey`
[warning] possibly-missing-attribute - :151:30 - Attribute `get_default` may be missing on object of type `Field[Unknown, Unknown] | ForeignObjectRel | GenericForeignKey`
[error] unresolved-attribute - :151:30 - Attribute `get_default` is not defined on `ForeignObjectRel`, `GenericForeignKey` in union `Field[Unknown, Unknown] | ForeignObjectRel | GenericForeignKey`

zerver/context_processors.py

[warning] possibly-missing-attribute - :227:27 - Attribute `id` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :227:27 - Attribute `id` is not defined on `AbstractBaseUser` in union `AbstractBaseUser | AnonymousUser`

zerver/decorator.py

[warning] possibly-missing-attribute - :644:16 - Attribute `is_staff` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :644:16 - Attribute `is_staff` is not defined on `AbstractBaseUser` in union `AbstractBaseUser | AnonymousUser`
[warning] possibly-missing-attribute - :663:16 - Attribute `is_staff` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :663:16 - Attribute `is_staff` is not defined on `AbstractBaseUser` in union `AbstractBaseUser | AnonymousUser`

zerver/lib/bulk_create.py

[warning] possibly-missing-attribute - :187:23 - Attribute `id` may be missing on object of type `UserProfile | Stream`
[error] unresolved-attribute - :187:23 - Attribute `id` is not defined on `Stream` in union `UserProfile | Stream`
[warning] possibly-missing-attribute - :190:21 - Attribute `id` may be missing on object of type `UserProfile | Stream`
[error] unresolved-attribute - :190:21 - Attribute `id` is not defined on `Stream` in union `UserProfile | Stream`

zerver/lib/events.py

[warning] possibly-missing-attribute - :782:38 - Attribute `__name__` may be missing on object of type `Unknown | ((str, str, /) -> str | bool | None)`
[error] unresolved-attribute - :782:38 - Attribute `__name__` is not defined on `(str, str, /) -> str | bool | None` in union `Unknown | ((str, str, /) -> str | bool | None)`
[warning] possibly-missing-attribute - :792:38 - Attribute `__name__` may be missing on object of type `Unknown | ((str, str, /) -> str | bool | None)`
[error] unresolved-attribute - :792:38 - Attribute `__name__` is not defined on `(str, str, /) -> str | bool | None` in union `Unknown | ((str, str, /) -> str | bool | None)`

zerver/lib/markdown/__init__.py

[warning] possibly-missing-attribute - :1783:81 - Attribute `id` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)`
[error] unresolved-attribute - :1783:81 - Attribute `id` is not defined on `NamedUserGroup & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)`
[warning] possibly-missing-attribute - :1785:37 - Attribute `id` may be missing on object of type `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)`
[error] unresolved-attribute - :1785:37 - Attribute `id` is not defined on `NamedUserGroup & ~AlwaysFalsy` in union `(Unknown & ~AlwaysFalsy) | (NamedUserGroup & ~AlwaysFalsy)`

zerver/lib/markdown/nested_code_blocks.py

[warning] possibly-missing-attribute - :51:21 - Attribute `tag` may be missing on object of type `Element[str] | None`
[error] unresolved-attribute - :51:21 - Attribute `tag` is not defined on `None` in union `Element[str] | None`

zerver/lib/message.py

[warning] possibly-missing-attribute - :578:8 - Attribute `realm_id` may be missing on object of type `Stream | Unknown`
[error] unresolved-attribute - :578:8 - Attribute `realm_id` is not defined on `Stream` in union `Stream | Unknown`
[warning] possibly-missing-attribute - :653:9 - Attribute `id` may be missing on object of type `Stream | Unknown`
[error] unresolved-attribute - :653:9 - Attribute `id` is not defined on `Stream` in union `Stream | Unknown`

zerver/lib/narrow.py

[warning] possibly-missing-attribute - :594:33 - Attribute `recipient_id` may be missing on object of type `(Unknown & ~None) | UserProfile`
[error] unresolved-attribute - :594:33 - Attribute `recipient_id` is not defined on `UserProfile` in union `(Unknown & ~None) | UserProfile`
[warning] possibly-missing-attribute - :675:29 - Attribute `recipient_id` may be missing on object of type `(Unknown & ~None) | UserProfile`
[error] unresolved-attribute - :675:29 - Attribute `recipient_id` is not defined on `UserProfile` in union `(Unknown & ~None) | UserProfile`

zerver/lib/queue.py

[warning] possibly-missing-attribute - :182:13 - Attribute `queue_declare` may be missing on object of type `Unknown | None`
[error] unresolved-attribute - :182:13 - Attribute `queue_declare` is not defined on `None` in union `Unknown | None`

zerver/lib/recipient_users.py

[warning] possibly-missing-attribute - :64:13 - Attribute `recipient_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :64:13 - Attribute `recipient_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :74:20 - Attribute `recipient_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :74:20 - Attribute `recipient_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :88:12 - Attribute `recipient_id` may be missing on object of type `DirectMessageGroup | Unknown`
[error] unresolved-attribute - :88:12 - Attribute `recipient_id` is not defined on `DirectMessageGroup` in union `DirectMessageGroup | Unknown`
[warning] possibly-missing-attribute - :90:17 - Attribute `id` may be missing on object of type `DirectMessageGroup | Unknown`
[error] unresolved-attribute - :90:17 - Attribute `id` is not defined on `DirectMessageGroup` in union `DirectMessageGroup | Unknown`

zerver/lib/send_email.py

[warning] possibly-missing-attribute - :110:25 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :110:25 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`

zerver/lib/streams.py

[warning] possibly-missing-attribute - :1531:32 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :1531:32 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`

zerver/lib/subscription_info.py

[warning] possibly-missing-attribute - :735:27 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :735:27 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[warning] possibly-missing-attribute - :753:55 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :753:55 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[warning] possibly-missing-attribute - :754:28 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :754:28 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[warning] possibly-missing-attribute - :755:31 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :755:31 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[warning] possibly-missing-attribute - :758:68 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :758:68 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`

zerver/lib/user_groups.py

[warning] possibly-missing-attribute - :368:28 - Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`
[error] unresolved-attribute - :368:28 - Attribute `id` is not defined on `NamedUserGroup` in union `Unknown | NamedUserGroup`
[warning] possibly-missing-attribute - :1161:50 - Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`
[error] unresolved-attribute - :1161:50 - Attribute `id` is not defined on `NamedUserGroup` in union `Unknown | NamedUserGroup`
[warning] possibly-missing-attribute - :1169:52 - Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`
[error] unresolved-attribute - :1169:52 - Attribute `id` is not defined on `NamedUserGroup` in union `Unknown | NamedUserGroup`

zerver/lib/users.py

[warning] possibly-missing-attribute - :1034:17 - Attribute `realm_id` may be missing on object of type `UserProfile | Unknown`
[error] unresolved-attribute - :1034:17 - Attribute `realm_id` is not defined on `UserProfile` in union `UserProfile | Unknown`

zerver/management/commands/export_search.py

[warning] possibly-missing-attribute - :232:40 - Attribute `recipient_id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :232:40 - Attribute `recipient_id` is not defined on `Stream` in union `Unknown | Stream`

zerver/management/commands/unarchive_channel.py

[warning] possibly-missing-attribute - :95:25 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :95:25 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`

zerver/tests/test_audit_log.py

[warning] possibly-missing-attribute - :1402:31 - Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`
[error] unresolved-attribute - :1402:31 - Attribute `id` is not defined on `NamedUserGroup` in union `Unknown | NamedUserGroup`
[warning] possibly-missing-attribute - :1428:31 - Attribute `id` may be missing on object of type `Unknown | NamedUserGroup`
[error] unresolved-attribute - :1428:31 - Attribute `id` is not defined on `NamedUserGroup` in union `Unknown | NamedUserGroup`

zerver/tests/test_auth_backends.py

[warning] possibly-missing-attribute - :1686:27 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :1686:27 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`

zerver/tests/test_event_system.py

[warning] possibly-missing-attribute - :1347:63 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :1347:63 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[warning] possibly-missing-attribute - :1353:63 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :1353:63 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`

zerver/tests/test_events.py

[warning] possibly-missing-attribute - :378:26 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :378:26 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :671:42 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :671:42 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :996:42 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :996:42 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :4445:29 - Attribute `value` may be missing on object of type `Any | bool`
[error] unresolved-attribute - :4445:29 - Attribute `value` is not defined on `bool` in union `Any | bool`
[warning] possibly-missing-attribute - :4770:29 - Attribute `value` may be missing on object of type `Any | bool`
[error] unresolved-attribute - :4770:29 - Attribute `value` is not defined on `bool` in union `Any | bool`

zerver/tests/test_handle_push_notification.py

[warning] possibly-missing-attribute - :64:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :64:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :165:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :165:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :232:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :232:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :335:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :335:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :363:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :363:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :410:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :410:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :445:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :445:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :486:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :486:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :673:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :673:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :732:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :732:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`
[warning] possibly-missing-attribute - :1084:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :1084:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`

zerver/tests/test_invite.py

[warning] possibly-missing-attribute - :3403:23 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :3403:23 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`
[warning] possibly-missing-attribute - :3540:23 - Attribute `id` may be missing on object of type `Unknown | Stream`
[error] unresolved-attribute - :3540:23 - Attribute `id` is not defined on `Stream` in union `Unknown | Stream`

zerver/tests/test_push_notifications.py

[warning] possibly-missing-attribute - :1930:22 - Attribute `realm_id` may be missing on object of type `Unknown | UserProfile`
[error] unresolved-attribute - :1930:22 - Attribute `realm_id` is not defined on `UserProfile` in union `Unknown | UserProfile`

zerver/tests/test_user_groups.py

[warning] possibly-missing-attribute - :1850:60 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[error] unresolved-attribute - :1850:60 - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`
[warning] possibly-missing-attribute - :1867:60 - Attribute `id` may be missing on object of type `NamedUserGroup | Unknown`
[error] unresolved-attribute - :1867:60 - Attribute `id` is not defined on `NamedUserGroup` in union `NamedUserGroup | Unknown`

zerver/transaction_tests/test_user_groups.py

[warning] possibly-missing-attribute - :37:17 - Attribute `wait` may be missing on object of type `Barrier | None`
[error] unresolved-attribute - :37:17 - Attribute `wait` is not defined on `None` in union `Barrier | None`

zerver/views/auth.py

[warning] possibly-missing-attribute - :424:32 - Attribute `is_mirror_dummy` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :424:32 - Attribute `is_mirror_dummy` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :446:53 - Attribute `realm` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :446:53 - Attribute `realm` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`

zerver/views/message_edit.py

[warning] possibly-missing-attribute - :267:13 - Attribute `realm` may be missing on object of type `UserProfile | AnonymousUser`
[error] unresolved-attribute - :267:13 - Attribute `realm` is not defined on `AnonymousUser` in union `UserProfile | AnonymousUser`

zerver/views/users.py

[warning] possibly-missing-attribute - :391:17 - Attribute `realm` may be missing on object of type `UserProfile | AnonymousUser`
[error] unresolved-attribute - :391:17 - Attribute `realm` is not defined on `AnonymousUser` in union `UserProfile | AnonymousUser`
[warning] possibly-missing-attribute - :428:13 - Attribute `realm` may be missing on object of type `UserProfile | AnonymousUser`
[error] unresolved-attribute - :428:13 - Attribute `realm` is not defined on `AnonymousUser` in union `UserProfile | AnonymousUser`

zerver/views/video_calls.py

[warning] possibly-missing-attribute - :379:26 - Attribute `id` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :379:26 - Attribute `id` is not defined on `AbstractBaseUser` in union `AbstractBaseUser | AnonymousUser`
[warning] possibly-missing-attribute - :442:71 - Attribute `id` may be missing on object of type `AbstractBaseUser | AnonymousUser`
[error] unresolved-attribute - :442:71 - Attribute `id` is not defined on `AbstractBaseUser` in union `AbstractBaseUser | AnonymousUser`

zilencer/lib/push_notifications.py

[warning] possibly-missing-attribute - :56:15 - Attribute `apns` may be missing on object of type `APNsContext | None`
[error] unresolved-attribute - :56:15 - Attribute `apns` is not defined on `None` in union `APNsContext | None`

zproject/backends.py

[warning] possibly-missing-attribute - :1654:46 - Attribute `full_name` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :1654:46 - Attribute `full_name` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1658:50 - Attribute `delivery_email` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :1658:50 - Attribute `delivery_email` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1665:43 - Attribute `full_name` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :1665:43 - Attribute `full_name` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1666:39 - Attribute `delivery_email` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :1666:39 - Attribute `delivery_email` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1669:47 - Attribute `realm` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :1669:47 - Attribute `realm` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`
[warning] possibly-missing-attribute - :1670:20 - Attribute `is_mirror_dummy` may be missing on object of type `(Unknown & ~None) | AbstractBaseUser`
[error] unresolved-attribute - :1670:20 - Attribute `is_mirror_dummy` is not defined on `AbstractBaseUser` in union `(Unknown & ~None) | AbstractBaseUser`