Summary

Comparing branches/commits:
Old: main (merge base) 5aab4988
New: 18750/merge cb3e9cb0
Lint Rule Removed Added Changed
Total 8055 295 18
possibly-unresolved-reference 7818 0 0
unresolved-reference 231 0 0
possibly-unbound-attribute 0 125 6
call-non-callable 0 47 0
non-subscriptable 0 35 0
unsupported-operator 0 24 3
unused-ignore-comment 3 16 0
unresolved-attribute 1 13 4
invalid-argument-type 0 15 0
no-matching-overload 0 10 0
invalid-return-type 0 3 2
invalid-assignment 0 0 3
not-iterable 0 3 0
invalid-type-form 2 0 0
missing-argument 0 2 0
invalid-context-manager 0 1 0
too-many-positional-arguments 0 1 0

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

src/hotkeys.py

[warning] possibly-unresolved-reference - :327:88 - Name `hotkey_name` used when possibly not defined
[warning] possibly-unresolved-reference - :355:75 - Name `hotkey_name` used when possibly not defined
[warning] possibly-unresolved-reference - :355:88 - Name `action` used when possibly not defined
[warning] possibly-unresolved-reference - :366:89 - Name `error` used when possibly not defined

src/capture_method/VideoCaptureDeviceCaptureMethod.py

[warning] possibly-unresolved-reference - :82:21 - Name `error` used when possibly not defined

Expression (https://github.com/cognitedata/Expression)

expression/core/result.py

[error] unresolved-reference - :121:56 - Name `value` used when not defined

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

github/GithubRetry.py

[error] unresolved-reference - :175:40 - Name `backoff` used when not defined

github/Requester.py

[warning] unused-ignore-comment - :1014:44 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :1015:54 - Unused blanket `type: ignore` directive

SinbadCogs (https://github.com/mikeshardmind/SinbadCogs)

rolemanagement/core.py

[warning] possibly-unresolved-reference - :410:61 - Name `emoji` used when possibly not defined

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

aiohttp/client_middlewares.py

[warning] possibly-unresolved-reference - :36:26 - Name `middleware` used when possibly not defined

aiohttp/compression_utils.py

[warning] possibly-unresolved-reference - :280:21 - Name `brotli` used when possibly not defined
[warning] possibly-unresolved-reference - :303:25 - Name `zstandard` used when possibly not defined

aiohttp/http_parser.py

[warning] possibly-unresolved-reference - :347:42 - Name `msg` used when possibly not defined

aiohttp/pytest_plugin.py

[error] unresolved-reference - :144:53 - Name `gen` used when not defined

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

aioredis/connection.py

[warning] possibly-unresolved-reference - :455:32 - Name `hiredis` used when possibly not defined
[warning] possibly-unresolved-reference - :468:24 - Name `hiredis` used when possibly not defined

aioredis/utils.py

[error] no-matching-overload - :61:16 - No overload of function `str_if_bytes` matches arguments
[error] no-matching-overload - :61:16 - No overload of function `str_if_bytes` matches arguments
[error] invalid-argument-type - :61:29 - Argument to function `str_if_bytes` is incorrect: Expected `bytes`, found `object`

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

src/aiortc/contrib/signaling.py

[warning] possibly-unresolved-reference - :126:17 - Name `connected` used when possibly not defined
[warning] possibly-unresolved-reference - :183:17 - Name `connected` used when possibly not defined

src/aiortc/rtcpeerconnection.py

[warning] possibly-unresolved-reference - :105:43 - Name `c` used when possibly not defined

src/aiortc/rtcsctptransport.py

[warning] possibly-unresolved-reference - :743:68 - Name `prefix` used when possibly not defined

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

alerta/app.py

[warning] possibly-unresolved-reference - :107:14 - Name `Celery` used when possibly not defined

alerta/auth/utils.py

[warning] possibly-unresolved-reference - :24:16 - Name `bcrypt` used when possibly not defined
[warning] possibly-unresolved-reference - :24:40 - Name `bcrypt` used when possibly not defined
[warning] possibly-unresolved-reference - :27:16 - Name `bcrypt` used when possibly not defined

alerta/database/backends/mongodb/base.py

[warning] possibly-unbound-attribute - :805:28 - Attribute `where` on type `Unknown | None | (Unknown & ~AlwaysFalsy)` is possibly unbound
[warning] possibly-unbound-attribute - :843:28 - Attribute `where` on type `Unknown | None | (Unknown & ~AlwaysFalsy)` is possibly unbound

alerta/utils/mailer.py

[warning] possibly-unresolved-reference - :38:15 - Name `MIMEMultipart` used when possibly not defined
[warning] possibly-unresolved-reference - :44:20 - Name `MIMEText` used when possibly not defined
[warning] possibly-unresolved-reference - :49:19 - Name `ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :55:22 - Name `smtplib` used when possibly not defined
[warning] possibly-unresolved-reference - :58:22 - Name `smtplib` used when possibly not defined
[warning] possibly-unresolved-reference - :72:16 - Name `smtplib` used when possibly not defined
[warning] possibly-unresolved-reference - :74:26 - Name `socket` used when possibly not defined
[warning] possibly-unresolved-reference - :74:41 - Name `socket` used when possibly not defined

alerta/webhooks/custom.py

[warning] unused-ignore-comment - :50:123 - Unused blanket `type: ignore` directive
[error] unresolved-reference - :51:92 - Name `alert` used when not defined

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

altair/utils/server.py

[error] unsupported-operator - :58:18 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown & ~Literal["/"]` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :59:41 - Cannot subscript object of type `None` with no `__getitem__` method

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

src/anyio/abc/_sockets.py

[warning] possibly-unresolved-reference - :77:67 - Name `remote_port` used when possibly not defined

src/anyio/from_thread.py

[warning] possibly-unbound-attribute - :211:27 -
Old: Attribute `cancel` on type `Unknown | None` is possibly unbound
New: Attribute `cancel` on type `Unknown | CancelScope | None` is possibly unbound

src/anyio/pytest_plugin.py

[error] unresolved-reference - :90:12 - Name `has_backend_arg` used when not defined
[error] unresolved-reference - :93:12 - Name `has_request_arg` used when not defined
[warning] possibly-unresolved-reference - :139:25 - Name `backend_name` used when possibly not defined
[warning] possibly-unresolved-reference - :139:39 - Name `backend_options` used when possibly not defined
[error] unresolved-reference - :140:29 - Name `original_func` used when not defined

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

apprise/locale.py

[warning] possibly-unresolved-reference - :116:38 - Name `gettext` used when possibly not defined
[warning] possibly-unresolved-reference - :132:47 - Name `gettext` used when possibly not defined

apprise/manager.py

[warning] possibly-unresolved-reference - :339:68 - Name `_path` used when possibly not defined
[warning] possibly-unresolved-reference - :346:40 - Name `_path` used when possibly not defined

apprise/plugins/dbus.py

[warning] possibly-unresolved-reference - :295:23 - Name `SessionBus` used when possibly not defined
[warning] possibly-unresolved-reference - :297:16 - Name `DBusException` used when possibly not defined
[warning] possibly-unresolved-reference - :316:22 - Name `Interface` used when possibly not defined
[warning] possibly-unresolved-reference - :327:24 - Name `Byte` used when possibly not defined
[warning] possibly-unresolved-reference - :338:25 - Name `GdkPixbuf` used when possibly not defined
[warning] possibly-unresolved-reference - :348:21 - Name `ByteArray` used when possibly not defined

apprise/plugins/gnome.py

[warning] possibly-unresolved-reference - :192:13 - Name `Notify` used when possibly not defined
[warning] possibly-unresolved-reference - :199:28 - Name `Notify` used when possibly not defined
[warning] possibly-unresolved-reference - :210:29 - Name `GdkPixbuf` used when possibly not defined

apprise/plugins/growl.py

[warning] possibly-unresolved-reference - :237:22 - Name `gntp` used when possibly not defined
[warning] possibly-unresolved-reference - :242:16 - Name `gntp` used when possibly not defined
[warning] possibly-unresolved-reference - :248:16 - Name `gntp` used when possibly not defined
[warning] possibly-unresolved-reference - :254:16 - Name `gntp` used when possibly not defined
[warning] possibly-unresolved-reference - :260:16 - Name `gntp` used when possibly not defined
[warning] possibly-unresolved-reference - :323:16 - Name `gntp` used when possibly not defined

apprise/plugins/mqtt.py

[warning] possibly-unresolved-reference - :284:23 - Name `mqtt` used when possibly not defined
[warning] possibly-unresolved-reference - :337:28 - Name `mqtt` used when possibly not defined
[warning] possibly-unresolved-reference - :374:52 - Name `mqtt` used when possibly not defined
[warning] possibly-unresolved-reference - :389:33 - Name `mqtt` used when possibly not defined

apprise/plugins/ses.py

[warning] possibly-unresolved-reference - :758:25 - Name `_xml_iter` used when possibly not defined

apprise/plugins/simplepush.py

[warning] possibly-unresolved-reference - :167:32 - Name `algorithms` used when possibly not defined
[warning] possibly-unresolved-reference - :178:18 - Name `padding` used when possibly not defined
[warning] possibly-unresolved-reference - :178:32 - Name `algorithms` used when possibly not defined
[warning] possibly-unresolved-reference - :199:21 - Name `Cipher` used when possibly not defined
[warning] possibly-unresolved-reference - :200:13 - Name `algorithms` used when possibly not defined
[warning] possibly-unresolved-reference - :201:13 - Name `modes` used when possibly not defined
[warning] possibly-unresolved-reference - :202:13 - Name `default_backend` used when possibly not defined

apprise/plugins/sns.py

[warning] possibly-unresolved-reference - :558:25 - Name `_xml_iter` used when possibly not defined

apprise/plugins/windows.py

[warning] possibly-unresolved-reference - :139:9 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :139:35 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :140:9 - Name `win32api` used when possibly not defined
[warning] possibly-unresolved-reference - :154:28 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :157:23 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :158:46 - Name `win32api` used when possibly not defined
[warning] possibly-unresolved-reference - :158:46 - Name `win32api` used when possibly not defined
[warning] possibly-unresolved-reference - :161:30 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :164:21 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :164:46 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :165:25 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :167:17 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :167:41 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :169:13 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :176:30 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :176:57 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :179:29 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :180:48 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :189:29 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :189:50 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :192:25 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :192:46 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :195:21 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :195:41 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :195:64 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :196:41 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :198:13 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :198:39 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :199:13 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :199:39 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :200:31 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :200:50 - Name `win32con` used when possibly not defined
[warning] possibly-unresolved-reference - :205:13 - Name `win32gui` used when possibly not defined
[warning] possibly-unresolved-reference - :206:13 - Name `win32gui` used when possibly not defined

apprise/utils/pgp.py

[warning] possibly-unresolved-reference - :111:19 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :112:17 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :133:15 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :156:13 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :157:13 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :158:21 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :159:22 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :160:26 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :286:33 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :324:30 - Name `pgpy` used when possibly not defined
[warning] possibly-unresolved-reference - :328:16 - Name `pgpy` used when possibly not defined

test/test_plugin_fcm.py

[warning] possibly-unresolved-reference - :608:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :640:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :657:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :674:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :680:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :688:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :697:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :706:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :710:25 - Name `UnsupportedAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :729:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :756:17 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :771:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :806:17 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :811:13 - Name `GoogleOAuth` used when possibly not defined
[warning] possibly-unresolved-reference - :822:17 - Name `FCM_MODES` used when possibly not defined
[warning] possibly-unresolved-reference - :823:25 - Name `FCM_PRIORITIES` used when possibly not defined
[warning] possibly-unresolved-reference - :824:24 - Name `FCMPriorityManager` used when possibly not defined
[warning] possibly-unresolved-reference - :844:20 - Name `FCMPriorityManager` used when possibly not defined
[warning] possibly-unresolved-reference - :858:16 - Name `FCMColorManager` used when possibly not defined
[warning] possibly-unresolved-reference - :865:16 - Name `FCMColorManager` used when possibly not defined
[warning] possibly-unresolved-reference - :879:16 - Name `FCMColorManager` used when possibly not defined
[warning] possibly-unresolved-reference - :887:16 - Name `FCMColorManager` used when possibly not defined
[warning] possibly-unresolved-reference - :896:16 - Name `FCMColorManager` used when possibly not defined
[warning] possibly-unresolved-reference - :832:16 - Name `FCMPriorityManager` used when possibly not defined
[warning] possibly-unresolved-reference - :841:20 - Name `FCMPriorityManager` used when possibly not defined

test/test_plugin_growl.py

[warning] possibly-unresolved-reference - :81:9 - Name `errors` used when possibly not defined
[warning] possibly-unresolved-reference - :83:9 - Name `errors` used when possibly not defined
[warning] possibly-unresolved-reference - :85:9 - Name `errors` used when possibly not defined
[warning] possibly-unresolved-reference - :87:9 - Name `errors` used when possibly not defined

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

asynq/decorators.py

[warning] possibly-unresolved-reference - :274:29 - Name `asyncio_fn` used when possibly not defined

asynq/tools.py

[error] call-non-callable - :242:19 - Object of type `None` is not callable
[warning] possibly-unresolved-reference - :423:31 - Name `arg_names` used when possibly not defined
[warning] possibly-unresolved-reference - :423:42 - Name `kwargs_defaults` used when possibly not defined

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

tests/test_slots.py

[warning] possibly-unresolved-reference - :94:16 - Name `asizeof` used when possibly not defined
[warning] possibly-unresolved-reference - :94:41 - Name `asizeof` used when possibly not defined
[warning] possibly-unresolved-reference - :257:16 - Name `asizeof` used when possibly not defined
[warning] possibly-unresolved-reference - :257:30 - Name `asizeof` used when possibly not defined
[warning] possibly-unresolved-reference - :401:16 - Name `asizeof` used when possibly not defined
[warning] possibly-unresolved-reference - :401:30 - Name `asizeof` used when possibly not defined

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

beartype/_util/hint/pep/proposal/pep484604.py

[warning] possibly-unresolved-reference - :47:33 - Name `HintPep604ItemTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :112:33 - Name `HintPep604Type` used when possibly not defined

beartype/_util/hint/pep/proposal/pep649.py

[warning] possibly-unresolved-reference - :223:9 - Name `_MODULE_NAME_TO_ANNOTATIONS` used when possibly not defined
[warning] possibly-unresolved-reference - :224:9 - Name `_MODULE_NAME_TO_HINTABLE_BASENAME_TO_ANNOTATIONS` used when possibly not defined
[warning] possibly-unresolved-reference - :243:33 - Name `CallableOrClassTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :247:27 - Name `get_object_module_name_or_none` used when possibly not defined
[warning] possibly-unresolved-reference - :256:21 - Name `_MODULE_NAME_TO_HINTABLE_BASENAME_TO_ANNOTATIONS` used when possibly not defined
[warning] possibly-unresolved-reference - :257:38 - Name `SENTINEL` used when possibly not defined
[warning] possibly-unresolved-reference - :260:56 - Name `SENTINEL` used when possibly not defined
[warning] possibly-unresolved-reference - :264:25 - Name `_MODULE_NAME_TO_HINTABLE_BASENAME_TO_ANNOTATIONS` used when possibly not defined
[warning] possibly-unresolved-reference - :272:37 - Name `get_object_basename_scoped` used when possibly not defined
[warning] possibly-unresolved-reference - :279:40 - Name `SENTINEL` used when possibly not defined
[warning] possibly-unresolved-reference - :282:48 - Name `SENTINEL` used when possibly not defined
[warning] possibly-unresolved-reference - :288:21 - Name `_get_pep649_hintable_annotations_or_none_uncached` used when possibly not defined
[warning] possibly-unresolved-reference - :303:35 - Name `ModuleType` used when possibly not defined
[warning] possibly-unresolved-reference - :305:27 - Name `get_module_name` used when possibly not defined
[warning] possibly-unresolved-reference - :311:34 - Name `_MODULE_NAME_TO_ANNOTATIONS` used when possibly not defined
[warning] possibly-unresolved-reference - :312:30 - Name `SENTINEL` used when possibly not defined
[warning] possibly-unresolved-reference - :315:42 - Name `SENTINEL` used when possibly not defined
[warning] possibly-unresolved-reference - :321:17 - Name `_get_pep649_hintable_annotations_or_none_uncached` used when possibly not defined
[warning] possibly-unresolved-reference - :324:13 - Name `_MODULE_NAME_TO_ANNOTATIONS` used when possibly not defined
[warning] possibly-unresolved-reference - :335:16 - Name `_get_pep649_hintable_annotations_or_none_uncached` used when possibly not defined
[warning] possibly-unresolved-reference - :375:36 - Name `Format` used when possibly not defined
[warning] possibly-unresolved-reference - :487:35 - Name `_ANNOTATE_FORMATS_VALUELIKE` used when possibly not defined
[warning] possibly-unresolved-reference - :495:36 - Name `Format` used when possibly not defined
[warning] possibly-unresolved-reference - :860:20 - Name `get_annotations` used when possibly not defined
[warning] possibly-unresolved-reference - :860:53 - Name `Format` used when possibly not defined

beartype/typing/_typingpep544.py

[warning] possibly-unresolved-reference - :690:16 - Name `_generic_class_getitem_old` used when possibly not defined

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

release/ui.py

[warning] possibly-unresolved-reference - :30:19 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :30:48 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :33:19 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :33:45 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :36:19 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :36:46 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :39:19 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :39:45 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :42:19 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :42:44 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :45:19 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :45:46 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :48:19 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :48:47 - Name `colorama` used when possibly not defined

src/bokeh/layouts.py

[warning] possibly-unresolved-reference - :569:60 - Name `is_usable` used when possibly not defined

src/bokeh/resources.py

[warning] possibly-unresolved-reference - :618:38 - Name `sri_hashes` used when possibly not defined

src/bokeh/server/tornado.py

[warning] possibly-unresolved-reference - :746:15 - Name `PROC` used when possibly not defined

src/bokeh/util/terminal.py

[warning] possibly-unresolved-reference - :54:45 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :54:65 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :55:45 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :55:62 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :56:45 - Name `Fore` used when possibly not defined
[warning] possibly-unresolved-reference - :56:61 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :57:45 - Name `Fore` used when possibly not defined
[warning] possibly-unresolved-reference - :57:63 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :58:45 - Name `Fore` used when possibly not defined
[warning] possibly-unresolved-reference - :58:57 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :58:77 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :59:45 - Name `Fore` used when possibly not defined
[warning] possibly-unresolved-reference - :59:64 - Name `Style` used when possibly not defined

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

src/check_jsonschema/parsers/json5.py

[warning] possibly-unresolved-reference - :31:16 - Name `_load_concrete` used when possibly not defined

src/check_jsonschema/parsers/json_.py

[warning] possibly-unresolved-reference - :27:16 - Name `orjson` used when possibly not defined

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

tests/test_certs.py

[warning] possibly-unresolved-reference - :29:19 - Name `primitives` used when possibly not defined
[warning] possibly-unresolved-reference - :31:17 - Name `x509` used when possibly not defined
[warning] possibly-unresolved-reference - :32:35 - Name `x509` used when possibly not defined
[warning] possibly-unresolved-reference - :33:34 - Name `x509` used when possibly not defined
[warning] possibly-unresolved-reference - :35:36 - Name `x509` used when possibly not defined
[warning] possibly-unresolved-reference - :38:32 - Name `primitives` used when possibly not defined
[warning] possibly-unresolved-reference - :41:35 - Name `primitives` used when possibly not defined
[warning] possibly-unresolved-reference - :46:17 - Name `certs` used when possibly not defined
[warning] possibly-unresolved-reference - :54:17 - Name `certs` used when possibly not defined

tests/test_psql.py

[warning] possibly-unresolved-reference - :38:19 - Name `psql` used when possibly not defined
[warning] possibly-unresolved-reference - :48:19 - Name `psql` used when possibly not defined
[warning] possibly-unresolved-reference - :60:19 - Name `psql` used when possibly not defined
[warning] possibly-unresolved-reference - :71:19 - Name `psql` used when possibly not defined
[warning] possibly-unresolved-reference - :81:19 - Name `psql` used when possibly not defined
[warning] possibly-unresolved-reference - :97:19 - Name `psql` used when possibly not defined
[warning] possibly-unresolved-reference - :101:27 - Name `psycopg2` used when possibly not defined
[warning] possibly-unresolved-reference - :29:27 - Name `psql` used when possibly not defined
[warning] possibly-unresolved-reference - :99:40 - Name `psycopg2` used when possibly not defined

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

tests/unittests/distros/test_netbsd.py

[warning] possibly-unresolved-reference - :49:18 - Name `cloudinit` used when possibly not defined

tests/unittests/test_cli.py

[warning] possibly-unresolved-reference - :395:45 - Name `code` used when possibly not defined

cloudinit/apport.py

[warning] possibly-unresolved-reference - :75:5 - Name `attach_root_command_outputs` used when possibly not defined
[warning] possibly-unresolved-reference - :91:5 - Name `root_command_output` used when possibly not defined
[warning] possibly-unresolved-reference - :92:5 - Name `attach_file` used when possibly not defined
[warning] possibly-unresolved-reference - :103:9 - Name `attach_root_command_outputs` used when possibly not defined
[warning] possibly-unresolved-reference - :116:9 - Name `attach_file_if_exists` used when possibly not defined
[warning] possibly-unresolved-reference - :120:13 - Name `attach_file_if_exists` used when possibly not defined
[warning] possibly-unresolved-reference - :126:5 - Name `attach_file_if_exists` used when possibly not defined

cloudinit/config/schema.py

[warning] possibly-unresolved-reference - :613:14 - Name `Parser` used when possibly not defined
[warning] possibly-unresolved-reference - :619:12 - Name `NetplanParserException` used when possibly not defined

cloudinit/sources/DataSourceSmartOS.py

[warning] possibly-unresolved-reference - :1040:17 - Name `load_key` used when possibly not defined

cloudinit/templater.py

[warning] possibly-unresolved-reference - :153:21 - Name `JTemplate` used when possibly not defined

conftest.py

[warning] possibly-unresolved-reference - :177:20 - Name `real_subp` used when possibly not defined

tests/hypothesis.py

[warning] possibly-unresolved-reference - :13:10 - Name `mock` used when possibly not defined

tests/integration_tests/instances.py

[warning] possibly-unresolved-reference - :64:17 - Name `IntegrationCloud` used when possibly not defined

tests/integration_tests/util.py

[warning] possibly-unresolved-reference - :417:37 - Name `is_deprecated` used when possibly not defined

tests/unittests/sources/test_ec2.py

[warning] possibly-unbound-attribute - :377:16 - Attribute `add` on type `Unknown | None | (Unknown & ~AlwaysFalsy)` is possibly unbound

tests/unittests/sources/test_gce.py

[error] unsupported-operator - :112:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `Unknown | None` with `Unknown | None | dict[Unknown, Unknown]`
[warning] possibly-unbound-attribute - :113:28 - Attribute `get` on type `Unknown | None | dict[Unknown, Unknown]` is possibly unbound

tests/unittests/test_net.py

[error] non-subscriptable - :1464:16 - Cannot subscript object of type `None` with no `__getitem__` method

tools/test_tools.py

[warning] possibly-unresolved-reference - :40:16 - Name `validate_version` used when possibly not defined

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

colour/examples/contrast/examples_contrast.py

[warning] possibly-unresolved-reference - :79:31 - Name `sigma` used when possibly not defined
[warning] possibly-unresolved-reference - :81:27 - Name `E` used when possibly not defined

colour/recovery/otsu2018.py

[warning] possibly-unresolved-reference - :1600:21 - Name `add_rows` used when possibly not defined

colour/utilities/tests/test_array.py

[warning] possibly-unresolved-reference - :748:28 - Name `target` used when possibly not defined

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

comtypes/_comobject.py

[warning] possibly-unresolved-reference - :74:9 - Name `_acquire` used when possibly not defined
[warning] possibly-unresolved-reference - :77:9 - Name `_release` used when possibly not defined
[warning] possibly-unresolved-reference - :81:9 - Name `_acquire` used when possibly not defined
[warning] possibly-unresolved-reference - :84:9 - Name `_release` used when possibly not defined

comtypes/_memberspec.py

[warning] possibly-unresolved-reference - :385:32 - Name `putref` used when possibly not defined
[warning] possibly-unresolved-reference - :386:28 - Name `put` used when possibly not defined
[error] unresolved-reference - :588:46 - Name `interface` used when not defined

comtypes/test/test_comserver.py

[warning] possibly-unresolved-reference - :141:16 - Name `Dispatch` used when possibly not defined
[warning] possibly-unresolved-reference - :162:16 - Name `Dispatch` used when possibly not defined

comtypes/test/test_dispifc_records.py

[warning] possibly-unresolved-reference - :24:35 - Name `ComtypesCppTestSrvLib` used when possibly not defined
[warning] possibly-unresolved-reference - :29:23 - Name `ComtypesCppTestSrvLib` used when possibly not defined
[warning] possibly-unresolved-reference - :37:23 - Name `ComtypesCppTestSrvLib` used when possibly not defined
[warning] possibly-unresolved-reference - :51:23 - Name `ComtypesCppTestSrvLib` used when possibly not defined
[warning] possibly-unresolved-reference - :68:25 - Name `ComtypesCppTestSrvLib` used when possibly not defined
[warning] possibly-unresolved-reference - :75:14 - Name `ComtypesCppTestSrvLib` used when possibly not defined

comtypes/test/test_dispifc_safearrays.py

[warning] possibly-unresolved-reference - :27:35 - Name `ComtypesCppTestSrvLib` used when possibly not defined
[warning] possibly-unresolved-reference - :32:23 - Name `ComtypesCppTestSrvLib` used when possibly not defined

comtypes/test/test_dispinterface.py

[warning] possibly-unresolved-reference - :40:13 - Name `EnsureDispatch` used when possibly not defined
[warning] possibly-unresolved-reference - :67:13 - Name `Dispatch` used when possibly not defined

comtypes/test/test_excel.py

[warning] possibly-unresolved-reference - :71:37 - Name `xlRangeValueDefault` used when possibly not defined

comtypes/test/test_midl_safearray_create.py

[warning] possibly-unresolved-reference - :46:25 - Name `IDispSafearrayParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :50:23 - Name `IDispSafearrayParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :52:61 - Name `IDispSafearrayParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :59:57 - Name `IDispSafearrayParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :64:14 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :66:18 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :70:53 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :77:49 - Name `StructRecordParamTest` used when possibly not defined

comtypes/test/test_recordinfo.py

[warning] possibly-unresolved-reference - :25:14 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :35:19 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :43:29 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :49:13 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :55:20 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :60:29 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :72:19 - Name `StructRecordParamTest` used when possibly not defined
[warning] possibly-unresolved-reference - :19:45 - Name `StructRecordParamTest` used when possibly not defined

comtypes/test/test_win32com_interop.py

[warning] possibly-unresolved-reference - :67:5 - Name `_pack` used when possibly not defined
[warning] possibly-unresolved-reference - :76:26 - Name `unpack` used when possibly not defined
[warning] possibly-unresolved-reference - :82:26 - Name `unpack` used when possibly not defined
[warning] possibly-unresolved-reference - :88:26 - Name `unpack` used when possibly not defined
[warning] possibly-unresolved-reference - :97:26 - Name `unpack` used when possibly not defined
[warning] possibly-unresolved-reference - :115:12 - Name `_PyCom_PyObjectFromIUnknown` used when possibly not defined
[warning] possibly-unresolved-reference - :137:16 - Name `win32com` used when possibly not defined
[warning] possibly-unresolved-reference - :153:16 - Name `win32com` used when possibly not defined

comtypes/test/test_word.py

[warning] possibly-unresolved-reference - :69:31 - Name `Word` used when possibly not defined

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

cwltool/command_line_tool.py

[warning] possibly-unresolved-reference - :839:26 - Name `cachebuilder` used when possibly not defined

cwltool/process.py

[warning] possibly-unresolved-reference - :774:62 - Name `inc` used when possibly not defined
[warning] possibly-unresolved-reference - :774:66 - Name `dircount` used when possibly not defined
[warning] possibly-unresolved-reference - :778:57 - Name `inc` used when possibly not defined
[warning] possibly-unresolved-reference - :778:61 - Name `filecount` used when possibly not defined

cwltool/utils.py

[warning] possibly-unresolved-reference - :231:5 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :231:30 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :235:5 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :235:30 - Name `fcntl` used when possibly not defined
[error] invalid-return-type - :227:12 -
Old: Return type does not match returned value: expected `str`, found `str | None`
New: Return type does not match returned value: expected `str`, found `None | str`

cwltool/workflow_job.py

[warning] possibly-unresolved-reference - :636:29 - Name `loadContents` used when possibly not defined
[warning] possibly-unresolved-reference - :643:29 - Name `valueFrom` used when possibly not defined
[warning] possibly-unresolved-reference - :647:29 - Name `valueFrom` used when possibly not defined

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

ddtrace/appsec/_iast/_taint_tracking/_debug.py

[warning] possibly-unresolved-reference - :31:21 - Name `TAINTED_FRAMES` used when possibly not defined
[warning] possibly-unresolved-reference - :38:24 - Name `trace_calls_and_returns` used when possibly not defined
[warning] possibly-unresolved-reference - :42:25 - Name `TAINTED_FRAMES` used when possibly not defined
[warning] possibly-unresolved-reference - :43:17 - Name `TAINTED_FRAMES` used when possibly not defined

benchmarks/flask_simple/scenario.py

[warning] possibly-unresolved-reference - :38:58 - Name `HEADERS` used when possibly not defined

ddtrace/appsec/_handlers.py

[error] unresolved-reference - :170:24 - Name `data_received` used when not defined

ddtrace/appsec/_iast/_pytest_plugin.py

[warning] possibly-unresolved-reference - :51:17 - Name `pytest` used when possibly not defined

ddtrace/contrib/internal/aiobotocore/patch.py

[warning] possibly-unresolved-reference - :161:77 - Name `ClientResponseContentProxy` used when possibly not defined

ddtrace/contrib/internal/algoliasearch/patch.py

[warning] possibly-unresolved-reference - :53:16 - Name `algoliasearch` used when possibly not defined
[warning] possibly-unresolved-reference - :56:5 - Name `algoliasearch` used when possibly not defined
[warning] possibly-unresolved-reference - :61:12 - Name `algoliasearch` used when possibly not defined
[warning] possibly-unresolved-reference - :62:18 - Name `algoliasearch` used when possibly not defined
[warning] possibly-unresolved-reference - :66:12 - Name `algoliasearch` used when possibly not defined
[warning] possibly-unresolved-reference - :76:16 - Name `algoliasearch` used when possibly not defined
[warning] possibly-unresolved-reference - :77:17 - Name `algoliasearch` used when possibly not defined
[warning] possibly-unresolved-reference - :80:16 - Name `algoliasearch` used when possibly not defined

ddtrace/contrib/internal/django/compat.py

[warning] possibly-unresolved-reference - :22:34 - Name `settings` used when possibly not defined
[warning] possibly-unresolved-reference - :23:13 - Name `urlresolvers` used when possibly not defined
[warning] possibly-unresolved-reference - :24:20 - Name `urlresolvers` used when possibly not defined
[warning] possibly-unresolved-reference - :29:34 - Name `settings` used when possibly not defined
[warning] possibly-unresolved-reference - :30:13 - Name `urlresolvers` used when possibly not defined
[warning] possibly-unresolved-reference - :31:20 - Name `urlresolvers` used when possibly not defined

ddtrace/contrib/internal/grpc/patch.py

[warning] possibly-unresolved-reference - :231:23 - Name `create_aio_client_interceptors` used when possibly not defined
[warning] possibly-unresolved-reference - :272:19 - Name `create_aio_server_interceptor` used when possibly not defined

ddtrace/contrib/internal/langgraph/patch.py

[warning] possibly-unbound-attribute - :156:30 - Attribute `__anext__` on type `Unknown | None` is possibly unbound

ddtrace/contrib/internal/openai/utils.py

[warning] possibly-unresolved-reference - :190:19 - Name `encoding_for_model` used when possibly not defined

ddtrace/contrib/internal/psycopg/patch.py

[warning] possibly-unresolved-reference - :165:49 - Name `_original_connect` used when possibly not defined
[warning] possibly-unresolved-reference - :166:54 - Name `_original_async_connect` used when possibly not defined

ddtrace/contrib/internal/pymongo/client.py

[warning] possibly-unresolved-reference - :193:32 - Name `_unpack_response` used when possibly not defined

ddtrace/contrib/internal/pytest/_plugin_v2.py

[warning] possibly-unresolved-reference - :553:25 - Name `attempt_to_fix_handle_retries` used when possibly not defined
[warning] possibly-unresolved-reference - :555:25 - Name `efd_handle_retries` used when possibly not defined
[warning] possibly-unresolved-reference - :557:25 - Name `atr_handle_retries` used when possibly not defined
[warning] possibly-unresolved-reference - :659:47 - Name `get_retry_num` used when possibly not defined
[warning] possibly-unresolved-reference - :702:30 - Name `efd_get_failed_reports` used when possibly not defined
[warning] possibly-unresolved-reference - :707:30 - Name `atr_get_failed_reports` used when possibly not defined
[warning] possibly-unresolved-reference - :731:9 - Name `efd_pytest_terminal_summary_post_yield` used when possibly not defined
[warning] possibly-unresolved-reference - :734:9 - Name `atr_pytest_terminal_summary_post_yield` used when possibly not defined
[warning] possibly-unresolved-reference - :736:5 - Name `quarantine_pytest_terminal_summary_post_yield` used when possibly not defined
[warning] possibly-unresolved-reference - :737:5 - Name `attempt_to_fix_pytest_terminal_summary_post_yield` used when possibly not defined
[warning] possibly-unresolved-reference - :827:23 - Name `attempt_to_fix_get_teststatus` used when possibly not defined
[warning] possibly-unresolved-reference - :832:23 - Name `atr_get_teststatus` used when possibly not defined
[warning] possibly-unresolved-reference - :832:53 - Name `quarantine_atr_get_teststatus` used when possibly not defined
[warning] possibly-unresolved-reference - :837:23 - Name `efd_get_teststatus` used when possibly not defined

ddtrace/contrib/internal/tornado/stack_context.py

[warning] possibly-unresolved-reference - :53:33 - Name `_state` used when possibly not defined
[warning] possibly-unresolved-reference - :55:13 - Name `_state` used when possibly not defined
[warning] possibly-unresolved-reference - :59:30 - Name `_state` used when possibly not defined
[warning] possibly-unresolved-reference - :60:13 - Name `_state` used when possibly not defined
[warning] possibly-unresolved-reference - :63:23 - Name `StackContextInconsistentError` used when possibly not defined
[warning] possibly-unresolved-reference - :85:35 - Name `_state` used when possibly not defined
[warning] possibly-unresolved-reference - :122:43 - Name `_state` used when possibly not defined

ddtrace/debugging/_expressions.py

[error] unresolved-reference - :207:28 - Name `f` used when not defined
[error] unresolved-reference - :208:24 - Name `f` used when not defined

ddtrace/internal/_file_queue.py

[warning] possibly-unresolved-reference - :22:9 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :22:24 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :25:9 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :25:24 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :37:9 - Name `msvcrt` used when possibly not defined
[warning] possibly-unresolved-reference - :37:36 - Name `msvcrt` used when possibly not defined
[warning] possibly-unresolved-reference - :42:9 - Name `msvcrt` used when possibly not defined
[warning] possibly-unresolved-reference - :42:36 - Name `msvcrt` used when possibly not defined
[warning] possibly-unresolved-reference - :55:14 - Name `msvcrt` used when possibly not defined

ddtrace/internal/coverage/multiprocessing_coverage.py

[warning] possibly-unresolved-reference - :201:17 - Name `original_get_preparation_data` used when possibly not defined

ddtrace/internal/datadog/profiling/stack_v2/__init__.py

[warning] possibly-unresolved-reference - :18:29 - Name `ddspan` used when possibly not defined

ddtrace/internal/products.py

[warning] possibly-unresolved-reference - :220:37 - Name `_` used when possibly not defined

ddtrace/internal/tracemethods.py

[error] invalid-context-manager - :92:18 - Object of type `Unknown | Span` cannot be used with `with` because it does not correctly implement `__exit__`

ddtrace/internal/uwsgi.py

[error] unresolved-reference - :67:20 - Name `original_atexit` used when not defined
[error] unresolved-reference - :68:21 - Name `original_atexit` used when not defined

ddtrace/profiling/collector/threading.py

[warning] possibly-unresolved-reference - :41:13 - Name `_thread_set_native_id` used when possibly not defined
[warning] possibly-unresolved-reference - :45:13 - Name `_thread_bootstrap_inner` used when possibly not defined

ddtrace/vendor/psutil/_compat.py

[warning] possibly-unresolved-reference - :154:16 - Name `_HashedSeq` used when possibly not defined
[warning] possibly-unresolved-reference - :164:24 - Name `_make_key` used when possibly not defined
[warning] possibly-unresolved-reference - :238:28 - Name `_CacheInfo` used when possibly not defined

ddtrace/vendor/psutil/_psbsd.py

[warning] possibly-unresolved-reference - :811:16 - Name `PROC_STATUSES` used when possibly not defined

ddtrace/vendor/psutil/_pslinux.py

[warning] possibly-unresolved-reference - :568:27 - Name `scputimes` used when possibly not defined
[warning] possibly-unresolved-reference - :570:12 - Name `scputimes` used when possibly not defined
[warning] possibly-unresolved-reference - :586:39 - Name `scputimes` used when possibly not defined
[warning] possibly-unresolved-reference - :588:25 - Name `scputimes` used when possibly not defined
[error] unresolved-reference - :1985:38 - Name `IOPRIO_CLASS_IDLE` used when not defined
[error] unresolved-reference - :1985:57 - Name `IOPRIO_CLASS_NONE` used when not defined

ddtrace/vendor/psutil/_pswindows.py

[warning] possibly-unresolved-reference - :365:16 - Name `_loadavg_inititialized` used when possibly not defined
[error] unresolved-reference - :1051:32 - Name `IOPRIO_VERYLOW` used when not defined
[error] unresolved-reference - :1051:48 - Name `IOPRIO_LOW` used when not defined
[error] unresolved-reference - :1051:60 - Name `IOPRIO_NORMAL` used when not defined
[error] unresolved-reference - :1052:32 - Name `IOPRIO_HIGH` used when not defined

tests/appsec/iast/aspects/test_ospath_aspects.py

[warning] possibly-unresolved-reference - :290:54 - Name `ospathsplitdrive_aspect` used when possibly not defined
[warning] possibly-unresolved-reference - :291:43 - Name `ospathsplitdrive_aspect` used when possibly not defined
[error] unresolved-reference - :673:11 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :691:11 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :711:11 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :731:11 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :739:11 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :748:13 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :760:11 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :773:11 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :787:11 - Name `ospathsplitroot_aspect` used when not defined
[warning] possibly-unresolved-reference - :803:11 - Name `ospathsplitdrive_aspect` used when possibly not defined
[warning] possibly-unresolved-reference - :820:11 - Name `ospathsplitdrive_aspect` used when possibly not defined
[error] unresolved-reference - :303:53 - Name `ospathsplitroot_aspect` used when not defined
[error] unresolved-reference - :304:42 - Name `ospathsplitroot_aspect` used when not defined

tests/appsec/iast_packages/packages/pkg_aiosignal.py

[warning] possibly-unresolved-reference - :40:33 - Name `signal` used when possibly not defined
[warning] possibly-unresolved-reference - :40:45 - Name `param_value` used when possibly not defined

tests/conftest.py

[warning] possibly-unresolved-reference - :66:17 - Name `original_done` used when possibly not defined

tests/contrib/aiohttp/app/web.py

[warning] possibly-unresolved-reference - :155:42 - Name `template_handler` used when possibly not defined
[warning] possibly-unresolved-reference - :156:52 - Name `template_decorator` used when possibly not defined
[warning] possibly-unresolved-reference - :157:48 - Name `template_error` used when possibly not defined
[warning] possibly-unresolved-reference - :166:16 - Name `jinja2` used when possibly not defined
[warning] possibly-unresolved-reference - :176:38 - Name `jinja2` used when possibly not defined
[warning] possibly-unresolved-reference - :180:38 - Name `jinja2` used when possibly not defined

tests/contrib/futures/test_propagation.py

[warning] possibly-unresolved-reference - :466:46 - Name `sleep` used when possibly not defined

tests/contrib/langchain/conftest.py

[warning] possibly-unresolved-reference - :151:21 - Name `os` used when possibly not defined
[warning] possibly-unresolved-reference - :151:34 - Name `os` used when possibly not defined
[warning] possibly-unresolved-reference - :156:28 - Name `httpx` used when possibly not defined
[warning] possibly-unresolved-reference - :161:28 - Name `importlib` used when possibly not defined
[warning] possibly-unresolved-reference - :163:55 - Name `httpx` used when possibly not defined
[warning] possibly-unresolved-reference - :163:78 - Name `CustomTransport` used when possibly not defined
[warning] possibly-unresolved-reference - :191:21 - Name `os` used when possibly not defined
[warning] possibly-unresolved-reference - :191:34 - Name `os` used when possibly not defined
[warning] possibly-unresolved-reference - :196:28 - Name `httpx` used when possibly not defined
[warning] possibly-unresolved-reference - :201:28 - Name `importlib` used when possibly not defined
[warning] possibly-unresolved-reference - :203:55 - Name `httpx` used when possibly not defined
[warning] possibly-unresolved-reference - :203:83 - Name `CustomTransport` used when possibly not defined

tests/contrib/patch.py

[warning] possibly-unresolved-reference - :198:21 - Name `unpatch_func` used when possibly not defined
[warning] possibly-unresolved-reference - :207:21 - Name `patch_func` used when possibly not defined
[warning] possibly-unresolved-reference - :216:28 - Name `get_version_func` used when possibly not defined
[warning] possibly-unresolved-reference - :225:21 - Name `get_versions_func` used when possibly not defined

tests/contrib/psycopg2/test_psycopg.py

[warning] possibly-unresolved-reference - :280:17 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :281:14 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :281:47 - Name `Literal` used when possibly not defined
[warning] possibly-unresolved-reference - :281:64 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :281:97 - Name `Literal` used when possibly not defined
[warning] possibly-unresolved-reference - :309:21 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :309:61 - Name `Identifier` used when possibly not defined
[warning] possibly-unresolved-reference - :309:79 - Name `Identifier` used when possibly not defined
[warning] possibly-unresolved-reference - :309:99 - Name `Identifier` used when possibly not defined
[warning] possibly-unresolved-reference - :327:17 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :327:42 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :327:72 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :448:24 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :449:28 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :476:24 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :477:28 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :479:13 - Name `Composed` used when possibly not defined
[warning] possibly-unresolved-reference - :481:21 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :482:21 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :487:13 - Name `Composed` used when possibly not defined
[warning] possibly-unresolved-reference - :489:21 - Name `SQL` used when possibly not defined
[warning] possibly-unresolved-reference - :490:21 - Name `SQL` used when possibly not defined

tests/contrib/sanic/test_sanic.py

[warning] possibly-unresolved-reference - :38:16 - Name `ResponseStream` used when possibly not defined

tests/errortracking/test_handled_exceptions_by_bytecode.py

[error] unresolved-reference - :40:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :64:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :97:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :121:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :144:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :167:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :198:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :223:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :247:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :275:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :298:5 - Name `_inject_handled_exception_reporting` used when not defined
[error] unresolved-reference - :332:5 - Name `_inject_handled_exception_reporting` used when not defined

tests/internal/bytecode_injection/test_core.py

[error] unresolved-reference - :20:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :21:19 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :51:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :52:19 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :86:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :87:19 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :101:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :102:24 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :159:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :160:24 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :210:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :211:24 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :273:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :274:24 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :334:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :335:24 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :366:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :367:19 - Name `inject_invocation` used when not defined
[error] unresolved-reference - :402:10 - Name `InjectionContext` used when not defined
[error] unresolved-reference - :403:19 - Name `inject_invocation` used when not defined

tests/profiling/collector/test_memalloc.py

[warning] possibly-unresolved-reference - :23:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :25:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :26:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :34:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :37:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :40:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :43:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :46:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :50:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :51:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :67:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :69:34 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :70:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :98:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :100:34 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :101:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :109:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :116:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :120:34 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :121:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :158:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :162:46 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :176:46 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :188:46 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :201:46 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :216:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :221:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :228:9 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :231:5 - Name `_memalloc` used when possibly not defined
[warning] possibly-unresolved-reference - :31:9 - Name `_memalloc` used when possibly not defined

tests/profiling_v2/test_code_provenance.py

[error] unresolved-reference - :58:17 - Name `jsonschema` used when not defined
[error] unresolved-reference - :59:20 - Name `jsonschema` used when not defined

tests/tracer/test_encoders.py

[warning] possibly-unresolved-reference - :266:17 - Name `table` used when possibly not defined
[warning] possibly-unresolved-reference - :267:17 - Name `table` used when possibly not defined
[warning] possibly-unresolved-reference - :268:17 - Name `table` used when possibly not defined
[warning] possibly-unresolved-reference - :275:18 - Name `table` used when possibly not defined
[warning] possibly-unresolved-reference - :275:28 - Name `table` used when possibly not defined
[warning] possibly-unresolved-reference - :276:18 - Name `table` used when possibly not defined
[warning] possibly-unresolved-reference - :277:17 - Name `table` used when possibly not defined

dedupe (https://github.com/dedupeio/dedupe)

dedupe/training.py

[warning] possibly-unresolved-reference - :306:21 - Name `covered_sample_matches` used when possibly not defined
[warning] possibly-unresolved-reference - :306:46 - Name `sample_match_cover` used when possibly not defined
[warning] possibly-unresolved-reference - :307:25 - Name `covered_comparisons` used when possibly not defined

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

discord/member.py

[warning] possibly-unresolved-reference - :191:48 - Name `value` used when possibly not defined

discord/player.py

[error] call-non-callable - :590:71 - Object of type `None` is not callable

discord/ui/modal.py

[warning] unused-ignore-comment - :174:95 - Unused blanket `type: ignore` directive

discord/utils.py

[warning] possibly-unresolved-reference - :665:16 - Name `orjson` used when possibly not defined
[warning] possibly-unresolved-reference - :1451:28 - Name `zstandard` used when possibly not defined

discord/voice_client.py

[warning] possibly-unresolved-reference - :388:15 - Name `nacl` used when possibly not defined
[warning] possibly-unresolved-reference - :399:15 - Name `nacl` used when possibly not defined
[warning] possibly-unresolved-reference - :408:15 - Name `nacl` used when possibly not defined
[warning] possibly-unresolved-reference - :409:17 - Name `nacl` used when possibly not defined
[warning] possibly-unresolved-reference - :409:35 - Name `nacl` used when possibly not defined
[warning] possibly-unresolved-reference - :416:15 - Name `nacl` used when possibly not defined

discord/webhook/sync.py

[warning] possibly-unresolved-reference - :118:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :147:28 - Name `Response` used when possibly not defined
[warning] possibly-unresolved-reference - :242:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :253:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :265:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :277:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :288:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :308:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :327:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :349:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :367:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :377:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :607:18 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :612:23 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :623:55 - Name `Session` used when possibly not defined
[warning] possibly-unresolved-reference - :662:45 - Name `Session` used when possibly not defined

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

dragonchain/lib/database/redisearch.py

[warning] possibly-unresolved-reference - :115:70 - Name `REDISEARCH_ENDPOINT` used when possibly not defined
[warning] possibly-unresolved-reference - :115:96 - Name `REDIS_PORT` used when possibly not defined

dragonchain/webserver/routes/__init__.py

[warning] possibly-unresolved-reference - :50:9 - Name `verifications` used when possibly not defined
[warning] possibly-unresolved-reference - :51:9 - Name `smart_contracts` used when possibly not defined
[warning] possibly-unresolved-reference - :52:9 - Name `transaction_types` used when possibly not defined
[warning] possibly-unresolved-reference - :53:9 - Name `transactions` used when possibly not defined
[warning] possibly-unresolved-reference - :56:9 - Name `interchain` used when possibly not defined

dragonchain/webserver/routes/dragonnet.py

[warning] possibly-unresolved-reference - :84:9 - Name `_validate_broadcast_schema_v1` used when possibly not defined

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

dulwich/client.py

[warning] possibly-unbound-attribute - :1687:13 - Attribute `close` on type `Unknown | None | socket` is possibly unbound

dulwich/merge.py

[warning] possibly-unresolved-reference - :125:20 - Name `_merge3_to_bytes` used when possibly not defined
[warning] possibly-unresolved-reference - :147:24 - Name `_merge3_to_bytes` used when possibly not defined
[warning] possibly-unresolved-reference - :159:24 - Name `_merge3_to_bytes` used when possibly not defined
[warning] possibly-unresolved-reference - :177:22 - Name `_merge3_to_bytes` used when possibly not defined

dulwich/notes.py

[warning] possibly-unresolved-reference - :242:43 - Name `update_tree` used when possibly not defined
[warning] possibly-unresolved-reference - :252:39 - Name `update_tree` used when possibly not defined

dulwich/pack.py

[warning] possibly-unresolved-reference - :391:28 - Name `mmap` used when possibly not defined
[warning] possibly-unresolved-reference - :391:55 - Name `mmap` used when possibly not defined

dulwich/porcelain.py

[error] invalid-argument-type - :1504:64 - Argument to function `parse_reftuples` is incorrect: Expected `bytes | list[bytes]`, found `Unknown | None | list[Unknown]`
[error] invalid-argument-type - :1600:54 - Argument to function `parse_reftuples` is incorrect: Expected `bytes | list[bytes]`, found `Unknown | None | list[Unknown]`
[warning] possibly-unbound-attribute - :1949:9 - Attribute `write` on type `Unknown | None | TextIO` is possibly unbound
[warning] possibly-unbound-attribute - :1950:9 - Attribute `flush` on type `Unknown | None | TextIO` is possibly unbound
[warning] possibly-unbound-attribute - :1975:9 - Attribute `write` on type `Unknown | None | TextIO` is possibly unbound
[warning] possibly-unbound-attribute - :1976:9 - Attribute `flush` on type `Unknown | None | TextIO` is possibly unbound
[warning] possibly-unresolved-reference - :1024:38 - Name `entry` used when possibly not defined
[warning] possibly-unresolved-reference - :1059:42 - Name `o` used when possibly not defined

dulwich/server.py

[warning] possibly-unresolved-reference - :998:17 - Name `writer` used when possibly not defined

dulwich/tests/utils.py

[warning] possibly-unresolved-reference - :109:31 - Name `sha` used when possibly not defined

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

freqtrade/strategy/informative_decorator.py

[error] call-non-callable - :149:49 - Object of type `None` is not callable

freqtrade/plot/plotting.py

[warning] possibly-unresolved-reference - :116:20 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :117:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :165:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :184:20 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :210:27 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :219:36 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :242:20 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :270:25 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :279:23 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :287:28 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :363:19 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :364:19 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :412:22 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :459:11 - Name `make_subplots` used when possibly not defined
[warning] possibly-unresolved-reference - :475:15 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :502:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :547:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :553:11 - Name `make_subplots` used when possibly not defined
[warning] possibly-unresolved-reference - :621:5 - Name `plot` used when possibly not defined

git-revise (https://github.com/mystor/git-revise)

gitrevise/utils.py

[warning] possibly-unresolved-reference - :102:34 - Name `pat_is_comment_line` used when possibly not defined

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

tests/utils/assert_equal_awaitables_or_values.py

[error] unresolved-reference - :21:67 - Name `awaitable_items` used when not defined

src/graphql/execution/execute.py

[warning] unused-ignore-comment - :1249:47 - Unused blanket `type: ignore` directive
[warning] possibly-unbound-attribute - :2200:20 - Attribute `map_source_to_response` on type `Unknown | list[GraphQLError] | ExecutionContext` is possibly unbound
[warning] possibly-unresolved-reference - :1062:38 - Name `completed_item` used when possibly not defined
[warning] possibly-unresolved-reference - :1449:40 - Name `incremental_result` used when possibly not defined
[error] unresolved-reference - :2283:30 - Name `awaitable_event_stream` used when not defined

src/graphql/language/visitor.py

[error] unresolved-reference - :341:44 - Name `enter_list` used when not defined
[error] unresolved-reference - :354:44 - Name `leave_list` used when not defined

src/graphql/utilities/lexicographic_sort_schema.py

[error] unresolved-attribute - :124:51 - Type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - :125:48 - Type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - :132:51 - Type `GraphQLNamedType` has no attribute `interfaces`
[error] unresolved-attribute - :133:48 - Type `GraphQLNamedType` has no attribute `fields`
[error] unresolved-attribute - :138:76 - Type `GraphQLNamedType` has no attribute `types`
[error] unresolved-attribute - :159:54 - Type `GraphQLNamedType` has no attribute `fields`

tests/language/test_visitor.py

[warning] possibly-unresolved-reference - :111:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :117:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :123:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :129:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :137:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :144:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :151:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :158:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :165:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :171:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :177:17 - Name `visited` used when possibly not defined
[warning] possibly-unresolved-reference - :183:17 - Name `visited` used when possibly not defined

hydra-zen (https://github.com/mit-ll-responsible-ai/hydra-zen)

src/hydra_zen/_utils/coerce.py

[warning] possibly-unresolved-reference - :162:28 - Name `annotation` used when possibly not defined

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

ignite/distributed/auto.py

[warning] possibly-unresolved-reference - :124:32 - Name `_MpDeviceLoader` used when possibly not defined
[warning] possibly-unresolved-reference - :269:79 - Name `_XLADistributedOptimizer` used when possibly not defined
[warning] possibly-unresolved-reference - :343:31 - Name `ParallelLoader` used when possibly not defined
[warning] possibly-unresolved-reference - :355:13 - Name `xm` used when possibly not defined

ignite/distributed/comp_models/horovod.py

[warning] possibly-unresolved-reference - :40:24 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :46:48 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :47:20 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :51:20 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :54:76 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :55:31 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :56:63 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :58:20 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :62:20 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :66:19 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :75:13 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :81:29 - Name `HOROVOD` used when possibly not defined
[warning] possibly-unresolved-reference - :85:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :88:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :91:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :94:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :120:13 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :126:21 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :154:13 - Name `hvd_mp_spawn` used when possibly not defined
[warning] possibly-unresolved-reference - :155:17 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :156:23 - Name `HOROVOD` used when possibly not defined
[warning] possibly-unresolved-reference - :165:38 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :188:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :209:24 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :211:24 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :217:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :220:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :223:20 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :228:13 - Name `hvd` used when possibly not defined

ignite/distributed/comp_models/native.py

[warning] possibly-unresolved-reference - :43:48 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :46:20 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :55:15 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :56:31 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :57:63 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :71:20 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :85:19 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :256:24 - Name `_setup_ddp_vars_from_slurm_env` used when possibly not defined
[warning] possibly-unresolved-reference - :337:21 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :393:17 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :633:38 - Name `_expand_hostlist` used when possibly not defined

ignite/distributed/comp_models/xla.py

[warning] possibly-unresolved-reference - :36:48 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :37:20 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :40:76 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :41:31 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :42:63 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :44:20 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :48:19 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :55:13 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :61:29 - Name `XLA_TPU` used when possibly not defined
[warning] possibly-unresolved-reference - :66:13 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :70:20 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :73:20 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :76:20 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :88:19 - Name `torch_xla` used when possibly not defined
[warning] possibly-unresolved-reference - :103:21 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :122:13 - Name `xmp` used when possibly not defined
[warning] possibly-unresolved-reference - :123:17 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :143:13 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :155:13 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :168:13 - Name `xm` used when possibly not defined
[warning] possibly-unresolved-reference - :172:13 - Name `xm` used when possibly not defined

ignite/handlers/checkpoint.py

[warning] possibly-unresolved-reference - :446:60 - Name `filename` used when possibly not defined
[warning] possibly-unresolved-reference - :475:52 - Name `ZeroRedundancyOptimizer` used when possibly not defined

ignite/metrics/confusion_matrix.py

[error] unresolved-reference - :265:16 - Name `ignore_idx` used when not defined
[error] unresolved-reference - :266:50 - Name `ignore_idx` used when not defined
[error] unresolved-reference - :268:28 - Name `ignore_idx` used when not defined
[error] unresolved-reference - :422:16 - Name `ignore_idx` used when not defined
[error] unresolved-reference - :424:37 - Name `ignore_idx` used when not defined
[error] unresolved-reference - :427:28 - Name `ignore_idx` used when not defined

tests/ignite/contrib/engines/test_common.py

[warning] possibly-unresolved-reference - :418:13 - Name `evaluator` used when possibly not defined
[warning] possibly-unresolved-reference - :422:44 - Name `acc_scores` used when possibly not defined

tests/ignite/distributed/comp_models/test_horovod.py

[warning] possibly-unresolved-reference - :17:9 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :35:13 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :37:12 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :55:13 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :57:12 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :60:9 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :66:27 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :67:21 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :68:27 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :71:31 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :80:9 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :82:12 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :84:5 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :96:13 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :100:5 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :104:12 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :106:5 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :107:13 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :114:17 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :115:23 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :118:27 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :121:13 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :125:5 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :168:12 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :170:5 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :174:13 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :175:30 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :177:8 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :181:5 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :193:12 - Name `hvd` used when possibly not defined
[warning] possibly-unresolved-reference - :195:31 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :211:5 - Name `_HorovodDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :224:5 - Name `_HorovodDistModel` used when possibly not defined

tests/ignite/distributed/comp_models/test_native.py

[warning] possibly-unresolved-reference - :63:12 - Name `_expand_hostlist` used when possibly not defined
[warning] possibly-unresolved-reference - :68:9 - Name `_expand_hostlist` used when possibly not defined
[warning] possibly-unresolved-reference - :73:26 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :91:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :99:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :111:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :125:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :128:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :141:17 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :167:13 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :198:13 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :204:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :252:13 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :258:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :300:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :311:13 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :328:13 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :338:12 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :362:12 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :448:12 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :455:13 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :456:30 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :471:31 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :489:5 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :560:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :569:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :572:9 - Name `_NativeDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :628:16 - Name `_setup_ddp_vars_from_slurm_env` used when possibly not defined
[warning] possibly-unresolved-reference - :651:9 - Name `_setup_ddp_vars_from_slurm_env` used when possibly not defined
[warning] possibly-unresolved-reference - :669:9 - Name `_setup_ddp_vars_from_slurm_env` used when possibly not defined
[warning] possibly-unresolved-reference - :683:9 - Name `_setup_ddp_vars_from_slurm_env` used when possibly not defined
[warning] possibly-unresolved-reference - :694:9 - Name `_setup_ddp_vars_from_slurm_env` used when possibly not defined

tests/ignite/distributed/comp_models/test_xla.py

[warning] possibly-unresolved-reference - :17:26 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :21:9 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :27:31 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :45:9 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :56:9 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :77:13 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :102:13 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :123:13 - Name `_XlaDistModel` used when possibly not defined
[warning] possibly-unresolved-reference - :162:18 - Name `_XlaDistModel` used when possibly not defined

tests/ignite/engine/test_deterministic.py

[warning] possibly-unresolved-reference - :188:24 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :190:23 - Name `resume_iteration` used when possibly not defined
[warning] possibly-unresolved-reference - :190:44 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :190:69 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :196:24 - Name `engine` used when possibly not defined
[warning] possibly-unresolved-reference - :196:50 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :224:24 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :226:23 - Name `resume_epoch` used when possibly not defined
[warning] possibly-unresolved-reference - :226:40 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :226:65 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :272:21 - Name `seen_batchs` used when possibly not defined
[warning] possibly-unresolved-reference - :280:25 - Name `sampler` used when possibly not defined
[warning] possibly-unresolved-reference - :300:28 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :302:27 - Name `num_workers` used when possibly not defined
[warning] possibly-unresolved-reference - :302:41 - Name `resume_epoch` used when possibly not defined
[warning] possibly-unresolved-reference - :302:58 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :302:83 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :310:25 - Name `sampler` used when possibly not defined
[warning] possibly-unresolved-reference - :375:21 - Name `seen_batchs` used when possibly not defined
[warning] possibly-unresolved-reference - :383:25 - Name `sampler` used when possibly not defined
[warning] possibly-unresolved-reference - :403:34 - Name `num_workers` used when possibly not defined
[warning] possibly-unresolved-reference - :403:48 - Name `resume_iteration` used when possibly not defined
[warning] possibly-unresolved-reference - :404:28 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :406:39 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :406:64 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :414:25 - Name `sampler` used when possibly not defined
[warning] possibly-unresolved-reference - :461:17 - Name `seen_batchs` used when possibly not defined
[warning] possibly-unresolved-reference - :470:24 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :472:23 - Name `resume_epoch` used when possibly not defined
[warning] possibly-unresolved-reference - :472:40 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :472:65 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :513:17 - Name `seen_batchs` used when possibly not defined
[warning] possibly-unresolved-reference - :523:24 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :525:23 - Name `resume_iteration` used when possibly not defined
[warning] possibly-unresolved-reference - :525:44 - Name `batch_checker` used when possibly not defined
[warning] possibly-unresolved-reference - :525:69 - Name `batch_checker` used when possibly not defined

tests/ignite/handlers/test_ema_handler.py

[warning] possibly-unresolved-reference - :185:24 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :188:28 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :189:28 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :190:28 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :193:24 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :195:24 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :196:24 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :197:24 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :200:24 - Name `ema_model` used when possibly not defined
[warning] possibly-unresolved-reference - :201:24 - Name `ema_model` used when possibly not defined

tests/ignite/handlers/test_param_scheduler.py

[warning] possibly-unresolved-reference - :89:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :164:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :303:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :444:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :514:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :586:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :684:65 - Name `MultiplicativeLR` used when possibly not defined
[warning] possibly-unresolved-reference - :717:9 - Name `lrs1` used when possibly not defined
[warning] possibly-unresolved-reference - :721:9 - Name `lrs2` used when possibly not defined
[warning] possibly-unresolved-reference - :725:9 - Name `lrs_true` used when possibly not defined
[warning] possibly-unresolved-reference - :793:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :1043:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :1108:9 - Name `lrs` used when possibly not defined
[warning] possibly-unresolved-reference - :1287:9 - Name `lrs` used when possibly not defined

tests/ignite/metrics/clustering/test_calinski_harabasz_score.py

[warning] possibly-unresolved-reference - :174:21 - Name `features` used when possibly not defined
[warning] possibly-unresolved-reference - :175:21 - Name `labels` used when possibly not defined

tests/ignite/metrics/clustering/test_davies_bouldin_score.py

[warning] possibly-unresolved-reference - :174:21 - Name `features` used when possibly not defined
[warning] possibly-unresolved-reference - :175:21 - Name `labels` used when possibly not defined

tests/ignite/metrics/clustering/test_silhouette_score.py

[warning] possibly-unresolved-reference - :174:21 - Name `features` used when possibly not defined
[warning] possibly-unresolved-reference - :175:21 - Name `labels` used when possibly not defined

tests/ignite/metrics/regression/test_kendall_correlation.py

[warning] possibly-unresolved-reference - :176:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :177:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/regression/test_pearson_correlation.py

[warning] possibly-unresolved-reference - :210:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :211:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/regression/test_spearman_correlation.py

[warning] possibly-unresolved-reference - :163:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :164:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/test_accuracy.py

[warning] possibly-unresolved-reference - :317:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :318:21 - Name `y_true` used when possibly not defined
[warning] possibly-unresolved-reference - :375:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :376:21 - Name `y_true` used when possibly not defined
[warning] possibly-unresolved-reference - :444:33 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :445:40 - Name `y_true` used when possibly not defined

tests/ignite/metrics/test_cosine_similarity.py

[warning] possibly-unresolved-reference - :97:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :98:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/test_entropy.py

[warning] possibly-unresolved-reference - :102:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :103:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/test_hsic.py

[warning] possibly-unresolved-reference - :152:42 - Name `data_loader` used when possibly not defined
[warning] possibly-unresolved-reference - :152:57 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :152:60 - Name `y` used when possibly not defined

tests/ignite/metrics/test_js_divergence.py

[warning] possibly-unresolved-reference - :122:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :123:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/test_kl_divergence.py

[warning] possibly-unresolved-reference - :121:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :122:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/test_maximum_mean_discrepancy.py

[warning] possibly-unresolved-reference - :135:42 - Name `data_loader` used when possibly not defined
[warning] possibly-unresolved-reference - :133:24 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :133:66 - Name `y` used when possibly not defined

tests/ignite/metrics/test_mean_average_precision.py

[warning] possibly-unresolved-reference - :189:17 - Name `y_preds` used when possibly not defined
[error] non-subscriptable - :189:17 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :189:17 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :189:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :189:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :189:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`
[warning] possibly-unresolved-reference - :190:17 - Name `y_true` used when possibly not defined
[error] non-subscriptable - :190:17 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :190:17 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :190:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :190:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :190:17 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`

tests/ignite/metrics/test_mutual_information.py

[warning] possibly-unresolved-reference - :108:21 - Name `y_preds` used when possibly not defined
[warning] possibly-unresolved-reference - :109:21 - Name `y_true` used when possibly not defined

tests/ignite/metrics/test_precision.py

[error] unresolved-reference - :351:21 - Name `y_preds` used when not defined
[error] non-subscriptable - :351:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :351:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :351:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :351:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :351:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`
[error] unresolved-reference - :352:21 - Name `y_true` used when not defined
[error] non-subscriptable - :352:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :352:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] unresolved-reference - :403:21 - Name `y_preds` used when not defined
[error] non-subscriptable - :403:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :403:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :403:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :403:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :403:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`
[error] unresolved-reference - :404:21 - Name `y_true` used when not defined
[error] non-subscriptable - :404:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :404:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :404:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :404:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :404:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`

tests/ignite/metrics/test_recall.py

[error] unresolved-reference - :354:21 - Name `y_preds` used when not defined
[error] non-subscriptable - :354:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :354:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :354:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :354:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :354:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`
[error] unresolved-reference - :355:21 - Name `y_true` used when not defined
[error] non-subscriptable - :355:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :355:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] unresolved-reference - :406:21 - Name `y_preds` used when not defined
[error] non-subscriptable - :406:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :406:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :406:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :406:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :406:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`
[error] unresolved-reference - :407:21 - Name `y_true` used when not defined
[error] non-subscriptable - :407:21 - Cannot subscript object of type `float` with no `__getitem__` method
[error] non-subscriptable - :407:21 - Cannot subscript object of type `int` with no `__getitem__` method
[error] call-non-callable - :407:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Any, (s: slice[Any, Any, Any], /) -> list[Any]]` is not callable on object of type `list[Any]`
[error] call-non-callable - :407:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> int | float, (s: slice[Any, Any, Any], /) -> list[int | float]]` is not callable on object of type `list[int | float]`
[error] call-non-callable - :407:21 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> str, (s: slice[Any, Any, Any], /) -> list[str]]` is not callable on object of type `list[str]`

isort (https://github.com/pycqa/isort)

isort/format.py

[warning] possibly-unresolved-reference - :118:47 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :119:51 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :120:27 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :121:29 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :127:35 - Name `colorama` used when possibly not defined
[warning] possibly-unresolved-reference - :154:9 - Name `colorama` used when possibly not defined

isort/output.py

[warning] possibly-unresolved-reference - :56:47 - Name `section` used when possibly not defined
[warning] possibly-unresolved-reference - :66:78 - Name `section` used when possibly not defined

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

src/jinja2/compiler.py

[warning] possibly-unresolved-reference - :1429:36 - Name `env_finalize` used when possibly not defined
[warning] possibly-unresolved-reference - :1437:40 - Name `env_finalize` used when possibly not defined

src/jinja2/environment.py

[warning] possibly-unresolved-reference - :855:24 - Name `ZipInfo` used when possibly not defined
[warning] possibly-unresolved-reference - :857:17 - Name `zip_file` used when possibly not defined

src/jinja2/filters.py

[warning] possibly-unresolved-reference - :1740:17 - Name `name` used when possibly not defined
[warning] possibly-unresolved-reference - :1772:50 - Name `name` used when possibly not defined

src/jinja2/loaders.py

[warning] possibly-unresolved-reference - :387:69 - Name `mtime` used when possibly not defined
[error] unresolved-reference - :449:42 - Name `source` used when not defined

tests/test_ext.py

[error] unresolved-attribute - :331:13 - Type `def get_user_count() -> Unknown` has no attribute `called`

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

kornia/feature/dedode/transformer/layers/attention.py

[warning] possibly-unresolved-reference - :89:19 - Name `unbind` used when possibly not defined
[warning] possibly-unresolved-reference - :91:13 - Name `memory_efficient_attention` used when possibly not defined

kornia/feature/dedode/transformer/layers/block.py

[warning] possibly-unresolved-reference - :168:27 - Name `scaled_index_add` used when possibly not defined
[warning] possibly-unresolved-reference - :186:21 - Name `fmha` used when possibly not defined
[warning] possibly-unresolved-reference - :191:23 - Name `index_select_cat` used when possibly not defined

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

manticore/native/mappings.py

[error] call-non-callable - :60:14 - Object of type `None` is not callable
[error] call-non-callable - :78:14 - Object of type `None` is not callable

examples/script/count_instructions.py

[warning] possibly-unresolved-reference - :25:14 - Name `m` used when possibly not defined

examples/script/introduce_symbolic_bytes.py

[warning] possibly-unresolved-reference - :63:51 - Name `taint_id` used when possibly not defined
[warning] possibly-unresolved-reference - :82:16 - Name `has_tainted_operands` used when possibly not defined
[warning] possibly-unresolved-reference - :82:52 - Name `taint_id` used when possibly not defined

examples/script/lads-baby-re.py

[warning] possibly-unresolved-reference - :27:9 - Name `m` used when possibly not defined

examples/script/run_hook.py

[warning] possibly-unresolved-reference - :22:26 - Name `pc` used when possibly not defined

examples/script/aarch64/hello42.py

[warning] possibly-unresolved-reference - :21:14 - Name `m` used when possibly not defined
[warning] possibly-unresolved-reference - :45:39 - Name `execute_instruction` used when possibly not defined
[warning] possibly-unresolved-reference - :49:48 - Name `execute_instruction` used when possibly not defined

manticore/__main__.py

[warning] possibly-unresolved-reference - :48:9 - Name `native_main` used when possibly not defined

manticore/native/cpu/arm.py

[warning] possibly-unresolved-reference - :83:33 - Name `num_body_params` used when possibly not defined

manticore/native/manticore.py

[warning] possibly-unresolved-reference - :85:49 - Name `fmodel` used when possibly not defined

manticore/native/state.py

[error] unresolved-reference - :309:42 - Name `e` used when not defined
[warning] possibly-unbound-attribute - :309:42 - Attribute `reg_name` on type `Unknown | ConcretizeRegister | MemoryException | Concretize` is possibly unbound
[error] unresolved-reference - :319:37 - Name `e` used when not defined
[error] unresolved-reference - :319:55 - Name `e` used when not defined
[warning] possibly-unbound-attribute - :319:37 - Attribute `address` on type `Unknown | ConcretizeRegister | MemoryException | Concretize` is possibly unbound
[warning] possibly-unbound-attribute - :319:55 - Attribute `size` on type `Unknown | ConcretizeRegister | MemoryException | Concretize` is possibly unbound

manticore/platforms/evm.py

[error] unresolved-reference - :1315:20 - Name `taints` used when not defined
[error] unresolved-reference - :1317:54 - Name `taints` used when not defined
[error] unresolved-reference - :1378:46 - Name `pos` used when not defined
[warning] possibly-unresolved-reference - :3495:43 - Name `fcode` used when possibly not defined

manticore/wasm/manticore.py

[warning] possibly-unresolved-reference - :122:65 - Name `args` used when possibly not defined

scripts/sandshrew/sandshrew.py

[warning] possibly-unresolved-reference - :185:69 - Name `sym` used when possibly not defined
[warning] possibly-unresolved-reference - :190:75 - Name `sym` used when possibly not defined
[warning] possibly-unresolved-reference - :263:62 - Name `sym` used when possibly not defined

tests/auto_generators/make_dump.py

[warning] possibly-unresolved-reference - :159:24 - Name `instruction` used when possibly not defined

tests/native/test_aarch64cpu.py

[warning] possibly-unresolved-reference - :2912:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :2928:17 - Name `b_cond` used when possibly not defined
[warning] possibly-unresolved-reference - :2933:17 - Name `b_cond` used when possibly not defined
[warning] possibly-unresolved-reference - :3968:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :3976:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :3984:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :3994:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4002:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4010:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4047:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4055:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4063:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4073:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4081:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4089:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4128:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4137:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4146:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4157:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4166:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4175:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4215:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4224:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4235:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :4244:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5904:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5913:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5924:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5933:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5967:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5976:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5987:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :5996:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6030:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6039:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6050:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6059:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6091:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6100:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6109:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6120:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6129:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6138:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6176:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6185:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6196:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6205:48 - Name `cond` used when possibly not defined
[warning] possibly-unresolved-reference - :6636:36 - Name `reg_count` used when possibly not defined
[warning] possibly-unresolved-reference - :6636:49 - Name `size` used when possibly not defined
[warning] possibly-unresolved-reference - :6636:57 - Name `dword_size` used when possibly not defined
[warning] possibly-unresolved-reference - :6637:43 - Name `val` used when possibly not defined
[warning] possibly-unresolved-reference - :6637:53 - Name `step` used when possibly not defined
[warning] possibly-unresolved-reference - :6644:24 - Name `mode` used when possibly not defined
[warning] possibly-unresolved-reference - :6645:39 - Name `wback_reg` used when possibly not defined
[warning] possibly-unresolved-reference - :6645:58 - Name `wback` used when possibly not defined
[warning] possibly-unresolved-reference - :6651:52 - Name `insn` used when possibly not defined
[warning] possibly-unresolved-reference - :6653:36 - Name `reg_count` used when possibly not defined
[warning] possibly-unresolved-reference - :6655:34 - Name `size` used when possibly not defined
[warning] possibly-unresolved-reference - :6655:42 - Name `dword_size` used when possibly not defined
[warning] possibly-unresolved-reference - :6656:31 - Name `val` used when possibly not defined
[warning] possibly-unresolved-reference - :6656:41 - Name `step` used when possibly not defined
[warning] possibly-unresolved-reference - :6657:33 - Name `val` used when possibly not defined
[warning] possibly-unresolved-reference - :6657:49 - Name `step` used when possibly not defined
[warning] possibly-unresolved-reference - :6657:58 - Name `dword_size` used when possibly not defined
[warning] possibly-unresolved-reference - :6658:42 - Name `size` used when possibly not defined
[warning] possibly-unresolved-reference - :6669:24 - Name `mode` used when possibly not defined
[warning] possibly-unresolved-reference - :6670:66 - Name `wback` used when possibly not defined
[warning] possibly-unresolved-reference - :13938:48 - Name `insn` used when possibly not defined
[warning] possibly-unresolved-reference - :13942:49 - Name `res` used when possibly not defined
[warning] possibly-unresolved-reference - :13943:49 - Name `res` used when possibly not defined

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

misc/mcp-materialize/mcp_materialize/__init__.py

[warning] possibly-unresolved-reference - :164:32 - Name `sse` used when possibly not defined
[warning] possibly-unresolved-reference - :164:32 - Name `sse` used when possibly not defined
[warning] possibly-unresolved-reference - :164:32 - Name `sse` used when possibly not defined

misc/python/materialize/cli/helm_chart_version_bump.py

[warning] possibly-unresolved-reference - :71:29 - Name `orchestratord_version` used when possibly not defined
[warning] possibly-unresolved-reference - :82:60 - Name `orchestratord_version` used when possibly not defined

misc/python/materialize/parallel_benchmark/framework.py

[warning] possibly-unresolved-reference - :354:46 - Name `start_time` used when possibly not defined

test/race-condition/mzcompose.py

[warning] possibly-unresolved-reference - :636:50 - Name `run` used when possibly not defined

test/sqllogictest/mzcompose.py

[warning] possibly-unresolved-reference - :107:19 - Name `step` used when possibly not defined
[warning] possibly-unresolved-reference - :106:75 - Name `i` used when possibly not defined

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

mesonbuild/cmake/fileapi.py

[warning] possibly-unresolved-reference - :127:49 - Name `cnf` used when possibly not defined
[warning] possibly-unresolved-reference - :235:57 - Name `cnf` used when possibly not defined
[warning] possibly-unresolved-reference - :249:27 - Name `cnf` used when possibly not defined

mesonbuild/modules/sourceset.py

[warning] possibly-unresolved-reference - :241:31 - Name `config_cache` used when possibly not defined
[warning] possibly-unresolved-reference - :243:25 - Name `config_cache` used when possibly not defined
[warning] possibly-unresolved-reference - :247:25 - Name `config_cache` used when possibly not defined
[warning] possibly-unresolved-reference - :248:24 - Name `config_cache` used when possibly not defined

docs/refman/loaderyaml.py

[warning] possibly-unresolved-reference - :159:29 - Name `strictyaml` used when possibly not defined
[warning] possibly-unresolved-reference - :168:39 - Name `yaml` used when possibly not defined
[warning] possibly-unresolved-reference - :168:62 - Name `CLoader` used when possibly not defined

mesonbuild/dependencies/python.py

[warning] possibly-unresolved-reference - :415:24 - Name `pkg_libdir` used when possibly not defined
[warning] possibly-unresolved-reference - :423:51 - Name `pkg_libdir` used when possibly not defined

mesonbuild/dependencies/qt.py

[warning] possibly-unresolved-reference - :203:47 - Name `mod` used when possibly not defined

mesonbuild/interpreterbase/decorators.py

[warning] possibly-unresolved-reference - :487:40 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :490:39 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :492:37 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :493:33 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :495:37 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :496:33 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :498:31 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :501:74 - Name `info` used when possibly not defined

mesonbuild/minstall.py

[error] unresolved-reference - :848:49 - Name `orig_user` used when not defined
[error] unresolved-reference - :849:20 - Name `orig_gid` used when not defined
[error] unresolved-reference - :850:35 - Name `orig_gid` used when not defined
[error] unresolved-reference - :851:20 - Name `orig_uid` used when not defined
[error] unresolved-reference - :852:35 - Name `orig_uid` used when not defined

mesonbuild/mintro.py

[warning] possibly-unresolved-reference - :74:135 - Name `interpreter` used when possibly not defined

mesonbuild/modules/_qt.py

[warning] possibly-unresolved-reference - :254:60 - Name `arg` used when possibly not defined
[warning] possibly-unresolved-reference - :255:20 - Name `name` used when possibly not defined

mesonbuild/mtest.py

[warning] possibly-unresolved-reference - :1595:46 - Name `previous_sigint_handler` used when possibly not defined

mesonbuild/rewriter.py

[warning] possibly-unresolved-reference - :248:31 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :958:25 - Name `convert` used when possibly not defined
[warning] possibly-unresolved-reference - :961:49 - Name `alphanum_key` used when possibly not defined
[warning] possibly-unresolved-reference - :971:53 - Name `path_sorter` used when possibly not defined

mesonbuild/utils/universal.py

[warning] possibly-unresolved-reference - :1170:24 - Name `_find_unsafe_char` used when possibly not defined
[warning] possibly-unresolved-reference - :1206:27 - Name `_whitespace` used when possibly not defined

mesonbuild/wrap/wrap.py

[warning] possibly-unresolved-reference - :92:84 - Name `ssl` used when possibly not defined

run_project_tests.py

[error] unresolved-reference - :1131:99 - Name `options` used when not defined
[error] unresolved-reference - :1134:117 - Name `options` used when not defined
[error] unresolved-reference - :1135:123 - Name `options` used when not defined
[warning] possibly-unresolved-reference - :1292:17 - Name `tqdm` used when possibly not defined

run_tests.py

[error] unsupported-operator - :275:15 - Operator `+` is unsupported between objects of type `Unknown | None | list[Unknown] | list[str]` and `list[Unknown]`

unittests/failuretests.py

[error] invalid-assignment - :49:5 -
Old: Implicit shadowing of function `which`
New: Object of type `def new_which(cmd, *kwargs) -> Unknown` is not assignable to attribute `which` on type `<module 'shutil'> | <module 'shutil'>`

unittests/internaltests.py

[warning] possibly-unresolved-reference - :1063:42 - Name `validate` used when possibly not defined
[error] unresolved-attribute - :2099:21 -
Old: Type `<module 'unittest'>` has no attribute `mock`
New: Type `<module 'unittest'> | <module 'unittest'>` has no attribute `mock`
[error] unresolved-attribute - :2100:21 -
Old: Type `<module 'unittest'>` has no attribute `mock`
New: Type `<module 'unittest'> | <module 'unittest'>` has no attribute `mock`

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

mitmproxy/utils/emoji.py

[warning] possibly-unresolved-reference - :1888:23 - Name `out` used when possibly not defined

mitmproxy/proxy/server.py

[warning] possibly-unresolved-reference - :587:13 - Name `opts` used when possibly not defined

mitmproxy/utils/vt_codes.py

[warning] possibly-unresolved-reference - :40:17 - Name `STD_OUTPUT_HANDLE` used when possibly not defined
[warning] possibly-unresolved-reference - :42:17 - Name `STD_ERROR_HANDLE` used when possibly not defined
[warning] possibly-unresolved-reference - :46:18 - Name `GetStdHandle` used when possibly not defined
[warning] possibly-unresolved-reference - :47:24 - Name `DWORD` used when possibly not defined
[warning] possibly-unresolved-reference - :48:14 - Name `GetConsoleMode` used when possibly not defined
[warning] possibly-unresolved-reference - :48:37 - Name `byref` used when possibly not defined
[warning] possibly-unresolved-reference - :52:14 - Name `SetConsoleMode` used when possibly not defined
[warning] possibly-unresolved-reference - :53:42 - Name `ENABLE_VIRTUAL_TERMINAL_PROCESSING` used when possibly not defined

test/mitmproxy/addons/test_proxyserver.py

[warning] possibly-unresolved-reference - :752:58 - Name `trailer_waiter` used when possibly not defined

test/mitmproxy/proxy/layers/http/test_http.py

[error] invalid-argument-type - :1270:44 - Argument is incorrect: Expected `HTTPFlow`, found `Unknown | _Placeholder[Unknown]`

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

mkdocs/contrib/search/search_index.py

[warning] possibly-unresolved-reference - :123:28 - Name `lunr` used when possibly not defined

mkdocs/localization.py

[warning] possibly-unresolved-reference - :69:26 - Name `Translations` used when possibly not defined
[warning] possibly-unresolved-reference - :78:24 - Name `Translations` used when possibly not defined
[warning] possibly-unresolved-reference - :80:34 - Name `NullTranslations` used when possibly not defined
[warning] possibly-unresolved-reference - :84:45 - Name `Translations` used when possibly not defined

mkdocs/tests/base.py

[warning] possibly-unbound-attribute - :77:38 - Attribute `items` on type `Unknown | None | (Unknown & ~list[Unknown] & ~tuple[Unknown, ...] & ~AlwaysFalsy) | dict[Unknown, Unknown]` is possibly unbound

mkosi (https://github.com/systemd/mkosi)

mkosi/__init__.py

[warning] possibly-unresolved-reference - :190:87 - Name `d` used when possibly not defined
[warning] possibly-unresolved-reference - :3911:63 - Name `exclude` used when possibly not defined

mkosi/config.py

[warning] possibly-unresolved-reference - :4504:41 - Name `order` used when possibly not defined

mkosi/qemu.py

[warning] possibly-unresolved-reference - :814:36 - Name `initrd` used when possibly not defined

mongo-python-driver (https://github.com/mongodb/mongo-python-driver)

pymongo/saslprep.py

[warning] possibly-unresolved-reference - :77:28 - Name `_PROHIBITED` used when possibly not defined
[warning] possibly-unresolved-reference - :77:41 - Name `stringprep` used when possibly not defined
[warning] possibly-unresolved-reference - :79:26 - Name `_PROHIBITED` used when possibly not defined
[warning] possibly-unresolved-reference - :85:24 - Name `stringprep` used when possibly not defined
[warning] possibly-unresolved-reference - :86:23 - Name `stringprep` used when possibly not defined
[warning] possibly-unresolved-reference - :93:16 - Name `unicodedata` used when possibly not defined
[warning] possibly-unresolved-reference - :95:23 - Name `stringprep` used when possibly not defined
[warning] possibly-unresolved-reference - :104:40 - Name `stringprep` used when possibly not defined

bson/__init__.py

[error] no-matching-overload - :1267:16 - No overload of function `decode_all` matches arguments
[error] no-matching-overload - :1267:16 - No overload of function `decode_all` matches arguments
[error] invalid-return-type - :1267:16 - Return type does not match returned value: expected `list[_DocumentType]`, found `list[dict[str, Any]] | list[Unknown]`
[error] invalid-argument-type - :1267:33 - Argument to function `decode_all` is incorrect: Expected `None`, found `CodecOptions[_DocumentType]`
[error] no-matching-overload - :1270:16 - No overload of function `decode_all` matches arguments
[error] no-matching-overload - :1270:16 - No overload of function `decode_all` matches arguments
[error] invalid-return-type - :1270:16 - Return type does not match returned value: expected `list[_DocumentType]`, found `list[dict[str, Any]] | list[Any]`
[error] invalid-argument-type - :1270:33 - Argument to function `decode_all` is incorrect: Expected `None`, found `CodecOptions[Any]`
[error] no-matching-overload - :1466:16 - No overload of function `decode` matches arguments
[error] no-matching-overload - :1466:16 - No overload of function `decode` matches arguments
[error] invalid-argument-type - :1466:29 - Argument to function `decode` is incorrect: Expected `None`, found `CodecOptions[Any] | CodecOptions[dict[str, Any]]`
[warning] possibly-unresolved-reference - :546:13 - Name `_cbson` used when possibly not defined

pymongo/asynchronous/auth.py

[warning] possibly-unresolved-reference - :235:31 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :236:50 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :243:31 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :245:30 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :251:27 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :251:72 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :253:22 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :261:16 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :268:23 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :279:26 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :283:27 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :292:30 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :299:16 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :302:16 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :302:48 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :305:23 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :314:13 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :316:12 - Name `kerberos` used when possibly not defined

pymongo/asynchronous/encryption.py

[warning] possibly-unresolved-reference - :216:20 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :232:16 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :241:20 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :242:23 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :440:32 - Name `AsyncAutoEncrypter` used when possibly not defined
[warning] possibly-unresolved-reference - :556:12 - Name `MongoCryptOptions` used when possibly not defined
[warning] possibly-unresolved-reference - :686:28 - Name `AsyncExplicitEncrypter` used when possibly not defined

pymongo/asynchronous/pool.py

[warning] possibly-unresolved-reference - :113:17 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :113:27 - Name `F_GETFD` used when possibly not defined
[warning] possibly-unresolved-reference - :114:9 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :114:19 - Name `F_SETFD` used when possibly not defined
[warning] possibly-unresolved-reference - :114:36 - Name `FD_CLOEXEC` used when possibly not defined

pymongo/asynchronous/topology.py

[warning] possibly-unresolved-reference - :192:45 - Name `weak` used when possibly not defined

pymongo/network_layer.py

[warning] possibly-unresolved-reference - :80:44 - Name `SSLSocket` used when possibly not defined
[warning] possibly-unresolved-reference - :111:27 - Name `SSLError` used when possibly not defined
[warning] possibly-unresolved-reference - :160:27 - Name `SSLError` used when possibly not defined
[warning] possibly-unresolved-reference - :259:44 - Name `SSLSocket` used when possibly not defined

pymongo/pool_shared.py

[warning] possibly-unresolved-reference - :53:17 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :53:27 - Name `F_GETFD` used when possibly not defined
[warning] possibly-unresolved-reference - :54:9 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :54:19 - Name `F_SETFD` used when possibly not defined
[warning] possibly-unresolved-reference - :54:36 - Name `FD_CLOEXEC` used when possibly not defined

pymongo/pyopenssl_context.py

[warning] possibly-unresolved-reference - :333:40 - Name `certifi` used when possibly not defined

pymongo/ssl_support.py

[warning] possibly-unresolved-reference - :75:20 - Name `_pyssl` used when possibly not defined
[warning] possibly-unresolved-reference - :76:16 - Name `_ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :90:37 - Name `_pyssl` used when possibly not defined
[warning] possibly-unresolved-reference - :92:19 - Name `_ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :93:23 - Name `CERT_NONE` used when possibly not defined
[warning] possibly-unresolved-reference - :93:68 - Name `CERT_REQUIRED` used when possibly not defined
[warning] possibly-unresolved-reference - :95:27 - Name `CERT_NONE` used when possibly not defined
[warning] possibly-unresolved-reference - :123:29 - Name `CERT_NONE` used when possibly not defined

pymongo/synchronous/auth.py

[warning] possibly-unresolved-reference - :232:31 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :233:50 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :240:31 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :242:30 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :248:27 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :248:72 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :250:22 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :258:16 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :265:23 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :276:26 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :280:27 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :289:30 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :296:16 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :299:16 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :299:48 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :302:23 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :311:13 - Name `kerberos` used when possibly not defined
[warning] possibly-unresolved-reference - :313:12 - Name `kerberos` used when possibly not defined

pymongo/synchronous/encryption.py

[warning] possibly-unresolved-reference - :215:20 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :231:16 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :240:20 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :241:23 - Name `MongoCryptError` used when possibly not defined
[warning] possibly-unresolved-reference - :437:32 - Name `AutoEncrypter` used when possibly not defined
[warning] possibly-unresolved-reference - :553:12 - Name `MongoCryptOptions` used when possibly not defined
[warning] possibly-unresolved-reference - :679:28 - Name `ExplicitEncrypter` used when possibly not defined

pymongo/synchronous/pool.py

[warning] possibly-unresolved-reference - :113:17 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :113:27 - Name `F_GETFD` used when possibly not defined
[warning] possibly-unresolved-reference - :114:9 - Name `fcntl` used when possibly not defined
[warning] possibly-unresolved-reference - :114:19 - Name `F_SETFD` used when possibly not defined
[warning] possibly-unresolved-reference - :114:36 - Name `FD_CLOEXEC` used when possibly not defined

pymongo/synchronous/topology.py

[warning] possibly-unresolved-reference - :192:45 - Name `weak` used when possibly not defined

more-itertools (https://github.com/more-itertools/more-itertools)

more_itertools/more.py

[error] non-subscriptable - :1270:36 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :1695:52 - Operator `-` is unsupported between objects of type `Unknown | None` and `Literal[1]`
[error] unsupported-operator - :3437:31 - Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | (Unknown & ~None) | Literal[0]` with `int`
[error] unsupported-operator - :3437:43 - Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | (Unknown & ~None) | int`
[error] unsupported-operator - :3442:27 - Operator `<=` is not supported for types `None` and `int`, in comparing `Unknown | None | (Unknown & ~None) | Literal[0]` with `int`
[error] unsupported-operator - :3442:39 - Operator `<=` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None | (Unknown & ~None) | int`
[warning] possibly-unresolved-reference - :188:24 - Name `dl_split` used when possibly not defined
[warning] possibly-unresolved-reference - :189:24 - Name `dl_split` used when possibly not defined
[warning] possibly-unresolved-reference - :197:45 - Name `dl_mul` used when possibly not defined
[warning] possibly-unresolved-reference - :827:22 - Name `equivalent_items` used when possibly not defined
[warning] possibly-unresolved-reference - :1931:18 - Name `get_key_items` used when possibly not defined
[warning] possibly-unresolved-reference - :1925:66 - Name `key_offset` used when possibly not defined

more_itertools/recipes.py

[warning] possibly-unresolved-reference - :350:16 - Name `itertools_pairwise` used when possibly not defined
[warning] possibly-unresolved-reference - :994:16 - Name `itertools_batched` used when possibly not defined

mypy-protobuf (https://github.com/dropbox/mypy-protobuf)

test/generated/testproto/test_pb2.pyi

[warning] possibly-unbound-attribute - :396:25 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :405:25 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :414:37 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :418:25 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :426:25 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :437:25 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :443:37 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :447:25 - Attribute `service` on type `<module 'google.protobuf'> | Unknown` is possibly unbound

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

mypy_primer/main.py

[error] unresolved-reference - :175:67 - Name `shard_costs` used when not defined

openlibrary (https://github.com/internetarchive/openlibrary)

openlibrary/coverstore/utils.py

[error] missing-argument - :164:21 - No argument provided for required parameter `out` of function `encode`

openlibrary/plugins/importapi/code.py

[warning] possibly-unresolved-reference - :109:39 - Name `obj` used when possibly not defined
[warning] possibly-unresolved-reference - :110:39 - Name `obj` used when possibly not defined

openlibrary/plugins/upstream/utils.py

[warning] unused-ignore-comment - :1184:81 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :1204:32 - Name `lang` used when possibly not defined

openlibrary/plugins/worksearch/code.py

[warning] possibly-unresolved-reference - :209:28 - Name `default_spellcheck_count` used when possibly not defined
[warning] possibly-unresolved-reference - :276:14 - Name `solr_select_url` used when possibly not defined
[warning] possibly-unresolved-reference - :278:35 - Name `solr_select_url` used when possibly not defined
[warning] possibly-unresolved-reference - :955:44 - Name `default_spellcheck_count` used when possibly not defined
[warning] possibly-unresolved-reference - :956:21 - Name `default_spellcheck_count` used when possibly not defined

openlibrary/plugins/worksearch/schemes/works.py

[warning] possibly-unresolved-reference - :404:29 - Name `WORK_FIELD_TO_ED_FIELD` used when possibly not defined
[warning] possibly-unresolved-reference - :405:28 - Name `WORK_FIELD_TO_ED_FIELD` used when possibly not defined
[warning] possibly-unresolved-reference - :426:36 - Name `convert_work_field_to_edition_field` used when possibly not defined
[warning] possibly-unresolved-reference - :466:40 - Name `convert_work_query_to_edition_query` used when possibly not defined
[warning] possibly-unresolved-reference - :475:40 - Name `convert_work_query_to_edition_query` used when possibly not defined

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

optuna/samplers/nsgaii/_elite_population_selection_strategy.py

[warning] possibly-unresolved-reference - :84:48 - Name `i` used when possibly not defined

optuna/visualization/_contour.py

[warning] possibly-unresolved-reference - :105:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :113:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :120:18 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :136:18 - Name `make_subplots` used when possibly not defined
[warning] possibly-unresolved-reference - :144:38 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :191:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :191:30 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :191:44 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :197:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :197:30 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :197:44 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :218:15 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :223:20 - Name `COLOR_SCALE` used when possibly not defined
[warning] possibly-unresolved-reference - :242:12 - Name `go` used when possibly not defined

optuna/visualization/_edf.py

[warning] possibly-unresolved-reference - :79:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :89:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :93:23 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :95:14 - Name `go` used when possibly not defined

optuna/visualization/_hypervolume_history.py

[warning] possibly-unresolved-reference - :69:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :75:12 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :80:12 - Name `go` used when possibly not defined

optuna/visualization/_intermediate_values.py

[warning] possibly-unresolved-reference - :73:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :83:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :88:9 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :102:12 - Name `go` used when possibly not defined

optuna/visualization/_optimization_history.py

[warning] possibly-unresolved-reference - :210:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :249:13 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :259:17 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :269:21 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :279:21 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :289:13 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :299:12 - Name `go` used when possibly not defined

optuna/visualization/_parallel_coordinate.py

[warning] possibly-unresolved-reference - :89:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :92:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :99:9 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :105:31 - Name `COLOR_SCALE` used when possibly not defined
[warning] possibly-unresolved-reference - :113:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :212:74 - Name `vocab` used when possibly not defined
[warning] possibly-unresolved-reference - :222:85 - Name `vocab` used when possibly not defined

optuna/visualization/_param_importances.py

[warning] possibly-unresolved-reference - :173:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :179:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :185:13 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :197:12 - Name `go` used when possibly not defined

optuna/visualization/_pareto_front.py

[warning] possibly-unresolved-reference - :160:18 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :166:18 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :174:12 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :363:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :373:16 - Name `go` used when possibly not defined

optuna/visualization/_rank.py

[warning] possibly-unresolved-reference - :271:15 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :275:31 - Name `plotly` used when possibly not defined
[warning] possibly-unresolved-reference - :309:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :312:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :319:18 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :335:18 - Name `make_subplots` used when possibly not defined
[warning] possibly-unresolved-reference - :377:22 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :399:26 - Name `plotly` used when possibly not defined
[warning] possibly-unresolved-reference - :400:39 - Name `plotly` used when possibly not defined
[warning] possibly-unresolved-reference - :403:16 - Name `matplotlib_plt` used when possibly not defined

optuna/visualization/_slice.py

[warning] possibly-unresolved-reference - :177:14 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :180:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :182:18 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :192:18 - Name `make_subplots` used when possibly not defined
[warning] possibly-unresolved-reference - :240:9 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :248:31 - Name `COLOR_SCALE` used when possibly not defined
[warning] possibly-unresolved-reference - :260:13 - Name `go` used when possibly not defined

optuna/visualization/_terminator_improvement.py

[warning] possibly-unresolved-reference - :142:12 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :159:16 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :162:12 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :194:11 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :195:16 - Name `go` used when possibly not defined

optuna/visualization/_timeline.py

[warning] possibly-unresolved-reference - :149:11 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :161:9 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :176:9 - Name `go` used when possibly not defined

optuna/visualization/matplotlib/_contour.py

[warning] possibly-unresolved-reference - :82:17 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :86:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :89:20 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :94:27 - Name `ContourSet` used when possibly not defined
[warning] possibly-unresolved-reference - :99:20 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :110:35 - Name `ContourSet` used when possibly not defined
[warning] possibly-unresolved-reference - :121:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :273:31 - Name `ContourSet` used when possibly not defined

optuna/visualization/matplotlib/_edf.py

[warning] possibly-unresolved-reference - :62:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :63:13 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :68:12 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_hypervolume_history.py

[warning] possibly-unresolved-reference - :64:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :65:13 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :69:12 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_intermediate_values.py

[warning] possibly-unresolved-reference - :43:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :44:13 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :48:12 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_optimization_history.py

[warning] possibly-unresolved-reference - :74:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :75:13 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :79:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :94:13 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :149:5 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_parallel_coordinate.py

[warning] possibly-unresolved-reference - :68:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :69:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :102:10 - Name `LineCollection` used when possibly not defined
[warning] possibly-unresolved-reference - :107:5 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_param_importances.py

[warning] possibly-unresolved-reference - :82:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :83:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :105:19 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_pareto_front.py

[warning] possibly-unresolved-reference - :105:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :106:13 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :108:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :145:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :146:11 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :147:9 - Name `Axes3D` used when possibly not defined
[warning] possibly-unresolved-reference - :149:12 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_rank.py

[warning] possibly-unresolved-reference - :65:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :71:17 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :75:20 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :79:20 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :95:17 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_slice.py

[warning] possibly-unresolved-reference - :64:17 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :68:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :70:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :74:20 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :81:24 - Name `matplotlib` used when possibly not defined
[warning] possibly-unresolved-reference - :82:20 - Name `matplotlib` used when possibly not defined
[warning] possibly-unresolved-reference - :84:20 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_terminator_improvement.py

[warning] possibly-unresolved-reference - :78:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :79:13 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :83:12 - Name `plt` used when possibly not defined

optuna/visualization/matplotlib/_timeline.py

[warning] unused-ignore-comment - :111:62 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :70:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :71:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :95:35 - Name `matplotlib` used when possibly not defined
[warning] possibly-unresolved-reference - :110:32 - Name `matplotlib` used when possibly not defined
[warning] possibly-unresolved-reference - :112:5 - Name `plt` used when possibly not defined

tests/samplers_tests/test_samplers.py

[warning] possibly-unresolved-reference - :555:47 - Name `i` used when possibly not defined

tests/storages_tests/test_storages.py

[warning] possibly-unresolved-reference - :193:63 - Name `study_id` used when possibly not defined
[warning] possibly-unresolved-reference - :196:21 - Name `target` used when possibly not defined

tests/test_distributions.py

[warning] possibly-unresolved-reference - :105:78 - Name `distribution` used when possibly not defined

tests/test_multi_objective.py

[warning] possibly-unresolved-reference - :47:34 - Name `values` used when possibly not defined

tests/visualization_tests/test_edf.py

[warning] possibly-unresolved-reference - :36:27 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :39:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :40:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :113:27 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :115:29 - Name `Axes` used when possibly not defined

tests/visualization_tests/test_optimization_history.py

[warning] possibly-unresolved-reference - :163:58 - Name `i` used when possibly not defined

tests/visualization_tests/test_timeline.py

[warning] possibly-unresolved-reference - :173:27 - Name `go` used when possibly not defined
[warning] possibly-unresolved-reference - :176:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :177:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :226:27 - Name `go` used when possibly not defined

paasta (https://github.com/yelp/paasta)

paasta_tools/async_utils.py

[warning] possibly-unresolved-reference - :63:17 - Name `instance_caches` used when possibly not defined
[warning] possibly-unresolved-reference - :68:39 - Name `on_delete` used when possibly not defined
[warning] possibly-unresolved-reference - :69:30 - Name `instance_caches` used when possibly not defined
[warning] possibly-unresolved-reference - :84:53 - Name `cache2` used when possibly not defined

paasta_tools/api/tweens/profiling.py

[warning] possibly-unresolved-reference - :92:18 - Name `PaastaCProfileConfig` used when possibly not defined
[warning] possibly-unresolved-reference - :93:21 - Name `YelpSOARequestProcessor` used when possibly not defined
[warning] possibly-unresolved-reference - :94:27 - Name `CProfileContextManager` used when possibly not defined

paasta_tools/check_oom_events.py

[warning] possibly-unresolved-reference - :122:12 - Name `StreamTailerSetupError` used when possibly not defined

paasta_tools/cli/cmds/local_run.py

[warning] possibly-unresolved-reference - :221:19 - Name `healthchecking` used when possibly not defined
[warning] possibly-unresolved-reference - :225:24 - Name `healthchecking` used when possibly not defined

paasta_tools/cli/cmds/logs.py

[warning] possibly-unresolved-reference - :990:20 - Name `StreamTailerSetupError` used when possibly not defined
[warning] possibly-unresolved-reference - :1115:16 - Name `StreamTailerSetupError` used when possibly not defined

paasta_tools/cli/cmds/status.py

[warning] possibly-unresolved-reference - :2160:24 - Name `normalized_regs` used when possibly not defined
[warning] possibly-unresolved-reference - :2177:16 - Name `owners` used when possibly not defined
[warning] possibly-unresolved-reference - :2179:37 - Name `owners` used when possibly not defined

paasta_tools/contrib/kill_bad_containers.py

[warning] possibly-unresolved-reference - :39:13 - Name `iptc` used when possibly not defined
[warning] possibly-unresolved-reference - :39:24 - Name `iptc` used when possibly not defined
[warning] possibly-unresolved-reference - :40:13 - Name `iptc` used when possibly not defined

paasta_tools/instance/kubernetes.py

[warning] possibly-unresolved-reference - :980:21 - Name `cs` used when possibly not defined
[warning] possibly-unresolved-reference - :985:70 - Name `cs` used when possibly not defined
[warning] possibly-unresolved-reference - :989:16 - Name `state` used when possibly not defined
[warning] possibly-unresolved-reference - :990:17 - Name `cs` used when possibly not defined
[warning] possibly-unresolved-reference - :990:35 - Name `last_state` used when possibly not defined
[warning] possibly-unresolved-reference - :990:47 - Name `last_timestamp` used when possibly not defined
[warning] possibly-unresolved-reference - :996:25 - Name `cs` used when possibly not defined
[warning] possibly-unresolved-reference - :1002:79 - Name `cs` used when possibly not defined

paasta_tools/kubernetes/bin/paasta_secrets_sync.py

[warning] possibly-unresolved-reference - :459:33 - Name `secret` used when possibly not defined
[warning] possibly-unresolved-reference - :461:72 - Name `secret` used when possibly not defined
[warning] possibly-unresolved-reference - :549:42 - Name `secret_data` used when possibly not defined
[warning] possibly-unresolved-reference - :616:42 - Name `secret_data` used when possibly not defined
[warning] possibly-unresolved-reference - :667:42 - Name `secret_data` used when possibly not defined

paasta_tools/secret_providers/vault.py

[warning] possibly-unresolved-reference - :56:36 - Name `hvac` used when possibly not defined
[warning] possibly-unresolved-reference - :208:16 - Name `hvac` used when possibly not defined

paasta_tools/utils.py

[warning] possibly-unresolved-reference - :1613:13 - Name `clog` used when possibly not defined
[warning] possibly-unresolved-reference - :1637:13 - Name `clog` used when possibly not defined
[warning] possibly-unresolved-reference - :1659:13 - Name `clog` used when possibly not defined
[warning] possibly-unresolved-reference - :2896:17 - Name `process` used when possibly not defined
[warning] possibly-unresolved-reference - :2894:17 - Name `process` used when possibly not defined
[warning] possibly-unresolved-reference - :2895:17 - Name `process` used when possibly not defined

paroxython (https://github.com/laowantong/paroxython)

paroxython/__init__.py

[warning] possibly-unresolved-reference - :36:33 - Name `ParoxythonMagics` used when possibly not defined
[warning] possibly-unresolved-reference - :55:26 - Name `main` used when possibly not defined
[warning] possibly-unresolved-reference - :62:21 - Name `display` used when possibly not defined
[warning] possibly-unresolved-reference - :62:29 - Name `Markdown` used when possibly not defined

parso (https://github.com/davidhalter/parso)

parso/python/errors.py

[warning] possibly-unresolved-reference - :323:36 - Name `base_name` used when possibly not defined
[warning] possibly-unresolved-reference - :323:58 - Name `base_name` used when possibly not defined

parso/python/tokenize.py

[warning] possibly-unresolved-reference - :385:43 - Name `spos` used when possibly not defined

parso/python/tree.py

[warning] possibly-unresolved-reference - :422:31 - Name `dct` used when possibly not defined
[warning] possibly-unresolved-reference - :426:25 - Name `recurse` used when possibly not defined

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

tests/installation/test_executor.py

[warning] possibly-unresolved-reference - :994:24 - Name `cached_wheel` used when possibly not defined
[warning] possibly-unresolved-reference - :996:24 - Name `cached_sdist` used when possibly not defined

porcupine (https://github.com/Akuli/porcupine)

porcupine/plugins/jump_to_definition.py

[warning] possibly-unresolved-reference - :106:45 - Name `menu` used when possibly not defined
[warning] possibly-unresolved-reference - :106:61 - Name `menu` used when possibly not defined

porcupine/plugins/mergeconflict.py

[warning] possibly-unresolved-reference - :177:42 - Name `linenumbers` used when possibly not defined

prefect (https://github.com/PrefectHQ/prefect)

src/integrations/prefect-azure/prefect_azure/credentials.py

[warning] possibly-unresolved-reference - :139:30 - Name `BlobServiceClient` used when possibly not defined
[warning] possibly-unresolved-reference - :167:20 - Name `BlobServiceClient` used when possibly not defined
[warning] possibly-unresolved-reference - :172:16 - Name `BlobServiceClient` used when possibly not defined
[warning] possibly-unresolved-reference - :177:62 - Name `BlobClient` used when possibly not defined
[warning] possibly-unresolved-reference - :211:20 - Name `BlobClient` used when possibly not defined
[warning] possibly-unresolved-reference - :218:23 - Name `BlobClient` used when possibly not defined
[warning] possibly-unresolved-reference - :224:56 - Name `ContainerClient` used when possibly not defined
[warning] possibly-unresolved-reference - :257:20 - Name `ContainerClient` used when possibly not defined
[warning] possibly-unresolved-reference - :263:28 - Name `ContainerClient` used when possibly not defined
[warning] possibly-unresolved-reference - :306:30 - Name `CosmosClient` used when possibly not defined
[warning] possibly-unresolved-reference - :330:16 - Name `CosmosClient` used when possibly not defined
[warning] possibly-unresolved-reference - :334:54 - Name `DatabaseProxy` used when possibly not defined
[warning] possibly-unresolved-reference - :364:71 - Name `ContainerProxy` used when possibly not defined
[warning] possibly-unresolved-reference - :441:33 - Name `Workspace` used when possibly not defined
[warning] possibly-unresolved-reference - :468:44 - Name `ServicePrincipalAuthentication` used when possibly not defined
[warning] possibly-unresolved-reference - :474:21 - Name `Workspace` used when possibly not defined

src/integrations/prefect-bitbucket/prefect_bitbucket/credentials.py

[warning] possibly-unresolved-reference - :106:22 - Name `Cloud` used when possibly not defined
[warning] possibly-unresolved-reference - :108:22 - Name `Bitbucket` used when possibly not defined

src/integrations/prefect-gcp/prefect_gcp/bigquery.py

[warning] possibly-unresolved-reference - :129:18 - Name `QueryJobConfig` used when possibly not defined
[warning] possibly-unresolved-reference - :131:40 - Name `ScalarQueryParameter` used when possibly not defined
[warning] possibly-unresolved-reference - :237:12 - Name `NotFound` used when possibly not defined
[warning] possibly-unresolved-reference - :247:12 - Name `NotFound` used when possibly not defined
[warning] possibly-unresolved-reference - :249:21 - Name `Table` used when possibly not defined
[warning] possibly-unresolved-reference - :405:18 - Name `LoadJobConfig` used when possibly not defined
[warning] possibly-unresolved-reference - :509:18 - Name `LoadJobConfig` used when possibly not defined
[warning] possibly-unresolved-reference - :570:28 - Name `Connection` used when possibly not defined
[warning] possibly-unresolved-reference - :578:32 - Name `Connection` used when possibly not defined
[warning] possibly-unresolved-reference - :588:34 - Name `Connection` used when possibly not defined
[warning] possibly-unresolved-reference - :594:67 - Name `Cursor` used when possibly not defined
[warning] possibly-unresolved-reference - :639:11 - Name `Row` used when possibly not defined
[warning] possibly-unresolved-reference - :699:16 - Name `Row` used when possibly not defined
[warning] possibly-unresolved-reference - :765:16 - Name `Row` used when possibly not defined
[warning] possibly-unresolved-reference - :571:33 - Name `Cursor` used when possibly not defined

src/integrations/prefect-gcp/prefect_gcp/cloud_storage.py

[warning] possibly-unresolved-reference - :823:11 - Name `Bucket` used when possibly not defined
[warning] possibly-unresolved-reference - :852:36 - Name `Bucket` used when possibly not defined
[warning] possibly-unresolved-reference - :874:59 - Name `Blob` used when possibly not defined
[warning] possibly-unresolved-reference - :1292:14 - Name `DataFrame` used when possibly not defined

src/integrations/prefect-gcp/prefect_gcp/credentials.py

[warning] possibly-unresolved-reference - :97:30 - Name `JobServiceAsyncClient` used when possibly not defined
[warning] possibly-unresolved-reference - :266:11 - Name `StorageClient` used when possibly not defined
[warning] possibly-unresolved-reference - :321:26 - Name `StorageClient` used when possibly not defined
[warning] possibly-unresolved-reference - :327:11 - Name `BigQueryClient` used when possibly not defined
[warning] possibly-unresolved-reference - :384:28 - Name `BigQueryClient` used when possibly not defined
[warning] possibly-unresolved-reference - :390:45 - Name `SecretManagerServiceClient` used when possibly not defined
[warning] possibly-unresolved-reference - :440:33 - Name `SecretManagerServiceClient` used when possibly not defined
[warning] possibly-unresolved-reference - :446:11 - Name `JobServiceClient` used when possibly not defined
[warning] possibly-unresolved-reference - :496:30 - Name `from_dict` used when possibly not defined
[warning] possibly-unresolved-reference - :499:16 - Name `JobServiceClient` used when possibly not defined
[warning] possibly-unresolved-reference - :504:11 - Name `JobServiceAsyncClient` used when possibly not defined
[warning] possibly-unresolved-reference - :554:30 - Name `from_dict` used when possibly not defined

src/integrations/prefect-gcp/prefect_gcp/secret_manager.py

[warning] possibly-unresolved-reference - :329:19 - Name `AccessSecretVersionRequest` used when possibly not defined
[warning] possibly-unresolved-reference - :354:19 - Name `SecretPayload` used when possibly not defined
[warning] possibly-unresolved-reference - :355:23 - Name `AddSecretVersionRequest` used when possibly not defined
[warning] possibly-unresolved-reference - :368:22 - Name `Secret` used when possibly not defined
[warning] possibly-unresolved-reference - :368:41 - Name `Replication` used when possibly not defined
[warning] possibly-unresolved-reference - :368:63 - Name `Replication` used when possibly not defined
[warning] possibly-unresolved-reference - :369:30 - Name `CreateSecretRequest` used when possibly not defined
[warning] possibly-unresolved-reference - :396:19 - Name `DeleteSecretRequest` used when possibly not defined

src/integrations/prefect-gcp/prefect_gcp/workers/vertex.py

[warning] possibly-unresolved-reference - :465:26 - Name `ClientOptions` used when possibly not defined
[warning] possibly-unresolved-reference - :495:17 - Name `JobState` used when possibly not defined
[warning] possibly-unresolved-reference - :496:17 - Name `JobState` used when possibly not defined
[warning] possibly-unresolved-reference - :497:17 - Name `JobState` used when possibly not defined
[warning] possibly-unresolved-reference - :498:17 - Name `JobState` used when possibly not defined
[warning] possibly-unresolved-reference - :516:51 - Name `JobState` used when possibly not defined
[warning] possibly-unresolved-reference - :524:11 - Name `CustomJobSpec` used when possibly not defined
[warning] possibly-unresolved-reference - :530:13 - Name `WorkerPoolSpec` used when possibly not defined
[warning] possibly-unresolved-reference - :531:32 - Name `ContainerSpec` used when possibly not defined
[warning] possibly-unresolved-reference - :532:30 - Name `MachineSpec` used when possibly not defined
[warning] possibly-unresolved-reference - :534:27 - Name `DiskSpec` used when possibly not defined
[warning] possibly-unresolved-reference - :539:22 - Name `Scheduling` used when possibly not defined
[warning] possibly-unresolved-reference - :545:49 - Name `Scheduling` used when possibly not defined
[warning] possibly-unresolved-reference - :548:30 - Name `Scheduling` used when possibly not defined
[warning] possibly-unresolved-reference - :560:20 - Name `CustomJobSpec` used when possibly not defined
[warning] possibly-unresolved-reference - :571:20 - Name `CustomJobSpec` used when possibly not defined
[warning] possibly-unresolved-reference - :572:36 - Name `JobServiceAsyncClient` used when possibly not defined
[warning] possibly-unresolved-reference - :575:11 - Name `CustomJob` used when possibly not defined
[warning] possibly-unresolved-reference - :580:22 - Name `CustomJob` used when possibly not defined
[warning] possibly-unresolved-reference - :592:30 - Name `AsyncRetrying` used when possibly not defined
[warning] possibly-unresolved-reference - :593:18 - Name `stop_after_attempt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:46 - Name `wait_fixed` used when possibly not defined
[warning] possibly-unresolved-reference - :593:62 - Name `wait_random` used when possibly not defined
[warning] possibly-unresolved-reference - :611:36 - Name `JobServiceAsyncClient` used when possibly not defined
[warning] possibly-unresolved-reference - :612:25 - Name `JobState` used when possibly not defined
[warning] possibly-unresolved-reference - :613:30 - Name `JobState` used when possibly not defined
[warning] possibly-unresolved-reference - :617:11 - Name `CustomJob` used when possibly not defined
[warning] possibly-unresolved-reference - :627:17 - Name `JobState` used when possibly not defined

src/integrations/prefect-redis/prefect_redis/messaging.py

[warning] possibly-unresolved-reference - :234:41 - Name `interval` used when possibly not defined

src/prefect/_internal/compatibility/deprecated.py

[warning] possibly-unresolved-reference - :268:25 - Name `extra_func` used when possibly not defined

src/prefect/_internal/concurrency/calls.py

[error] unresolved-reference - :347:55 - Name `task` used when not defined

src/prefect/cli/_types.py

[warning] possibly-unresolved-reference - :156:40 - Name `async_fn` used when possibly not defined

src/prefect/server/api/server.py

[warning] possibly-unresolved-reference - :725:37 - Name `generate_latest` used when possibly not defined
[warning] possibly-unresolved-reference - :725:67 - Name `CONTENT_TYPE_LATEST` used when possibly not defined

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

psycopg/psycopg/rows.py

[error] invalid-argument-type - :121:29 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[str] | None`
[error] invalid-argument-type - :162:39 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[str] | None`
[error] invalid-argument-type - :199:40 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | list[str] | None`

tests/_test_cursor.py

[error] unresolved-reference - :61:71 - Name `titles` used when not defined

tests/fix_faker.py

[warning] possibly-unresolved-reference - :743:32 - Name `fix_dt` used when possibly not defined
[warning] possibly-unresolved-reference - :743:49 - Name `fix_dt` used when possibly not defined

tests/pool/test_pool.py

[warning] possibly-unresolved-reference - :30:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :36:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :44:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :59:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :68:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :74:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :78:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :95:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :101:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :110:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :123:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :142:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :143:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :148:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :160:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :161:14 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :164:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :167:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :181:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :213:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :236:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :258:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :276:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :299:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :320:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :340:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :368:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :382:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :392:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :393:13 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :399:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :410:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :411:14 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :414:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :437:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :468:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :485:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :486:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :487:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :488:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :492:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :540:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :579:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :584:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :608:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :633:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :662:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :687:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :696:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :710:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :730:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :739:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :758:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :762:15 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :790:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :794:15 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :827:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :831:15 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :837:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :849:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :864:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :883:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :884:32 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :910:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :929:14 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :942:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :995:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :996:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :997:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :998:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1004:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1007:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1034:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1036:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1066:10 - Name `pool` used when possibly not defined

tests/pool/test_pool_async.py

[warning] possibly-unresolved-reference - :30:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :36:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :44:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :58:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :67:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :73:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :79:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :94:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :102:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :111:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :124:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :143:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :144:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :149:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :161:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :162:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :165:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :168:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :182:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :214:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :237:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :259:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :277:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :300:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :321:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :341:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :369:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :383:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :393:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :394:13 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :400:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :411:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :412:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :415:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :438:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :471:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :488:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :489:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :490:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :491:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :495:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :543:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :582:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :587:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :611:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :636:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :664:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :689:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :698:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :712:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :732:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :741:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :760:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :764:15 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :792:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :796:15 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :829:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :833:15 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :839:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :851:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :866:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :885:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :886:32 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :912:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :931:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :944:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :998:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :999:12 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1000:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1001:25 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1007:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1010:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1036:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1038:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :1067:16 - Name `pool` used when possibly not defined

tests/pool/test_pool_async_noasyncio.py

[warning] possibly-unresolved-reference - :19:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :39:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :60:13 - Name `pool` used when possibly not defined

tests/pool/test_pool_common.py

[warning] possibly-unresolved-reference - :26:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :109:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :115:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :138:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :154:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :197:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :216:34 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :233:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :262:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :276:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :292:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :380:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :407:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :434:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :437:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :451:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :551:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :633:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :699:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :701:22 - Name `pool` used when possibly not defined

tests/pool/test_pool_common_async.py

[warning] possibly-unresolved-reference - :26:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :118:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :124:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :149:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :165:28 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :206:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :227:34 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :243:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :273:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :287:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :302:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :392:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :418:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :445:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :448:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :463:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :562:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :643:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :710:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :712:22 - Name `pool` used when possibly not defined

tests/pool/test_pool_null.py

[warning] possibly-unresolved-reference - :28:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :33:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :41:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :56:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :65:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :71:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :75:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :92:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :97:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :106:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :121:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :122:14 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :125:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :138:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :179:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :211:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :241:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :259:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :262:49 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :281:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :310:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :341:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :369:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :397:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :405:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :421:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :430:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :438:10 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :453:10 - Name `pool` used when possibly not defined

tests/pool/test_pool_null_async.py

[warning] possibly-unresolved-reference - :28:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :33:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :41:9 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :55:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :64:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :70:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :76:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :91:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :96:21 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :105:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :120:24 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :121:20 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :124:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :137:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :178:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :210:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :240:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :258:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :261:49 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :280:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :309:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :340:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :368:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :396:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :404:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :420:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :429:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :437:16 - Name `pool` used when possibly not defined
[warning] possibly-unresolved-reference - :452:16 - Name `pool` used when possibly not defined

tests/pool/test_sched.py

[warning] possibly-unresolved-reference - :24:9 - Name `Scheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :45:9 - Name `Scheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :73:9 - Name `Scheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :106:9 - Name `Scheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :122:9 - Name `Scheduler` used when possibly not defined

tests/pool/test_sched_async.py

[warning] possibly-unresolved-reference - :23:9 - Name `AsyncScheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :44:9 - Name `AsyncScheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :72:9 - Name `AsyncScheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :105:9 - Name `AsyncScheduler` used when possibly not defined
[warning] possibly-unresolved-reference - :121:9 - Name `AsyncScheduler` used when possibly not defined

tests/pq/test_pgconn.py

[warning] possibly-unbound-attribute - :73:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :148:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :161:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :176:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :179:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :195:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :203:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :211:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :219:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :228:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :234:24 - Attribute `NotSupportedError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :242:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :251:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :267:5 - Attribute `waiting` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :267:26 - Attribute `generators` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :279:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :298:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :305:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :312:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :324:12 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :351:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :392:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :397:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :406:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :501:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :503:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :505:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :507:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :518:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :525:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :611:28 - Attribute `NotSupportedError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :643:24 - Attribute `NotSupportedError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :650:9 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :698:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :719:24 - Attribute `OperationalError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :726:24 - Attribute `NotSupportedError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :729:24 - Attribute `NotSupportedError` on type `<module 'psycopg'> | Unknown` is possibly unbound

tests/test_capabilities.py

[warning] possibly-unresolved-reference - :32:22 - Name `capabilities` used when possibly not defined
[warning] possibly-unresolved-reference - :45:22 - Name `capabilities` used when possibly not defined
[warning] possibly-unresolved-reference - :47:24 - Name `NotSupportedError` used when possibly not defined
[warning] possibly-unresolved-reference - :54:24 - Name `NotSupportedError` used when possibly not defined
[warning] possibly-unresolved-reference - :55:9 - Name `Capabilities` used when possibly not defined
[warning] possibly-unresolved-reference - :59:9 - Name `NotSupportedError` used when possibly not defined
[warning] possibly-unresolved-reference - :61:9 - Name `Capabilities` used when possibly not defined
[warning] possibly-unresolved-reference - :73:28 - Name `NotSupportedError` used when possibly not defined
[warning] possibly-unresolved-reference - :74:13 - Name `Capabilities` used when possibly not defined
[warning] possibly-unresolved-reference - :81:12 - Name `Capabilities` used when possibly not defined

tests/test_typeinfo.py

[warning] possibly-unresolved-reference - :98:20 - Name `exit_orig` used when possibly not defined
[warning] possibly-unresolved-reference - :120:26 - Name `exit_orig` used when possibly not defined

tests/types/test_array.py

[warning] possibly-unbound-attribute - :127:24 - Attribute `DataError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :207:28 - Attribute `types` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :223:24 - Attribute `DataError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :226:24 - Attribute `DataError` on type `<module 'psycopg'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :281:15 - Attribute `postgres` on type `<module 'psycopg'> | Unknown` is possibly unbound

tests/types/test_hstore.py

[warning] unused-ignore-comment - :149:38 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :36:14 - Name `HstoreLoader` used when possibly not defined
[warning] possibly-unresolved-reference - :69:14 - Name `_make_hstore_binary_dumper` used when possibly not defined
[warning] possibly-unresolved-reference - :71:14 - Name `HstoreBinaryLoader` used when possibly not defined
[warning] possibly-unresolved-reference - :88:18 - Name `HstoreLoader` used when possibly not defined
[warning] possibly-unresolved-reference - :96:5 - Name `register_hstore` used when possibly not defined
[warning] possibly-unresolved-reference - :106:5 - Name `register_hstore` used when possibly not defined
[warning] possibly-unresolved-reference - :116:5 - Name `register_hstore` used when possibly not defined
[warning] possibly-unresolved-reference - :135:5 - Name `register_hstore` used when possibly not defined
[warning] possibly-unresolved-reference - :142:5 - Name `register_hstore` used when possibly not defined

tools/isort-psycopg/isort_psycopg.py

[warning] possibly-unresolved-reference - :31:36 - Name `old_key` used when possibly not defined

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

pwndbg/aglib/heap/ptmalloc.py

[error] unresolved-reference - :1991:37 - Name `candidates` used when not defined
[warning] possibly-unresolved-reference - :2062:36 - Name `lb` used when possibly not defined
[warning] possibly-unresolved-reference - :2062:51 - Name `ub` used when possibly not defined
[warning] possibly-unresolved-reference - :2065:37 - Name `chunk_header_size` used when possibly not defined
[warning] possibly-unresolved-reference - :2067:37 - Name `tcache_perthread_struct_size` used when possibly not defined
[warning] possibly-unresolved-reference - :2070:47 - Name `chunk_header_size` used when possibly not defined
[warning] possibly-unresolved-reference - :2071:50 - Name `chunk_header_size` used when possibly not defined
[warning] possibly-unresolved-reference - :2071:71 - Name `tcache_perthread_struct_size` used when possibly not defined

pwndbg/color/memory.py

[warning] possibly-unresolved-reference - :106:32 - Name `old_color` used when possibly not defined

pwndbg/commands/aslr.py

[warning] possibly-unresolved-reference - :53:14 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :79:13 - Name `gdb` used when possibly not defined

pwndbg/commands/context.py

[warning] possibly-unresolved-reference - :613:29 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :616:25 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :617:16 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :748:78 - Name `history_status` used when possibly not defined
[warning] possibly-unresolved-reference - :1346:27 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1350:26 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1351:12 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1354:19 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1405:18 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1435:27 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1440:29 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1451:31 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1453:24 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1457:29 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :1510:32 - Name `gdb` used when possibly not defined

pwndbg/commands/hexdump.py

[error] unresolved-reference - :45:42 - Name `module_name` used when not defined

pwndbg/commands/kbase.py

[warning] possibly-unresolved-reference - :44:13 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :45:13 - Name `gdb` used when possibly not defined

pwndbg/commands/pie.py

[warning] possibly-unresolved-reference - :91:13 - Name `gdb` used when possibly not defined

pwndbg/commands/search.py

[warning] possibly-unresolved-reference - :347:17 - Name `gdb` used when possibly not defined

pwndbg/commands/start.py

[warning] possibly-unresolved-reference - :94:9 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :95:9 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :139:9 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :167:5 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :168:5 - Name `gdb` used when possibly not defined

pwndbg/commands/vmmap.py

[error] unresolved-reference - :35:29 - Name `module_name` used when not defined
[error] unresolved-reference - :40:29 - Name `addr` used when not defined

pwndbg/commands/windbg.py

[warning] possibly-unresolved-reference - :365:9 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :378:13 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :380:13 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :393:13 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :395:13 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :408:13 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :410:13 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :417:9 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :425:9 - Name `gdb` used when possibly not defined
[warning] possibly-unresolved-reference - :435:9 - Name `gdb` used when possibly not defined

pwndbg/dbg/lldb/repl/__init__.py

[warning] possibly-unresolved-reference - :300:19 - Name `get_prompt_session` used when possibly not defined
[warning] possibly-unresolved-reference - :302:9 - Name `enable_readline` used when possibly not defined

pwndbg/dbg/lldb/repl/io.py

[warning] possibly-unresolved-reference - :80:13 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :82:16 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :90:16 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :101:16 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :103:9 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :103:36 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :111:44 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :119:37 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :119:53 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :127:44 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :135:37 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :135:51 - Name `termios` used when possibly not defined
[warning] possibly-unresolved-reference - :215:17 - Name `select` used when possibly not defined
[warning] possibly-unresolved-reference - :230:21 - Name `time` used when possibly not defined
[warning] possibly-unresolved-reference - :312:20 - Name `ctypes` used when possibly not defined
[warning] possibly-unresolved-reference - :329:28 - Name `ctypes` used when possibly not defined
[warning] possibly-unresolved-reference - :421:13 - Name `select` used when possibly not defined

pwndbg/emu/emulator.py

[warning] possibly-unresolved-reference - :604:30 - Name `gdb` used when possibly not defined

pwndbg/lib/cache.py

[error] invalid-return-type - :160:28 - Return type does not match returned value: expected `T`, found `object`

pybind11 (https://github.com/pybind/pybind11)

pybind11/__main__.py

[warning] possibly-unresolved-reference - :24:22 - Name `UNSAFE` used when possibly not defined

tests/test_multiple_interpreters.py

[error] unresolved-reference - :30:39 - Name `interpreters` used when not defined
[error] unresolved-reference - :43:20 - Name `interpreters` used when not defined

pycryptodome (https://github.com/Legrandin/pycryptodome)

lib/Crypto/Cipher/AES.py

[warning] possibly-unresolved-reference - :93:22 - Name `_raw_aesni_lib` used when possibly not defined
[warning] possibly-unresolved-reference - :94:27 - Name `_raw_aesni_lib` used when possibly not defined
[warning] possibly-unresolved-reference - :95:26 - Name `_raw_aesni_lib` used when possibly not defined

lib/Crypto/Math/_IntegerGMP.py

[warning] possibly-unresolved-reference - :139:16 - Name `byref` used when possibly not defined
[warning] possibly-unresolved-reference - :139:22 - Name `_MPZ` used when possibly not defined
[warning] possibly-unresolved-reference - :148:16 - Name `ffi` used when possibly not defined

lib/Crypto/PublicKey/RSA.py

[warning] possibly-unresolved-reference - :510:32 - Name `min_p` used when possibly not defined
[warning] possibly-unresolved-reference - :519:33 - Name `min_q` used when possibly not defined
[warning] possibly-unresolved-reference - :521:37 - Name `p` used when possibly not defined
[warning] possibly-unresolved-reference - :521:42 - Name `min_distance` used when possibly not defined

lib/Crypto/SelfTest/Cipher/__init__.py

[warning] possibly-unresolved-reference - :63:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Cipher/test_CFB.py

[warning] possibly-unresolved-reference - :160:41 - Name `tv` used when possibly not defined
[warning] possibly-unresolved-reference - :165:28 - Name `tv` used when possibly not defined

lib/Crypto/SelfTest/Hash/__init__.py

[warning] possibly-unresolved-reference - :59:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_BLAKE2.py

[warning] possibly-unresolved-reference - :175:55 - Name `h` used when possibly not defined
[warning] possibly-unresolved-reference - :180:55 - Name `h` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_MD2.py

[warning] possibly-unresolved-reference - :59:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_MD4.py

[warning] possibly-unresolved-reference - :61:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_RIPEMD160.py

[warning] possibly-unresolved-reference - :68:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_SHA1.py

[warning] possibly-unresolved-reference - :81:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_SHA224.py

[warning] possibly-unresolved-reference - :60:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_SHA384.py

[warning] possibly-unresolved-reference - :58:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Hash/test_SHA512.py

[warning] possibly-unresolved-reference - :137:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/IO/__init__.py

[warning] possibly-unresolved-reference - :44:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Math/__init__.py

[warning] possibly-unresolved-reference - :50:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Math/test_Numbers.py

[warning] possibly-unresolved-reference - :813:32 - Name `IntegerGMP` used when possibly not defined
[warning] possibly-unresolved-reference - :827:32 - Name `IntegerCustom` used when possibly not defined

lib/Crypto/SelfTest/Protocol/__init__.py

[warning] possibly-unresolved-reference - :44:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Protocol/test_KDF.py

[warning] possibly-unresolved-reference - :142:56 - Name `hashmod` used when possibly not defined

lib/Crypto/SelfTest/PublicKey/test_import_Curve25519.py

[warning] possibly-unresolved-reference - :62:36 - Name `pycryptodome_test_vectors` used when possibly not defined

lib/Crypto/SelfTest/PublicKey/test_import_Curve448.py

[warning] possibly-unresolved-reference - :35:36 - Name `pycryptodome_test_vectors` used when possibly not defined

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py

[warning] possibly-unresolved-reference - :68:36 - Name `pycryptodome_test_vectors` used when possibly not defined

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py

[warning] possibly-unresolved-reference - :54:36 - Name `pycryptodome_test_vectors` used when possibly not defined

lib/Crypto/SelfTest/Random/__init__.py

[warning] possibly-unresolved-reference - :36:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/Util/__init__.py

[warning] possibly-unresolved-reference - :43:21 - Name `unittest` used when possibly not defined

lib/Crypto/SelfTest/loader.py

[warning] possibly-unresolved-reference - :165:36 - Name `pycryptodome_test_vectors` used when possibly not defined
[warning] possibly-unresolved-reference - :188:36 - Name `pycryptodome_test_vectors` used when possibly not defined

lib/Crypto/Util/_raw_api.py

[warning] possibly-unresolved-reference - :102:20 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :103:19 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :103:36 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :105:19 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :106:9 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :126:22 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :131:22 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :136:16 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :140:16 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :145:20 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :145:29 - Name `uint8_t_type` used when possibly not defined
[warning] possibly-unresolved-reference - :145:43 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :155:24 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :164:16 - Name `VoidPointer_cffi` used when possibly not defined
[warning] possibly-unresolved-reference - :182:16 - Name `ctypes` used when possibly not defined
[warning] possibly-unresolved-reference - :185:16 - Name `cached_architecture` used when possibly not defined
[warning] possibly-unresolved-reference - :189:13 - Name `cached_architecture` used when possibly not defined
[warning] possibly-unresolved-reference - :190:25 - Name `cached_architecture` used when possibly not defined
[warning] possibly-unresolved-reference - :192:25 - Name `find_library` used when possibly not defined
[warning] possibly-unresolved-reference - :196:16 - Name `CDLL` used when possibly not defined
[warning] possibly-unresolved-reference - :239:19 - Name `_py_object` used when possibly not defined
[warning] possibly-unresolved-reference - :240:19 - Name `_Py_buffer` used when possibly not defined
[warning] possibly-unresolved-reference - :241:13 - Name `_PyObject_GetBuffer` used when possibly not defined
[warning] possibly-unresolved-reference - :241:38 - Name `byref` used when possibly not defined
[warning] possibly-unresolved-reference - :241:50 - Name `_PyBUF_SIMPLE` used when possibly not defined
[warning] possibly-unresolved-reference - :243:31 - Name `ctypes` used when possibly not defined
[warning] possibly-unresolved-reference - :256:23 - Name `c_void_p` used when possibly not defined
[warning] possibly-unresolved-reference - :262:20 - Name `byref` used when possibly not defined
[warning] possibly-unresolved-reference - :265:16 - Name `VoidPointer_ctypes` used when possibly not defined

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

pydantic/_internal/_decorators_v1.py

[error] unresolved-reference - :96:20 - Name `val1` used when not defined

pydantic/_internal/_known_annotated_metadata.py

[warning] possibly-unresolved-reference - :241:60 - Name `constraint` used when possibly not defined

pydantic/_internal/_model_construction.py

[error] unresolved-reference - :126:25 - Name `original_model_post_init` used when not defined
[error] call-non-callable - :126:25 - Object of type `None` is not callable

pydantic/_internal/_validate_call.py

[warning] possibly-unresolved-reference - :122:28 - Name `validator` used when possibly not defined

pydantic/experimental/pipeline.py

[warning] possibly-unresolved-reference - :461:28 - Name `gt` used when possibly not defined
[warning] possibly-unresolved-reference - :476:25 - Name `ge` used when possibly not defined
[warning] possibly-unresolved-reference - :491:24 - Name `lt` used when possibly not defined
[warning] possibly-unresolved-reference - :506:25 - Name `le` used when possibly not defined
[warning] possibly-unresolved-reference - :529:16 - Name `max_len` used when possibly not defined
[warning] possibly-unresolved-reference - :530:25 - Name `min_len` used when possibly not defined
[warning] possibly-unresolved-reference - :530:59 - Name `max_len` used when possibly not defined
[warning] possibly-unresolved-reference - :531:20 - Name `min_len` used when possibly not defined
[warning] possibly-unresolved-reference - :546:24 - Name `multiple_of` used when possibly not defined
[warning] possibly-unresolved-reference - :610:39 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :617:39 - Name `value` used when possibly not defined
[warning] possibly-unresolved-reference - :624:42 - Name `values` used when possibly not defined
[warning] possibly-unresolved-reference - :631:59 - Name `values` used when possibly not defined

pydantic/main.py

[warning] possibly-unbound-attribute - :1039:50 - Attribute `__set__` on type `Unknown | None` is possibly unbound

pydantic/v1/_hypothesis_plugin.py

[warning] possibly-unresolved-reference - :62:13 - Name `email_validator` used when possibly not defined
[warning] possibly-unresolved-reference - :64:16 - Name `email_validator` used when possibly not defined

pydantic/v1/dataclasses.py

[error] too-many-positional-arguments - :500:42 - Too many positional arguments to function `dataclass`: expected 0, got 1
[warning] possibly-unresolved-reference - :312:17 - Name `post_init` used when possibly not defined
[warning] possibly-unresolved-reference - :320:17 - Name `post_init` used when possibly not defined
[warning] possibly-unresolved-reference - :422:56 - Name `cached_property` used when possibly not defined

pyinstrument (https://github.com/joerick/pyinstrument)

pyinstrument/context_manager.py

[error] unresolved-attribute - :56:54 - Type `((...) -> Unknown) | None` has no attribute `__qualname__`
[error] unresolved-attribute - :56:77 - Type `((...) -> Unknown) | None` has no attribute `__code__`
[error] unresolved-attribute - :56:105 - Type `((...) -> Unknown) | None` has no attribute `__code__`
[error] call-non-callable - :59:28 - Object of type `None` is not callable

pyinstrument/magic/magic.py

[error] unresolved-reference - :258:31 - Name `old_custom_tb` used when not defined
[error] unresolved-reference - :259:40 - Name `old_custom_exceptions` used when not defined

pyinstrument/vendor/appdirs.py

[error] unresolved-reference - :99:33 - Name `_get_win_folder` used when not defined
[error] unresolved-reference - :152:33 - Name `_get_win_folder` used when not defined
[error] unresolved-reference - :319:33 - Name `_get_win_folder` used when not defined

pyinstrument/vendor/decorator.py

[warning] possibly-unresolved-reference - :57:16 - Name `FullArgSpec` used when possibly not defined

pyjwt (https://github.com/jpadilla/pyjwt)

jwt/algorithms.py

[warning] possibly-unresolved-reference - :157:26 - Name `RSAAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :157:39 - Name `RSAAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :158:26 - Name `RSAAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :158:39 - Name `RSAAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :159:26 - Name `RSAAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :159:39 - Name `RSAAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :160:26 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :160:38 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :161:27 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :161:39 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :162:26 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :162:38 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :163:26 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :163:38 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :164:26 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :165:21 - Name `ECAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :167:26 - Name `RSAPSSAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :167:42 - Name `RSAPSSAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :168:26 - Name `RSAPSSAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :168:42 - Name `RSAPSSAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :169:26 - Name `RSAPSSAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :169:42 - Name `RSAPSSAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :170:26 - Name `OKPAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :183:35 - Name `AllowedKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :199:38 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :201:22 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :201:54 - Name `default_backend` used when possibly not defined
[warning] possibly-unresolved-reference - :207:42 - Name `PublicKeyTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :207:59 - Name `PrivateKeyTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :392:43 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :395:36 - Name `AllowedRSAKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :395:69 - Name `AllowedRSAKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :406:33 - Name `PublicKeyTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :406:50 - Name `load_ssh_public_key` used when possibly not defined
[warning] possibly-unresolved-reference - :408:33 - Name `RSAPublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :410:34 - Name `PrivateKeyTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :410:52 - Name `load_pem_private_key` used when possibly not defined
[warning] possibly-unresolved-reference - :414:33 - Name `RSAPrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :417:34 - Name `load_pem_public_key` used when possibly not defined
[warning] possibly-unresolved-reference - :419:33 - Name `RSAPublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :420:37 - Name `UnsupportedAlgorithm` used when possibly not defined
[warning] possibly-unresolved-reference - :428:22 - Name `AllowedRSAKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :434:22 - Name `AllowedRSAKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :438:29 - Name `AllowedRSAKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :477:45 - Name `AllowedRSAKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :507:34 - Name `RSAPublicNumbers` used when possibly not defined
[warning] possibly-unresolved-reference - :513:31 - Name `RSAPrivateNumbers` used when possibly not defined
[warning] possibly-unresolved-reference - :524:28 - Name `rsa_recover_prime_factors` used when possibly not defined
[warning] possibly-unresolved-reference - :528:31 - Name `RSAPrivateNumbers` used when possibly not defined
[warning] possibly-unresolved-reference - :532:30 - Name `rsa_crt_dmp1` used when possibly not defined
[warning] possibly-unresolved-reference - :533:30 - Name `rsa_crt_dmq1` used when possibly not defined
[warning] possibly-unresolved-reference - :534:30 - Name `rsa_crt_iqmp` used when possibly not defined
[warning] possibly-unresolved-reference - :541:24 - Name `RSAPublicNumbers` used when possibly not defined
[warning] possibly-unresolved-reference - :548:41 - Name `RSAPrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :549:34 - Name `padding` used when possibly not defined
[warning] possibly-unresolved-reference - :551:43 - Name `RSAPublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :553:38 - Name `padding` used when possibly not defined
[warning] possibly-unresolved-reference - :555:20 - Name `InvalidSignature` used when possibly not defined
[warning] possibly-unresolved-reference - :570:43 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :573:36 - Name `AllowedECKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :573:68 - Name `AllowedECKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :587:33 - Name `PublicKeyTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :587:50 - Name `load_ssh_public_key` used when possibly not defined
[warning] possibly-unresolved-reference - :589:34 - Name `load_pem_public_key` used when possibly not defined
[warning] possibly-unresolved-reference - :593:29 - Name `EllipticCurvePublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :595:31 - Name `load_pem_private_key` used when possibly not defined
[warning] possibly-unresolved-reference - :597:29 - Name `EllipticCurvePrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :599:41 - Name `EllipticCurvePrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :600:37 - Name `ECDSA` used when possibly not defined
[warning] possibly-unresolved-reference - :604:43 - Name `AllowedECKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :613:40 - Name `EllipticCurvePrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :616:49 - Name `ECDSA` used when possibly not defined
[warning] possibly-unresolved-reference - :618:20 - Name `InvalidSignature` used when possibly not defined
[warning] possibly-unresolved-reference - :624:22 - Name `AllowedECKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :630:22 - Name `AllowedECKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :634:29 - Name `AllowedECKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :635:36 - Name `EllipticCurvePrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :637:38 - Name `EllipticCurvePublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :642:42 - Name `SECP256R1` used when possibly not defined
[warning] possibly-unresolved-reference - :644:44 - Name `SECP384R1` used when possibly not defined
[warning] possibly-unresolved-reference - :646:44 - Name `SECP521R1` used when possibly not defined
[warning] possibly-unresolved-reference - :648:44 - Name `SECP256K1` used when possibly not defined
[warning] possibly-unresolved-reference - :666:36 - Name `EllipticCurvePrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :678:45 - Name `AllowedECKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :699:24 - Name `EllipticCurve` used when possibly not defined
[warning] possibly-unresolved-reference - :703:33 - Name `SECP256R1` used when possibly not defined
[warning] possibly-unresolved-reference - :710:33 - Name `SECP384R1` used when possibly not defined
[warning] possibly-unresolved-reference - :717:33 - Name `SECP521R1` used when possibly not defined
[warning] possibly-unresolved-reference - :724:33 - Name `SECP256K1` used when possibly not defined
[warning] possibly-unresolved-reference - :732:30 - Name `EllipticCurvePublicNumbers` used when possibly not defined
[warning] possibly-unresolved-reference - :747:20 - Name `EllipticCurvePrivateNumbers` used when possibly not defined
[warning] possibly-unresolved-reference - :756:41 - Name `RSAPrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :759:17 - Name `padding` used when possibly not defined
[warning] possibly-unresolved-reference - :760:25 - Name `padding` used when possibly not defined
[warning] possibly-unresolved-reference - :766:43 - Name `RSAPublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :771:21 - Name `padding` used when possibly not defined
[warning] possibly-unresolved-reference - :772:29 - Name `padding` used when possibly not defined
[warning] possibly-unresolved-reference - :778:20 - Name `InvalidSignature` used when possibly not defined
[warning] possibly-unresolved-reference - :793:36 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :793:69 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :796:30 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :801:25 - Name `PublicKeyTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :801:42 - Name `PrivateKeyTypes` used when possibly not defined
[warning] possibly-unresolved-reference - :803:30 - Name `load_pem_public_key` used when possibly not defined
[warning] possibly-unresolved-reference - :805:30 - Name `load_pem_private_key` used when possibly not defined
[warning] possibly-unresolved-reference - :807:30 - Name `load_ssh_public_key` used when possibly not defined
[warning] possibly-unresolved-reference - :813:26 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :816:42 - Name `Ed25519PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :816:62 - Name `Ed448PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :829:42 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :846:41 - Name `Ed25519PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :846:60 - Name `Ed448PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :851:20 - Name `InvalidSignature` used when possibly not defined
[warning] possibly-unresolved-reference - :857:18 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :863:18 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :867:25 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :868:33 - Name `Ed25519PublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :868:51 - Name `Ed448PublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :870:30 - Name `Encoding` used when possibly not defined
[warning] possibly-unresolved-reference - :871:28 - Name `PublicFormat` used when possibly not defined
[warning] possibly-unresolved-reference - :873:52 - Name `Ed25519PublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :886:33 - Name `Ed25519PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :886:52 - Name `Ed448PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :888:30 - Name `Encoding` used when possibly not defined
[warning] possibly-unresolved-reference - :889:28 - Name `PrivateFormat` used when possibly not defined
[warning] possibly-unresolved-reference - :890:42 - Name `NoEncryption` used when possibly not defined
[warning] possibly-unresolved-reference - :894:30 - Name `Encoding` used when possibly not defined
[warning] possibly-unresolved-reference - :895:28 - Name `PublicFormat` used when possibly not defined
[warning] possibly-unresolved-reference - :898:52 - Name `Ed25519PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :914:45 - Name `AllowedOKPKeys` used when possibly not defined
[warning] possibly-unresolved-reference - :939:32 - Name `Ed25519PublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :940:28 - Name `Ed448PublicKey` used when possibly not defined
[warning] possibly-unresolved-reference - :943:28 - Name `Ed25519PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :944:24 - Name `Ed448PrivateKey` used when possibly not defined
[warning] possibly-unresolved-reference - :386:31 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :387:31 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :388:31 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :564:31 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :565:31 - Name `hashes` used when possibly not defined
[warning] possibly-unresolved-reference - :566:31 - Name `hashes` used when possibly not defined

jwt/api_jwt.py

[warning] possibly-unresolved-reference - :289:14 - Name `AllowedPublicKeys` used when possibly not defined

jwt/utils.py

[warning] possibly-unresolved-reference - :78:12 - Name `decode_dss_signature` used when possibly not defined
[warning] possibly-unresolved-reference - :93:18 - Name `encode_dss_signature` used when possibly not defined

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

pyp.py

[error] unresolved-reference - :652:24 - Name `line_to_node` used when not defined

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

pyppeteer/helper.py

[warning] possibly-unresolved-reference - :152:13 - Name `eventTimeout` used when possibly not defined

pyppeteer/navigator_watcher.py

[warning] possibly-unresolved-reference - :97:63 - Name `errorMessage` used when possibly not defined

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

src/_pytest/cacheprovider.py

[warning] possibly-unresolved-reference - :265:37 - Name `lf_paths` used when possibly not defined

src/_pytest/helpconfig.py

[warning] possibly-unresolved-reference - :133:13 - Name `debugfile` used when possibly not defined
[warning] possibly-unresolved-reference - :134:67 - Name `debugfile` used when possibly not defined
[warning] possibly-unresolved-reference - :136:13 - Name `undo_tracing` used when possibly not defined

src/_pytest/pastebin.py

[warning] possibly-unresolved-reference - :47:17 - Name `oldwrite` used when possibly not defined

src/_pytest/_argcomplete.py

[warning] possibly-unresolved-reference - :110:9 - Name `argcomplete` used when possibly not defined

src/_pytest/_code/source.py

[warning] possibly-unresolved-reference - :211:62 - Name `it` used when possibly not defined

src/_pytest/skipping.py

[warning] possibly-unresolved-reference - :55:44 - Name `pytest` used when possibly not defined
[warning] possibly-unresolved-reference - :55:61 - Name `old` used when possibly not defined

src/_pytest/unittest.py

[error] unresolved-reference - :453:17 - Name `original__init__` used when not defined
[error] unresolved-reference - :457:17 - Name `original__init__` used when not defined

testing/io/test_terminalwriter.py

[warning] possibly-unresolved-reference - :80:31 - Name `p` used when possibly not defined

testing/test_recwarn.py

[warning] possibly-unresolved-reference - :232:31 - Name `warning` used when possibly not defined

pytest-robotframework (https://github.com/detachhead/pytest-robotframework)

pytest_robotframework/_internal/robot/listeners_and_suite_visitors.py

[warning] unused-ignore-comment - :673:33 - Unused `ty: ignore` directive: 'possibly-unresolved-reference'
[warning] unused-ignore-comment - :690:40 - Unused `ty: ignore` directive: 'possibly-unresolved-reference'

python-chess (https://github.com/niklasf/python-chess)

chess/engine.py

[warning] possibly-unresolved-reference - :962:25 - Name `cmd` used when possibly not defined

pywin32 (https://github.com/mhammond/pywin32)

Pythonwin/pywin/framework/stdin.py

[warning] possibly-unresolved-reference - :148:24 - Name `test_input` used when possibly not defined
[warning] possibly-unresolved-reference - :149:35 - Name `test_input` used when possibly not defined
[warning] possibly-unresolved-reference - :151:31 - Name `test_input` used when possibly not defined
[warning] possibly-unresolved-reference - :152:18 - Name `test_input` used when possibly not defined
[warning] possibly-unresolved-reference - :153:22 - Name `test_input` used when possibly not defined

Pythonwin/pywin/Demos/cmdserver.py

[warning] possibly-unresolved-reference - :74:9 - Name `writer` used when possibly not defined
[warning] possibly-unresolved-reference - :91:9 - Name `writer` used when possibly not defined

Pythonwin/pywin/Demos/openGLDemo.py

[warning] possibly-unresolved-reference - :129:9 - Name `glViewport` used when possibly not defined
[warning] possibly-unresolved-reference - :165:15 - Name `PIXELFORMATDESCRIPTOR` used when possibly not defined
[warning] possibly-unresolved-reference - :171:23 - Name `ChoosePixelFormat` used when possibly not defined
[warning] possibly-unresolved-reference - :172:9 - Name `SetPixelFormat` used when possibly not defined
[warning] possibly-unresolved-reference - :177:24 - Name `GetPixelFormat` used when possibly not defined
[warning] possibly-unresolved-reference - :178:9 - Name `DescribePixelFormat` used when possibly not defined
[warning] possibly-unresolved-reference - :197:15 - Name `wglCreateContext` used when possibly not defined
[warning] possibly-unresolved-reference - :198:9 - Name `wglMakeCurrent` used when possibly not defined
[warning] possibly-unresolved-reference - :201:15 - Name `wglGetCurrentContext` used when possibly not defined
[warning] possibly-unresolved-reference - :202:9 - Name `wglMakeCurrent` used when possibly not defined
[warning] possibly-unresolved-reference - :204:13 - Name `wglDeleteContext` used when possibly not defined
[warning] possibly-unresolved-reference - :222:9 - Name `glClearColor` used when possibly not defined
[warning] possibly-unresolved-reference - :223:9 - Name `glClearDepth` used when possibly not defined
[warning] possibly-unresolved-reference - :224:9 - Name `glEnable` used when possibly not defined
[warning] possibly-unresolved-reference - :224:18 - Name `GL_DEPTH_TEST` used when possibly not defined
[warning] possibly-unresolved-reference - :226:9 - Name `glMatrixMode` used when possibly not defined
[warning] possibly-unresolved-reference - :226:22 - Name `GL_PROJECTION` used when possibly not defined
[warning] possibly-unresolved-reference - :231:9 - Name `glLoadIdentity` used when possibly not defined
[warning] possibly-unresolved-reference - :232:9 - Name `gluPerspective` used when possibly not defined
[warning] possibly-unresolved-reference - :233:9 - Name `glMatrixMode` used when possibly not defined
[warning] possibly-unresolved-reference - :233:22 - Name `GL_MODELVIEW` used when possibly not defined
[warning] possibly-unresolved-reference - :244:9 - Name `glClearColor` used when possibly not defined
[warning] possibly-unresolved-reference - :245:9 - Name `glClear` used when possibly not defined
[warning] possibly-unresolved-reference - :245:17 - Name `GL_COLOR_BUFFER_BIT` used when possibly not defined
[warning] possibly-unresolved-reference - :245:39 - Name `GL_DEPTH_BUFFER_BIT` used when possibly not defined
[warning] possibly-unresolved-reference - :247:9 - Name `glPushMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :248:9 - Name `glTranslatef` used when possibly not defined
[warning] possibly-unresolved-reference - :254:9 - Name `glPopMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :255:9 - Name `glFinish` used when possibly not defined
[warning] possibly-unresolved-reference - :257:9 - Name `SwapBuffers` used when possibly not defined
[warning] possibly-unresolved-reference - :257:21 - Name `wglGetCurrentDC` used when possibly not defined
[warning] possibly-unresolved-reference - :260:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :262:9 - Name `glPushMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :263:9 - Name `glTranslatef` used when possibly not defined
[warning] possibly-unresolved-reference - :264:19 - Name `gluNewQuadric` used when possibly not defined
[warning] possibly-unresolved-reference - :265:9 - Name `gluQuadricDrawStyle` used when possibly not defined
[warning] possibly-unresolved-reference - :265:38 - Name `GLU_FILL` used when possibly not defined
[warning] possibly-unresolved-reference - :266:9 - Name `gluQuadricNormals` used when possibly not defined
[warning] possibly-unresolved-reference - :266:36 - Name `GLU_SMOOTH` used when possibly not defined
[warning] possibly-unresolved-reference - :267:9 - Name `gluCylinder` used when possibly not defined
[warning] possibly-unresolved-reference - :269:9 - Name `glPopMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :272:9 - Name `glPushMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :273:9 - Name `glTranslatef` used when possibly not defined
[warning] possibly-unresolved-reference - :274:9 - Name `glBegin` used when possibly not defined
[warning] possibly-unresolved-reference - :274:17 - Name `GL_TRIANGLE_FAN` used when possibly not defined
[warning] possibly-unresolved-reference - :275:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :276:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :277:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :278:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :279:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :280:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :281:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :282:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :283:9 - Name `glEnd` used when possibly not defined
[warning] possibly-unresolved-reference - :284:9 - Name `glPopMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :289:9 - Name `glClearColor` used when possibly not defined
[warning] possibly-unresolved-reference - :290:9 - Name `glClearDepth` used when possibly not defined
[warning] possibly-unresolved-reference - :291:9 - Name `glEnable` used when possibly not defined
[warning] possibly-unresolved-reference - :291:18 - Name `GL_DEPTH_TEST` used when possibly not defined
[warning] possibly-unresolved-reference - :293:9 - Name `glMatrixMode` used when possibly not defined
[warning] possibly-unresolved-reference - :293:22 - Name `GL_PROJECTION` used when possibly not defined
[warning] possibly-unresolved-reference - :298:9 - Name `glLoadIdentity` used when possibly not defined
[warning] possibly-unresolved-reference - :299:9 - Name `gluPerspective` used when possibly not defined
[warning] possibly-unresolved-reference - :300:9 - Name `glMatrixMode` used when possibly not defined
[warning] possibly-unresolved-reference - :300:22 - Name `GL_MODELVIEW` used when possibly not defined
[warning] possibly-unresolved-reference - :325:9 - Name `glClearColor` used when possibly not defined
[warning] possibly-unresolved-reference - :326:9 - Name `glClear` used when possibly not defined
[warning] possibly-unresolved-reference - :326:17 - Name `GL_COLOR_BUFFER_BIT` used when possibly not defined
[warning] possibly-unresolved-reference - :326:39 - Name `GL_DEPTH_BUFFER_BIT` used when possibly not defined
[warning] possibly-unresolved-reference - :328:9 - Name `glPushMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :330:9 - Name `glTranslatef` used when possibly not defined
[warning] possibly-unresolved-reference - :331:9 - Name `glRotatef` used when possibly not defined
[warning] possibly-unresolved-reference - :332:9 - Name `glRotatef` used when possibly not defined
[warning] possibly-unresolved-reference - :333:9 - Name `glRotatef` used when possibly not defined
[warning] possibly-unresolved-reference - :339:9 - Name `glBegin` used when possibly not defined
[warning] possibly-unresolved-reference - :339:17 - Name `GL_QUAD_STRIP` used when possibly not defined
[warning] possibly-unresolved-reference - :340:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :341:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :343:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :344:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :346:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :347:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :349:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :350:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :352:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :353:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :355:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :356:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :358:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :359:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :361:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :362:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :364:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :365:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :367:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :368:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :370:9 - Name `glEnd` used when possibly not defined
[warning] possibly-unresolved-reference - :372:9 - Name `glBegin` used when possibly not defined
[warning] possibly-unresolved-reference - :372:17 - Name `GL_QUADS` used when possibly not defined
[warning] possibly-unresolved-reference - :373:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :374:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :376:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :377:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :379:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :380:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :382:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :383:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :384:9 - Name `glEnd` used when possibly not defined
[warning] possibly-unresolved-reference - :386:9 - Name `glBegin` used when possibly not defined
[warning] possibly-unresolved-reference - :386:17 - Name `GL_QUADS` used when possibly not defined
[warning] possibly-unresolved-reference - :387:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :388:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :390:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :391:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :393:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :394:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :396:9 - Name `glColor3f` used when possibly not defined
[warning] possibly-unresolved-reference - :397:9 - Name `glVertex3f` used when possibly not defined
[warning] possibly-unresolved-reference - :398:9 - Name `glEnd` used when possibly not defined
[warning] possibly-unresolved-reference - :400:9 - Name `glPopMatrix` used when possibly not defined
[warning] possibly-unresolved-reference - :402:9 - Name `glFinish` used when possibly not defined
[warning] possibly-unresolved-reference - :403:9 - Name `SwapBuffers` used when possibly not defined
[warning] possibly-unresolved-reference - :403:21 - Name `wglGetCurrentDC` used when possibly not defined

Pythonwin/pywin/framework/editor/editor.py

[warning] possibly-unresolved-reference - :496:12 - Name `editorTemplate` used when possibly not defined

Pythonwin/pywin/scintilla/view.py

[error] unresolved-reference - :83:17 - Name `_event_commands` used when not defined
[error] unresolved-reference - :89:21 - Name `_extra_event_commands` used when not defined

adodbapi/adodbapi.py

[warning] possibly-unresolved-reference - :68:9 - Name `pythoncom` used when possibly not defined
[warning] possibly-unresolved-reference - :69:13 - Name `Dispatch` used when possibly not defined
[warning] possibly-unresolved-reference - :277:16 - Name `pywintypes` used when possibly not defined
[warning] possibly-unresolved-reference - :284:16 - Name `pywintypes` used when possibly not defined
[warning] possibly-unresolved-reference - :721:24 - Name `Dispatch` used when possibly not defined
[warning] possibly-unresolved-reference - :1125:16 - Name `pywintypes` used when possibly not defined

com/win32com/demos/iebutton.py

[warning] possibly-unbound-attribute - :122:31 - Attribute `client` on type `<module 'win32com'> | Unknown` is possibly unbound

com/win32com/makegw/makegw.py

[warning] possibly-unresolved-reference - :96:13 - Name `directory` used when possibly not defined
[warning] possibly-unresolved-reference - :96:26 - Name `directory` used when possibly not defined
[warning] possibly-unresolved-reference - :124:22 - Name `directory` used when possibly not defined
[warning] possibly-unresolved-reference - :124:35 - Name `directory` used when possibly not defined

com/win32com/test/GenTestScripts.py

[warning] possibly-unbound-attribute - :24:44 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :39:5 - Attribute `makepy` on type `<module 'win32com.client'> | Unknown` is possibly unbound

com/win32com/test/testAXScript.py

[warning] possibly-unbound-attribute - :20:9 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :29:9 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :40:9 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound

com/win32com/test/testServers.py

[warning] possibly-unbound-attribute - :20:9 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :24:9 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound

com/win32com/test/testStreams.py

[warning] possibly-unbound-attribute - :135:28 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :140:9 - Attribute `test` on type `<module 'win32com'> | Unknown` is possibly unbound

com/win32com/test/testall.py

[warning] possibly-unresolved-reference - :217:20 - Name `testLevel` used when possibly not defined
[warning] possibly-unresolved-reference - :237:20 - Name `testLevel` used when possibly not defined

com/win32comext/adsi/__init__.py

[warning] possibly-unresolved-reference - :54:41 - Name `adsi` used when possibly not defined
[warning] possibly-unresolved-reference - :55:25 - Name `adsi` used when possibly not defined
[warning] possibly-unresolved-reference - :71:18 - Name `adsi` used when possibly not defined
[warning] possibly-unresolved-reference - :76:25 - Name `adsi` used when possibly not defined
[warning] possibly-unresolved-reference - :107:11 - Name `adsi` used when possibly not defined
[warning] possibly-unresolved-reference - :112:11 - Name `adsi` used when possibly not defined

com/win32comext/axscript/client/framework.py

[error] unresolved-attribute - :289:27 - Type `<module 'win32com.client'>` has no attribute `connect`
[warning] possibly-unbound-attribute - :289:27 - Attribute `connect` on type `Unknown | <module 'win32com.client'>` is possibly unbound

com/win32comext/axscript/client/pyscript.py

[warning] possibly-unbound-attribute - :415:5 - Attribute `register` on type `<module 'win32com.server'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :419:5 - Attribute `register` on type `<module 'win32com.server'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :420:5 - Attribute `register` on type `<module 'win32com.server'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :422:5 - Attribute `register` on type `<module 'win32com.server'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :425:5 - Attribute `register` on type `<module 'win32com.server'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :431:11 - Attribute `register` on type `<module 'win32com.server'> | Unknown` is possibly unbound

com/win32comext/ifilter/demo/filterDemo.py

[warning] possibly-unresolved-reference - :230:38 - Name `sys` used when possibly not defined

com/win32comext/shell/demos/servers/folder_view.py

[error] unresolved-reference - :55:5 - Name `_last_ids` used when not defined

rich (https://github.com/Textualize/rich)

examples/listdir.py

[warning] possibly-unresolved-reference - :23:45 - Name `root_path` used when possibly not defined

rich/ansi.py

[warning] possibly-unresolved-reference - :225:16 - Name `os` used when possibly not defined
[warning] possibly-unresolved-reference - :226:9 - Name `stdout` used when possibly not defined

examples/suppress.py

[warning] possibly-unresolved-reference - :19:9 - Name `click` used when possibly not defined

rich/console.py

[error] invalid-return-type - :575:16 -
Old: Return type does not match returned value: expected `WindowsConsoleFeatures`, found `WindowsConsoleFeatures | None`
New: Return type does not match returned value: expected `WindowsConsoleFeatures`, found `None | WindowsConsoleFeatures`

rich/logging.py

[warning] possibly-unresolved-reference - :287:9 - Name `log` used when possibly not defined
[warning] possibly-unresolved-reference - :291:13 - Name `log` used when possibly not defined

rich/palette.py

[warning] possibly-unresolved-reference - :92:34 - Name `colorsys` used when possibly not defined
[warning] possibly-unresolved-reference - :93:34 - Name `colorsys` used when possibly not defined
[warning] possibly-unresolved-reference - :94:31 - Name `Color` used when possibly not defined
[warning] possibly-unresolved-reference - :95:29 - Name `Color` used when possibly not defined
[warning] possibly-unresolved-reference - :96:27 - Name `Segment` used when possibly not defined
[warning] possibly-unresolved-reference - :96:40 - Name `Style` used when possibly not defined
[warning] possibly-unresolved-reference - :97:23 - Name `Segment` used when possibly not defined

rich/pretty.py

[warning] possibly-unresolved-reference - :62:27 - Name `_attr_module` used when possibly not defined
[warning] possibly-unresolved-reference - :67:12 - Name `_attr_module` used when possibly not defined
[warning] possibly-unresolved-reference - :735:37 - Name `attr_fields` used when possibly not defined

rich/syntax.py

[warning] possibly-unresolved-reference - :516:35 - Name `line_tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :518:35 - Name `line_start` used when possibly not defined
[warning] possibly-unresolved-reference - :518:53 - Name `line_start` used when possibly not defined
[warning] possibly-unresolved-reference - :534:32 - Name `line_end` used when possibly not defined
[warning] possibly-unresolved-reference - :534:56 - Name `line_end` used when possibly not defined

rich/table.py

[warning] possibly-unresolved-reference - :845:20 - Name `header_row` used when possibly not defined
[warning] possibly-unresolved-reference - :847:22 - Name `footer_row` used when possibly not defined
[warning] possibly-unresolved-reference - :851:60 - Name `row_height` used when possibly not defined
[warning] possibly-unresolved-reference - :853:63 - Name `row_height` used when possibly not defined
[warning] possibly-unresolved-reference - :854:59 - Name `row_height` used when possibly not defined
[warning] possibly-unresolved-reference - :968:13 - Name `console` used when possibly not defined
[warning] possibly-unresolved-reference - :969:13 - Name `console` used when possibly not defined
[warning] possibly-unresolved-reference - :969:26 - Name `highlight` used when possibly not defined
[warning] possibly-unresolved-reference - :970:13 - Name `console` used when possibly not defined

rich/traceback.py

[warning] possibly-unresolved-reference - :894:9 - Name `bar` used when possibly not defined
[warning] possibly-unresolved-reference - :897:9 - Name `foo` used when possibly not defined

tests/test_windows_renderer.py

[warning] possibly-unresolved-reference - :20:28 - Name `LegacyWindowsTerm` used when possibly not defined
[warning] possibly-unresolved-reference - :26:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :33:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :46:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :54:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :57:9 - Name `WindowsCoordinates` used when possibly not defined
[warning] possibly-unresolved-reference - :64:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :72:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :74:61 - Name `WindowsCoordinates` used when possibly not defined
[warning] possibly-unresolved-reference - :91:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :107:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :115:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :123:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :131:5 - Name `legacy_windows_render` used when possibly not defined
[warning] possibly-unresolved-reference - :139:5 - Name `legacy_windows_render` used when possibly not defined

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

rotkehlchen/chain/bitcoin/utils.py

[warning] possibly-unresolved-reference - :106:16 - Name `ripemd160` used when possibly not defined

rotkehlchen/tests/fixtures/accounting.py

[warning] possibly-unresolved-reference - :371:42 - Name `get_assets_to_mock` used when possibly not defined
[warning] possibly-unresolved-reference - :394:42 - Name `get_assets_to_mock` used when possibly not defined
[warning] possibly-unresolved-reference - :416:42 - Name `get_assets_to_mock` used when possibly not defined
[warning] possibly-unresolved-reference - :441:42 - Name `get_assets_to_mock` used when possibly not defined

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

src/schemathesis/generation/hypothesis/builder.py

[warning] possibly-unresolved-reference - :727:27 - Name `make_case` used when possibly not defined

src/schemathesis/pytest/lazy.py

[error] invalid-argument-type - :182:61 - Argument to function `get_fixtures` is incorrect: Expected `dict[str, Any]`, found `Unknown | dict[str, Any] | None | dict[Unknown, Unknown]`

src/schemathesis/specs/openapi/patterns.py

[error] unresolved-reference - :235:36 - Name `dp` used when not defined
[error] unresolved-reference - :236:24 - Name `dp` used when not defined
[error] unresolved-reference - :254:24 - Name `find_valid_combination` used when not defined
[error] unresolved-reference - :256:21 - Name `dp` used when not defined
[error] unresolved-reference - :257:28 - Name `dp` used when not defined
[error] unresolved-reference - :259:13 - Name `dp` used when not defined

scikit-learn (https://github.com/scikit-learn/scikit-learn)

sklearn/linear_model/_linear_loss.py

[warning] possibly-unresolved-reference - :750:47 - Name `hX` used when possibly not defined
[warning] possibly-unresolved-reference - :752:66 - Name `hX` used when possibly not defined
[warning] possibly-unresolved-reference - :756:49 - Name `hX_sum` used when possibly not defined
[warning] possibly-unresolved-reference - :757:31 - Name `hX_sum` used when possibly not defined
[warning] possibly-unresolved-reference - :757:57 - Name `hessian_sum` used when possibly not defined
[warning] possibly-unresolved-reference - :807:26 - Name `proba` used when possibly not defined
[warning] possibly-unresolved-reference - :808:24 - Name `proba` used when possibly not defined

sklearn/_loss/tests/test_loss.py

[warning] possibly-unresolved-reference - :853:24 - Name `k` used when possibly not defined
[warning] possibly-unresolved-reference - :865:24 - Name `k` used when possibly not defined
[warning] possibly-unresolved-reference - :870:22 - Name `k` used when possibly not defined

sklearn/compose/tests/test_column_transformer.py

[warning] possibly-unresolved-reference - :127:43 - Name `selection` used when possibly not defined
[warning] possibly-unresolved-reference - :233:43 - Name `selection` used when possibly not defined

sklearn/datasets/_samples_generator.py

[warning] possibly-unbound-attribute - :1827:28 - Attribute `uniform` on type `Unknown | None` is possibly unbound

sklearn/decomposition/_factor_analysis.py

[warning] possibly-unresolved-reference - :270:34 - Name `random_state` used when possibly not defined

sklearn/ensemble/_gb.py

[warning] possibly-unresolved-reference - :202:55 - Name `sw` used when possibly not defined
[warning] possibly-unresolved-reference - :204:69 - Name `sw` used when possibly not defined
[warning] possibly-unresolved-reference - :220:55 - Name `sw` used when possibly not defined
[warning] possibly-unresolved-reference - :223:69 - Name `sw` used when possibly not defined
[warning] possibly-unresolved-reference - :231:55 - Name `sw` used when possibly not defined
[warning] possibly-unresolved-reference - :237:59 - Name `sw` used when possibly not defined
[warning] possibly-unresolved-reference - :245:35 - Name `sw` used when possibly not defined

sklearn/externals/array_api_extra/_lib/_funcs.py

[error] unresolved-reference - :546:26 - Name `mxp` used when not defined
[error] unresolved-reference - :546:41 - Name `mxp` used when not defined
[error] unresolved-reference - :546:57 - Name `mxp` used when not defined
[error] unresolved-reference - :546:72 - Name `mxp` used when not defined
[warning] possibly-unbound-attribute - :546:26 - Attribute `isinf` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :546:41 - Attribute `isinf` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :546:57 - Attribute `sign` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :546:72 - Attribute `sign` on type `Unknown | ModuleType` is possibly unbound
[error] unresolved-reference - :548:26 - Name `mxp` used when not defined
[error] unresolved-reference - :548:59 - Name `mxp` used when not defined
[warning] possibly-unbound-attribute - :548:26 - Attribute `abs` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :548:59 - Attribute `abs` on type `Unknown | ModuleType` is possibly unbound

sklearn/linear_model/_base.py

[warning] possibly-unresolved-reference - :670:39 - Name `sample_weight_sqrt` used when possibly not defined
[warning] possibly-unresolved-reference - :670:66 - Name `X_offset_scale` used when possibly not defined
[warning] possibly-unresolved-reference - :673:41 - Name `X_offset_scale` used when possibly not defined
[warning] possibly-unresolved-reference - :673:64 - Name `sample_weight_sqrt` used when possibly not defined
[warning] possibly-unresolved-reference - :678:45 - Name `X_offset_scale` used when possibly not defined
[warning] possibly-unresolved-reference - :681:41 - Name `X_offset_scale` used when possibly not defined

sklearn/linear_model/_ridge.py

[warning] possibly-unresolved-reference - :344:35 - Name `y_column` used when possibly not defined
[warning] possibly-unresolved-reference - :347:60 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :348:43 - Name `i` used when possibly not defined

sklearn/linear_model/tests/test_ridge.py

[warning] possibly-unresolved-reference - :1616:13 - Name `ridge` used when possibly not defined
[warning] possibly-unresolved-reference - :1616:23 - Name `X` used when possibly not defined
[warning] possibly-unresolved-reference - :1616:26 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :1616:29 - Name `sample_weights_not_OK` used when possibly not defined
[warning] possibly-unresolved-reference - :1619:13 - Name `ridge` used when possibly not defined
[warning] possibly-unresolved-reference - :1619:23 - Name `X` used when possibly not defined
[warning] possibly-unresolved-reference - :1619:26 - Name `y` used when possibly not defined
[warning] possibly-unresolved-reference - :1619:29 - Name `sample_weights_not_OK_2` used when possibly not defined

sklearn/model_selection/tests/test_search.py

[warning] possibly-unresolved-reference - :837:34 - Name `InputFeatureType` used when possibly not defined
[warning] possibly-unresolved-reference - :840:34 - Name `TargetType` used when possibly not defined

sklearn/model_selection/tests/test_validation.py

[warning] possibly-unresolved-reference - :638:44 - Name `InputFeatureType` used when possibly not defined
[warning] possibly-unresolved-reference - :639:48 - Name `TargetType` used when possibly not defined
[warning] possibly-unresolved-reference - :1120:44 - Name `InputFeatureType` used when possibly not defined
[warning] possibly-unresolved-reference - :1121:48 - Name `TargetType` used when possibly not defined
[warning] possibly-unresolved-reference - :2074:44 - Name `InputFeatureType` used when possibly not defined
[warning] possibly-unresolved-reference - :2075:48 - Name `TargetType` used when possibly not defined

sklearn/neural_network/tests/test_mlp.py

[warning] possibly-unresolved-reference - :232:24 - Name `mlp` used when possibly not defined
[warning] possibly-unresolved-reference - :233:24 - Name `X` used when possibly not defined
[warning] possibly-unresolved-reference - :233:27 - Name `Y` used when possibly not defined
[warning] possibly-unresolved-reference - :233:36 - Name `activations` used when possibly not defined
[warning] possibly-unresolved-reference - :233:49 - Name `deltas` used when possibly not defined
[warning] possibly-unresolved-reference - :233:57 - Name `coef_grads` used when possibly not defined
[warning] possibly-unresolved-reference - :233:69 - Name `intercept_grads` used when possibly not defined

sklearn/utils/_encode.py

[warning] possibly-unresolved-reference - :287:26 - Name `uniques_set` used when possibly not defined
[warning] possibly-unresolved-reference - :288:21 - Name `missing_in_uniques` used when possibly not defined
[warning] possibly-unresolved-reference - :289:21 - Name `missing_in_uniques` used when possibly not defined

sklearn/utils/_testing.py

[error] unsupported-operator - :520:45 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[Unknown] | (Unknown & ~None)`
[error] unsupported-operator - :574:40 - Operator `not in` is not supported for types `Unknown` and `None`, in comparing `Unknown` with `Unknown | None | list[Unknown] | (Unknown & ~None)`
[warning] possibly-unresolved-reference - :1015:14 - Name `pytest` used when possibly not defined
[warning] possibly-unresolved-reference - :1022:14 - Name `pytest` used when possibly not defined
[warning] possibly-unresolved-reference - :1037:14 - Name `pytest` used when possibly not defined
[warning] possibly-unresolved-reference - :1044:14 - Name `pytest` used when possibly not defined
[warning] possibly-unresolved-reference - :1047:14 - Name `pytest` used when possibly not defined
[warning] possibly-unresolved-reference - :1050:14 - Name `pytest` used when possibly not defined
[warning] possibly-unresolved-reference - :1053:14 - Name `pytest` used when possibly not defined

sklearn/utils/fixes.py

[warning] possibly-unresolved-reference - :161:30 - Name `_minor_reduce` used when possibly not defined
[warning] possibly-unresolved-reference - :196:20 - Name `_min_or_max_axis` used when possibly not defined
[warning] possibly-unresolved-reference - :202:13 - Name `_sparse_min_or_max` used when possibly not defined
[warning] possibly-unresolved-reference - :203:13 - Name `_sparse_min_or_max` used when possibly not defined
[warning] possibly-unresolved-reference - :208:13 - Name `_sparse_min_or_max` used when possibly not defined
[warning] possibly-unresolved-reference - :209:13 - Name `_sparse_min_or_max` used when possibly not defined

sklearn/utils/tests/test_random.py

[warning] possibly-unresolved-reference - :28:49 - Name `m` used when possibly not defined

sklearn/utils/validation.py

[warning] possibly-unresolved-reference - :924:42 - Name `SparseDtype` used when possibly not defined
[warning] possibly-unresolved-reference - :1002:42 - Name `SparseDtype` used when possibly not defined

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

scipy/_lib/deprecation.py

[warning] possibly-unbound-attribute - :220:28 - Attribute `intersection` on type `Unknown | None | set[Unknown]` is possibly unbound
[error] unsupported-operator - :237:33 - Operator `-` is unsupported between objects of type `set[Unknown]` and `Unknown | None | set[Unknown]`
[error] unsupported-operator - :254:29 - Operator `-` is unsupported between objects of type `set[Unknown]` and `Unknown | None | set[Unknown]`

benchmarks/benchmarks/cluster_hierarchy_disjoint_set.py

[warning] possibly-unresolved-reference - :20:29 - Name `DisjointSet` used when possibly not defined
[warning] possibly-unresolved-reference - :22:27 - Name `DisjointSet` used when possibly not defined
[warning] possibly-unresolved-reference - :26:33 - Name `DisjointSet` used when possibly not defined

scipy/optimize/_trustregion_constr/tr_interior_point.py

[warning] possibly-unresolved-reference - :250:50 - Name `S_Hs_S` used when possibly not defined

scipy/optimize/tests/test__spectral.py

[warning] possibly-unresolved-reference - :49:24 - Name `yscale` used when possibly not defined
[warning] possibly-unresolved-reference - :49:33 - Name `problem` used when possibly not defined
[warning] possibly-unresolved-reference - :49:50 - Name `xscale` used when possibly not defined

scipy/optimize/tests/test_linesearch.py

[warning] possibly-unresolved-reference - :316:13 - Name `count` used when possibly not defined
[warning] possibly-unresolved-reference - :320:13 - Name `count` used when possibly not defined

scipy/optimize/tests/test_trustregion_exact.py

[warning] possibly-unresolved-reference - :306:64 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :307:64 - Name `H` used when possibly not defined
[warning] possibly-unresolved-reference - :333:65 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :334:65 - Name `H` used when possibly not defined

scipy/spatial/tests/test_qhull.py

[warning] possibly-unresolved-reference - :1010:35 - Name `remap` used when possibly not defined
[warning] possibly-unresolved-reference - :1012:28 - Name `vertex_map` used when possibly not defined
[warning] possibly-unresolved-reference - :1015:38 - Name `objx` used when possibly not defined

benchmarks/benchmarks/ndimage_interpolation.py

[warning] possibly-unresolved-reference - :42:9 - Name `affine_transform` used when possibly not defined
[warning] possibly-unresolved-reference - :45:9 - Name `rotate` used when possibly not defined
[warning] possibly-unresolved-reference - :48:9 - Name `shift` used when possibly not defined
[warning] possibly-unresolved-reference - :51:9 - Name `zoom` used when possibly not defined
[warning] possibly-unresolved-reference - :62:9 - Name `map_coordinates` used when possibly not defined
[warning] possibly-unresolved-reference - :65:9 - Name `rotate` used when possibly not defined
[warning] possibly-unresolved-reference - :68:9 - Name `shift` used when possibly not defined
[warning] possibly-unresolved-reference - :58:9 - Name `geometric_transform` used when possibly not defined

benchmarks/benchmarks/sparse.py

[warning] possibly-unresolved-reference - :315:36 - Name `m` used when possibly not defined

benchmarks/benchmarks/sparse_linalg_lobpcg.py

[warning] possibly-unresolved-reference - :73:38 - Name `c` used when possibly not defined
[warning] possibly-unresolved-reference - :149:38 - Name `c` used when possibly not defined

benchmarks/benchmarks/stats.py

[error] call-non-callable - :186:15 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` is not callable on object of type `list[Unknown]`
[error] call-non-callable - :187:16 - Method `__getitem__` of type `Overload[(i: SupportsIndex, /) -> Unknown, (s: slice[Any, Any, Any], /) -> list[Unknown]]` is not callable on object of type `list[Unknown]`
[warning] possibly-unresolved-reference - :560:31 - Name `compress` used when possibly not defined
[warning] possibly-unresolved-reference - :561:27 - Name `compress` used when possibly not defined

scipy/_lib/_array_api.py

[error] non-subscriptable - :730:9 - Cannot subscript object of type `None` with no `__getitem__` method

scipy/_lib/_docscrape.py

[warning] possibly-unresolved-reference - :307:70 - Name `line` used when possibly not defined

scipy/_lib/array_api_compat/tests/test_dask.py

[warning] possibly-unresolved-reference - :18:28 - Name `da` used when possibly not defined
[warning] possibly-unresolved-reference - :31:10 - Name `dask` used when possibly not defined
[warning] possibly-unresolved-reference - :37:9 - Name `da` used when possibly not defined
[warning] possibly-unresolved-reference - :59:9 - Name `da` used when possibly not defined
[warning] possibly-unresolved-reference - :60:9 - Name `da` used when possibly not defined
[warning] possibly-unresolved-reference - :133:9 - Name `da` used when possibly not defined
[warning] possibly-unresolved-reference - :161:9 - Name `da` used when possibly not defined
[warning] possibly-unresolved-reference - :175:9 - Name `da` used when possibly not defined

scipy/_lib/array_api_compat/tests/test_jax.py

[warning] possibly-unresolved-reference - :18:19 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :19:19 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :19:34 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :20:19 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :20:34 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :21:19 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :23:23 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :28:29 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :36:9 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :37:27 - Name `jnp` used when possibly not defined
[warning] possibly-unresolved-reference - :38:18 - Name `jax` used when possibly not defined
[warning] possibly-unresolved-reference - :38:36 - Name `jnp` used when possibly not defined

scipy/_lib/array_api_compat/tests/test_torch.py

[warning] possibly-unresolved-reference - :25:41 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :41:44 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :48:44 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :55:44 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :58:9 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :58:33 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :60:27 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :60:52 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :61:41 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :92:28 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :93:37 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :94:13 - Name `torch` used when possibly not defined
[warning] possibly-unresolved-reference - :102:13 - Name `torch` used when possibly not defined

scipy/_lib/array_api_extra/src/array_api_extra/_lib/_funcs.py

[error] unresolved-reference - :602:26 - Name `mxp` used when not defined
[error] unresolved-reference - :602:41 - Name `mxp` used when not defined
[error] unresolved-reference - :602:57 - Name `mxp` used when not defined
[error] unresolved-reference - :602:72 - Name `mxp` used when not defined
[warning] possibly-unbound-attribute - :602:26 - Attribute `isinf` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :602:41 - Attribute `isinf` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :602:57 - Attribute `sign` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :602:72 - Attribute `sign` on type `Unknown | ModuleType` is possibly unbound
[error] unresolved-reference - :604:26 - Name `mxp` used when not defined
[error] unresolved-reference - :604:59 - Name `mxp` used when not defined
[warning] possibly-unbound-attribute - :604:26 - Attribute `abs` on type `Unknown | ModuleType` is possibly unbound
[warning] possibly-unbound-attribute - :604:59 - Attribute `abs` on type `Unknown | ModuleType` is possibly unbound

scipy/_lib/array_api_extra/src/array_api_extra/_lib/_utils/_helpers.py

[warning] possibly-unresolved-reference - :534:49 - Name `jax` used when possibly not defined

scipy/_lib/pyprima/pyprima/src/pyprima/__init__.py

[warning] possibly-unresolved-reference - :120:20 - Name `original_scalar_fun` used when possibly not defined
[warning] possibly-unresolved-reference - :150:32 - Name `_fixed_values` used when possibly not defined
[warning] possibly-unresolved-reference - :152:20 - Name `original_fun` used when possibly not defined

scipy/_lib/tests/test__threadsafety.py

[warning] possibly-unbound-attribute - :31:13 -
Old: Attribute `append` on type `Unknown | LiteralString` is possibly unbound
New: Attribute `append` on type `Unknown | list[Unknown] | LiteralString` is possibly unbound

scipy/_lib/tests/test_scipy_version.py

[warning] possibly-unbound-attribute - :13:8 - Attribute `version` on type `<module 'scipy'> | Unknown` is possibly unbound
[warning] possibly-unbound-attribute - :28:24 - Attribute `version` on type `<module 'scipy'> | Unknown` is possibly unbound

scipy/_lib/unuran/get_and_clean_unuran.py

[warning] possibly-unresolved-reference - :85:40 - Name `is_within_directory` used when possibly not defined

scipy/cluster/tests/test_hierarchy.py

[warning] possibly-unresolved-reference - :938:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :949:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :979:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1014:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1018:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1034:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1045:9 - Name `plt` used when possibly not defined

scipy/differentiate/_differentiate.py

[error] unsupported-operator - :1114:32 - Operator `/` is unsupported between objects of type `Unknown | None | (Unknown & ~None)` and `Literal[100]`

scipy/differentiate/tests/test_differentiate.py

[warning] possibly-unresolved-reference - :407:29 - Name `n` used when possibly not defined

scipy/integrate/_bvp.py

[warning] possibly-unresolved-reference - :702:40 - Name `Sr` used when possibly not defined
[warning] possibly-unresolved-reference - :704:30 - Name `Sr` used when possibly not defined

scipy/integrate/_ivp/ivp.py

[warning] possibly-unresolved-reference - :596:43 - Name `jac` used when possibly not defined

scipy/interpolate/tests/test_polyint.py

[warning] possibly-unresolved-reference - :84:20 - Name `ip` used when possibly not defined

scipy/optimize/_constraints.py

[warning] possibly-unresolved-reference - :488:27 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :490:20 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :589:35 - Name `args` used when possibly not defined
[warning] possibly-unresolved-reference - :592:39 - Name `args` used when possibly not defined

scipy/optimize/_linprog_ip.py

[warning] possibly-unresolved-reference - :102:22 - Name `catch_warnings` used when possibly not defined
[warning] possibly-unresolved-reference - :103:47 - Name `CholmodTypeConversionWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :110:54 - Name `cholmod_analyze` used when possibly not defined
[warning] possibly-unresolved-reference - :127:48 - Name `L` used when possibly not defined

scipy/optimize/_linprog_util.py

[warning] possibly-unresolved-reference - :811:68 - Name `x_undo` used when possibly not defined

scipy/optimize/_lsq/least_squares.py

[warning] possibly-unresolved-reference - :238:52 - Name `rho` used when possibly not defined
[warning] possibly-unresolved-reference - :239:13 - Name `rho` used when possibly not defined
[warning] possibly-unresolved-reference - :240:13 - Name `rho` used when possibly not defined
[warning] possibly-unresolved-reference - :241:20 - Name `rho` used when possibly not defined
[warning] possibly-unresolved-reference - :236:21 - Name `rho` used when possibly not defined

scipy/optimize/_minpack_py.py

[error] unresolved-attribute - :158:9 - Type `def _wrapped_func(*fargs) -> Unknown` has no attribute `nfev`

scipy/optimize/_optimize.py

[warning] possibly-unresolved-reference - :1808:49 - Name `deltak` used when possibly not defined
[warning] possibly-unresolved-reference - :1820:13 - Name `cached_step` used when possibly not defined
[warning] possibly-unresolved-reference - :1820:30 - Name `polak_ribiere_powell_step` used when possibly not defined
[warning] possibly-unresolved-reference - :1821:41 - Name `cached_step` used when possibly not defined

scipy/optimize/_trustregion_constr/projections.py

[warning] possibly-unresolved-reference - :64:51 - Name `CholmodTypeConversionWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :65:18 - Name `cholesky_AAt` used when possibly not defined
[warning] possibly-unresolved-reference - :383:13 - Name `warnings` used when possibly not defined

scipy/optimize/tests/test_bracket.py

[error] unresolved-attribute - :314:13 - Type `(def f(x) -> Unknown) | (def f(x) -> Unknown) | (def f(x, c) -> Unknown) | (def f(x) -> Unknown)` has no attribute `count`

scipy/optimize/tests/test_linprog.py

[warning] possibly-unresolved-reference - :1152:28 - Name `UmfpackWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :1394:28 - Name `UmfpackWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :1513:28 - Name `UmfpackWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :1550:28 - Name `UmfpackWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :1563:28 - Name `UmfpackWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :1703:28 - Name `UmfpackWarning` used when possibly not defined
[warning] possibly-unresolved-reference - :2084:28 - Name `UmfpackWarning` used when possibly not defined

scipy/optimize/tests/test_optimize.py

[warning] possibly-unresolved-reference - :1515:16 - Name `first_step_size` used when possibly not defined
[warning] possibly-unresolved-reference - :1515:55 - Name `x0` used when possibly not defined
[warning] possibly-unresolved-reference - :1516:17 - Name `first_step_size` used when possibly not defined
[warning] possibly-unresolved-reference - :1516:49 - Name `x0` used when possibly not defined
[warning] possibly-unresolved-reference - :1519:20 - Name `scale` used when possibly not defined
[warning] possibly-unresolved-reference - :1522:30 - Name `scale` used when possibly not defined

scipy/optimize/tests/test_zeros.py

[warning] possibly-unresolved-reference - :577:46 - Name `c` used when possibly not defined

scipy/signal/_peak_finding.py

[error] unsupported-operator - :1191:12 - Operator `<` is not supported for types `int` and `None`, in comparing `int` with `Unknown | None`

scipy/signal/_signaltools.py

[error] unresolved-reference - :1392:60 - Name `method` used when not defined

scipy/signal/tests/test_signaltools.py

[warning] possibly-unresolved-reference - :1977:55 - Name `zi1` used when possibly not defined
[warning] possibly-unresolved-reference - :1979:55 - Name `zi1` used when possibly not defined
[warning] possibly-unresolved-reference - :2011:55 - Name `zi1` used when possibly not defined
[warning] possibly-unresolved-reference - :2013:55 - Name `zi1` used when possibly not defined

scipy/signal/windows/_windows.py

[warning] possibly-unbound-attribute - :1931:22 - Attribute `matmul` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1931:36 - Attribute `cos` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1932:15 - Attribute `pi` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1932:27 - Attribute `newaxis` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :2303:30 - Attribute `arange` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :2303:52 - Attribute `float64` on type `Unknown | None` is possibly unbound

scipy/sparse/_construct.py

[warning] possibly-unbound-attribute - :1269:25 - Attribute `uniform` on type `Unknown | None` is possibly unbound
[warning] possibly-unbound-attribute - :1270:25 - Attribute `uniform` on type `Unknown | None` is possibly unbound

scipy/sparse/_data.py

[warning] possibly-unresolved-reference - :147:43 - Name `name` used when possibly not defined
[warning] possibly-unresolved-reference - :148:41 - Name `name` used when possibly not defined
[warning] possibly-unresolved-reference - :149:27 - Name `name` used when possibly not defined

scipy/sparse/linalg/_dsolve/linsolve.py

[warning] possibly-unresolved-reference - :98:9 - Name `umfpack` used when possibly not defined
[warning] possibly-unresolved-reference - :269:15 - Name `umfpack` used when possibly not defined
[warning] possibly-unresolved-reference - :270:26 - Name `umfpack` used when possibly not defined
[warning] possibly-unresolved-reference - :592:15 - Name `umfpack` used when possibly not defined
[error] unresolved-reference - :600:26 - Name `umf` used when not defined
[warning] possibly-unresolved-reference - :600:36 - Name `umfpack` used when possibly not defined

scipy/sparse/linalg/_dsolve/tests/test_linsolve.py

[warning] possibly-unresolved-reference - :89:26 - Name `umfpack` used when possibly not defined

scipy/sparse/linalg/_eigen/lobpcg/tests/test_lobpcg.py

[warning] possibly-unresolved-reference - :648:20 - Name `As32` used when possibly not defined
[warning] possibly-unresolved-reference - :654:67 - Name `As32` used when possibly not defined
[warning] possibly-unresolved-reference - :661:20 - Name `Bs32` used when possibly not defined
[warning] possibly-unresolved-reference - :666:61 - Name `Bs32` used when possibly not defined
[warning] possibly-unresolved-reference - :672:20 - Name `Ms64` used when possibly not defined
[warning] possibly-unresolved-reference - :680:20 - Name `Mf64` used when possibly not defined
[warning] possibly-unresolved-reference - :688:20 - Name `Ms32` used when possibly not defined
[warning] possibly-unresolved-reference - :696:20 - Name `Mf32` used when possibly not defined

scipy/sparse/linalg/_isolve/tests/test_iterative.py

[warning] possibly-unresolved-reference - :341:13 - Name `matvec_count` used when possibly not defined
[warning] possibly-unresolved-reference - :345:13 - Name `matvec_count` used when possibly not defined

scipy/sparse/linalg/tests/test_interface.py

[warning] possibly-unresolved-reference - :143:47 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :143:49 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :144:47 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :168:47 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :168:49 - Name `B` used when possibly not defined
[warning] possibly-unresolved-reference - :169:47 - Name `A` used when possibly not defined

scipy/sparse/tests/test_base.py

[error] unsupported-operator - :132:42 - Unary operator `-` is unsupported for type `Unknown | None | signedinteger[_64Bit]`
[warning] possibly-unresolved-reference - :115:41 - Name `rng` used when possibly not defined
[warning] possibly-unresolved-reference - :159:57 - Name `new_downcast_intp_index` used when possibly not defined
[warning] possibly-unresolved-reference - :1456:29 - Name `S_casted` used when possibly not defined
[warning] possibly-unresolved-reference - :1457:29 - Name `S_copied` used when possibly not defined

scipy/sparse/tests/test_construct.py

[warning] possibly-unresolved-reference - :784:47 - Name `f` used when possibly not defined
[warning] possibly-unresolved-reference - :785:47 - Name `f` used when possibly not defined

scipy/spatial/tests/test__plotutils.py

[warning] possibly-unresolved-reference - :24:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :34:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :43:15 - Name `plt` used when possibly not defined

scipy/special/_mptestutils.py

[warning] possibly-unresolved-reference - :231:29 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :231:44 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :238:17 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :247:28 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :250:28 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :260:17 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :284:13 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :284:28 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :317:18 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :326:26 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :376:31 - Name `signal` used when possibly not defined
[warning] possibly-unresolved-reference - :376:45 - Name `signal` used when possibly not defined
[warning] possibly-unresolved-reference - :376:61 - Name `sigalrm_handler` used when possibly not defined
[warning] possibly-unresolved-reference - :377:17 - Name `signal` used when possibly not defined
[warning] possibly-unresolved-reference - :377:34 - Name `signal` used when possibly not defined
[warning] possibly-unresolved-reference - :436:12 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :436:55 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :445:22 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :446:22 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :450:25 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :451:25 - Name `mpmath` used when possibly not defined

scipy/special/_orthogonal.py

[warning] possibly-unresolved-reference - :127:28 - Name `evf` used when possibly not defined
[warning] possibly-unresolved-reference - :127:37 - Name `knn` used when possibly not defined

scipy/special/_precompute/expn_asy.py

[warning] possibly-unresolved-reference - :21:10 - Name `Poly` used when possibly not defined
[warning] possibly-unresolved-reference - :21:18 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :23:18 - Name `Poly` used when possibly not defined
[warning] possibly-unresolved-reference - :23:31 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :23:34 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :23:44 - Name `Poly` used when possibly not defined
[warning] possibly-unresolved-reference - :23:49 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :23:52 - Name `x` used when possibly not defined

scipy/special/_precompute/gammainc_asy.py

[warning] possibly-unresolved-reference - :22:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :27:25 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :35:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :35:21 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :42:16 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :42:33 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :44:17 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :44:34 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :51:14 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :58:12 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :98:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :104:20 - Name `mp` used when possibly not defined

scipy/special/_precompute/gammainc_data.py

[warning] possibly-unresolved-reference - :42:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :43:19 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :43:30 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :43:41 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :45:16 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :48:19 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :51:15 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :64:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :67:12 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :70:34 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :71:20 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :73:16 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :79:27 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :80:30 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :81:16 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :84:24 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :86:30 - Name `mp` used when possibly not defined

scipy/special/_precompute/lambertw.py

[warning] possibly-unresolved-reference - :16:15 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :16:27 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :17:12 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :23:10 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :34:37 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :37:17 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :56:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :58:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :64:5 - Name `plt` used when possibly not defined

scipy/special/_precompute/loggamma.py

[warning] possibly-unresolved-reference - :10:10 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :11:19 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :18:10 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :19:24 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :21:35 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :28:24 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :30:22 - Name `mpmath` used when possibly not defined

scipy/special/_precompute/utils.py

[warning] possibly-unresolved-reference - :29:18 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :30:10 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :30:22 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :34:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :36:34 - Name `x` used when possibly not defined
[warning] possibly-unresolved-reference - :37:10 - Name `mp` used when possibly not defined

scipy/special/_precompute/wright_bessel.py

[warning] possibly-unresolved-reference - :25:18 - Name `symbols` used when possibly not defined
[warning] possibly-unresolved-reference - :30:18 - Name `Sum` used when possibly not defined
[warning] possibly-unresolved-reference - :30:27 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :30:40 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :30:61 - Name `S` used when possibly not defined
[warning] possibly-unresolved-reference - :31:18 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :31:27 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :37:29 - Name `polygamma` used when possibly not defined
[warning] possibly-unresolved-reference - :38:28 - Name `polygamma` used when possibly not defined
[warning] possibly-unresolved-reference - :42:23 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :43:18 - Name `horner` used when possibly not defined
[warning] possibly-unresolved-reference - :44:18 - Name `horner` used when possibly not defined
[warning] possibly-unresolved-reference - :60:9 - Name `symbols` used when possibly not defined
[warning] possibly-unresolved-reference - :61:19 - Name `EulerGamma` used when possibly not defined
[warning] possibly-unresolved-reference - :62:9 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :62:35 - Name `zeta` used when possibly not defined
[warning] possibly-unresolved-reference - :67:12 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :82:18 - Name `symbols` used when possibly not defined
[warning] possibly-unresolved-reference - :83:24 - Name `symbols` used when possibly not defined
[warning] possibly-unresolved-reference - :84:15 - Name `pi` used when possibly not defined
[warning] possibly-unresolved-reference - :84:25 - Name `EulerGamma` used when possibly not defined
[warning] possibly-unresolved-reference - :84:43 - Name `zeta` used when possibly not defined
[warning] possibly-unresolved-reference - :93:18 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :93:27 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :94:9 - Name `Sum` used when possibly not defined
[warning] possibly-unresolved-reference - :94:18 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :94:31 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :94:52 - Name `S` used when possibly not defined
[warning] possibly-unresolved-reference - :100:29 - Name `polygamma` used when possibly not defined
[warning] possibly-unresolved-reference - :101:28 - Name `polygamma` used when possibly not defined
[warning] possibly-unresolved-reference - :105:31 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :108:39 - Name `polygamma` used when possibly not defined
[warning] possibly-unresolved-reference - :109:76 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :112:30 - Name `polygamma` used when possibly not defined
[warning] possibly-unresolved-reference - :112:50 - Name `zeta` used when possibly not defined
[warning] possibly-unresolved-reference - :116:23 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :117:18 - Name `horner` used when possibly not defined
[warning] possibly-unresolved-reference - :121:9 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :124:24 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :142:35 - Name `EulerGamma` used when possibly not defined
[warning] possibly-unresolved-reference - :142:53 - Name `pi` used when possibly not defined
[warning] possibly-unresolved-reference - :142:63 - Name `zeta` used when possibly not defined
[warning] possibly-unresolved-reference - :149:22 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :151:39 - Name `S` used when possibly not defined
[warning] possibly-unresolved-reference - :153:22 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :155:39 - Name `S` used when possibly not defined
[warning] possibly-unresolved-reference - :173:13 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :190:23 - Name `gammasimp` used when possibly not defined
[warning] possibly-unresolved-reference - :190:33 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :190:48 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :191:23 - Name `gammasimp` used when possibly not defined
[warning] possibly-unresolved-reference - :191:33 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :191:44 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :193:18 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :207:17 - Name `symbols` used when possibly not defined
[warning] possibly-unresolved-reference - :208:63 - Name `Rational` used when possibly not defined
[warning] possibly-unresolved-reference - :209:56 - Name `factorial` used when possibly not defined
[warning] possibly-unresolved-reference - :210:26 - Name `gamma` used when possibly not defined
[warning] possibly-unresolved-reference - :210:36 - Name `Rational` used when possibly not defined
[warning] possibly-unresolved-reference - :210:57 - Name `pi` used when possibly not defined
[warning] possibly-unresolved-reference - :211:46 - Name `Rational` used when possibly not defined
[warning] possibly-unresolved-reference - :215:19 - Name `symbols` used when possibly not defined
[warning] possibly-unresolved-reference - :228:44 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :229:18 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :230:54 - Name `sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :285:63 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :285:74 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :286:58 - Name `i` used when possibly not defined

scipy/special/_precompute/wright_bessel_data.py

[warning] possibly-unresolved-reference - :26:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :27:16 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :33:10 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :34:19 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :34:30 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :34:41 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :35:15 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :35:40 - Name `mp` used when possibly not defined
[warning] possibly-unresolved-reference - :37:27 - Name `mp` used when possibly not defined

scipy/special/_precompute/wrightomega.py

[warning] possibly-unresolved-reference - :10:12 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :10:28 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :10:43 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :20:26 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :29:14 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :35:14 - Name `mpmath` used when possibly not defined

scipy/special/_precompute/zetac.py

[warning] possibly-unresolved-reference - :10:10 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :13:21 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :13:33 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :13:52 - Name `mpmath` used when possibly not defined
[warning] possibly-unresolved-reference - :21:15 - Name `mpmath` used when possibly not defined

scipy/special/_testutils.py

[warning] possibly-unresolved-reference - :303:53 - Name `j` used when possibly not defined

scipy/special/tests/test_precompute_expn_asy.py

[warning] possibly-unresolved-reference - :17:13 - Name `Poly` used when possibly not defined
[warning] possibly-unresolved-reference - :18:13 - Name `Poly` used when possibly not defined
[warning] possibly-unresolved-reference - :19:13 - Name `Poly` used when possibly not defined
[warning] possibly-unresolved-reference - :20:13 - Name `Poly` used when possibly not defined

scipy/stats/_axis_nan_policy.py

[error] non-subscriptable - :508:45 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :549:49 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :558:47 - Cannot subscript object of type `None` with no `__getitem__` method
[error] call-non-callable - :580:23 - Object of type `None` is not callable
[error] non-subscriptable - :605:45 - Cannot subscript object of type `None` with no `__getitem__` method
[error] call-non-callable - :612:23 - Object of type `None` is not callable
[error] call-non-callable - :627:28 - Object of type `None` is not callable
[error] non-subscriptable - :631:23 - Cannot subscript object of type `None` with no `__getitem__` method
[error] call-non-callable - :641:28 - Object of type `None` is not callable
[error] call-non-callable - :650:28 - Object of type `None` is not callable

scipy/stats/_binomtest.py

[warning] possibly-unresolved-reference - :140:59 - Name `alpha` used when possibly not defined
[warning] possibly-unresolved-reference - :144:59 - Name `alpha` used when possibly not defined
[warning] possibly-unresolved-reference - :151:59 - Name `alpha` used when possibly not defined
[warning] possibly-unresolved-reference - :157:59 - Name `alpha` used when possibly not defined

scipy/stats/_continuous_distns.py

[warning] possibly-unresolved-reference - :3738:75 - Name `s` used when possibly not defined
[warning] possibly-unresolved-reference - :5333:57 - Name `lm` used when possibly not defined
[error] unresolved-reference - :8264:24 - Name `dL_dLocation` used when not defined
[error] unresolved-reference - :8264:56 - Name `dL_dScale` used when not defined
[error] unresolved-reference - :8268:33 - Name `fun_to_solve` used when not defined
[error] unresolved-reference - :8269:33 - Name `fun_to_solve` used when not defined
[warning] possibly-unresolved-reference - :10384:61 - Name `k` used when possibly not defined

scipy/stats/_distn_infrastructure.py

[warning] possibly-unresolved-reference - :2490:53 - Name `data_moments` used when possibly not defined

scipy/stats/_distribution_infrastructure.py

[warning] possibly-unbound-attribute - :410:43 - Attribute `integers` on type `Unknown | None | Generator` is possibly unbound

scipy/stats/_fit.py

[warning] possibly-unresolved-reference - :1188:42 - Name `fit_fun_1d` used when possibly not defined

scipy/stats/_levy_stable/__init__.py

[warning] possibly-unresolved-reference - :992:31 - Name `_cf` used when possibly not defined
[warning] possibly-unresolved-reference - :992:38 - Name `_alpha` used when possibly not defined
[warning] possibly-unresolved-reference - :992:46 - Name `_beta` used when possibly not defined
[warning] possibly-unresolved-reference - :1117:31 - Name `_cf` used when possibly not defined
[warning] possibly-unresolved-reference - :1117:38 - Name `_alpha` used when possibly not defined
[warning] possibly-unresolved-reference - :1117:46 - Name `_beta` used when possibly not defined

scipy/stats/_sensitivity_analysis.py

[warning] possibly-unresolved-reference - :654:20 - Name `wrapped_func` used when possibly not defined

scipy/stats/tests/test_morestats.py

[warning] possibly-unresolved-reference - :1425:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1428:48 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1429:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1431:50 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1432:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1443:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1446:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1935:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1937:47 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :1943:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :2419:15 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :2421:53 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :2427:9 - Name `plt` used when possibly not defined

scipy/stats/tests/test_multivariate.py

[warning] possibly-unresolved-reference - :2428:37 - Name `dim` used when possibly not defined
[warning] possibly-unresolved-reference - :2429:37 - Name `dim` used when possibly not defined
[warning] possibly-unresolved-reference - :3491:24 - Name `original_method` used when possibly not defined

scipy/stats/tests/test_resampling.py

[warning] possibly-unresolved-reference - :1257:57 - Name `popmean_i` used when possibly not defined
[warning] possibly-unresolved-reference - :1258:66 - Name `alternative_i` used when possibly not defined

scipy/stats/tests/test_stats.py

[warning] possibly-unbound-attribute - :5150:13 -
Old: Attribute `asarray` on type `Unknown | ModuleType | (Unknown & ~None)` is possibly unbound
New: Attribute `asarray` on type `Unknown | None | ModuleType | (Unknown & ~None)` is possibly unbound
[warning] possibly-unbound-attribute - :5151:14 -
Old: Attribute `mean` on type `Unknown | ModuleType | (Unknown & ~None)` is possibly unbound
New: Attribute `mean` on type `Unknown | None | ModuleType | (Unknown & ~None)` is possibly unbound
[warning] possibly-unbound-attribute - :5152:15 -
Old: Attribute `std` on type `Unknown | ModuleType | (Unknown & ~None)` is possibly unbound
New: Attribute `std` on type `Unknown | None | ModuleType | (Unknown & ~None)` is possibly unbound

tools/generate_f2pymod.py

[warning] possibly-unresolved-reference - :190:33 - Name `k` used when possibly not defined
[warning] possibly-unresolved-reference - :190:46 - Name `k` used when possibly not defined

tools/write_release_and_log.py

[warning] possibly-unresolved-reference - :101:27 - Name `LOG_START` used when possibly not defined
[warning] possibly-unresolved-reference - :101:40 - Name `LOG_END` used when possibly not defined

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

scrapy/contracts/__init__.py

[error] call-non-callable - :183:26 - Object of type `None` is not callable
[warning] possibly-unresolved-reference - :52:29 - Name `cb` used when possibly not defined
[error] call-non-callable - :52:29 - Object of type `None` is not callable
[warning] possibly-unresolved-reference - :68:29 - Name `cb` used when possibly not defined
[error] call-non-callable - :68:29 - Object of type `None` is not callable

scrapy/downloadermiddlewares/robotstxt.py

[error] unresolved-reference - :119:17 - Name `d` used when not defined

scrapy/utils/_compression.py

[warning] possibly-unresolved-reference - :87:20 - Name `brotli` used when possibly not defined

scrapy/utils/benchserver.py

[warning] possibly-unresolved-reference - :42:20 - Name `httpPort` used when possibly not defined

scrapy/utils/signal.py

[warning] possibly-unresolved-reference - :103:17 - Name `receiver` used when possibly not defined

tests/CrawlerRunner/ip_address.py

[warning] possibly-unresolved-reference - :58:29 - Name `reactor` used when possibly not defined

tests/mockserver.py

[warning] possibly-unresolved-reference - :418:24 - Name `httpPort` used when possibly not defined
[warning] possibly-unresolved-reference - :419:25 - Name `httpsPort` used when possibly not defined
[warning] possibly-unresolved-reference - :432:20 - Name `listener` used when possibly not defined

tests/test_downloader_handlers.py

[warning] possibly-unbound-attribute - :414:20 - Attribute `exists` on type `Unknown | str | Path` is possibly unbound
[warning] possibly-unbound-attribute - :415:20 - Attribute `read_bytes` on type `Unknown | str | Path` is possibly unbound
[warning] possibly-unbound-attribute - :416:13 - Attribute `unlink` on type `Unknown | str | Path` is possibly unbound
[warning] possibly-unbound-attribute - :431:13 - Attribute `unlink` on type `Unknown | str | Path` is possibly unbound

tests/test_pipeline_images.py

[warning] possibly-unresolved-reference - :507:5 - Name `Image` used when possibly not defined
[warning] possibly-unresolved-reference - :509:12 - Name `Image` used when possibly not defined

sockeye (https://github.com/awslabs/sockeye)

sockeye/convert_deepspeed.py

[warning] possibly-unresolved-reference - :52:19 - Name `get_optim_files` used when possibly not defined
[warning] possibly-unresolved-reference - :55:34 - Name `OPTIMIZER_STATE_DICT` used when possibly not defined
[warning] possibly-unresolved-reference - :55:56 - Name `PARTITION_COUNT` used when possibly not defined
[warning] possibly-unresolved-reference - :57:36 - Name `OPTIMIZER_STATE_DICT` used when possibly not defined
[warning] possibly-unresolved-reference - :57:58 - Name `SINGLE_PARTITION_OF_FP32_GROUPS` used when possibly not defined
[warning] possibly-unresolved-reference - :59:24 - Name `get_model_state_file` used when possibly not defined
[warning] possibly-unresolved-reference - :60:32 - Name `parse_model_state` used when possibly not defined
[warning] possibly-unresolved-reference - :62:12 - Name `_get_fp32_state_dict_from_zero2_checkpoint` used when possibly not defined

sockeye/knn.py

[warning] possibly-unresolved-reference - :71:17 - Name `faiss` used when possibly not defined
[warning] possibly-unresolved-reference - :74:19 - Name `faiss` used when possibly not defined
[warning] possibly-unresolved-reference - :75:18 - Name `faiss` used when possibly not defined
[warning] possibly-unresolved-reference - :76:21 - Name `faiss` used when possibly not defined
[warning] possibly-unresolved-reference - :185:21 - Name `faiss` used when possibly not defined
[warning] possibly-unresolved-reference - :197:5 - Name `faiss` used when possibly not defined

sockeye/model.py

[warning] possibly-unresolved-reference - :512:22 - Name `faiss` used when possibly not defined

sockeye/train.py

[warning] possibly-unresolved-reference - :1172:53 - Name `deepspeed` used when possibly not defined

sockeye/training.py

[warning] possibly-unresolved-reference - :380:22 - Name `apex` used when possibly not defined
[warning] possibly-unresolved-reference - :744:24 - Name `apex` used when possibly not defined
[warning] possibly-unresolved-reference - :805:13 - Name `apex` used when possibly not defined

speedrun.com_global_scoreboard_webapp (https://github.com/Avasam/speedrun.com_global_scoreboard_webapp)

backend/models/core_models.py

[warning] possibly-unresolved-reference - :242:18 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :243:13 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :243:35 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :254:24 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :266:13 - Name `TimeSlot` used when possibly not defined
[warning] possibly-unresolved-reference - :289:17 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :290:17 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :292:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :293:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :319:33 - Name `TimeSlot` used when possibly not defined
[warning] possibly-unresolved-reference - :341:17 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :343:29 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :344:29 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :347:17 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :348:17 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :350:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :351:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :363:34 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :365:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :366:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :377:29 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :377:86 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :378:25 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :378:73 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :380:27 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :380:42 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :396:18 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :397:13 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :397:40 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :401:30 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :415:17 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :416:17 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :418:25 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :419:25 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :432:40 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :434:25 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :435:25 - Name `ScheduleGroup` used when possibly not defined
[warning] possibly-unresolved-reference - :446:17 - Name `Registration` used when possibly not defined
[warning] possibly-unresolved-reference - :447:17 - Name `Registration` used when possibly not defined
[warning] possibly-unresolved-reference - :449:25 - Name `Registration` used when possibly not defined
[warning] possibly-unresolved-reference - :453:13 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :455:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :456:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :473:35 - Name `Participant` used when possibly not defined
[warning] possibly-unresolved-reference - :489:17 - Name `Registration` used when possibly not defined
[warning] possibly-unresolved-reference - :490:17 - Name `Registration` used when possibly not defined
[warning] possibly-unresolved-reference - :492:25 - Name `Registration` used when possibly not defined
[warning] possibly-unresolved-reference - :496:13 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :498:25 - Name `Schedule` used when possibly not defined
[warning] possibly-unresolved-reference - :499:25 - Name `Schedule` used when possibly not defined

sphinx (https://github.com/sphinx-doc/sphinx)

sphinx/ext/intersphinx/_resolve.py

[error] unresolved-reference - :99:47 - Name `target_lower` used when not defined

sphinx/builders/_epub_base.py

[warning] possibly-unresolved-reference - :432:23 - Name `Image` used when possibly not defined
[warning] possibly-unresolved-reference - :462:48 - Name `Image` used when possibly not defined

sphinx/environment/collectors/toctree.py

[warning] possibly-unresolved-reference - :218:21 - Name `numstack` used when possibly not defined
[warning] possibly-unresolved-reference - :220:21 - Name `numstack` used when possibly not defined
[warning] possibly-unresolved-reference - :234:21 - Name `numstack` used when possibly not defined
[warning] possibly-unresolved-reference - :237:34 - Name `numstack` used when possibly not defined
[warning] possibly-unresolved-reference - :238:66 - Name `numstack` used when possibly not defined

sphinx/ext/autodoc/__init__.py

[warning] possibly-unresolved-reference - :994:28 - Name `tagorder` used when possibly not defined
[warning] possibly-unresolved-reference - :994:55 - Name `tagorder` used when possibly not defined
[error] unresolved-reference - :1302:28 - Name `module_all_set` used when not defined
[error] unresolved-reference - :1303:28 - Name `module_all` used when not defined
[error] unresolved-reference - :1305:28 - Name `module_all_len` used when not defined

sphinx/search/ja.py

[warning] possibly-unresolved-reference - :78:23 - Name `MeCab` used when possibly not defined
[warning] possibly-unresolved-reference - :137:26 - Name `janome` used when possibly not defined

sphinx/util/images.py

[warning] possibly-unresolved-reference - :50:18 - Name `Image` used when possibly not defined

sphinx/util/parallel.py

[warning] possibly-unresolved-reference - :102:24 - Name `multiprocessing` used when possibly not defined
[warning] possibly-unresolved-reference - :103:24 - Name `multiprocessing` used when possibly not defined

sphinx/versioning.py

[warning] possibly-unresolved-reference - :124:16 - Name `Levenshtein` used when possibly not defined

starlette (https://github.com/encode/starlette)

starlette/_utils.py

[warning] possibly-unresolved-reference - :80:35 - Name `BaseExceptionGroup` used when possibly not defined

starlette/responses.py

[warning] possibly-unresolved-reference - :275:25 - Name `task_group` used when possibly not defined

starlette/templating.py

[warning] possibly-unresolved-reference - :119:10 - Name `pass_context` used when possibly not defined

static-frame (https://github.com/static-frame/static-frame)

static_frame/test/integration/test_field_stats.py

[warning] unused-ignore-comment - :61:78 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :78:53 - Unused blanket `type: ignore` directive

static_frame/core/frame.py

[warning] unused-ignore-comment - :1004:81 - Unused blanket `type: ignore` directive
[error] not-iterable - :2019:32 - Object of type `Cursor | None` may not be iterable
[warning] possibly-unbound-attribute - :2020:25 - Attribute `append` on type `Unknown | None | list[Unknown]` is possibly unbound
[error] not-iterable - :2049:32 - Object of type `Cursor | None` may not be iterable
[error] non-subscriptable - :2051:29 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unresolved-reference - :7472:55 - Name `fill_value_factory` used when possibly not defined
[warning] possibly-unresolved-reference - :9207:29 - Name `coords_index` used when possibly not defined

static_frame/core/index_hierarchy.py

[error] unresolved-reference - :1703:27 - Name `getitem` used when not defined
[error] unresolved-reference - :1778:31 - Name `values` used when not defined

static_frame/core/store.py

[error] unresolved-reference - :218:24 - Name `index` used when not defined
[error] unresolved-reference - :219:37 - Name `index_values` used when not defined
[error] unresolved-reference - :221:38 - Name `index_values` used when not defined

static_frame/core/store_zip.py

[warning] possibly-unresolved-reference - :198:28 - Name `results` used when possibly not defined
[warning] possibly-unresolved-reference - :292:22 - Name `pool_executor` used when possibly not defined

static_frame/core/type_blocks.py

[warning] unused-ignore-comment - :3924:61 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :3934:64 - Unused blanket `type: ignore` directive
[warning] unused-ignore-comment - :4086:64 - Unused blanket `type: ignore` directive

static_frame/test/property/strategies.py

[warning] possibly-unresolved-reference - :754:34 - Name `spacing` used when possibly not defined
[warning] possibly-unresolved-reference - :757:51 - Name `d` used when possibly not defined

stone (https://github.com/dropbox/stone)

stone/backends/obj_c_types.py

[warning] possibly-unresolved-reference - :1116:49 - Name `data_type` used when possibly not defined
[warning] possibly-unresolved-reference - :1117:47 - Name `data_type` used when possibly not defined
[warning] possibly-unresolved-reference - :1118:41 - Name `data_type` used when possibly not defined
[warning] possibly-unresolved-reference - :1120:50 - Name `serialize_call` used when possibly not defined
[warning] possibly-unresolved-reference - :1124:44 - Name `field` used when possibly not defined
[warning] possibly-unresolved-reference - :1124:56 - Name `serialize_call` used when possibly not defined
[warning] possibly-unresolved-reference - :1125:48 - Name `data_type` used when possibly not defined
[warning] possibly-unresolved-reference - :1127:33 - Name `field` used when possibly not defined
[warning] possibly-unresolved-reference - :1127:45 - Name `input_value` used when possibly not defined
[warning] possibly-unresolved-reference - :1130:33 - Name `field` used when possibly not defined
[warning] possibly-unresolved-reference - :1130:45 - Name `serialize_call` used when possibly not defined

stone/backends/python_rsrc/stone_serializers.py

[warning] possibly-unresolved-reference - :1056:16 - Name `msgpack` used when possibly not defined
[warning] possibly-unresolved-reference - :1057:13 - Name `msgpack_compat_obj_encode` used when possibly not defined
[warning] possibly-unresolved-reference - :1068:28 - Name `msgpack` used when possibly not defined
[warning] possibly-unresolved-reference - :1070:16 - Name `msgpack_compat_obj_decode` used when possibly not defined

stone/ir/data_types.py

[error] unresolved-reference - :1543:28 - Name `deref_example_ref` used when not defined
[error] unresolved-reference - :1545:29 - Name `get_json_val` used when not defined

strawberry (https://github.com/strawberry-graphql/strawberry)

strawberry/codegen/query_codegen.py

[warning] unused-ignore-comment - :651:70 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :659:44 - Name `previous_wrapper` used when possibly not defined

strawberry/django/__init__.py

[warning] possibly-unresolved-reference - :14:20 - Name `importlib` used when possibly not defined

strawberry/exceptions/handler.py

[warning] possibly-unresolved-reference - :37:21 - Name `rich` used when possibly not defined

strawberry/ext/mypy_plugin.py

[warning] unused-ignore-comment - :416:84 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :411:30 - Name `PydanticModelField` used when possibly not defined
[warning] possibly-unresolved-reference - :418:29 - Name `PydanticModelField` used when possibly not defined
[warning] possibly-unresolved-reference - :431:41 - Name `PydanticModelField` used when possibly not defined
[warning] possibly-unresolved-reference - :442:38 - Name `PydanticModelField` used when possibly not defined

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

lib/streamlit/commands/echo.py

[warning] possibly-unresolved-reference - :85:21 - Name `collect_body_statements` used when possibly not defined
[warning] possibly-unresolved-reference - :84:21 - Name `line_to_node_map` used when possibly not defined

lib/streamlit/elements/dialog_decorator.py

[error] invalid-assignment - :218:13 -
Old: Object of type `Unknown | (F & ~str)` is not assignable to `str`
New: Object of type `Unknown | F | str` is not assignable to `str`
[error] invalid-assignment - :253:13 -
Old: Object of type `Unknown | (F & ~str)` is not assignable to `str`
New: Object of type `Unknown | F | str` is not assignable to `str`

lib/streamlit/vendor/pympler/asizeof.py

[warning] possibly-unresolved-reference - :1371:23 - Name `_PAGESIZE` used when possibly not defined
[warning] possibly-unresolved-reference - :1371:41 - Name `_PAGESIZE` used when possibly not defined
[warning] possibly-unresolved-reference - :1371:54 - Name `_PAGESIZE` used when possibly not defined
[warning] possibly-unresolved-reference - :1379:17 - Name `_numpy_memmap` used when possibly not defined
[warning] possibly-unresolved-reference - :1380:33 - Name `_len_numpy_memmap` used when possibly not defined
[warning] possibly-unresolved-reference - :1382:32 - Name `_len_numpy` used when possibly not defined
[warning] possibly-unresolved-reference - :1391:18 - Name `_numpy_refs` used when possibly not defined

lib/tests/streamlit/runtime/caching/hashing_test.py

[warning] possibly-unresolved-reference - :477:45 - Name `df1` used when possibly not defined

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

sympy/polys/orderings.py

[error] call-non-callable - :236:24 - Object of type `None` is not callable
[error] call-non-callable - :236:24 - Object of type `str` is not callable

sympy/strategies/branch/core.py

[warning] possibly-unbound-attribute - :37:9 - Attribute `write` on type `Unknown | None | TextIO` is possibly unbound
[warning] possibly-unbound-attribute - :38:9 - Attribute `write` on type `Unknown | None | TextIO` is possibly unbound

sympy/strategies/core.py

[warning] possibly-unbound-attribute - :78:13 - Attribute `write` on type `Unknown | None | TextIO` is possibly unbound
[warning] possibly-unbound-attribute - :79:13 - Attribute `write` on type `Unknown | None | TextIO` is possibly unbound

sympy/assumptions/satask.py

[warning] possibly-unresolved-reference - :354:22 - Name `translate_literal` used when possibly not defined

sympy/combinatorics/subsets.py

[warning] possibly-unresolved-reference - :343:32 - Name `_ranklex` used when possibly not defined
[warning] possibly-unresolved-reference - :344:41 - Name `_ranklex` used when possibly not defined

sympy/functions/elementary/tests/test_interface.py

[warning] possibly-unresolved-reference - :72:28 - Name `mytanh` used when possibly not defined

sympy/matrices/eigen.py

[warning] possibly-unresolved-reference - :176:23 - Name `nsimplify` used when possibly not defined
[warning] possibly-unresolved-reference - :421:35 - Name `nsimplify` used when possibly not defined
[warning] possibly-unresolved-reference - :431:50 - Name `simpfunc` used when possibly not defined
[warning] possibly-unresolved-reference - :1087:31 - Name `max_dps` used when possibly not defined
[warning] possibly-unresolved-reference - :1175:39 - Name `nsimplify` used when possibly not defined

sympy/matrices/normalforms.py

[warning] possibly-unresolved-reference - :94:41 - Name `K` used when possibly not defined
[warning] possibly-unresolved-reference - :94:59 - Name `K` used when possibly not defined

sympy/matrices/solvers.py

[warning] possibly-unresolved-reference - :360:53 - Name `scale` used when possibly not defined
[warning] possibly-unresolved-reference - :375:53 - Name `scale` used when possibly not defined
[warning] possibly-unresolved-reference - :378:38 - Name `scale` used when possibly not defined
[warning] possibly-unresolved-reference - :758:23 - Name `sol` used when possibly not defined
[warning] possibly-unresolved-reference - :758:36 - Name `col` used when possibly not defined

sympy/matrices/sparsetools.py

[warning] possibly-unresolved-reference - :295:51 - Name `vi` used when possibly not defined

sympy/ntheory/tests/test_primetest.py

[warning] possibly-unresolved-reference - :126:51 - Name `n` used when possibly not defined

sympy/parsing/latex/lark/latex_parser.py

[warning] possibly-unresolved-reference - :110:12 - Name `_lark_latex_parser` used when possibly not defined

sympy/parsing/tests/test_c_parser.py

[warning] possibly-unresolved-reference - :49:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :50:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :51:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :52:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :52:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :56:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :57:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :58:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :59:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :59:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :63:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :64:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :65:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :66:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :67:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :68:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :69:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :70:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :74:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :75:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :76:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :77:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :78:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :79:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :80:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :81:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :86:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :87:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :88:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :89:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :89:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :93:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :94:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :95:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :96:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :97:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :98:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :99:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :100:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :105:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :106:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :107:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :108:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :108:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :112:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :113:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :114:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :115:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :115:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :116:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :120:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :121:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :122:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :123:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :123:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :124:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :128:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :129:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :130:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :131:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :132:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :133:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :134:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :135:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :137:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :141:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :142:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :143:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :144:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :145:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :146:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :147:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :148:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :150:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :225:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :226:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :227:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :228:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :228:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :229:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :233:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :234:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :235:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :236:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :236:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :237:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :241:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :242:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :243:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :244:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :244:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :245:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :249:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :250:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :251:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :252:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :252:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :253:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :257:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :258:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :259:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :260:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :260:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :261:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :265:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :266:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :267:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :268:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :268:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :269:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :273:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :274:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :275:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :276:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :276:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :277:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :281:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :282:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :283:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :284:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :284:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :285:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :289:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :290:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :291:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :292:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :292:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :293:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :297:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :298:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :299:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :300:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :300:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :301:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :305:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :306:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :307:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :308:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :308:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :309:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :313:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :314:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :315:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :316:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :317:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :318:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :320:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :324:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :325:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :326:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :327:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :328:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :329:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :331:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :335:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :336:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :337:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :338:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :339:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :340:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :342:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :346:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :347:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :348:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :349:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :350:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :351:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :353:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :357:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :358:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :358:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :359:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :360:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :361:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :363:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :367:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :368:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :369:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :370:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :371:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :372:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :374:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :378:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :379:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :380:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :381:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :382:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :383:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :385:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :389:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :390:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :391:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :392:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :393:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :394:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :396:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :400:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :401:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :402:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :403:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :404:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :405:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :407:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :411:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :412:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :413:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :414:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :415:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :416:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :418:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :422:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :423:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :424:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :425:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :425:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :426:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :430:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :431:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :432:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :433:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :433:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :434:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :438:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :439:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :440:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :441:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :441:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :442:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :446:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :447:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :448:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :449:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :449:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :450:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :454:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :455:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :456:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :457:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :458:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :459:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :461:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :465:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :466:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :467:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :468:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :469:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :470:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :472:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :476:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :477:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :478:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :479:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :480:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :481:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :483:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :487:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :488:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :489:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :490:22 - Name `SignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :491:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :492:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :494:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :498:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :499:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :500:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :501:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :502:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :503:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :505:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :509:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :510:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :511:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :512:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :513:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :514:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :516:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :520:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :521:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :522:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :523:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :524:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :525:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :527:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :531:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :532:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :533:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :534:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :535:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :536:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :538:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :542:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :543:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :544:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :545:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :546:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :547:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :549:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :553:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :554:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :555:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :556:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :557:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :558:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :560:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :564:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :565:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :566:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :567:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :568:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :569:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :571:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :575:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :576:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :577:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :578:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :579:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :580:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :582:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :586:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :587:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :588:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :589:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :590:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :591:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :593:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :597:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :598:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :599:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :600:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :601:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :602:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :604:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :608:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :609:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :610:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :611:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :612:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :613:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :615:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :619:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :620:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :621:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :622:22 - Name `UnsignedIntType` used when possibly not defined
[warning] possibly-unresolved-reference - :623:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :624:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :626:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :660:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :661:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :662:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :663:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :664:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :665:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :666:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :667:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :669:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :673:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :674:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :675:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :676:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :677:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :678:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :679:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :680:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :682:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :686:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :687:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :688:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :689:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :690:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :691:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :692:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :693:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :695:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :699:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :700:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :701:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :702:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :703:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :704:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :705:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :706:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :708:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :712:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :713:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :714:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :715:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :716:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :717:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :718:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :719:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :721:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :725:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :726:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :727:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :728:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :729:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :730:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :731:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :732:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :734:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :738:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :739:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :740:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :741:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :742:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :743:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :744:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :745:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :747:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :751:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :752:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :753:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :754:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :755:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :756:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :757:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :758:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :760:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :764:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :765:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :766:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :767:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :768:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :769:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :770:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :771:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :773:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :777:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :778:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :779:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :780:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :781:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :782:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :783:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :784:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :786:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :790:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :791:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :792:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :793:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :794:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :795:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :796:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :797:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :799:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :802:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :803:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :804:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :805:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :806:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :807:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :808:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :809:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :811:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :815:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :816:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :817:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :818:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :819:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :820:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :821:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :822:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :824:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :828:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :829:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :830:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :831:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :832:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :833:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :834:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :835:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :837:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :841:32 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :842:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :843:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :844:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :845:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :846:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :847:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :848:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :850:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :877:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :878:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :878:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :879:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :879:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :880:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :884:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :885:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :885:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :886:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :886:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :887:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :891:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :892:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :892:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :893:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :893:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :894:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :897:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :898:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :898:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :899:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :899:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :900:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :904:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :905:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :905:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :906:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :906:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :907:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :911:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :912:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :912:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :913:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :913:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :914:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :918:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :919:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :919:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :920:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :920:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :921:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :924:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :925:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :925:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :926:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :926:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :927:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :931:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :932:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :932:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :933:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :933:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :934:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :970:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :971:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :972:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :974:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :975:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :976:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :977:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :978:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :978:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :984:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :985:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :985:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :986:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :988:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :989:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :990:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :991:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :992:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :992:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :995:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :999:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1000:13 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1001:17 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1002:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1003:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1004:22 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1006:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1008:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1009:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1010:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1011:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1012:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1013:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1014:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1015:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1016:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1020:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1024:27 - Name `FunctionPrototype` used when possibly not defined
[warning] possibly-unresolved-reference - :1025:13 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1026:17 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1027:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1028:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1029:22 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1031:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1062:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1063:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1064:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1066:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1067:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1068:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1068:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1071:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1072:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1073:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1074:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1075:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1075:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1081:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1082:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1082:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1083:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1085:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1086:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1087:26 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1088:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1089:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1090:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1091:30 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1094:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1095:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1096:26 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1097:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1098:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1099:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1100:30 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1104:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1105:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1106:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1107:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1108:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1108:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1111:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1115:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1116:13 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1117:17 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1118:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1119:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1120:22 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1122:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1124:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1125:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1126:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1126:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1128:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1129:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1130:26 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1131:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1132:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1133:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1134:30 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1137:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1138:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1139:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1139:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1142:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1143:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1144:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1145:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1146:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1147:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1148:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1149:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1150:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1154:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1228:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1229:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1229:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1230:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1231:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1231:34 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1232:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1232:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1235:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1236:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1240:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1241:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1242:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1244:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1245:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1246:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1246:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1247:31 - Name `FunctionCall` used when possibly not defined
[warning] possibly-unresolved-reference - :1247:44 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1249:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1257:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1258:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1258:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1259:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1260:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1260:34 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1261:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1261:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1263:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1263:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1264:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1264:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1266:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1266:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1267:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1267:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1270:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1271:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1275:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1276:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1277:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1279:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1280:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1281:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1281:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1282:31 - Name `FunctionCall` used when possibly not defined
[warning] possibly-unresolved-reference - :1283:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1285:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1286:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1287:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1295:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1296:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1296:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1297:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1299:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1299:26 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1300:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1300:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1302:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1302:26 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1303:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1303:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1305:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1305:26 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1306:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1306:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1309:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1310:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1314:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1315:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1316:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1318:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1319:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1320:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1320:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1321:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1321:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1324:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1325:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1325:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1326:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1326:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1329:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1330:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1330:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1331:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1331:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1334:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1335:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1335:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1336:31 - Name `FunctionCall` used when possibly not defined
[warning] possibly-unresolved-reference - :1337:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1339:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1340:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1341:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1349:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1350:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1350:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1351:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1352:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1352:34 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1353:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1354:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1355:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1356:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1357:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1360:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1360:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1361:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1362:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1363:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1364:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1365:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1368:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1368:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1369:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1369:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1372:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1373:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1377:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1378:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1379:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1381:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1382:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1383:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1383:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1384:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1385:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1386:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1387:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1388:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1392:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1393:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1393:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1394:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :1395:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1396:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1397:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1398:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1402:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1403:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1403:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1404:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1404:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1407:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1408:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1408:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1409:31 - Name `FunctionCall` used when possibly not defined
[warning] possibly-unresolved-reference - :1409:44 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1411:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1412:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1413:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1421:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1422:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1422:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1423:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1425:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1426:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :1430:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1431:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1432:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1434:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1435:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1436:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1436:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1437:31 - Name `FunctionCall` used when possibly not defined
[warning] possibly-unresolved-reference - :1437:44 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1470:9 - Name `os` used when possibly not defined
[warning] possibly-unresolved-reference - :1471:9 - Name `os` used when possibly not defined
[warning] possibly-unresolved-reference - :1473:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1474:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1475:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1476:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1476:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1479:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1480:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1481:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1482:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1482:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1485:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1486:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1487:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1489:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1490:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1491:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1492:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1493:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1493:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1962:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1963:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1964:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1966:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1967:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1968:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1968:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1969:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1969:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1972:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :1972:28 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1972:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1972:51 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1976:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :1977:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1978:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1980:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1981:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :1982:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1982:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1983:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :1983:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :1984:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1985:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :1986:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1986:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1987:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :1987:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1988:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1990:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :1990:28 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :1990:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1991:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :1992:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :1993:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1994:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :1995:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2001:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2002:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2003:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2005:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2006:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2007:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2007:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2008:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2008:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2009:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2012:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2013:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2013:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2014:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2015:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2016:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2022:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2023:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2024:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2026:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2027:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2028:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2028:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2029:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2029:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2032:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2033:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2033:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2034:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2034:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2037:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2038:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2038:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2039:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2040:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2041:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2041:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2042:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2043:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2044:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2045:25 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :2046:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2047:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2049:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2050:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2051:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2052:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2058:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2059:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2060:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2062:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2063:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2064:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2064:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2065:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2065:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2068:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2069:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2069:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2070:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2070:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2073:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2074:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2074:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2075:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2075:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2078:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2079:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2079:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2080:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2080:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2083:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2084:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2084:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2085:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2086:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2087:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2087:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2088:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2090:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2091:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2091:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2092:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2093:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2094:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2094:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2095:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2096:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2097:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2098:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2099:25 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :2100:29 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2101:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2102:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2104:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2106:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2107:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2108:29 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2109:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2110:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2118:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2119:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2120:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2122:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2123:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2124:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2124:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2125:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2125:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2128:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2129:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2129:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2130:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2130:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2133:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2134:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2134:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2135:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2135:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2138:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2139:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2139:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2140:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2140:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2143:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2144:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2144:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2145:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2147:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2148:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2148:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2149:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2151:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2152:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2152:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2153:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2155:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2156:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2156:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2157:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2158:25 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :2159:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2160:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2162:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2163:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2164:29 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :2165:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2166:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2169:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2170:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2171:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2173:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2174:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2175:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2182:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2183:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2184:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2186:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2187:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2188:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2188:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2189:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :2190:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2191:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2192:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2193:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2197:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2198:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2198:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2199:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :2204:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2205:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2206:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2208:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2209:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2210:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2210:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2211:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :2212:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2213:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2214:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2215:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2219:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2220:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2220:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2221:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :2226:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2227:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2228:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2230:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2231:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2232:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2232:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2233:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :2234:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2235:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2236:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2237:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2241:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2242:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2242:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2243:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :2248:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2249:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2250:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2252:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2253:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2254:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2254:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2255:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2255:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2258:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2259:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2259:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2260:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2265:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2266:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2267:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2269:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2270:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2271:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2271:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2272:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2272:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2275:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2276:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2276:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2277:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2282:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2283:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2284:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2286:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2287:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2288:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2288:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2289:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2289:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2292:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2293:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2293:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2294:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2299:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2300:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2301:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2303:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2304:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2305:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2305:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2306:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2306:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2309:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2310:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2310:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2311:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2311:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2314:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2315:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2315:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2316:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :2317:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2318:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2319:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2320:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2324:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2325:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2325:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2326:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2327:25 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :2328:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2329:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2331:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2337:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2338:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2339:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2341:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2342:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2343:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2343:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2344:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2344:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2345:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2348:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2349:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2349:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2350:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2350:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2351:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2354:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2355:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2355:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2356:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2356:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2357:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2360:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2361:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2361:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2362:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2362:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2365:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2366:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2366:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2367:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2368:25 - Name `Rational` used when possibly not defined
[warning] possibly-unresolved-reference - :2369:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2370:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2371:29 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2372:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2373:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2375:29 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2376:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2377:33 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2378:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2379:37 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2388:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2389:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2390:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2392:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2393:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2394:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2394:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2395:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2395:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2398:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2399:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2399:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2400:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2405:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2406:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2407:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2409:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2410:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2411:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2411:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2412:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2412:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2413:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2416:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2417:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2417:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2418:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2418:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2421:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2422:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2422:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2423:21 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :2424:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2425:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2431:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2432:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2433:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2435:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2436:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2437:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2437:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2438:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2438:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2439:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2442:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2443:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2443:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2444:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2444:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2445:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2448:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2449:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2449:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2450:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2450:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2453:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2454:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2454:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2455:21 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :2456:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2457:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2463:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2464:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2465:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2467:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2468:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2469:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2469:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2470:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2470:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2471:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2474:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2475:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2475:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2476:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2476:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2477:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2480:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2481:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2481:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2482:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2482:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2483:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2486:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2487:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2487:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2488:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2488:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2491:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2492:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2492:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2493:21 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :2494:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2495:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2496:29 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2497:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2498:33 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :2499:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2500:37 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2502:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2505:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2511:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2512:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2513:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2515:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2516:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2517:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2517:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2518:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2518:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2519:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2522:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2523:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2523:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2524:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2524:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2525:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2528:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2529:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2529:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2530:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2530:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2531:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2534:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2535:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2535:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2536:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2536:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2539:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2540:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2540:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2541:21 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :2542:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2543:29 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2544:33 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :2545:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2546:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2548:33 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :2549:37 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2550:37 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :2551:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2552:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2556:29 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :2557:33 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :2558:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2559:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2561:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2564:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2570:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2571:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2572:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2574:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2575:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2576:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2576:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2577:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2577:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2580:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2581:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2581:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2582:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2582:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2585:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2586:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2586:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2587:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :2589:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2590:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2590:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2591:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :2596:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2597:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2598:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2600:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2601:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2602:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2602:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2603:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2603:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2606:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2607:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2607:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2608:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2608:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2611:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2612:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2612:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2613:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2613:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2616:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2617:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2617:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2618:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2618:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2621:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2622:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2622:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2623:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :2625:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2626:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2626:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2627:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :2629:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2630:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2630:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2631:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :2633:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2634:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2634:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2635:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :2640:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2641:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2642:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2644:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2645:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2646:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2646:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2647:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2647:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2648:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2651:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2652:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2652:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2653:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2653:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2654:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2657:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2658:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2658:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2659:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2659:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2662:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2663:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2663:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2664:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2664:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2667:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2668:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2668:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2669:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2669:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2672:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2673:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2673:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2674:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2674:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2677:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2678:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2678:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2679:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2679:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2682:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2683:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2683:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2684:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2684:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2687:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2688:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2688:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2689:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2689:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2692:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2693:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2693:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2694:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2694:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2697:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2698:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2698:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2699:21 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :2700:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2701:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2704:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2705:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2705:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2706:21 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :2707:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2708:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2711:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2712:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2712:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2713:21 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :2714:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2715:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2718:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2719:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2719:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2720:21 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :2721:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2722:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2725:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2726:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2726:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2727:21 - Name `StrictLessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2728:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2729:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2732:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2733:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2733:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2734:21 - Name `LessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2735:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2736:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2739:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2740:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2740:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2741:21 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2742:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2743:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2746:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2747:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2747:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2748:21 - Name `GreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2749:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2750:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2756:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2757:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2758:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2760:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2761:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2762:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2762:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2763:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2763:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2764:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2767:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2768:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2768:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2769:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :2769:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2770:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2773:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2774:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2774:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2775:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2775:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2778:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2779:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2779:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2780:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2780:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2783:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2784:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2784:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2785:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2785:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2788:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2789:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2789:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2790:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2790:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2793:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2794:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2794:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2795:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2795:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2798:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2799:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2799:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2800:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2800:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2803:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2804:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2804:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2805:21 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :2806:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2807:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2810:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2811:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2811:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2812:21 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :2813:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2814:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2817:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2818:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2818:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2819:21 - Name `StrictLessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2820:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2821:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2824:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2825:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2825:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2826:21 - Name `LessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2827:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2828:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2831:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2832:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2832:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2833:21 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2834:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2835:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2838:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2839:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2839:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2840:21 - Name `GreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2841:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2842:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2848:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2849:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2850:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2852:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2853:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2854:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2854:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2855:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :2856:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2857:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2858:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2859:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2863:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2864:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2864:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2865:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2865:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2868:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2869:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2869:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2870:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2870:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2873:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2874:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2874:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2875:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2875:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2878:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2879:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2879:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2880:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2880:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2883:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2884:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2884:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2885:21 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :2886:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2887:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :2890:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2891:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2891:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2892:21 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :2893:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :2894:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2901:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :2902:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2903:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2905:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :2906:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2907:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2907:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2908:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :2909:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2910:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2911:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2912:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2914:31 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :2917:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2918:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2918:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2919:30 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :2920:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2921:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2922:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2923:34 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :2925:31 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :2928:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2929:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2929:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2930:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2930:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2933:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2934:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2934:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2935:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2935:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2939:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2940:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2940:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2941:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2941:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2944:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2945:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2945:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2946:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2946:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2949:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2950:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2950:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2951:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2951:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2954:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :2955:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2955:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2956:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :2956:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :2959:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2960:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2960:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2961:21 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :2962:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2963:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2966:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2967:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2967:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2968:21 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :2969:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2970:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2973:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2974:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2974:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2975:21 - Name `StrictLessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2976:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2977:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2980:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2981:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2981:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2982:21 - Name `LessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2983:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2984:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2987:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2988:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2988:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2989:21 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2990:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2991:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2994:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :2995:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :2995:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2996:21 - Name `GreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :2997:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :2998:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3004:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :3005:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :3006:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3007:33 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :3008:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3009:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3009:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3010:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3010:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3013:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3014:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3014:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3015:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3015:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3018:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3019:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3019:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3020:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3020:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3023:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3024:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3024:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3025:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3025:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3028:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3029:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3029:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3030:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3030:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3033:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3034:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3034:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3035:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3035:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3038:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3039:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3039:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3040:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3042:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3043:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3043:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3044:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3046:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3047:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3047:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3048:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3050:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3051:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3051:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3052:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3054:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3055:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3055:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3056:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3058:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3059:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3059:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3060:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3065:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :3066:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :3067:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3069:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :3070:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3071:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3071:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3072:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3072:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3075:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3076:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3076:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3077:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3077:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3080:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3081:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3081:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3082:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3082:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3085:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3086:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3086:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3087:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3087:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3090:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3091:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3091:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3092:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3092:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3095:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3096:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3096:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3097:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3097:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3100:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3101:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3101:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3102:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3104:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3105:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3105:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3106:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3108:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3109:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3109:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3110:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3112:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3113:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3113:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3114:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3116:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3117:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3117:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3118:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3120:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3121:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3121:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3122:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3126:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :3127:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :3128:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3130:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :3131:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3132:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3132:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3133:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3133:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3136:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3137:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3137:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3138:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3138:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3141:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3142:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3142:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3143:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3143:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3146:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3147:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3147:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3148:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3148:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3151:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3152:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3152:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3153:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3153:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3156:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3157:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3157:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3158:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3160:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3161:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3161:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3162:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3164:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3165:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3165:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3166:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3168:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3169:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3169:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3170:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3175:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :3176:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :3177:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3179:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :3180:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3181:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3181:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3182:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3182:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3185:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3186:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3186:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3187:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3187:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3190:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3191:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3191:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3192:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3192:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3195:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3196:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3196:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3197:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3197:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3200:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3201:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3201:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3202:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3202:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3205:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3206:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3206:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3207:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3209:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3210:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3210:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3211:21 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :3213:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3214:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3214:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3215:21 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :3217:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3218:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3218:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3219:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3224:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :3225:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :3226:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3228:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :3229:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3230:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3230:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3231:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3231:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3234:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3235:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3235:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3236:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3236:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3239:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3240:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3240:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3241:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3241:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3244:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3245:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3245:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3246:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3246:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3249:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3250:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3250:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3251:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3251:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3254:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3255:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3255:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3256:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3256:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3259:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3260:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3260:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3261:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3261:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3264:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3265:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3265:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3266:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3266:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3269:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3270:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3270:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3271:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3271:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3274:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3275:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3275:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3276:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :3276:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3279:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3280:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3280:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3281:21 - Name `And` used when possibly not defined
[warning] possibly-unresolved-reference - :3282:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3283:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3286:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3287:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3287:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3288:21 - Name `And` used when possibly not defined
[warning] possibly-unresolved-reference - :3289:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3290:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3293:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3294:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3294:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3295:21 - Name `And` used when possibly not defined
[warning] possibly-unresolved-reference - :3296:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3297:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3300:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3301:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3301:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3302:21 - Name `Or` used when possibly not defined
[warning] possibly-unresolved-reference - :3303:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3304:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3307:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3308:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3308:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3309:21 - Name `Or` used when possibly not defined
[warning] possibly-unresolved-reference - :3310:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3311:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3314:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3315:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3315:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3316:21 - Name `Or` used when possibly not defined
[warning] possibly-unresolved-reference - :3317:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3318:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3605:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3606:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3606:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3607:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3607:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3608:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3612:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3613:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3613:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3614:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3614:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3615:23 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3619:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3620:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3620:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3621:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3621:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3622:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3626:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3626:39 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3626:48 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3627:18 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3627:30 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3628:19 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3629:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3630:17 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3635:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3636:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3636:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3637:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :3638:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3639:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3640:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3641:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3643:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :3647:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3648:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3648:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3649:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :3650:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3651:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3652:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3653:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3655:23 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3656:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :3657:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3662:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3663:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3663:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3664:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3664:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3665:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3669:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3670:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3670:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3671:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3671:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3672:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3676:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3677:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3677:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3678:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3678:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3679:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3683:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3684:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3684:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3685:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3685:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3686:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3690:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3691:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3691:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3692:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3692:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3693:23 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3694:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3695:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3696:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3697:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3703:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3704:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3704:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3705:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3705:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3706:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3710:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3711:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3711:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3712:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3712:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3713:23 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3714:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3715:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3720:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3721:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3721:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3722:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3722:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3723:23 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3724:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3725:21 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3726:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3727:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3729:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3734:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :3735:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :3736:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3738:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :3739:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3740:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3740:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3741:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3741:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3742:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3745:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3746:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3746:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3747:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3747:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3748:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3751:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3752:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3752:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3753:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3753:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3754:31 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3757:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3758:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3758:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3759:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3761:17 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :3762:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3762:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3763:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3768:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3769:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3769:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3770:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3770:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3771:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3775:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3776:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3776:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3777:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3777:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3778:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3782:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3783:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3783:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3784:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3784:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3785:23 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3789:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3790:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3790:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3791:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3791:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3792:23 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3793:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3794:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3795:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3800:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3801:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3801:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3802:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3802:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3803:23 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3804:21 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3805:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3806:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3808:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3809:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3810:25 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3811:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3812:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3814:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3816:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3817:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3818:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3819:25 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3820:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3821:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3824:21 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3825:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3826:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3832:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3833:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3833:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3834:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3834:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3835:23 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3836:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3837:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3838:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3839:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3840:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3841:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3844:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3845:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3846:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3847:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3853:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3854:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3854:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3855:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3855:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3856:23 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3857:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3858:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3859:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3860:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3861:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3862:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3865:21 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3866:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3867:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3868:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3869:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3870:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3872:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3878:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3879:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3879:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3880:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :3881:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3882:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3883:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3884:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3886:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :3890:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3891:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3891:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3892:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :3893:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3894:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3895:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3896:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3898:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :3902:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3903:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3903:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3904:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :3905:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3906:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3907:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3908:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3910:23 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :3911:21 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3912:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3913:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3915:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3916:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3917:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3918:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3920:21 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3921:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3922:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3928:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3929:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3929:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3930:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :3931:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3932:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3933:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3934:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3936:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :3940:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3941:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3941:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3942:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3942:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3943:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3947:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3948:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3948:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3949:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3949:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3950:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3954:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3955:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3955:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3956:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3956:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3957:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3961:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3962:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3962:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3963:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3963:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3964:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3968:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3969:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3969:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3970:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3970:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3971:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3975:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3976:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3976:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3977:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :3978:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3979:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3980:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3981:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3983:23 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :3984:21 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :3985:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3986:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :3988:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3993:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :3994:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :3994:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :3995:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :3995:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :3996:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4000:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4001:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4001:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4002:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4002:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4003:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4007:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4008:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4008:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4009:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4009:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4010:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4014:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4015:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4015:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4016:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4016:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4017:23 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4018:21 - Name `Rational` used when possibly not defined
[warning] possibly-unresolved-reference - :4019:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4020:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :4021:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4022:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4023:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4025:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4026:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4027:29 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :4028:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4029:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4037:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4038:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4038:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4039:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4039:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4040:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4044:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4045:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4045:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4046:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4046:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4047:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4051:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4052:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4052:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4053:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4053:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4054:23 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :4055:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4056:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4061:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4062:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4062:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4063:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4063:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4064:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4067:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4068:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4068:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4069:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4069:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4070:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4074:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4075:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4075:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4076:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4076:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4077:23 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :4078:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4079:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4084:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4085:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4085:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4086:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4086:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4087:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4091:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4092:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4092:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4093:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4093:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4094:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4098:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4099:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4099:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4100:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4100:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4101:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4105:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4106:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4106:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4107:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4107:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4108:23 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :4109:21 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :4110:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4111:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4112:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4113:29 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :4114:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4115:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4117:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4120:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4125:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4126:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4126:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4127:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4127:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4128:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4132:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4133:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4133:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4134:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4134:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4135:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4139:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4140:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4140:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4141:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4141:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4142:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4146:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4147:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4147:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4148:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4148:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4149:23 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :4150:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4151:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :4152:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4153:29 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4154:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4155:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4158:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :4159:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4160:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4163:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4168:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4169:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4169:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4170:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4170:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4171:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4175:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4176:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4176:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4177:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4177:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4178:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4182:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4183:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4183:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4184:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4184:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4185:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4189:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4190:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4190:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4191:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4191:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4192:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4196:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4197:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4197:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4198:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4198:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4199:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4203:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4204:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4204:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4205:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4205:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4206:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4210:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4211:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4211:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4212:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4212:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4213:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4217:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4218:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4218:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4219:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4219:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4220:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4224:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4225:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4225:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4226:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4226:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4227:23 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :4228:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4229:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4234:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4235:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4235:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4236:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4236:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4237:23 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :4238:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4239:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4244:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4245:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4245:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4246:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4246:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4247:23 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :4248:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4249:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4254:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4255:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4255:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4256:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4256:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4257:23 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :4258:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4259:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4264:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4265:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4265:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4266:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4266:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4267:23 - Name `StrictLessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4267:38 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4268:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4273:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4274:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4274:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4275:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4275:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4276:23 - Name `LessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4277:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4278:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4283:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4284:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4284:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4285:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4285:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4286:23 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4287:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4288:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4293:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4294:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4294:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4295:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4295:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4296:23 - Name `GreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4297:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4298:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4303:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4304:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4304:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4305:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4305:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4306:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4310:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4311:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4311:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4312:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4312:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4313:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4317:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4317:40 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4317:49 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4318:18 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4318:23 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4319:19 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :4320:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4321:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4326:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4327:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4327:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4328:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4328:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4329:23 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :4330:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4331:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4336:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4337:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4337:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4338:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4338:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4339:23 - Name `StrictLessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4340:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4341:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4346:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4347:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4347:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4348:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4348:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4349:23 - Name `LessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4350:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4351:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4356:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4357:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4357:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4358:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4358:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4359:23 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4360:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4361:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4366:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4367:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4367:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4368:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4368:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4369:23 - Name `GreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4370:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4371:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4376:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4377:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4377:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4378:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :4379:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4380:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4381:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4382:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4384:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4388:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4389:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4389:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4390:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :4391:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4392:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4393:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4394:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4396:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4400:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4401:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4401:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4402:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4402:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4403:23 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :4404:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4405:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4410:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4411:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4411:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4412:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4412:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4413:23 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :4414:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4415:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4420:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4421:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4421:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4422:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4422:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4423:23 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :4424:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4425:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4430:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4431:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4431:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4432:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4432:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4433:23 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :4434:21 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4435:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4440:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4441:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4441:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4442:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :4443:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4444:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4445:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4446:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4448:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4452:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4453:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4453:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4454:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :4455:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4456:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4457:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4458:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4460:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :4464:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4465:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4465:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4466:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4466:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4467:23 - Name `Equality` used when possibly not defined
[warning] possibly-unresolved-reference - :4468:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4469:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4474:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4475:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4475:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4476:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4476:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4477:23 - Name `Unequality` used when possibly not defined
[warning] possibly-unresolved-reference - :4478:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4479:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4484:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4485:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4485:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4486:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4486:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4487:23 - Name `StrictLessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4488:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4489:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4494:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4495:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4495:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4496:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4496:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4497:23 - Name `LessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4498:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4499:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4504:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4505:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4505:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4506:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4506:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4507:23 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4508:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4509:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4514:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4515:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4515:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4516:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4516:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4517:23 - Name `GreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :4518:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4519:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4524:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4525:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4525:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4526:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4526:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4527:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4531:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4532:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4532:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4533:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4533:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4534:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4538:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4539:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4539:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4540:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4540:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4541:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4545:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4546:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4546:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4547:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4547:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4548:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4552:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4553:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4553:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4554:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4554:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4555:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4559:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4560:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4560:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4561:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4561:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4562:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4566:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4567:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4567:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4568:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4568:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4569:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4573:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4574:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4574:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4575:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4575:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4576:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4580:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4581:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4581:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4582:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4582:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4583:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4587:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4588:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4588:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4589:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4589:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4590:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4594:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4595:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4595:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4596:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4596:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4597:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4601:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4602:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4602:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4603:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4603:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4604:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4608:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4609:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4609:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4610:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4610:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4611:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4615:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4616:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4616:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4617:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4617:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4618:23 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4622:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4623:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4623:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4624:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4624:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4625:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4629:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4630:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4630:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4631:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4631:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4632:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4636:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4637:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4637:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4638:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4638:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4639:23 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4643:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4644:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4644:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4645:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4645:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4646:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4650:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4651:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4651:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4652:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4652:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4653:23 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4657:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4658:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4658:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4659:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4659:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4660:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4664:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4665:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4665:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4666:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4666:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4667:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4671:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4672:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4672:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4673:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4673:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4674:23 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4678:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4679:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4679:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4680:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4680:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4681:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4685:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4686:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4686:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4687:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4687:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4688:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4692:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4693:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4693:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4694:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4694:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4695:23 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :4699:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4700:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4700:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4701:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4701:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4702:23 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4706:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4707:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4707:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4708:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4708:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4709:23 - Name `And` used when possibly not defined
[warning] possibly-unresolved-reference - :4710:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4711:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4716:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4717:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4717:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4718:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4718:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4719:23 - Name `And` used when possibly not defined
[warning] possibly-unresolved-reference - :4720:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4721:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4726:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4727:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4727:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4728:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4728:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4729:23 - Name `And` used when possibly not defined
[warning] possibly-unresolved-reference - :4730:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4731:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4736:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4737:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4737:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4738:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4738:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4739:23 - Name `Or` used when possibly not defined
[warning] possibly-unresolved-reference - :4740:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4741:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4746:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4747:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4747:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4748:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4748:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4749:23 - Name `Or` used when possibly not defined
[warning] possibly-unresolved-reference - :4750:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4751:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4756:28 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4757:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4757:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4758:22 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4758:27 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4759:23 - Name `Or` used when possibly not defined
[warning] possibly-unresolved-reference - :4760:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4761:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4786:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4787:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4787:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4788:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4788:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4789:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4793:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4794:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4794:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4795:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4795:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4796:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4800:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4801:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4801:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4802:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4802:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4803:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4807:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4808:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4808:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4809:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4809:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4810:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4814:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4815:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4815:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4816:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4816:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4817:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4821:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4822:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4822:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4823:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4823:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4824:23 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4828:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4829:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4829:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4830:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4830:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4831:23 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :4832:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4833:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4838:27 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4839:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4839:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4840:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4840:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4841:23 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :4842:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4843:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4844:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4845:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4847:21 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :4848:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4849:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4850:25 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :4851:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4852:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4909:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :4910:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :4911:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4913:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :4914:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4915:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4915:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4916:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4916:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4917:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4920:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4921:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4921:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4922:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4922:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4923:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4926:17 - Name `PreIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4926:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4927:17 - Name `PreDecrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4927:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4928:17 - Name `PostIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4928:31 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4929:17 - Name `PostDecrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4929:31 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4933:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :4934:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :4935:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4937:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :4938:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4939:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4939:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4940:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4940:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4941:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4944:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4945:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4945:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4946:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4946:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4947:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4950:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4951:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4951:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4952:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4952:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4953:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :4956:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4957:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4957:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4958:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4958:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4959:31 - Name `PreIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4959:44 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4962:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4963:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4963:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4964:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4964:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4965:31 - Name `PreDecrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4965:44 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4968:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4969:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4969:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4970:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4970:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4971:31 - Name `PostIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4971:45 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4974:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4975:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4975:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4976:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :4976:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4977:31 - Name `PostDecrement` used when possibly not defined
[warning] possibly-unresolved-reference - :4977:45 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4980:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4981:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4981:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4982:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4982:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4983:31 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4986:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4987:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4987:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4988:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4988:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4989:31 - Name `Not` used when possibly not defined
[warning] possibly-unresolved-reference - :4989:35 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4992:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4993:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4993:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :4994:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :4994:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :4995:31 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :4998:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :4999:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :4999:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5000:30 - Name `Type` used when possibly not defined
[warning] possibly-unresolved-reference - :5000:35 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5001:31 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :5026:26 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :5027:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :5028:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5030:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5031:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :5032:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5033:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5034:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :5034:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5035:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5038:17 - Name `AddAugmentedAssignment` used when possibly not defined
[warning] possibly-unresolved-reference - :5039:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5039:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5040:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5042:17 - Name `SubAugmentedAssignment` used when possibly not defined
[warning] possibly-unresolved-reference - :5043:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5043:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5044:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5046:17 - Name `MulAugmentedAssignment` used when possibly not defined
[warning] possibly-unresolved-reference - :5047:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5047:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5048:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5050:17 - Name `DivAugmentedAssignment` used when possibly not defined
[warning] possibly-unresolved-reference - :5051:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5051:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5052:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5054:17 - Name `ModAugmentedAssignment` used when possibly not defined
[warning] possibly-unresolved-reference - :5055:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5055:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5056:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5122:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :5123:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :5124:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5126:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5127:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :5128:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5128:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5129:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :5129:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5130:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5133:17 - Name `While` used when possibly not defined
[warning] possibly-unresolved-reference - :5134:21 - Name `StrictLessThan` used when possibly not defined
[warning] possibly-unresolved-reference - :5135:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5136:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5138:26 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5139:25 - Name `PostIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :5140:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5149:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :5150:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :5151:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5153:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5154:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :5155:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5156:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5157:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :5157:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5158:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5161:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :5162:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5163:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5164:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :5164:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5165:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5168:17 - Name `While` used when possibly not defined
[warning] possibly-unresolved-reference - :5169:21 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :5170:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5171:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5173:26 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5174:25 - Name `PostDecrement` used when possibly not defined
[warning] possibly-unresolved-reference - :5175:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5177:25 - Name `PostIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :5178:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5185:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :5186:13 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :5186:25 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5187:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5189:17 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5190:21 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5191:26 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :5191:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5194:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5195:17 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :5196:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5197:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5198:30 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :5198:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5199:31 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5202:17 - Name `While` used when possibly not defined
[warning] possibly-unresolved-reference - :5203:21 - Name `StrictGreaterThan` used when possibly not defined
[warning] possibly-unresolved-reference - :5204:25 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5205:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5207:26 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5208:25 - Name `AddAugmentedAssignment` used when possibly not defined
[warning] possibly-unresolved-reference - :5209:29 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5210:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5212:29 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :5213:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5214:33 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5217:25 - Name `DivAugmentedAssignment` used when possibly not defined
[warning] possibly-unresolved-reference - :5218:29 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :5219:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :5221:29 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5225:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :5229:27 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :5230:13 - Name `NoneToken` used when possibly not defined
[warning] possibly-unresolved-reference - :5231:18 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :5233:18 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5234:17 - Name `While` used when possibly not defined
[warning] possibly-unresolved-reference - :5235:21 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :5236:26 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :5237:25 - Name `NoneToken` used when possibly not defined

sympy/parsing/tests/test_fortran_parser.py

[warning] possibly-unresolved-reference - :25:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :30:33 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :35:39 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :36:39 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :37:35 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :38:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :39:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :40:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :41:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :41:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :42:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :45:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :46:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :47:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :48:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :48:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :49:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :52:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :53:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :54:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :55:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :55:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :56:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :59:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :60:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :61:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :62:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :62:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :63:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :66:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :67:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :68:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :69:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :69:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :70:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :73:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :74:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :75:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :76:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :76:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :77:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :80:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :81:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :82:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :83:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :83:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :84:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :87:26 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :88:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :89:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :90:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :90:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :91:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :94:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :95:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :95:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :96:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :96:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :96:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :101:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :109:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :110:15 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :113:46 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :115:46 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :116:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :117:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :117:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :118:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :118:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :120:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :121:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :121:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :122:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :122:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :124:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :125:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :125:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :126:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :126:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :128:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :129:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :129:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :130:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :130:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :136:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :143:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :144:15 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :146:42 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :147:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :148:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :148:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :149:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :149:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :151:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :152:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :152:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :153:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :153:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :155:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :156:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :156:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :157:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :157:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :157:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :163:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :170:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :171:15 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :173:42 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :174:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :175:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :175:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :176:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :176:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :178:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :179:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :179:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :180:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :180:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :182:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :183:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :183:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :184:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :184:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :184:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :190:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :197:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :198:15 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :200:42 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :201:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :202:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :202:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :203:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :203:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :205:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :206:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :206:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :207:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :207:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :209:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :210:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :210:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :211:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :211:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :211:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :217:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :225:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :226:15 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :228:42 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :229:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :230:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :230:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :231:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :231:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :233:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :234:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :234:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :235:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :235:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :237:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :238:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :238:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :239:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :239:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :241:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :242:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :242:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :243:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :243:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :248:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :256:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :257:15 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :259:42 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :260:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :261:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :261:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :262:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :262:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :262:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :264:26 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :265:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :265:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :266:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :266:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :266:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :268:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :269:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :269:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :270:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :270:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :270:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :272:27 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :273:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :273:22 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :274:13 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :274:27 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :274:41 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :274:55 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :285:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :286:21 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :287:37 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :288:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :289:17 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :289:29 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :290:22 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :292:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :292:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :293:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :293:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :295:22 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :296:21 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :297:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :298:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :299:34 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :299:46 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :300:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :303:21 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :304:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :305:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :306:34 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :306:46 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :307:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :310:21 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :311:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :312:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :313:34 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :313:46 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :314:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :317:21 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :318:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :319:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :320:34 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :320:46 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :321:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :324:21 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :325:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :326:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :327:34 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :327:46 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :328:35 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :331:21 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :332:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :332:34 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :333:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :333:29 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :333:42 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :335:21 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :335:28 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :335:37 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :341:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :341:31 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :342:14 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :343:21 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :344:37 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :345:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :346:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :347:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :348:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :348:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :349:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :352:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :353:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :354:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :355:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :355:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :356:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :359:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :360:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :361:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :362:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :362:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :363:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :366:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :367:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :368:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :369:24 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :369:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :370:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :373:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :374:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :375:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :376:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :376:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :377:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :380:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :381:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :382:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :383:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :383:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :384:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :387:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :388:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :389:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :390:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :390:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :391:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :394:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :395:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :396:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :397:24 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :397:38 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :398:25 - Name `Float` used when possibly not defined

sympy/parsing/tests/test_implicit_multiplication_application.py

[warning] possibly-unresolved-reference - :45:35 - Name `case` used when possibly not defined
[warning] possibly-unresolved-reference - :69:35 - Name `case` used when possibly not defined
[warning] possibly-unresolved-reference - :91:35 - Name `case` used when possibly not defined

sympy/parsing/tests/test_sym_expr.py

[warning] possibly-unresolved-reference - :25:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :26:14 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :28:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :29:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :30:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :31:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :31:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :34:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :35:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :36:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :37:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :37:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :38:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :41:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :42:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :43:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :44:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :45:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :46:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :47:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :48:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :52:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :53:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :54:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :55:22 - Name `FloatType` used when possibly not defined
[warning] possibly-unresolved-reference - :56:21 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :57:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :58:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :59:26 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :61:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :67:32 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :70:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :71:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :72:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :73:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :73:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :74:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :77:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :78:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :79:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :80:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :80:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :81:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :84:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :85:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :86:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :87:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :87:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :88:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :91:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :92:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :93:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :94:22 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :94:34 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :95:23 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :98:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :99:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :100:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :101:22 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :101:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :102:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :105:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :106:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :107:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :108:22 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :108:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :109:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :112:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :113:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :114:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :115:22 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :115:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :116:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :119:25 - Name `Declaration` used when possibly not defined
[warning] possibly-unresolved-reference - :120:13 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :121:17 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :122:22 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :122:36 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :123:23 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :130:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :136:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :137:18 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :154:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :160:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :161:20 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :178:13 - Name `src` used when possibly not defined
[warning] possibly-unresolved-reference - :184:9 - Name `expr1` used when possibly not defined
[warning] possibly-unresolved-reference - :185:17 - Name `expr1` used when possibly not defined

sympy/physics/control/control_plots.py

[warning] possibly-unresolved-reference - :192:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :194:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :196:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :197:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :198:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :201:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :203:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :204:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :206:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :209:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :346:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :347:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :348:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :349:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :352:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :354:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :355:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :357:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :360:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :497:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :498:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :499:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :500:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :503:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :505:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :506:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :508:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :511:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :661:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :662:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :663:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :664:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :667:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :669:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :670:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :672:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :675:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :767:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :768:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :771:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :772:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :773:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :776:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :778:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :779:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :781:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :784:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :901:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :902:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :904:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :905:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :906:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :909:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :911:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :912:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :914:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :917:12 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :970:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :976:5 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :981:9 - Name `plt` used when possibly not defined
[warning] possibly-unresolved-reference - :984:12 - Name `plt` used when possibly not defined

sympy/physics/quantum/circuitplot.py

[warning] possibly-unresolved-reference - :87:24 - Name `pyplot` used when possibly not defined
[warning] possibly-unresolved-reference - :110:20 - Name `Line2D` used when possibly not defined
[warning] possibly-unresolved-reference - :134:20 - Name `Line2D` used when possibly not defined
[warning] possibly-unresolved-reference - :149:32 - Name `Line2D` used when possibly not defined
[warning] possibly-unresolved-reference - :225:16 - Name `Line2D` used when possibly not defined
[warning] possibly-unresolved-reference - :237:13 - Name `Circle` used when possibly not defined
[warning] possibly-unresolved-reference - :252:13 - Name `Circle` used when possibly not defined
[warning] possibly-unresolved-reference - :261:13 - Name `Line2D` used when possibly not defined
[warning] possibly-unresolved-reference - :273:14 - Name `Line2D` used when possibly not defined
[warning] possibly-unresolved-reference - :279:14 - Name `Line2D` used when possibly not defined

sympy/polys/matrices/_dfm.py

[error] unresolved-reference - :169:32 - Name `_cls` used when not defined
[error] unresolved-reference - :171:32 - Name `_cls` used when not defined
[error] unresolved-reference - :171:41 - Name `c` used when not defined
[error] unresolved-reference - :174:59 - Name `m` used when not defined

sympy/polys/matrices/tests/test_lll.py

[warning] possibly-unresolved-reference - :93:46 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :94:45 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :95:37 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :96:37 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :97:37 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :98:46 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :99:55 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :100:37 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :101:37 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :102:37 - Name `not_basis` used when possibly not defined
[warning] possibly-unresolved-reference - :108:71 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :109:70 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :110:65 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :111:74 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :112:61 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :113:71 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :114:80 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :115:75 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :116:84 - Name `wrong_delta` used when possibly not defined
[warning] possibly-unresolved-reference - :117:71 - Name `wrong_delta` used when possibly not defined

sympy/printing/cxx.py

[warning] possibly-unresolved-reference - :73:52 - Name `k` used when possibly not defined

sympy/printing/tests/test_jax.py

[warning] possibly-unresolved-reference - :235:53 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :243:45 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :248:67 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :254:61 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :260:59 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :266:60 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :272:58 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :278:58 - Name `JAX_DEFAULT_EPSILON` used when possibly not defined

sympy/printing/tests/test_llvmjit.py

[warning] possibly-unresolved-reference - :24:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :33:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :42:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :51:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :60:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :69:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :78:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :92:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :109:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :124:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :139:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :145:18 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :156:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :178:20 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :180:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :192:9 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :219:33 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :224:32 - Name `g` used when possibly not defined

sympy/printing/tests/test_numpy.py

[warning] possibly-unresolved-reference - :222:53 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :230:45 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :235:69 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :240:63 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :246:61 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :252:62 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :258:60 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined
[warning] possibly-unresolved-reference - :264:60 - Name `NUMPY_DEFAULT_EPSILON` used when possibly not defined

sympy/series/fourier.py

[warning] possibly-unresolved-reference - :530:49 - Name `x` used when possibly not defined

sympy/simplify/gammasimp.py

[warning] possibly-unresolved-reference - :332:31 - Name `_run` used when possibly not defined
[warning] possibly-unresolved-reference - :382:26 - Name `compute_ST` used when possibly not defined
[warning] possibly-unresolved-reference - :384:30 - Name `inv` used when possibly not defined
[warning] possibly-unresolved-reference - :406:28 - Name `inv` used when possibly not defined
[warning] possibly-unresolved-reference - :407:28 - Name `inv` used when possibly not defined
[warning] possibly-unresolved-reference - :412:17 - Name `inv` used when possibly not defined
[warning] possibly-unresolved-reference - :412:29 - Name `compute_ST` used when possibly not defined

sympy/solvers/bivariate.py

[warning] possibly-unresolved-reference - :299:17 - Name `t` used when possibly not defined

sympy/tensor/array/expressions/from_indexed_to_array.py

[error] unresolved-reference - :162:40 - Name `free_indices` used when not defined

sympy/tensor/array/tests/test_ndim_array.py

[warning] possibly-unresolved-reference - :40:36 - Name `test_array` used when possibly not defined
[warning] possibly-unresolved-reference - :41:36 - Name `test_array` used when possibly not defined

sympy/algebras/tests/test_quaternion.py

[warning] possibly-unresolved-reference - :418:37 - Name `seq` used when possibly not defined
[warning] possibly-unresolved-reference - :419:37 - Name `seq` used when possibly not defined

sympy/categories/diagram_drawing.py

[warning] possibly-unresolved-reference - :733:28 - Name `obj` used when possibly not defined
[warning] possibly-unresolved-reference - :734:51 - Name `obj` used when possibly not defined

sympy/combinatorics/fp_groups.py

[error] unresolved-reference - :647:33 - Name `min_words` used when not defined
[error] unresolved-reference - :649:40 - Name `min_words` used when not defined
[error] unresolved-reference - :666:28 - Name `_is_subword` used when not defined
[error] unresolved-reference - :669:36 - Name `known` used when not defined
[error] unresolved-reference - :670:25 - Name `known` used when not defined
[error] unresolved-reference - :670:39 - Name `_word_break` used when not defined
[error] unresolved-reference - :671:24 - Name `known` used when not defined

sympy/combinatorics/perm_groups.py

[error] unresolved-reference - :1066:41 - Name `orbit_descr` used when not defined
[error] unresolved-reference - :1066:53 - Name `base` used when not defined
[error] unresolved-reference - :1067:31 - Name `orbit_reps` used when not defined
[error] unresolved-reference - :1068:44 - Name `base` used when not defined
[error] unresolved-reference - :1070:33 - Name `transversals` used when not defined
[error] unresolved-reference - :1070:61 - Name `base` used when not defined

sympy/combinatorics/tests/test_perm_groups.py

[warning] possibly-unresolved-reference - :629:56 - Name `points` used when possibly not defined
[warning] possibly-unresolved-reference - :629:67 - Name `points` used when possibly not defined
[warning] possibly-unresolved-reference - :630:37 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :630:48 - Name `g` used when possibly not defined

sympy/combinatorics/testutil.py

[error] unresolved-reference - :67:81 - Name `gens` used when not defined

sympy/concrete/tests/test_sums_products.py

[warning] possibly-unresolved-reference - :1658:35 - Name `D` used when possibly not defined
[warning] possibly-unresolved-reference - :1659:36 - Name `D` used when possibly not defined
[warning] possibly-unresolved-reference - :1660:45 - Name `D` used when possibly not defined

sympy/core/add.py

[warning] possibly-unresolved-reference - :538:54 - Name `oo` used when possibly not defined

sympy/core/backend.py

[warning] possibly-unresolved-reference - :40:16 - Name `sympify_symengine` used when possibly not defined

sympy/core/exprtools.py

[error] unsupported-operator - :1348:19 - Operator `+` is unsupported between objects of type `Unknown | None | (Unknown & ~AlwaysFalsy) | Literal["mask"]` and `Literal["0"]`

sympy/core/multidimensional.py

[warning] possibly-unresolved-reference - :29:16 - Name `is_arg` used when possibly not defined

sympy/core/random.py

[error] unresolved-reference - :173:24 - Name `give` used when not defined
[error] unresolved-reference - :224:24 - Name `give` used when not defined

sympy/core/relational.py

[warning] possibly-unresolved-reference - :1574:44 - Name `I` used when possibly not defined

sympy/core/symbol.py

[error] unresolved-reference - :820:16 - Name `literals` used when not defined
[error] unresolved-reference - :821:29 - Name `literals` used when not defined

sympy/core/tests/test_args.py

[warning] possibly-unresolved-reference - :69:31 - Name `mod` used when possibly not defined

sympy/core/tests/test_assumptions.py

[warning] possibly-unresolved-reference - :1043:36 - Name `cls` used when possibly not defined

sympy/core/tests/test_expr.py

[warning] possibly-unresolved-reference - :351:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :351:44 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :352:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :352:45 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :353:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :353:44 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :354:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :354:45 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :355:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :355:44 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :356:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :356:45 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :357:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :357:44 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :358:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :358:45 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :359:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :359:45 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :360:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :360:46 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :361:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :361:44 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :362:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :362:45 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :363:47 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :363:50 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :364:47 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :364:51 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :365:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :365:45 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :366:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :366:46 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :367:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :367:44 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :368:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :368:45 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :369:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :369:44 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :370:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :370:45 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :371:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :371:45 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :372:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :372:46 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :373:40 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :373:45 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :374:40 - Name `na` used when possibly not defined
[warning] possibly-unresolved-reference - :374:46 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :439:35 - Name `obj` used when possibly not defined
[warning] possibly-unresolved-reference - :440:35 - Name `obj` used when possibly not defined
[warning] possibly-unresolved-reference - :444:39 - Name `obj` used when possibly not defined
[warning] possibly-unresolved-reference - :445:35 - Name `obj` used when possibly not defined
[warning] possibly-unresolved-reference - :446:35 - Name `obj` used when possibly not defined

sympy/core/tests/test_function.py

[warning] possibly-unresolved-reference - :623:53 - Name `v` used when possibly not defined
[warning] possibly-unresolved-reference - :776:47 - Name `wrt` used when possibly not defined
[warning] possibly-unresolved-reference - :1296:47 - Name `wrt` used when possibly not defined
[error] unresolved-attribute - :145:31 -
Old: Type `myfunc` has no attribute `nargs`
New: Type `myfunc | myfunc | myfunc` has no attribute `nargs`
[error] unresolved-attribute - :154:31 -
Old: Type `myfunc` has no attribute `nargs`
New: Type `myfunc | myfunc | myfunc` has no attribute `nargs`

sympy/core/tests/test_numbers.py

[warning] possibly-unresolved-reference - :239:42 - Name `args` used when possibly not defined
[warning] possibly-unresolved-reference - :241:42 - Name `args` used when possibly not defined
[warning] possibly-unresolved-reference - :2095:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2096:41 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2097:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2098:41 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2099:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2100:42 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2101:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2102:42 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2136:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2137:41 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2138:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2139:41 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2140:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2141:42 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2142:35 - Name `n` used when possibly not defined
[warning] possibly-unresolved-reference - :2143:42 - Name `n` used when possibly not defined

sympy/core/tests/test_relational.py

[warning] possibly-unresolved-reference - :393:53 - Name `relation_type` used when possibly not defined
[warning] possibly-unresolved-reference - :406:37 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :407:37 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :408:38 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :409:35 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :410:42 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :411:42 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :412:42 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :413:39 - Name `rel` used when possibly not defined
[warning] possibly-unresolved-reference - :645:38 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :646:35 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :647:38 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :648:35 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :649:38 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :650:35 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :651:38 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :652:35 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :663:39 - Name `op` used when possibly not defined
[warning] possibly-unresolved-reference - :663:42 - Name `a` used when possibly not defined
[warning] possibly-unresolved-reference - :1028:54 - Name `b` used when possibly not defined
[warning] possibly-unresolved-reference - :1028:57 - Name `v` used when possibly not defined
[warning] possibly-unresolved-reference - :1028:60 - Name `op` used when possibly not defined

sympy/external/tests/test_numpy.py

[warning] possibly-unresolved-reference - :60:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :61:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :62:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :63:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :76:12 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :76:24 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :77:12 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :77:28 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :78:12 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :78:26 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :79:12 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :79:24 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :80:12 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :80:30 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :82:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :83:18 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :84:18 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :90:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :92:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :94:17 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :96:17 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :98:17 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :104:26 - Name `ndarray` used when possibly not defined
[warning] possibly-unresolved-reference - :122:17 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :124:17 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :126:17 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :130:13 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :135:13 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :135:36 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :137:13 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :137:36 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :143:17 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :143:41 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :146:17 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :146:41 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :150:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :153:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :160:13 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :164:13 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :172:13 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :181:13 - Name `matrix` used when possibly not defined
[warning] possibly-unresolved-reference - :192:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :210:26 - Name `ndarray` used when possibly not defined
[warning] possibly-unresolved-reference - :220:9 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :231:28 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :231:47 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :232:30 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :233:22 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :234:26 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :234:45 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :235:28 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :236:22 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :259:21 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :269:16 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :284:10 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :285:16 - Name `array` used when possibly not defined

sympy/external/tests/test_pythonmpq.py

[warning] possibly-unresolved-reference - :36:34 - Name `TQ` used when possibly not defined
[warning] possibly-unresolved-reference - :37:44 - Name `TZ` used when possibly not defined
[warning] possibly-unresolved-reference - :38:46 - Name `TZ` used when possibly not defined
[warning] possibly-unresolved-reference - :54:35 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :55:35 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :133:40 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :134:35 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :140:40 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :141:35 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :147:40 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :148:35 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :156:44 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :157:39 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :157:50 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :158:41 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :159:35 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :165:40 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :166:35 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :167:43 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :167:53 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :171:39 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :171:50 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :172:39 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :172:49 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :173:44 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :174:43 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :175:39 - Name `Q` used when possibly not defined
[warning] possibly-unresolved-reference - :176:39 - Name `Q` used when possibly not defined

sympy/functions/special/bessel.py

[warning] possibly-unresolved-reference - :1321:27 - Name `spherical_jn` used when possibly not defined
[warning] possibly-unresolved-reference - :1324:27 - Name `sph_jn` used when possibly not defined

sympy/functions/special/tests/test_bessel.py

[warning] possibly-unresolved-reference - :43:35 - Name `f` used when possibly not defined
[warning] possibly-unresolved-reference - :44:35 - Name `f` used when possibly not defined

sympy/geometry/line.py

[error] unresolved-reference - :1199:36 - Name `equation` used when not defined
[error] unresolved-reference - :1201:28 - Name `missing` used when not defined

sympy/geometry/tests/test_util.py

[warning] possibly-unresolved-reference - :108:36 - Name `func` used when possibly not defined

sympy/integrals/integrals.py

[warning] possibly-unresolved-reference - :698:36 - Name `is_indef_int` used when possibly not defined

sympy/integrals/manualintegrate.py

[warning] possibly-unresolved-reference - :787:66 - Name `x0` used when possibly not defined
[warning] possibly-unresolved-reference - :788:37 - Name `new` used when possibly not defined

sympy/integrals/meijerint.py

[warning] possibly-unresolved-reference - :1723:25 - Name `rho` used when possibly not defined

sympy/integrals/prde.py

[warning] possibly-unresolved-reference - :284:49 - Name `DAij` used when possibly not defined

sympy/integrals/transforms.py

[warning] possibly-unresolved-reference - :623:33 - Name `fact` used when possibly not defined
[warning] possibly-unresolved-reference - :626:33 - Name `fact` used when possibly not defined

sympy/interactive/printing.py

[warning] possibly-unresolved-reference - :119:24 - Name `latex_to_png` used when possibly not defined
[warning] possibly-unresolved-reference - :121:24 - Name `latex_to_png` used when possibly not defined
[warning] possibly-unresolved-reference - :512:30 - Name `_stringify_func` used when possibly not defined
[warning] possibly-unresolved-reference - :519:42 - Name `_stringify_func` used when possibly not defined

sympy/interactive/session.py

[warning] possibly-unbound-attribute - :481:55 - Attribute `run_cell` on type `Unknown | None` is possibly unbound

sympy/logic/tests/test_boolalg.py

[warning] possibly-unresolved-reference - :966:39 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :970:43 - Name `o` used when possibly not defined
[warning] possibly-unresolved-reference - :970:47 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :971:43 - Name `o` used when possibly not defined
[warning] possibly-unresolved-reference - :971:47 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :972:43 - Name `o` used when possibly not defined
[warning] possibly-unresolved-reference - :972:47 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :973:43 - Name `o` used when possibly not defined
[warning] possibly-unresolved-reference - :973:47 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :974:43 - Name `o` used when possibly not defined
[warning] possibly-unresolved-reference - :974:47 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :975:43 - Name `o` used when possibly not defined
[warning] possibly-unresolved-reference - :975:48 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :1000:46 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :962:36 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :963:36 - Name `t` used when possibly not defined
[warning] possibly-unresolved-reference - :964:39 - Name `t` used when possibly not defined

sympy/matrices/expressions/tests/test_matexpr.py

[warning] possibly-unresolved-reference - :384:35 - Name `array` used when possibly not defined

sympy/matrices/expressions/tests/test_matpow.py

[warning] possibly-unresolved-reference - :111:56 - Name `r` used when possibly not defined
[warning] possibly-unresolved-reference - :112:56 - Name `r` used when possibly not defined

sympy/matrices/matrixbase.py

[error] unresolved-reference - :2392:17 - Name `d` used when not defined
[warning] possibly-unresolved-reference - :3866:21 - Name `evaluate` used when possibly not defined
[warning] possibly-unresolved-reference - :3867:56 - Name `ismat` used when possibly not defined
[warning] possibly-unresolved-reference - :3885:37 - Name `make_explicit` used when possibly not defined
[warning] possibly-unresolved-reference - :3887:36 - Name `make_explicit` used when possibly not defined

sympy/matrices/tests/test_matrices.py

[warning] possibly-unresolved-reference - :2603:27 - Name `cls` used when possibly not defined
[warning] possibly-unresolved-reference - :2778:24 - Name `array` used when possibly not defined

sympy/matrices/tests/test_matrixbase.py

[warning] possibly-unresolved-reference - :365:35 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :3312:27 - Name `cls` used when possibly not defined
[warning] possibly-unresolved-reference - :3460:24 - Name `array` used when possibly not defined

sympy/ntheory/factor_.py

[error] unresolved-reference - :555:23 - Name `num_base` used when not defined
[error] unresolved-reference - :555:36 - Name `num_exp` used when not defined
[error] unresolved-reference - :556:23 - Name `den_base` used when not defined
[error] unresolved-reference - :556:36 - Name `den_exp` used when not defined

sympy/ntheory/tests/test_factor_.py

[error] unsupported-operator - :346:31 -
Old: Operator `**` is unsupported between objects of type `Unknown | dict[Unknown, Unknown]` and `Literal[3]`
New: Operator `**` is unsupported between objects of type `Unknown | int | dict[Unknown, Unknown]` and `Literal[3]`
[error] unsupported-operator - :347:31 -
Old: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | dict[Unknown, Unknown]`
New: Operator `*` is unsupported between objects of type `Literal[2]` and `Unknown | int | dict[Unknown, Unknown]`

sympy/parsing/autolev/_listener_autolev_antlr.py

[warning] possibly-unresolved-reference - :372:60 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :379:65 - Name `i` used when possibly not defined

sympy/parsing/c/c_parser.py

[warning] possibly-unresolved-reference - :98:40 - Name `none` used when possibly not defined
[warning] possibly-unresolved-reference - :101:40 - Name `bool_` used when possibly not defined
[warning] possibly-unresolved-reference - :104:41 - Name `int8` used when possibly not defined
[warning] possibly-unresolved-reference - :105:41 - Name `int16` used when possibly not defined
[warning] possibly-unresolved-reference - :106:39 - Name `intc` used when possibly not defined
[warning] possibly-unresolved-reference - :107:40 - Name `int64` used when possibly not defined
[warning] possibly-unresolved-reference - :108:41 - Name `uint8` used when possibly not defined
[warning] possibly-unresolved-reference - :109:42 - Name `uint16` used when possibly not defined
[warning] possibly-unresolved-reference - :110:40 - Name `uint32` used when possibly not defined
[warning] possibly-unresolved-reference - :111:41 - Name `uint64` used when possibly not defined
[warning] possibly-unresolved-reference - :114:41 - Name `float32` used when possibly not defined
[warning] possibly-unresolved-reference - :115:42 - Name `float64` used when possibly not defined
[warning] possibly-unresolved-reference - :116:46 - Name `float80` used when possibly not defined
[warning] possibly-unresolved-reference - :181:20 - Name `tempfile` used when possibly not defined
[warning] possibly-unresolved-reference - :218:26 - Name `sys` used when possibly not defined
[warning] possibly-unresolved-reference - :293:33 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :296:37 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :296:64 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :298:37 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :298:64 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :300:37 - Name `sympify` used when possibly not defined
[warning] possibly-unresolved-reference - :301:43 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :301:57 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :303:37 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :305:37 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :307:37 - Name `sympify` used when possibly not defined
[warning] possibly-unresolved-reference - :311:28 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :319:28 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :335:24 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :383:28 - Name `FunctionPrototype` used when possibly not defined
[warning] possibly-unresolved-reference - :389:28 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :437:27 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :439:27 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :441:27 - Name `sympify` used when possibly not defined
[warning] possibly-unresolved-reference - :446:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :453:25 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :646:38 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :648:38 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :651:24 - Name `FunctionCall` used when possibly not defined
[warning] possibly-unresolved-reference - :654:24 - Name `FunctionCall` used when possibly not defined
[warning] possibly-unresolved-reference - :658:20 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :769:32 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :771:32 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :771:36 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :773:32 - Name `PreIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :773:45 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :775:32 - Name `PreDecrement` used when possibly not defined
[warning] possibly-unresolved-reference - :775:45 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :777:32 - Name `Not` used when possibly not defined
[warning] possibly-unresolved-reference - :777:36 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :783:32 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :785:32 - Name `Not` used when possibly not defined
[warning] possibly-unresolved-reference - :785:36 - Name `sympify` used when possibly not defined
[warning] possibly-unresolved-reference - :792:28 - Name `PostIncrement` used when possibly not defined
[warning] possibly-unresolved-reference - :792:42 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :794:28 - Name `PostDecrement` used when possibly not defined
[warning] possibly-unresolved-reference - :794:42 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :966:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :968:25 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :970:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :972:25 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :972:40 - Name `Pow` used when possibly not defined
[warning] possibly-unresolved-reference - :972:55 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :974:25 - Name `Mod` used when possibly not defined
[warning] possibly-unresolved-reference - :976:25 - Name `Rel` used when possibly not defined
[warning] possibly-unresolved-reference - :978:25 - Name `And` used when possibly not defined
[warning] possibly-unresolved-reference - :978:29 - Name `as_Boolean` used when possibly not defined
[warning] possibly-unresolved-reference - :978:52 - Name `as_Boolean` used when possibly not defined
[warning] possibly-unresolved-reference - :980:25 - Name `Or` used when possibly not defined
[warning] possibly-unresolved-reference - :980:28 - Name `as_Boolean` used when possibly not defined
[warning] possibly-unresolved-reference - :980:51 - Name `as_Boolean` used when possibly not defined
[warning] possibly-unresolved-reference - :982:25 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :982:36 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :984:25 - Name `aug_assign` used when possibly not defined
[warning] possibly-unresolved-reference - :984:36 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :995:24 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :998:28 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :1000:28 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :1004:28 - Name `true` used when possibly not defined
[warning] possibly-unresolved-reference - :1004:72 - Name `false` used when possibly not defined
[warning] possibly-unresolved-reference - :1008:20 - Name `none` used when possibly not defined
[warning] possibly-unresolved-reference - :1027:35 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1029:35 - Name `CodeBlock` used when possibly not defined
[warning] possibly-unresolved-reference - :1031:20 - Name `While` used when possibly not defined

sympy/parsing/fortran/fortran_parser.py

[warning] possibly-unresolved-reference - :103:40 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :106:38 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :107:32 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :108:29 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :111:29 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :115:38 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :118:36 - Name `Assignment` used when possibly not defined
[warning] possibly-unresolved-reference - :119:33 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :156:30 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :157:30 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :158:31 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :165:30 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :166:31 - Name `Symbol` used when possibly not defined
[warning] possibly-unresolved-reference - :167:31 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :174:31 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :176:33 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :178:33 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :180:33 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :203:38 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :204:28 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :204:40 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :205:25 - Name `Integer` used when possibly not defined
[warning] possibly-unresolved-reference - :206:40 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :207:28 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :207:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :208:25 - Name `Float` used when possibly not defined
[warning] possibly-unresolved-reference - :213:28 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :258:24 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :274:17 - Name `Return` used when possibly not defined
[warning] possibly-unresolved-reference - :275:21 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :280:49 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :281:28 - Name `IntBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :281:40 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :282:51 - Name `asr` used when possibly not defined
[warning] possibly-unresolved-reference - :283:28 - Name `FloatBaseType` used when possibly not defined
[warning] possibly-unresolved-reference - :283:42 - Name `String` used when possibly not defined
[warning] possibly-unresolved-reference - :286:24 - Name `FunctionDefinition` used when possibly not defined
[warning] possibly-unresolved-reference - :344:13 - Name `src_to_ast` used when possibly not defined
[warning] possibly-unresolved-reference - :345:9 - Name `ast_to_asr` used when possibly not defined
[warning] possibly-unresolved-reference - :175:28 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :177:28 - Name `Add` used when possibly not defined
[warning] possibly-unresolved-reference - :179:28 - Name `Mul` used when possibly not defined
[warning] possibly-unresolved-reference - :181:28 - Name `Mul` used when possibly not defined

sympy/parsing/sym_expr.py

[warning] possibly-unresolved-reference - :103:38 - Name `src_to_sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :108:38 - Name `parse_c` used when possibly not defined
[warning] possibly-unresolved-reference - :163:30 - Name `src_to_sympy` used when possibly not defined
[warning] possibly-unresolved-reference - :168:30 - Name `parse_c` used when possibly not defined

sympy/parsing/tests/test_sympy_parser.py

[warning] possibly-unresolved-reference - :102:46 - Name `text` used when possibly not defined
[warning] possibly-unresolved-reference - :107:62 - Name `text` used when possibly not defined

sympy/physics/secondquant.py

[warning] possibly-unresolved-reference - :2489:24 - Name `letters_below` used when possibly not defined
[warning] possibly-unresolved-reference - :2491:44 - Name `len_below` used when possibly not defined
[warning] possibly-unresolved-reference - :2495:24 - Name `letters_above` used when possibly not defined
[warning] possibly-unresolved-reference - :2497:44 - Name `len_above` used when possibly not defined
[warning] possibly-unresolved-reference - :2501:24 - Name `letters_general` used when possibly not defined
[warning] possibly-unresolved-reference - :2503:44 - Name `len_general` used when possibly not defined

sympy/physics/units/util.py

[warning] possibly-unbound-attribute - :128:20 - Attribute `get_quantity_scale_factor` on type `Unknown | Literal["SI"]` is possibly unbound

sympy/plotting/pygletplot/plot_rotation.py

[warning] possibly-unresolved-reference - :64:12 - Name `c_float` used when possibly not defined

sympy/plotting/pygletplot/util.py

[warning] possibly-unresolved-reference - :32:10 - Name `c_int` used when possibly not defined
[warning] possibly-unresolved-reference - :56:26 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :57:31 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :59:18 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :59:30 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :59:42 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :65:26 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :66:31 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :68:18 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :68:30 - Name `c_double` used when possibly not defined
[warning] possibly-unresolved-reference - :68:42 - Name `c_double` used when possibly not defined

sympy/polys/agca/tests/test_extensions.py

[warning] possibly-unresolved-reference - :143:43 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :143:48 - Name `K` used when possibly not defined
[warning] possibly-unresolved-reference - :144:43 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :144:49 - Name `K` used when possibly not defined
[warning] possibly-unresolved-reference - :145:43 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :145:48 - Name `K` used when possibly not defined
[warning] possibly-unresolved-reference - :151:49 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :151:54 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :152:49 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :152:55 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :153:49 - Name `xK` used when possibly not defined
[warning] possibly-unresolved-reference - :153:54 - Name `xK` used when possibly not defined

sympy/polys/constructor.py

[warning] possibly-unbound-attribute - :98:17 -
Old: Attribute `add` on type `Unknown | list[Unknown]` is possibly unbound
New: Attribute `add` on type `Unknown | set[Unknown] | list[Unknown]` is possibly unbound

sympy/polys/domains/groundtypes.py

[warning] possibly-unresolved-reference - :64:16 - Name `_fmpz` used when possibly not defined
[warning] possibly-unresolved-reference - :64:26 - Name `_fmpz` used when possibly not defined
[warning] possibly-unresolved-reference - :64:36 - Name `_fmpz` used when possibly not defined

sympy/polys/domains/tests/test_domains.py

[warning] possibly-unresolved-reference - :946:44 - Name `dom` used when possibly not defined
[warning] possibly-unresolved-reference - :946:56 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :1063:46 - Name `n1` used when possibly not defined
[warning] possibly-unresolved-reference - :1063:55 - Name `n2` used when possibly not defined
[warning] possibly-unresolved-reference - :1064:46 - Name `n1` used when possibly not defined
[warning] possibly-unresolved-reference - :1064:56 - Name `n2` used when possibly not defined
[warning] possibly-unresolved-reference - :1065:46 - Name `n1` used when possibly not defined
[warning] possibly-unresolved-reference - :1065:55 - Name `n2` used when possibly not defined
[warning] possibly-unresolved-reference - :1066:46 - Name `n1` used when possibly not defined
[warning] possibly-unresolved-reference - :1066:56 - Name `n2` used when possibly not defined
[warning] possibly-unresolved-reference - :1171:43 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1172:43 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1173:43 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1174:50 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1175:50 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1176:35 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1177:35 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1178:39 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1179:39 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1180:35 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1181:39 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1182:35 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1183:39 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1184:35 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1185:40 - Name `q` used when possibly not defined
[warning] possibly-unresolved-reference - :1189:40 - Name `G` used when possibly not defined

sympy/polys/groebnertools.py

[warning] possibly-unresolved-reference - :137:37 - Name `LCMhg` used when possibly not defined

sympy/polys/matrices/dense.py

[warning] possibly-unresolved-reference - :195:60 - Name `j` used when possibly not defined

sympy/polys/matrices/tests/test_domainmatrix.py

[warning] possibly-unbound-attribute - :1058:33 - Attribute `lu` on type `Unknown | DomainMatrix | list[Unknown]` is possibly unbound
[warning] possibly-unresolved-reference - :893:52 - Name `Ai` used when possibly not defined
[warning] possibly-unresolved-reference - :894:52 - Name `Ai` used when possibly not defined
[warning] possibly-unresolved-reference - :1367:47 - Name `rows` used when possibly not defined
[warning] possibly-unresolved-reference - :1367:53 - Name `cols` used when possibly not defined
[warning] possibly-unresolved-reference - :1368:59 - Name `rows` used when possibly not defined
[warning] possibly-unresolved-reference - :1368:65 - Name `cols` used when possibly not defined

sympy/polys/matrices/tests/test_xxm.py

[warning] possibly-unresolved-reference - :99:41 - Name `XDM` used when possibly not defined
[warning] possibly-unresolved-reference - :100:41 - Name `XDM` used when possibly not defined
[warning] possibly-unresolved-reference - :101:41 - Name `XDM` used when possibly not defined
[warning] possibly-unresolved-reference - :117:41 - Name `XDM` used when possibly not defined
[warning] possibly-unresolved-reference - :118:41 - Name `XDM` used when possibly not defined
[warning] possibly-unresolved-reference - :119:41 - Name `XDM` used when possibly not defined
[warning] possibly-unresolved-reference - :201:49 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :212:57 - Name `A` used when possibly not defined
[warning] possibly-unresolved-reference - :212:70 - Name `K` used when possibly not defined
[warning] possibly-unresolved-reference - :220:61 - Name `A_K` used when possibly not defined
[warning] possibly-unresolved-reference - :263:65 - Name `domain` used when possibly not defined
[warning] possibly-unresolved-reference - :357:54 - Name `i` used when possibly not defined
[warning] possibly-unresolved-reference - :357:57 - Name `j` used when possibly not defined

sympy/polys/polymatrix.py

[warning] possibly-unresolved-reference - :114:38 - Name `to_ring` used when possibly not defined
[warning] possibly-unresolved-reference - :114:54 - Name `p_ring` used when possibly not defined

sympy/polys/polyroots.py

[warning] possibly-unresolved-reference - :493:47 - Name `h` used when possibly not defined
[warning] possibly-unresolved-reference - :808:31 - Name `basis` used when possibly not defined
[warning] possibly-unresolved-reference - :808:39 - Name `n` used when possibly not defined

sympy/polys/tests/test_polytools.py

[error] unsupported-operator - :3064:38 - Operator `**` is unsupported between objects of type `Unknown | Poly` and `Literal[2]`
[error] unsupported-operator - :3066:39 - Operator `**` is unsupported between objects of type `Unknown | Poly` and `Literal[2]`
[error] unsupported-operator - :3067:39 - Operator `**` is unsupported between objects of type `Unknown | Poly` and `Literal[2]`

sympy/printing/aesaracode.py

[warning] possibly-unresolved-reference - :157:17 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :173:14 - Name `mapping` used when possibly not defined
[warning] possibly-unresolved-reference - :186:24 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :190:16 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :201:22 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :209:26 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :226:16 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :226:30 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :248:20 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :252:16 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :270:31 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :535:80 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :71:54 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :255:16 - Name `true_divide` used when possibly not defined
[error] call-non-callable - :255:16 - Object of type `None` is not callable

sympy/printing/llvmjitcode.py

[warning] possibly-unresolved-reference - :34:24 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :45:16 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :48:16 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :62:38 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :66:27 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :67:22 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :76:23 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :77:18 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :102:23 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :103:18 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :121:46 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :121:58 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :122:56 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :134:46 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :134:58 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :136:45 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :153:24 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :154:23 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :163:20 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :167:20 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :169:20 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :169:35 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :171:20 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :171:35 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :189:19 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :190:19 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :201:19 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :221:20 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :221:35 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :224:21 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :225:19 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :234:32 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :237:26 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :238:24 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :240:27 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :240:39 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :266:17 - Name `llvm` used when possibly not defined
[warning] possibly-unresolved-reference - :268:15 - Name `llvm` used when possibly not defined
[warning] possibly-unresolved-reference - :270:24 - Name `llvm` used when possibly not defined
[warning] possibly-unresolved-reference - :276:13 - Name `llvm` used when possibly not defined
[warning] possibly-unresolved-reference - :277:19 - Name `llvm` used when possibly not defined
[warning] possibly-unresolved-reference - :306:19 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :315:45 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :317:25 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :317:37 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :320:25 - Name `ll` used when possibly not defined
[warning] possibly-unresolved-reference - :320:37 - Name `ll` used when possibly not defined

sympy/printing/preview.py

[warning] possibly-unresolved-reference - :88:17 - Name `on_close` used when possibly not defined
[warning] possibly-unresolved-reference - :315:24 - Name `STDOUT` used when possibly not defined
[warning] possibly-unresolved-reference - :316:16 - Name `CalledProcessError` used when possibly not defined
[warning] possibly-unresolved-reference - :369:66 - Name `STDOUT` used when possibly not defined
[warning] possibly-unresolved-reference - :370:20 - Name `CalledProcessError` used when possibly not defined
[warning] possibly-unresolved-reference - :386:56 - Name `STDOUT` used when possibly not defined
[warning] possibly-unresolved-reference - :387:20 - Name `CalledProcessError` used when possibly not defined
[warning] possibly-unresolved-reference - :26:12 - Name `check_output` used when possibly not defined

sympy/printing/tests/test_aesaracode.py

[warning] possibly-unresolved-reference - :115:34 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :157:17 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :158:17 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :159:17 - Name `zt` used when possibly not defined
[warning] possibly-unresolved-reference - :160:17 - Name `Xt` used when possibly not defined
[warning] possibly-unresolved-reference - :161:17 - Name `Yt` used when possibly not defined
[warning] possibly-unresolved-reference - :162:17 - Name `Zt` used when possibly not defined
[warning] possibly-unresolved-reference - :168:27 - Name `Variable` used when possibly not defined
[warning] possibly-unresolved-reference - :179:27 - Name `TensorVariable` used when possibly not defined
[warning] possibly-unresolved-reference - :193:28 - Name `TensorVariable` used when possibly not defined
[warning] possibly-unresolved-reference - :204:42 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :204:50 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :205:42 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :205:50 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :211:16 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :211:24 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :211:32 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :211:40 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :211:47 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :211:57 - Name `zt` used when possibly not defined
[warning] possibly-unresolved-reference - :259:40 - Name `Dot` used when possibly not defined
[warning] possibly-unresolved-reference - :260:25 - Name `Xt` used when possibly not defined
[warning] possibly-unresolved-reference - :260:32 - Name `Yt` used when possibly not defined
[warning] possibly-unresolved-reference - :260:40 - Name `Zt` used when possibly not defined
[warning] possibly-unresolved-reference - :263:51 - Name `DimShuffle` used when possibly not defined
[warning] possibly-unresolved-reference - :267:52 - Name `Elemwise` used when possibly not defined
[warning] possibly-unresolved-reference - :272:39 - Name `true_divide` used when possibly not defined
[warning] possibly-unresolved-reference - :285:38 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :285:46 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :285:51 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :304:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :304:47 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :308:10 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :309:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :310:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :310:41 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :315:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :317:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :319:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :322:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :323:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :371:17 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :384:46 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :388:46 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :414:71 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :414:75 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :415:77 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :426:9 - Name `ScalarType` used when possibly not defined
[warning] possibly-unresolved-reference - :446:18 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :446:30 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :446:51 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :447:18 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :447:30 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :447:51 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :469:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :470:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :471:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :472:19 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :474:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :483:31 - Name `TensorVariable` used when possibly not defined
[warning] possibly-unresolved-reference - :560:23 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :560:28 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :561:27 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :591:31 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :593:16 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :593:27 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:36 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :593:47 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:53 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :598:16 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :598:27 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :598:35 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :598:39 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :604:16 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :604:27 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :604:36 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :604:41 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :605:9 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :605:20 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :605:28 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :605:34 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :605:41 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :605:45 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :610:44 - Name `aet` used when possibly not defined
[warning] possibly-unresolved-reference - :610:51 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :610:55 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :612:38 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :612:43 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :613:38 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :613:43 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :614:39 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :614:45 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :615:39 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :615:45 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :271:50 - Name `true_divide` used when possibly not defined

sympy/printing/tests/test_c.py

[warning] possibly-unresolved-reference - :668:20 - Name `printer` used when possibly not defined
[warning] possibly-unresolved-reference - :668:58 - Name `suffix` used when possibly not defined
[warning] possibly-unresolved-reference - :668:68 - Name `suffix` used when possibly not defined

sympy/printing/tests/test_theanocode.py

[warning] possibly-unresolved-reference - :105:34 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :147:17 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :148:17 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :149:17 - Name `zt` used when possibly not defined
[warning] possibly-unresolved-reference - :150:17 - Name `Xt` used when possibly not defined
[warning] possibly-unresolved-reference - :151:17 - Name `Yt` used when possibly not defined
[warning] possibly-unresolved-reference - :152:17 - Name `Zt` used when possibly not defined
[warning] possibly-unresolved-reference - :158:28 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :158:47 - Name `ts` used when possibly not defined
[warning] possibly-unresolved-reference - :169:27 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :183:28 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :194:42 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :194:49 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :195:42 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :195:49 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :201:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :201:23 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :201:31 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :201:38 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :201:45 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :201:54 - Name `zt` used when possibly not defined
[warning] possibly-unresolved-reference - :249:40 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :250:25 - Name `Xt` used when possibly not defined
[warning] possibly-unresolved-reference - :250:32 - Name `Yt` used when possibly not defined
[warning] possibly-unresolved-reference - :250:40 - Name `Zt` used when possibly not defined
[warning] possibly-unresolved-reference - :253:51 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :257:52 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :262:39 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :274:34 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :274:41 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :274:46 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :293:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :293:47 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :297:10 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :298:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :299:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :299:41 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :304:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :306:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :308:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :311:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :312:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :359:17 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :372:46 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :376:46 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :402:71 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :402:75 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :403:77 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :416:9 - Name `ts` used when possibly not defined
[warning] possibly-unresolved-reference - :436:18 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :436:29 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :436:49 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :437:18 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :437:29 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :437:49 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :459:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :460:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :461:16 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :462:19 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :464:12 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :471:31 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :472:31 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :548:23 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :548:28 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :549:27 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :579:31 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :581:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :581:26 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :581:35 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :581:45 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :581:51 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :586:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :586:26 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :586:34 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :586:38 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :592:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :592:26 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :592:34 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :592:39 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:9 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:19 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:26 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:32 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:39 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :593:43 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :598:44 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :598:50 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :598:54 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :600:38 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :600:43 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :601:38 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :601:43 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :602:39 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :602:45 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :603:39 - Name `xt` used when possibly not defined
[warning] possibly-unresolved-reference - :603:45 - Name `yt` used when possibly not defined
[warning] possibly-unresolved-reference - :632:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :632:44 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :633:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :633:44 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :636:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :639:5 - Name `np` used when possibly not defined
[warning] possibly-unresolved-reference - :261:50 - Name `tt` used when possibly not defined

sympy/printing/theanocode.py

[warning] possibly-unresolved-reference - :155:17 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :171:14 - Name `mapping` used when possibly not defined
[warning] possibly-unresolved-reference - :184:24 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :188:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :199:22 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :207:26 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :224:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :224:29 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :236:16 - Name `ts` used when possibly not defined
[warning] possibly-unresolved-reference - :249:20 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :253:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :256:16 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :269:18 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :269:34 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :543:68 - Name `tt` used when possibly not defined
[warning] possibly-unresolved-reference - :74:54 - Name `tt` used when possibly not defined

sympy/sets/handlers/intersection.py

[error] unresolved-reference - :307:26 - Name `solve_linear` used when not defined

sympy/sets/tests/test_sets.py

[warning] possibly-unresolved-reference - :386:44 - Name `op` used when possibly not defined
[warning] possibly-unresolved-reference - :386:47 - Name `si` used when possibly not defined
[warning] possibly-unresolved-reference - :386:51 - Name `ni` used when possibly not defined
[warning] possibly-unresolved-reference - :387:44 - Name `op` used when possibly not defined
[warning] possibly-unresolved-reference - :387:47 - Name `ni` used when possibly not defined
[warning] possibly-unresolved-reference - :387:51 - Name `si` used when possibly not defined
[warning] possibly-unresolved-reference - :388:35 - Name `si` used when possibly not defined
[warning] possibly-unresolved-reference - :389:35 - Name `si` used when possibly not defined
[error] unsupported-operator - :889:31 -
Old: Operator `in` is not supported for types `Unknown` and `Symbol`, in comparing `Unknown | Symbol` with `Unknown | Symbol`
New: Operator `in` is not supported for types `Unknown` and `Symbol`, in comparing `Unknown | Symbol` with `Unknown | Interval | Symbol`

sympy/simplify/cse_main.py

[error] unsupported-operator - :641:16 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `(Unknown & Basic & ~RootOf & ~MatrixSymbol & ~MatrixElement) | (Unknown & Unevaluated & ~RootOf & ~MatrixSymbol & ~MatrixElement)` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :642:24 - Cannot subscript object of type `None` with no `__getitem__` method
[error] unsupported-operator - :676:12 - Operator `in` is not supported for types `Unknown` and `None`, in comparing `(Unknown & Basic) | (Unknown & Unevaluated)` with `Unknown | None | dict[Unknown, Unknown]`
[error] non-subscriptable - :677:20 - Cannot subscript object of type `None` with no `__getitem__` method
[warning] possibly-unresolved-reference - :407:32 - Name `common_arg_candidates_counts` used when possibly not defined

sympy/simplify/hyperexpand.py

[warning] possibly-unresolved-reference - :661:46 - Name `x0` used when possibly not defined
[warning] possibly-unresolved-reference - :777:71 - Name `repl` used when possibly not defined

sympy/simplify/powsimp.py

[error] unresolved-reference - :232:20 - Name `bkey` used when not defined
[error] unresolved-reference - :267:30 - Name `common_b` used when not defined
[error] unresolved-reference - :269:17 - Name `common_b` used when not defined
[error] unresolved-reference - :272:32 - Name `bkey` used when not defined
[error] unresolved-reference - :273:37 - Name `common_b` used when not defined
[error] unresolved-reference - :274:29 - Name `common_b` used when not defined
[error] unresolved-reference - :275:25 - Name `common_b` used when not defined
[error] unresolved-reference - :277:29 - Name `bases` used when not defined
[error] unresolved-reference - :477:36 - Name `_terms` used when not defined
[error] unresolved-reference - :479:38 - Name `_terms` used when not defined
[error] unresolved-reference - :594:20 - Name `_denest` used when not defined
[error] unresolved-reference - :258:24 - Name `bkey` used when not defined
[error] missing-argument - :258:24 - No argument provided for required parameter `b` of function `bkey`

sympy/solvers/diophantine/diophantine.py

[warning] possibly-unresolved-reference - :568:42 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :568:44 - Name `sqc` used when possibly not defined
[warning] possibly-unresolved-reference - :568:48 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :568:50 - Name `_c` used when possibly not defined
[warning] possibly-unresolved-reference - :568:67 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :568:69 - Name `sqc` used when possibly not defined
[warning] possibly-unresolved-reference - :568:73 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :569:44 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :569:46 - Name `sqc` used when possibly not defined
[warning] possibly-unresolved-reference - :569:50 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :569:65 - Name `e` used when possibly not defined
[warning] possibly-unresolved-reference - :569:67 - Name `sqc` used when possibly not defined
[warning] possibly-unresolved-reference - :569:77 - Name `_c` used when possibly not defined
[warning] possibly-unresolved-reference - :571:41 - Name `sqa` used when possibly not defined
[warning] possibly-unresolved-reference - :571:45 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :571:47 - Name `_c` used when possibly not defined
[warning] possibly-unresolved-reference - :571:64 - Name `sqa` used when possibly not defined
[warning] possibly-unresolved-reference - :571:68 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :572:44 - Name `sqa` used when possibly not defined
[warning] possibly-unresolved-reference - :572:48 - Name `g` used when possibly not defined
[warning] possibly-unresolved-reference - :572:63 - Name `sqa` used when possibly not defined
[warning] possibly-unresolved-reference - :572:73 - Name `_c` used when possibly not defined
[warning] possibly-unresolved-reference - :1490:58 - Name `sol` used when possibly not defined
[warning] possibly-unresolved-reference - :1490:65 - Name `sol` used when possibly not defined

sympy/solvers/inequalities.py

[warning] possibly-unresolved-reference - :543:21 - Name `expanded_e` used when possibly not defined
[warning] possibly-unresolved-reference - :916:23 - Name `gen` used when possibly not defined

sympy/solvers/ode/ode.py

[error] not-iterable - :1293:34 - Object of type `Unknown | None | list[Unknown]` may not be iterable
[error] unresolved-reference - :584:24 - Name `recur_len` used when not defined

sympy/solvers/ode/systems.py

[warning] possibly-unresolved-reference - :664:25 - Name `imblock` used when possibly not defined
[warning] possibly-unresolved-reference - :666:58 - Name `expJblock2` used when possibly not defined
[error] unresolved-reference - :1898:30 - Name `_get_coeffs_from_subs_expression` used when not defined
[error] unresolved-reference - :1906:39 - Name `_get_coeffs_from_subs_expression` used when not defined
[error] unresolved-reference - :1909:38 - Name `_get_coeffs_from_subs_expression` used when not defined

sympy/solvers/solvers.py

[error] non-subscriptable - :1185:35 - Cannot subscript object of type `set[Unknown]` with no `__getitem__` method
[error] unsupported-operator - :3428:16 - Operator `&` is unsupported between objects of type `set[Basic]` and `Unknown | tuple[Unknown, ...] | (set[Unknown] & ~AlwaysFalsy) | set[Unknown]`
[warning] possibly-unresolved-reference - :1792:59 - Name `sym_indices` used when possibly not defined
[warning] possibly-unresolved-reference - :1911:35 - Name `legal` used when possibly not defined
[warning] possibly-unresolved-reference - :1933:49 - Name `_ok_syms` used when possibly not defined
[warning] possibly-unresolved-reference - :3623:34 - Name `info` used when possibly not defined
[warning] possibly-unresolved-reference - :3623:42 - Name `RAD` used when possibly not defined
[warning] possibly-unresolved-reference - :3624:58 - Name `info` used when possibly not defined
[warning] possibly-unresolved-reference - :3624:66 - Name `BASES` used when possibly not defined

sympy/solvers/solveset.py

[error] invalid-argument-type - :3312:54 - Argument to bound method `__init__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None | (Unknown & ~AlwaysFalsy)`
[error] unresolved-reference - :430:29 - Name `period` used when not defined
[error] unresolved-reference - :430:71 - Name `invs` used when not defined
[error] unresolved-reference - :433:25 - Name `rng` used when not defined
[error] unresolved-reference - :460:33 - Name `n` used when not defined
[error] unresolved-reference - :460:40 - Name `F` used when not defined
[error] unresolved-reference - :461:33 - Name `n` used when not defined
[error] unresolved-reference - :461:45 - Name `F` used when not defined
[error] unresolved-reference - :465:33 - Name `n` used when not defined
[error] unresolved-reference - :465:40 - Name `F` used when not defined
[error] unresolved-reference - :466:33 - Name `n` used when not defined
[error] unresolved-reference - :466:40 - Name `F` used when not defined
[error] unresolved-reference - :468:35 - Name `n` used when not defined
[error] unresolved-reference - :504:26 - Name `n` used when not defined
[error] unresolved-reference - :504:29 - Name `period` used when not defined
[error] unresolved-reference - :504:36 - Name `n` used when not defined
[error] unresolved-reference - :504:71 - Name `invs` used when not defined
[error] unresolved-reference - :507:49 - Name `excl` used when not defined
[warning] possibly-unresolved-reference - :3708:36 - Name `solved_symbols` used when possibly not defined

sympy/solvers/tests/test_solvers.py

[warning] possibly-unresolved-reference - :1788:57 - Name `_q` used when possibly not defined
[warning] possibly-unresolved-reference - :1789:57 - Name `_q` used when possibly not defined

sympy/stats/rv.py

[warning] possibly-unresolved-reference - :1343:26 - Name `given_fn` used when possibly not defined
[warning] possibly-unresolved-reference - :1369:30 - Name `given_fn` used when possibly not defined

sympy/stats/stochastic_process_types.py

[error] unresolved-reference - :818:50 - Name `rv` used when not defined
[error] unresolved-reference - :818:58 - Name `cond` used when not defined
[error] unresolved-reference - :818:76 - Name `rv` used when not defined

sympy/stats/tests/test_continuous_rv.py

[warning] possibly-unresolved-reference - :1338:36 - Name `fn` used when possibly not defined
[warning] possibly-unresolved-reference - :1339:36 - Name `fn` used when possibly not defined

sympy/stats/tests/test_joint_rv.py

[warning] possibly-unresolved-reference - :324:52 - Name `N_c` used when possibly not defined
[warning] possibly-unresolved-reference - :348:52 - Name `N_c` used when possibly not defined
[warning] possibly-unresolved-reference - :367:52 - Name `N_c` used when possibly not defined

sympy/stats/tests/test_matrix_distributions.py

[warning] possibly-unresolved-reference - :150:52 - Name `M` used when possibly not defined
[warning] possibly-unresolved-reference - :167:52 - Name `M` used when possibly not defined

sympy/tensor/array/tests/test_arrayop.py

[warning] possibly-unresolved-reference - :150:48 - Name `m1` used when possibly not defined
[warning] possibly-unresolved-reference - :151:48 - Name `m1` used when possibly not defined
[warning] possibly-unresolved-reference - :152:48 - Name `m1` used when possibly not defined
[warning] possibly-unresolved-reference - :175:48 - Name `po` used when possibly not defined
[warning] possibly-unresolved-reference - :176:36 - Name `po` used when possibly not defined
[warning] possibly-unresolved-reference - :177:36 - Name `po` used when possibly not defined

sympy/tensor/array/tests/test_immutable_ndim_array.py

[warning] possibly-unresolved-reference - :98:36 - Name `rank_zero_array` used when possibly not defined
[warning] possibly-unresolved-reference - :125:32 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :126:32 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :127:32 - Name `array` used when possibly not defined

sympy/tensor/array/tests/test_mutable_ndim_array.py

[warning] possibly-unresolved-reference - :88:36 - Name `rank_zero_array` used when possibly not defined
[warning] possibly-unresolved-reference - :132:32 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :133:32 - Name `array` used when possibly not defined
[warning] possibly-unresolved-reference - :134:32 - Name `array` used when possibly not defined

sympy/tensor/tensor.py

[warning] possibly-unresolved-reference - :4342:57 - Name `indices` used when possibly not defined

sympy/testing/pytest.py

[warning] possibly-unresolved-reference - :156:20 - Name `RaisesContext` used when possibly not defined
[warning] possibly-unresolved-reference - :161:24 - Name `ExceptionInfo` used when possibly not defined
[warning] possibly-unresolved-reference - :195:27 - Name `XFail` used when possibly not defined
[warning] possibly-unresolved-reference - :197:27 - Name `Skipped` used when possibly not defined
[warning] possibly-unresolved-reference - :198:19 - Name `XPass` used when possibly not defined
[warning] possibly-unresolved-reference - :204:15 - Name `Skipped` used when possibly not defined
[warning] possibly-unresolved-reference - :210:23 - Name `Skipped` used when possibly not defined

sympy/testing/runtests.py

[error] no-matching-overload - :978:17 - No overload of function `sum` matches arguments
[error] invalid-argument-type - :984:31 - Argument to function `__new__` is incorrect: Expected `Iterable[Unknown]`, found `Unknown | None`
[warning] possibly-unresolved-reference - :1272:43 - Name `func` used when possibly not defined
[warning] possibly-unresolved-reference - :1272:49 - Name `args` used when possibly not defined
[error] invalid-argument-type - :989:33 - Argument to function `len` is incorrect: Expected `Sized`, found `Unknown | None`

sympy/testing/runtests_pytest.py

[warning] possibly-unresolved-reference - :45:19 - Name `NoPytestError` used when possibly not defined

sympy/testing/tests/diagnose_imports.py

[warning] possibly-unresolved-reference - :121:16 - Name `in_module` used when possibly not defined
[warning] possibly-unresolved-reference - :126:12 - Name `options` used when possibly not defined
[warning] possibly-unresolved-reference - :129:13 - Name `sorted_messages` used when possibly not defined
[warning] possibly-unresolved-reference - :145:24 - Name `inspect` used when possibly not defined
[warning] possibly-unresolved-reference - :145:45 - Name `sys` used when possibly not defined
[warning] possibly-unresolved-reference - :156:12 - Name `relevant` used when possibly not defined
[warning] possibly-unresolved-reference - :156:42 - Name `relevant` used when possibly not defined
[warning] possibly-unresolved-reference - :158:30 - Name `Definition` used when possibly not defined
[warning] possibly-unresolved-reference - :160:38 - Name `symbol_definers` used when possibly not defined
[warning] possibly-unresolved-reference - :161:21 - Name `symbol_definers` used when possibly not defined
[warning] possibly-unresolved-reference - :166:20 - Name `options` used when possibly not defined
[warning] possibly-unresolved-reference - :167:21 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :170:21 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :183:28 - Name `options` used when possibly not defined
[warning] possibly-unresolved-reference - :184:29 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :187:29 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :190:38 - Name `Definition` used when possibly not defined
[warning] possibly-unresolved-reference - :192:42 - Name `symbol_definers` used when possibly not defined
[warning] possibly-unresolved-reference - :195:32 - Name `options` used when possibly not defined
[warning] possibly-unresolved-reference - :196:33 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :199:33 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :203:32 - Name `options` used when possibly not defined
[warning] possibly-unresolved-reference - :204:33 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :207:33 - Name `msg` used when possibly not defined
[warning] possibly-unresolved-reference - :153:18 - Name `builtin_import` used when possibly not defined

sympy/utilities/iterables.py

[error] call-non-callable - :2415:17 - Object of type `None` is not callable

sympy/utilities/lambdify.py

[error] non-subscriptable - :1238:13 - Cannot subscript object of type `None` with no `__getitem__` method
[error] non-subscriptable - :1241:17 - Cannot subscript object of type `None` with no `__getitem__` method

sympy/utilities/tests/test_lambdify.py

[warning] possibly-unresolved-reference - :1051:23 - Name `error_class` used when possibly not defined

sympy/utilities/tests/test_pickling.py

[warning] possibly-unresolved-reference - :56:65 - Name `protocol` used when possibly not defined
[warning] possibly-unresolved-reference - :99:104 - Name `protocol` used when possibly not defined

sympy/vector/coordsysrect.py

[warning] possibly-unresolved-reference - :141:46 - Name `r` used when possibly not defined
[warning] possibly-unresolved-reference - :142:20 - Name `l` used when possibly not defined
[warning] possibly-unresolved-reference - :142:28 - Name `l` used when possibly not defined
[warning] possibly-unresolved-reference - :142:36 - Name `l` used when possibly not defined
[error] call-non-callable - :160:53 - Object of type `None` is not callable

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

src/trio/_highlevel_open_unix_stream.py

[warning] possibly-unresolved-reference - :61:19 - Name `AF_UNIX` used when possibly not defined

src/trio/_subprocess_platform/waitid.py

[warning] possibly-unresolved-reference - :17:9 - Name `waitid` used when possibly not defined
[warning] possibly-unresolved-reference - :57:18 - Name `waitid_ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :58:15 - Name `waitid_cffi` used when possibly not defined
[warning] possibly-unresolved-reference - :59:25 - Name `waitid_ffi` used when possibly not defined

src/trio/_core/_io_kqueue.py

[error] invalid-argument-type - :287:58 - Argument is incorrect: Expected `bool`, found `ClosedResourceError`
[error] invalid-type-form - :150:30 - List literals are not allowed in this context in a type expression

src/trio/_core/_io_windows.py

[error] invalid-type-form - :931:29 - List literals are not allowed in this context in a type expression

src/trio/_core/_run.py

[warning] possibly-unresolved-reference - :140:25 - Name `get_pretty_function_description` used when possibly not defined

src/trio/_core/_tests/test_guest_mode.py

[error] unresolved-reference - :70:13 - Name `todo` used when not defined
[error] unresolved-reference - :71:9 - Name `todo` used when not defined
[error] unresolved-reference - :80:13 - Name `todo` used when not defined
[error] unresolved-reference - :81:9 - Name `todo` used when not defined
[error] unresolved-reference - :85:9 - Name `todo` used when not defined

src/trio/_deprecate.py

[warning] possibly-unresolved-reference - :93:17 - Name `thing` used when possibly not defined

src/trio/_subprocess.py

[error] call-non-callable - :764:31 - Object of type `None` is not callable
[error] unresolved-reference - :763:26 - Name `killer_cscope` used when not defined

src/trio/_sync.py

[warning] possibly-unresolved-reference - :99:36 - Name `task` used when possibly not defined

src/trio/_tests/test_dtls.py

[warning] possibly-unresolved-reference - :36:11 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :36:23 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :42:11 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :42:23 - Name `SSL` used when possibly not defined

src/trio/_tests/test_exports.py

[warning] possibly-unresolved-reference - :306:28 - Name `cache` used when possibly not defined

src/trio/_tests/test_highlevel_serve_listeners.py

[warning] possibly-unresolved-reference - :120:19 - Name `error` used when possibly not defined
[warning] possibly-unresolved-reference - :123:25 - Name `error` used when possibly not defined

src/trio/_tests/test_socket.py

[warning] possibly-unresolved-reference - :667:27 - Name `local` used when possibly not defined

src/trio/_tests/test_ssl.py

[warning] possibly-unresolved-reference - :208:15 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :208:27 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :225:28 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :227:22 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :277:24 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :281:24 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :301:28 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :316:36 - Name `SSL` used when possibly not defined
[warning] possibly-unresolved-reference - :325:40 - Name `SSL` used when possibly not defined

src/trio/_tests/test_wait_for_object.py

[warning] unused-ignore-comment - :164:52 - Unused blanket `type: ignore` directive
[warning] possibly-unresolved-reference - :29:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :29:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :29:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :30:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :31:5 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :32:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :36:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :36:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :36:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :37:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :37:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :37:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :38:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :39:5 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :40:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :41:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :45:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :45:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :45:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :46:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :46:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :46:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :47:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :48:5 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :49:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :50:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :54:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :54:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :54:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :55:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :55:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :55:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :56:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :58:9 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :59:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :63:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :63:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :63:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :64:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :64:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :64:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :65:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :67:9 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :68:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :80:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :80:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :80:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :85:13 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :91:9 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :94:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :98:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :98:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :98:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :99:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :99:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :99:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :104:13 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :109:9 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :112:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :113:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :117:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :117:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :117:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :118:15 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :118:37 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :118:60 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :123:13 - Name `WaitForMultipleObjects_sync` used when possibly not defined
[warning] possibly-unresolved-reference - :128:9 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :131:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :132:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :141:14 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :141:36 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :141:59 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :142:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :143:11 - Name `WaitForSingleObject` used when possibly not defined
[warning] possibly-unresolved-reference - :144:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :148:14 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :148:36 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :148:59 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :149:22 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :150:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :151:11 - Name `WaitForSingleObject` used when possibly not defined
[warning] possibly-unresolved-reference - :152:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :156:14 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :156:36 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :156:59 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :157:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :159:15 - Name `WaitForSingleObject` used when possibly not defined
[warning] possibly-unresolved-reference - :179:41 - Name `Handle` used when possibly not defined
[warning] possibly-unresolved-reference - :181:9 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :185:14 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :185:36 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :185:59 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :189:28 - Name `WaitForSingleObject` used when possibly not defined
[warning] possibly-unresolved-reference - :192:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :199:14 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :199:36 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :199:59 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :200:22 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :204:28 - Name `WaitForSingleObject` used when possibly not defined
[warning] possibly-unresolved-reference - :207:5 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :216:14 - Name `kernel32` used when possibly not defined
[warning] possibly-unresolved-reference - :216:36 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :216:59 - Name `ffi` used when possibly not defined
[warning] possibly-unresolved-reference - :220:15 - Name `WaitForSingleObject` used when possibly not defined
[warning] possibly-unresolved-reference - :222:5 - Name `kernel32` used when possibly not defined

src/trio/_util.py

[warning] possibly-unresolved-reference - :226:29 - Name `objname` used when possibly not defined

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

src/urllib3/response.py

[warning] possibly-unresolved-reference - :157:25 - Name `zstd` used when possibly not defined
[warning] possibly-unresolved-reference - :165:29 - Name `zstd` used when possibly not defined
[warning] possibly-unresolved-reference - :195:29 - Name `zstd` used when possibly not defined
[warning] possibly-unresolved-reference - :203:33 - Name `zstd` used when possibly not defined
[warning] possibly-unresolved-reference - :245:16 - Name `BrotliDecoder` used when possibly not defined

src/urllib3/util/ssl_.py

[warning] possibly-unresolved-reference - :198:16 - Name `CERT_REQUIRED` used when possibly not defined
[warning] possibly-unresolved-reference - :201:23 - Name `ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :203:27 - Name `ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :217:23 - Name `ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :219:27 - Name `ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :281:30 - Name `TLSVersion` used when possibly not defined
[warning] possibly-unresolved-reference - :284:30 - Name `TLSVersion` used when possibly not defined
[warning] possibly-unresolved-reference - :303:35 - Name `TLSVersion` used when possibly not defined
[warning] possibly-unresolved-reference - :314:17 - Name `ssl` used when possibly not defined
[warning] possibly-unresolved-reference - :355:21 - Name `ssl` used when possibly not defined

test/contrib/test_pyopenssl.py

[warning] possibly-unresolved-reference - :70:16 - Name `_dnsname_to_stdlib` used when possibly not defined
[warning] possibly-unresolved-reference - :79:16 - Name `_dnsname_to_stdlib` used when possibly not defined
[warning] possibly-unresolved-reference - :89:16 - Name `_dnsname_to_stdlib` used when possibly not defined
[warning] possibly-unresolved-reference - :99:20 - Name `load_certificate` used when possibly not defined
[warning] possibly-unresolved-reference - :99:37 - Name `FILETYPE_PEM` used when possibly not defined
[warning] possibly-unresolved-reference - :101:16 - Name `get_subj_alt_name` used when possibly not defined
[warning] possibly-unresolved-reference - :104:57 - Name `x509` used when possibly not defined

test/contrib/test_pyopenssl_dependencies.py

[warning] possibly-unresolved-reference - :44:21 - Name `inject_into_urllib3` used when possibly not defined
[warning] possibly-unresolved-reference - :49:13 - Name `extract_from_urllib3` used when possibly not defined
[warning] possibly-unresolved-reference - :60:21 - Name `inject_into_urllib3` used when possibly not defined
[warning] possibly-unresolved-reference - :65:13 - Name `extract_from_urllib3` used when possibly not defined

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

references/depth/stereo/train.py

[warning] possibly-unresolved-reference - :217:39 - Name `trans` used when possibly not defined

references/detection/train.py

[error] unresolved-reference - :66:37 - Name `trans` used when not defined

references/optical_flow/train.py

[warning] possibly-unresolved-reference - :141:26 - Name `trans` used when possibly not defined

references/segmentation/train.py

[error] unresolved-reference - :46:19 - Name `trans` used when not defined

scripts/release_notes/classify_prs.py

[warning] possibly-unresolved-reference - :16:56 - Name `label` used when possibly not defined

setup.py

[warning] possibly-unbound-attribute - :288:20 - Attribute `copy` on type `Unknown | str | list[Unknown]` is possibly unbound
[warning] possibly-unbound-attribute - :289:20 - Attribute `copy` on type `Unknown | str | list[Unknown]` is possibly unbound
[error] no-matching-overload - :394:22 - No overload of function `dirname` matches arguments
[error] unsupported-operator - :413:32 - Operator `+` is unsupported between objects of type `list[Unknown]` and `Unknown | str | list[Unknown]`
[error] unsupported-operator - :503:30 - Operator `+` is unsupported between objects of type `list[Unknown]` and `Unknown | str | list[Unknown]`

test/builtin_dataset_mocks.py

[warning] possibly-unresolved-reference - :472:47 - Name `category_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :498:51 - Name `wnid` used when possibly not defined
[warning] possibly-unresolved-reference - :644:46 - Name `images_meta` used when possibly not defined
[warning] possibly-unresolved-reference - :646:42 - Name `images_meta` used when possibly not defined
[warning] possibly-unresolved-reference - :646:70 - Name `images_meta` used when possibly not defined
[warning] possibly-unresolved-reference - :858:83 - Name `suffix` used when possibly not defined
[warning] possibly-unresolved-reference - :1150:51 - Name `class_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :1315:57 - Name `category` used when possibly not defined
[warning] possibly-unresolved-reference - :1472:41 - Name `category` used when possibly not defined

test/test_datasets.py

[warning] possibly-unresolved-reference - :207:51 - Name `idx` used when possibly not defined
[warning] possibly-unresolved-reference - :238:75 - Name `split_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :341:34 - Name `gt_dir` used when possibly not defined
[warning] possibly-unresolved-reference - :341:43 - Name `split` used when possibly not defined
[warning] possibly-unresolved-reference - :342:34 - Name `city` used when possibly not defined
[warning] possibly-unresolved-reference - :362:47 - Name `city` used when possibly not defined
[warning] possibly-unresolved-reference - :1686:92 - Name `cls` used when possibly not defined
[warning] possibly-unresolved-reference - :1686:97 - Name `ext` used when possibly not defined
[warning] possibly-unresolved-reference - :1747:76 - Name `cls` used when possibly not defined
[warning] possibly-unresolved-reference - :1978:77 - Name `name` used when possibly not defined
[warning] possibly-unresolved-reference - :2032:74 - Name `name1` used when possibly not defined
[warning] possibly-unresolved-reference - :2032:82 - Name `no1` used when possibly not defined
[warning] possibly-unresolved-reference - :2033:74 - Name `name2` used when possibly not defined
[warning] possibly-unresolved-reference - :2033:82 - Name `no2` used when possibly not defined
[warning] possibly-unresolved-reference - :2313:51 - Name `seq_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :2319:51 - Name `seq_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :2327:43 - Name `seq_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :2333:43 - Name `seq_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :2356:45 - Name `cls` used when possibly not defined
[warning] possibly-unresolved-reference - :2509:49 - Name `cls` used when possibly not defined
[warning] possibly-unresolved-reference - :2617:51 - Name `class_idx` used when possibly not defined
[warning] possibly-unresolved-reference - :3574:45 - Name `wnid` used when possibly not defined

torchvision/io/video.py

[warning] possibly-unresolved-reference - :230:12 - Name `FFmpegError` used when possibly not defined
[warning] possibly-unresolved-reference - :243:12 - Name `FFmpegError` used when possibly not defined
[warning] possibly-unresolved-reference - :365:16 - Name `FFmpegError` used when possibly not defined
[warning] possibly-unresolved-reference - :456:24 - Name `FFmpegError` used when possibly not defined
[warning] possibly-unresolved-reference - :459:12 - Name `FFmpegError` used when possibly not defined

torchvision/utils.py

[warning] possibly-unresolved-reference - :90:17 - Name `norm_ip` used when possibly not defined
[warning] possibly-unresolved-reference - :92:17 - Name `norm_ip` used when possibly not defined

websockets (https://github.com/aaugustin/websockets)

src/websockets/asyncio/client.py

[warning] possibly-unresolved-reference - :706:23 - Name `SocksProxy` used when possibly not defined
[warning] possibly-unresolved-reference - :707:13 - Name `SOCKS_PROXY_TYPES` used when possibly not defined
[warning] possibly-unresolved-reference - :712:13 - Name `SOCKS_PROXY_RDNS` used when possibly not defined

src/websockets/asyncio/router.py

[warning] possibly-unresolved-reference - :45:22 - Name `Map` used when possibly not defined
[warning] possibly-unresolved-reference - :85:20 - Name `RequestRedirect` used when possibly not defined
[warning] possibly-unresolved-reference - :87:20 - Name `NotFound` used when possibly not defined
[warning] possibly-unresolved-reference - :174:29 - Name `Router` used when possibly not defined

src/websockets/asyncio/server.py

[warning] possibly-unresolved-reference - :930:37 - Name `credentials_dict` used when possibly not defined

src/websockets/legacy/auth.py

[warning] possibly-unresolved-reference - :173:37 - Name `credentials_dict` used when possibly not defined

src/websockets/legacy/protocol.py

[warning] possibly-unresolved-reference - :1042:38 - Name `decoder` used when possibly not defined
[warning] possibly-unresolved-reference - :1048:38 - Name `decoder` used when possibly not defined

src/websockets/sync/client.py

[warning] possibly-unresolved-reference - :460:23 - Name `SocksProxy` used when possibly not defined
[warning] possibly-unresolved-reference - :461:13 - Name `SOCKS_PROXY_TYPES` used when possibly not defined
[warning] possibly-unresolved-reference - :466:13 - Name `SOCKS_PROXY_RDNS` used when possibly not defined

src/websockets/sync/router.py

[warning] possibly-unresolved-reference - :45:22 - Name `Map` used when possibly not defined
[warning] possibly-unresolved-reference - :85:20 - Name `RequestRedirect` used when possibly not defined
[warning] possibly-unresolved-reference - :87:20 - Name `NotFound` used when possibly not defined
[warning] possibly-unresolved-reference - :170:29 - Name `Router` used when possibly not defined

src/websockets/sync/server.py

[warning] possibly-unresolved-reference - :716:37 - Name `credentials_dict` used when possibly not defined

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

tools/lib/template_parser.py

[warning] possibly-unresolved-reference - :503:25 - Name `start_tag` used when possibly not defined
[warning] possibly-unresolved-reference - :503:59 - Name `start_token` used when possibly not defined
[warning] possibly-unresolved-reference - :505:12 - Name `end_line` used when possibly not defined
[warning] possibly-unresolved-reference - :505:23 - Name `start_line` used when possibly not defined
[warning] possibly-unresolved-reference - :507:38 - Name `end_line` used when possibly not defined
[warning] possibly-unresolved-reference - :508:53 - Name `end_token` used when possibly not defined
[warning] possibly-unresolved-reference - :508:70 - Name `end_col` used when possibly not defined
[warning] possibly-unresolved-reference - :508:81 - Name `start_col` used when possibly not defined
[warning] possibly-unresolved-reference - :511:20 - Name `end_col` used when possibly not defined
[warning] possibly-unresolved-reference - :511:31 - Name `start_col` used when possibly not defined

tools/tests/test_template_parser.py

[warning] possibly-unresolved-reference - :24:37 - Name `TemplateParserError` used when possibly not defined
[warning] possibly-unresolved-reference - :25:13 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :28:25 - Name `is_django_block_tag` used when possibly not defined
[warning] possibly-unresolved-reference - :29:26 - Name `is_django_block_tag` used when possibly not defined
[warning] possibly-unresolved-reference - :42:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :50:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :58:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :75:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :84:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :93:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :204:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :208:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :224:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :228:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :237:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :245:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :256:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :267:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :278:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :301:9 - Name `validate` used when possibly not defined
[warning] possibly-unresolved-reference - :308:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :312:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :317:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :322:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :327:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :332:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :337:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :342:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :347:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :352:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :357:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :362:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :367:17 - Name `tokenize` used when possibly not defined
[warning] possibly-unresolved-reference - :372:17 - Name `tokenize` used when possibly not defined

zerver/lib/request.py

[warning] possibly-unresolved-reference - :50:30 - Name `RemoteZulipServer` used when possibly not defined

zerver/lib/storage.py

[warning] possibly-unresolved-reference - :19:16 - Name `find` used when possibly not defined

zerver/migrations/0700_fix_user_role_system_groups.py

[warning] possibly-unresolved-reference - :147:9 - Name `memberships_to_delete` used when possibly not defined
[warning] possibly-unresolved-reference - :153:13 - Name `memberships_to_delete` used when possibly not defined
[warning] possibly-unresolved-reference - :157:17 - Name `realm` used when possibly not defined

zilencer/management/commands/invoice_plans.py

[warning] possibly-unresolved-reference - :32:9 - Name `invoice_plans_as_needed` used when possibly not defined

zilencer/management/commands/switch_realm_from_standard_to_plus_plan.py

[warning] possibly-unresolved-reference - :27:31 - Name `RealmBillingSession` used when possibly not defined
[warning] possibly-unresolved-reference - :28:70 - Name `CustomerPlan` used when possibly not defined

analytics/lib/counts.py

[warning] possibly-unresolved-reference - :357:19 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :358:52 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :361:19 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :362:52 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :953:17 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :960:17 - Name `RemoteRealmCount` used when possibly not defined

analytics/views/stats.py

[warning] possibly-unresolved-reference - :135:14 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :217:14 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :240:14 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :286:14 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :349:42 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :356:31 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :451:35 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :451:81 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :453:18 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :453:50 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :511:27 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :512:27 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :529:22 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :584:49 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :586:49 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :525:22 - Name `RemoteInstallationCount` used when possibly not defined

corporate/lib/stripe.py

[warning] possibly-unbound-attribute - :1663:45 - Attribute `id` on type `Unknown | CustomerPlan | None` is possibly unbound

corporate/views/installation_activity.py

[warning] possibly-unresolved-reference - :72:21 - Name `min_cnt` used when possibly not defined
[warning] possibly-unresolved-reference - :74:21 - Name `max_cnt` used when possibly not defined

tools/lib/pretty_print.py

[warning] possibly-unresolved-reference - :111:16 - Name `continue_indent` used when possibly not defined

tools/lib/provision.py

[warning] possibly-unresolved-reference - :219:34 - Name `SYSTEM_DEPENDENCIES` used when possibly not defined
[warning] possibly-unresolved-reference - :293:31 - Name `POSTGRESQL_VERSION` used when possibly not defined
[warning] possibly-unresolved-reference - :301:36 - Name `POSTGRESQL_VERSION` used when possibly not defined
[warning] possibly-unresolved-reference - :312:50 - Name `POSTGRESQL_VERSION` used when possibly not defined
[warning] possibly-unresolved-reference - :330:27 - Name `POSTGRESQL_VERSION` used when possibly not defined
[warning] possibly-unresolved-reference - :338:27 - Name `POSTGRESQL_VERSION` used when possibly not defined
[warning] possibly-unresolved-reference - :351:27 - Name `SYSTEM_DEPENDENCIES` used when possibly not defined
[warning] possibly-unresolved-reference - :373:39 - Name `UUID_VAR_PATH` used when possibly not defined
[warning] possibly-unresolved-reference - :451:27 - Name `POSTGRESQL_VERSION` used when possibly not defined

zerver/actions/message_send.py

[warning] possibly-unresolved-reference - :331:28 - Name `subscription_rows` used when possibly not defined
[warning] possibly-unresolved-reference - :334:21 - Name `user_id_to_visibility_policy` used when possibly not defined
[warning] possibly-unresolved-reference - :348:28 - Name `subscription_rows` used when possibly not defined
[warning] possibly-unresolved-reference - :349:20 - Name `user_id_to_visibility_policy` used when possibly not defined

zerver/actions/user_settings.py

[warning] possibly-unresolved-reference - :677:17 - Name `presence_time` used when possibly not defined
[warning] possibly-unresolved-reference - :678:17 - Name `status` used when possibly not defined

zerver/lib/events.py

[warning] possibly-unresolved-reference - :1593:53 - Name `added_stream_ids` used when possibly not defined
[warning] possibly-unresolved-reference - :1613:55 - Name `removed_stream_ids` used when possibly not defined

zerver/lib/push_notifications.py

[warning] possibly-unresolved-reference - :262:59 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :501:59 - Name `RemotePushDeviceToken` used when possibly not defined

zerver/lib/test_classes.py

[warning] possibly-unresolved-reference - :1006:23 - Name `get_remote_server_by_uuid` used when possibly not defined
[warning] possibly-unresolved-reference - :2412:25 - Name `all_event_types` used when possibly not defined
[warning] possibly-unresolved-reference - :2413:52 - Name `all_event_types` used when possibly not defined
[warning] possibly-unresolved-reference - :2664:23 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2674:9 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2778:13 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2779:22 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2785:13 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2786:22 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2813:13 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2814:22 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2819:13 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2820:22 - Name `RemotePushDeviceToken` used when possibly not defined

zerver/lib/test_helpers.py

[error] unresolved-attribute - :459:28 - Type `UrlFuncT` has no attribute `__name__`
[warning] possibly-unresolved-reference - :491:17 - Name `find_pattern` used when possibly not defined
[warning] possibly-unresolved-reference - :507:43 - Name `re_strip` used when possibly not defined
[warning] possibly-unresolved-reference - :509:25 - Name `calls` used when possibly not defined
[warning] possibly-unresolved-reference - :513:23 - Name `cleanup_url` used when possibly not defined
[warning] possibly-unresolved-reference - :522:13 - Name `pattern_cnt` used when possibly not defined

zerver/management/commands/makemessages.py

[warning] possibly-unbound-attribute - :183:46 - Attribute `env` on type `Unknown | BaseEngine` is possibly unbound
[warning] possibly-unbound-attribute - :184:58 - Attribute `env` on type `Unknown | BaseEngine` is possibly unbound

zerver/management/commands/process_queue.py

[warning] possibly-unresolved-reference - :100:70 - Name `worker_num` used when possibly not defined
[warning] possibly-unresolved-reference - :100:82 - Name `queue_name` used when possibly not defined
[warning] possibly-unresolved-reference - :101:17 - Name `worker` used when possibly not defined

zerver/management/commands/runtornado.py

[warning] possibly-unresolved-reference - :115:36 - Name `TornadoQueueClient` used when possibly not defined
[warning] possibly-unresolved-reference - :116:21 - Name `set_queue_client` used when possibly not defined

zerver/management/commands/send_custom_email.py

[warning] possibly-unresolved-reference - :109:23 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :114:27 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :119:57 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :193:32 - Name `user_data` used when possibly not defined
[error] unresolved-reference - :121:36 - Name `server_data` used when not defined

zerver/tests/test_decorators.py

[warning] possibly-unresolved-reference - :569:18 - Name `RemoteZulipServer` used when possibly not defined

zerver/tests/test_external.py

[warning] possibly-unresolved-reference - :419:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :434:13 - Name `RateLimitedRemoteZulipServer` used when possibly not defined

zerver/tests/test_handle_push_notification.py

[warning] possibly-unresolved-reference - :96:31 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :100:31 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :114:35 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :264:31 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :268:31 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :281:31 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :291:31 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :328:17 - Name `RemotePushDeviceToken` used when possibly not defined

zerver/tests/test_push_notifications.py

[warning] possibly-unresolved-reference - :290:24 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :295:25 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :528:30 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :540:30 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :558:29 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :572:24 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :574:25 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :575:18 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :580:23 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :581:18 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :620:24 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :627:17 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :628:26 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :639:17 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :640:26 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :647:23 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :648:18 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :739:9 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :740:18 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :851:9 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :873:35 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :902:35 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :913:9 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :950:9 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :951:18 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1022:25 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1029:25 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1121:25 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :1128:24 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1150:28 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1167:17 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1170:68 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1229:13 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1242:17 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1251:13 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1257:13 - Name `update_remote_realm_data_for_server` used when possibly not defined
[warning] possibly-unresolved-reference - :1269:17 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1288:23 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1298:17 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1311:23 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1328:27 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1338:23 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1469:18 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :1470:18 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2398:21 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2411:36 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2429:21 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2435:26 - Name `RemotePushDeviceToken` used when possibly not defined
[warning] possibly-unresolved-reference - :2658:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2665:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2711:30 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2763:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2779:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2794:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2809:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2837:18 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :2915:18 - Name `RemoteZulipServer` used when possibly not defined

zerver/tests/test_realm.py

[warning] possibly-unresolved-reference - :1535:36 - Name `get_seat_count` used when possibly not defined
[warning] possibly-unresolved-reference - :1563:36 - Name `get_seat_count` used when possibly not defined
[warning] possibly-unresolved-reference - :1575:36 - Name `get_seat_count` used when possibly not defined

zerver/tests/test_zilencer_analytics.py

[warning] possibly-unresolved-reference - :233:34 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :235:26 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :236:26 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :253:30 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :254:30 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :256:17 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :330:17 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :357:34 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :407:31 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :417:13 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :714:30 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :715:37 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :716:34 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :733:24 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :738:45 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :739:49 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :766:26 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :768:13 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :771:35 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :773:39 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :793:26 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :797:26 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :809:27 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :811:9 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :813:25 - Name `RemoteZulipServer` used when possibly not defined
[warning] possibly-unresolved-reference - :824:9 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :832:23 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :868:26 - Name `RemoteRealmCount` used when possibly not defined
[warning] possibly-unresolved-reference - :869:26 - Name `RemoteInstallationCount` used when possibly not defined
[warning] possibly-unresolved-reference - :870:26 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :934:28 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :999:32 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :1118:9 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1119:23 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1140:9 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1141:23 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1335:17 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1355:34 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1417:42 - Name `RemoteRealm` used when possibly not defined
[warning] possibly-unresolved-reference - :1423:21 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :1461:21 - Name `RemoteRealmAuditLog` used when possibly not defined
[warning] possibly-unresolved-reference - :690:57 - Name `RemoteRealmAuditLog` used when possibly not defined

zerver/views/documentation.py

[warning] possibly-unresolved-reference - :247:20 - Name `placeholder_open_graph_description` used when possibly not defined
[warning] possibly-unresolved-reference - :252:25 - Name `placeholder_open_graph_description` used when possibly not defined

zerver/views/streams.py

[warning] possibly-unresolved-reference - :1172:24 - Name `user_ids_with_access_to_protected_messages` used when possibly not defined

zerver/worker/email_senders_base.py

[warning] possibly-unresolved-reference - :40:67 - Name `error_class_name` used when possibly not defined