fix support psuedo generic classes when unannnotated #1157#4154
Draft
asukaminato0721 wants to merge 2 commits into
Draft
fix support psuedo generic classes when unannnotated #1157#4154asukaminato0721 wants to merge 2 commits into
asukaminato0721 wants to merge 2 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
|
Diff from mypy_primer, showing the effect of this PR on open source code: tornado (https://github.com/tornadoweb/tornado)
+ ERROR tornado/test/httpserver_test.py:1169:13-42: Object of class `object` has no attribute `write_headers` [missing-attribute]
+ ERROR tornado/test/httpserver_test.py:1173:13-34: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR tornado/test/httpserver_test.py:1174:13-35: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR tornado/test/httpserver_test.py:1251:13-42: Object of class `object` has no attribute `write_headers` [missing-attribute]
+ ERROR tornado/test/httpserver_test.py:1255:13-34: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR tornado/test/httpserver_test.py:1256:13-35: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR tornado/test/ioloop_test.py:266:24-43: Object of class `object` has no attribute `fileno` [missing-attribute]
+ ERROR tornado/test/ioloop_test.py:270:17-35: Object of class `object` has no attribute `close` [missing-attribute]
+ ERROR tornado/test/iostream_test.py:219:35-63: Object of class `object` has no attribute `make_iostream_pair` [missing-attribute]
+ ERROR tornado/test/routing_test.py:41:17-46: Object of class `object` has no attribute `write_headers` [missing-attribute]
+ ERROR tornado/test/routing_test.py:46:17-39: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR tornado/test/routing_test.py:82:16-45: Object of class `object` has no attribute `get_handler_delegate` [missing-attribute]
+ ERROR tornado/test/routing_test.py:172:17-46: Object of class `object` has no attribute `write_headers` [missing-attribute]
+ ERROR tornado/test/routing_test.py:176:17-38: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR tornado/test/routing_test.py:177:17-39: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR tornado/test/runtests.py:119:16-31: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR tornado/test/runtests.py:122:16-31: Object of class `object` has no attribute `flush` [missing-attribute]
aioredis (https://github.com/aio-libs/aioredis)
+ ERROR aioredis/client.py:128:21-31: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR aioredis/sentinel.py:117:32-69: Object of class `object` has no attribute `discover_master` [missing-attribute]
+ ERROR aioredis/sentinel.py:128:24-61: Object of class `object` has no attribute `discover_slaves` [missing-attribute]
imagehash (https://github.com/JohannesBuchner/imagehash)
+ ERROR imagehash/__init__.py:101:31-48: Object of class `object` has no attribute `flatten` [missing-attribute]
+ ERROR imagehash/__init__.py:110:6-20: Object of class `object` has no attribute `size` [missing-attribute]
+ ERROR imagehash/__init__.py:111:62-77: Object of class `object` has no attribute `shape` [missing-attribute]
+ ERROR imagehash/__init__.py:112:30-47: Object of class `object` has no attribute `flatten` [missing-attribute]
+ ERROR imagehash/__init__.py:128:48-65: Object of class `object` has no attribute `flatten` [missing-attribute]
+ ERROR imagehash/__init__.py:132:10-24: Object of class `object` has no attribute `size` [missing-attribute]
rotki (https://github.com/rotki/rotki)
+ ERROR rotkehlchen/tests/fixtures/websockets.py:24:23-35: Object of class `object` has no attribute `recv` [missing-attribute]
+ ERROR rotkehlchen/tests/fixtures/websockets.py:39:9-22: Object of class `object` has no attribute `close` [missing-attribute]
jax (https://github.com/google/jax)
+ ERROR jax/_src/ad_checkpoint.py:1061:27-41: Object of class `object` has no attribute `in_avals` [missing-attribute]
+ ERROR jax/_src/ad_checkpoint.py:1062:21-36: Object of class `object` has no attribute `out_avals` [missing-attribute]
+ ERROR jax/_src/ad_checkpoint.py:1259:27-41: Object of class `object` has no attribute `in_avals` [missing-attribute]
+ ERROR jax/_src/ad_checkpoint.py:1260:21-36: Object of class `object` has no attribute `out_avals` [missing-attribute]
+ ERROR jax/_src/checkify.py:191:13-35: Object of class `object` has no attribute `format` [missing-attribute]
+ ERROR jax/_src/config.py:320:10-46: Object of class `object` has no attribute `_default_context_manager_value` [missing-attribute]
+ ERROR jax/_src/config.py:325:48-62: Object of class `object` has no attribute `__name__` [missing-attribute]
+ ERROR jax/_src/config.py:328:8-21: Object of class `object` has no attribute `_parser` [missing-attribute]
+ ERROR jax/_src/config.py:329:22-35: Expected a callable, got `object` [not-callable]
+ ERROR jax/_src/config.py:334:17-38: Object of class `object` has no attribute `swap_local` [missing-attribute]
+ ERROR jax/_src/config.py:335:8-44: Object of class `object` has no attribute `_update_thread_local_hook` [missing-attribute]
+ ERROR jax/_src/config.py:336:7-43: Expected a callable, got `object` [not-callable]
+ ERROR jax/_src/config.py:339:5-25: Object of class `object` has no attribute `set_local` [missing-attribute]
+ ERROR jax/_src/config.py:340:8-44: Object of class `object` has no attribute `_update_thread_local_hook` [missing-attribute]
+ ERROR jax/_src/config.py:342:9-45: Expected a callable, got `object` [not-callable]
+ ERROR jax/_src/config.py:344:9-45: Expected a callable, got `object` [not-callable]
+ ERROR jax/_src/config.py:1016:24-47: Object of class `object` has no attribute `swap_local` [missing-attribute]
+ ERROR jax/_src/config.py:1019:5-27: Object of class `object` has no attribute `set_local` [missing-attribute]
+ ERROR jax/_src/core.py:367:8-33: Object of class `object` has no attribute `xla_metadata` [missing-attribute]
+ ERROR jax/_src/core.py:370:35-60: Argument `object` is not assignable to parameter `b` with type `dict[str, Any]` in function `jax._src.xla_metadata_lib.update_metadata` [bad-argument-type]
+ ERROR jax/_src/core.py:373:9-44: Object of class `object` has no attribute `threefry_partitionable` [missing-attribute]
+ ERROR jax/_src/core.py:375:9-34: Object of class `object` has no attribute `compute_type` [missing-attribute]
+ ERROR jax/_src/core.py:377:9-39: Object of class `object` has no attribute `cur_abstract_mesh` [missing-attribute]
+ ERROR jax/_src/core.py:379:9-47: Object of class `object` has no attribute `remove_size_one_mesh_axis` [missing-attribute]
+ ERROR jax/_src/core.py:382:8-33: Object of class `object` has no attribute `xla_metadata` [missing-attribute]
+ ERROR jax/_src/core.py:1503:7-28: Object of class `object` has no attribute `invalidate` [missing-attribute]
+ ERROR jax/_src/core.py:1504:19-38: Object of class `object` has no attribute `_weakref` [missing-attribute]
+ ERROR jax/_src/core.py:2849:57-72: Object of class `object` has no attribute `inner_aval` [missing-attribute]
+ ERROR jax/_src/core.py:3056:31-56: Object of class `object` has no attribute `str_short` [missing-attribute]
+ ERROR jax/_src/core.py:3068:14-35: Object of class `object` has no attribute `shape` [missing-attribute]
+ ERROR jax/_src/core.py:3075:14-35: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR jax/_src/core.py:3082:14-38: Object of class `object` has no attribute `sharding` [missing-attribute]
+ ERROR jax/_src/core.py:3089:14-46: Object of class `object` has no attribute `manual_axis_type` [missing-attribute]
+ ERROR jax/_src/custom_partitioning.py:81:12-34: Object of class `object` has no attribute `unflatten` [missing-attribute]
+ ERROR jax/_src/earray.py:45:9-37: Object of class `object` has no attribute `block_until_ready` [missing-attribute]
+ ERROR jax/_src/earray.py:49:5-34: Object of class `object` has no attribute `copy_to_host_async` [missing-attribute]
+ ERROR jax/_src/earray.py:52:30-45: Object of class `object` has no attribute `copy` [missing-attribute]
+ ERROR jax/_src/earray.py:86:21-40: Object of class `object` has no attribute `sharding` [missing-attribute]
+ ERROR jax/_src/earray.py:91:12-32: Object of class `object` has no attribute `committed` [missing-attribute]
+ ERROR jax/_src/earray.py:96:14-31: Object of class `object` has no attribute `device` [missing-attribute]
+ ERROR jax/_src/flattree.py:277:23-35: Object of class `object` has no attribute `map` [missing-attribute]
+ ERROR jax/_src/hijax.py:517:45-59: Object of class `object` has no attribute `size` [missing-attribute]
+ ERROR jax/_src/hijax.py:518:45-73: Object of class `object` has no attribute `explicit_mesh_axis` [missing-attribute]
+ ERROR jax/_src/hijax.py:519:37-50: Object of class `object` has no attribute `in_avals` [missing-attribute]
+ ERROR jax/_src/hijax.py:520:37-50: Object of class `object` has no attribute `out_aval` [missing-attribute]
+ ERROR jax/_src/hijax.py:891:21-37: Object of class `object` has no attribute `out_avals` [missing-attribute]
+ ERROR jax/_src/hijax.py:1059:55-70: Object of class `object` has no attribute `__name__` [missing-attribute]
+ ERROR jax/_src/hijax.py:1088:39-54: Object of class `object` has no attribute `def_vmap` [missing-attribute]
+ ERROR jax/_src/hijax.py:1089:44-64: Object of class `object` has no attribute `def_transpose` [missing-attribute]
+ ERROR jax/_src/hijax.py:1096:21-34: Object of class `object` has no attribute `in_avals` [missing-attribute]
+ ERROR jax/_src/hijax.py:1097:21-41: Object of class `object` has no attribute `out_avals` [missing-attribute]
+ ERROR jax/_src/interpreters/ad.py:588:18-47: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/_src/interpreters/ad.py:592:21-50: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/_src/interpreters/batching.py:256:12-41: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/_src/interpreters/batching.py:265:50-83: Object of class `object` has no attribute `explicit_mesh_axis` [missing-attribute]
+ ERROR jax/_src/interpreters/remat.py:93:15-44: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/_src/interpreters/remat.py:94:18-46: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/_src/lax/control_flow/loops.py:114:44-58: Object of class `object` has no attribute `in_avals` [missing-attribute]
+ ERROR jax/_src/lax/control_flow/loops.py:115:70-85: Object of class `object` has no attribute `out_avals` [missing-attribute]
+ ERROR jax/_src/shard_map.py:1349:18-36: Object of class `object` has no attribute `abstract_mesh` [missing-attribute]
+ ERROR jax/_src/shard_map.py:1465:19-30: Object of class `object` has no attribute `check` [missing-attribute]
+ ERROR jax/_src/shard_map.py:1466:40-57: Object of class `object` has no attribute `manual_axes` [missing-attribute]
+ ERROR jax/_src/shard_map.py:1467:17-27: Object of class `object` has no attribute `mesh` [missing-attribute]
+ ERROR jax/_src/shard_map.py:1467:46-57: Object of class `object` has no attribute `varying` [missing-attribute]
+ ERROR jax/_src/shard_map.py:1469:35-46: Object of class `object` has no attribute `amesh` [missing-attribute]
+ ERROR jax/_src/shard_map.py:1469:48-65: Object of class `object` has no attribute `manual_axes` [missing-attribute]
+ ERROR jax/_src/third_party/scipy/interpolate.py:85:22-33: Object of class `object` has no attribute `ndim` [missing-attribute]
+ ERROR jax/_src/third_party/scipy/interpolate.py:86:68-79: Object of class `object` has no attribute `ndim` [missing-attribute]
+ ERROR jax/_src/util.py:597:13-28: Object of class `object` has no attribute `__code__` [missing-attribute]
+ ERROR jax/_src/util.py:601:18-33: Object of class `object` has no attribute `__code__` [missing-attribute]
+ ERROR jax/_src/util.py:607:25-40: Object of class `object` has no attribute `__name__` [missing-attribute]
+ ERROR jax/_src/util.py:618:13-28: Object of class `object` has no attribute `__code__` [missing-attribute]
+ ERROR jax/_src/util.py:623:18-33: Object of class `object` has no attribute `__code__` [missing-attribute]
+ ERROR jax/_src/util.py:749:27-44: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR jax/_src/util.py:758:30-47: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR jax/_src/xla_metadata.py:58:10-19: Cannot use `ctx` as a context manager [bad-context-manager]
+ ERROR jax/_src/xla_metadata.py:58:10-19: Cannot use `ctx` as a context manager [bad-context-manager]
+ ERROR jax/_src/xla_metadata.py:68:12-21: Cannot use `ctx` as a context manager [bad-context-manager]
+ ERROR jax/_src/xla_metadata.py:68:12-21: Cannot use `ctx` as a context manager [bad-context-manager]
+ ERROR jax/_src/xla_metadata_lib.py:30:35-49: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR jax/experimental/jet.py:235:18-47: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/experimental/jet.py:239:46-75: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py:52:29-45: Object of class `object` has no attribute `at` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py:54:38-61: Object of class `object` has no attribute `at` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py:78:9-31: Object of class `object` has no attribute `at` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py:78:45-65: Object of class `object` has no attribute `at` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py:85:9-36: Object of class `object` has no attribute `at` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/paged_attention/paged_attention_kernel.py:103:16-39: Object of class `object` has no attribute `shape` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/ragged_paged_attention/kernel.py:51:20-34: Object of class `object` has no attribute `shape` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/ragged_paged_attention/kernel.py:56:15-31: Object of class `object` has no attribute `at` [missing-attribute]
+ ERROR jax/experimental/pallas/ops/tpu/ragged_paged_attention/kernel.py:57:15-26: Object of class `object` has no attribute `at` [missing-attribute]
+ ERROR jax/experimental/serialize_executable.py:110:27-42: Object of class `object` has no attribute `devices` [missing-attribute]
+ ERROR jax/experimental/serialize_executable.py:116:33-49: Object of class `object` has no attribute `platform` [missing-attribute]
+ ERROR jax/experimental/serialize_executable.py:116:51-75: Object of class `object` has no attribute `platform_version` [missing-attribute]
+ ERROR jax/experimental/serialize_executable.py:124:14-49: Object of class `object` has no attribute `deserialize_executable` [missing-attribute]
+ ERROR jax/experimental/sparse/transform.py:322:18-47: Object of class `object` has no attribute `stage_value` [missing-attribute]
+ ERROR jax/experimental/sparse/transform.py:334:20-35: Object of class `object` has no attribute `data` [missing-attribute]
+ ERROR jax/experimental/sparse/transform.py:344:15-34: Object of class `object` has no attribute `_buffers` [missing-attribute]
spark (https://github.com/apache/spark)
+ ERROR python/pyspark/serializers.py:211:9-36: Object of class `object` has no attribute `dump_stream` [missing-attribute]
+ ERROR python/pyspark/serializers.py:217:16-43: Object of class `object` has no attribute `load_stream` [missing-attribute]
+ ERROR python/pyspark/serializers.py:289:28-72: Object of class `object` has no attribute `_load_stream_without_unbatching` [missing-attribute]
+ ERROR python/pyspark/serializers.py:290:28-72: Object of class `object` has no attribute `_load_stream_without_unbatching` [missing-attribute]
+ ERROR python/pyspark/serializers.py:314:28-72: Object of class `object` has no attribute `_load_stream_without_unbatching` [missing-attribute]
+ ERROR python/pyspark/serializers.py:315:28-72: Object of class `object` has no attribute `_load_stream_without_unbatching` [missing-attribute]
+ ERROR python/pyspark/serializers.py:520:30-51: Object of class `object` has no attribute `dumps` [missing-attribute]
+ ERROR python/pyspark/serializers.py:523:16-37: Object of class `object` has no attribute `loads` [missing-attribute]
+ ERROR python/pyspark/serializers.py:632:17-35: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR python/pyspark/serializers.py:641:13-31: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR python/pyspark/serializers.py:644:9-27: Object of class `object` has no attribute `close` [missing-attribute]
+ ERROR python/pyspark/serializers.py:653:16-35: Object of class `object` has no attribute `closed` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:34:28-48: Object of class `object` has no attribute `unary_stream` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:40:28-47: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:46:23-42: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:52:29-49: Object of class `object` has no attribute `stream_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:58:31-50: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:64:26-45: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:70:32-52: Object of class `object` has no attribute `unary_stream` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:76:31-50: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:82:31-50: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:88:34-53: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:94:29-48: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/connect/proto/base_pb2_grpc.py:100:26-45: Object of class `object` has no attribute `unary_unary` [missing-attribute]
+ ERROR python/pyspark/sql/tests/streaming/test_streaming_foreach.py:53:23-44: Object of class `object` has no attribute `readStream` [missing-attribute]
+ ERROR python/pyspark/sql/tests/streaming/test_streaming_foreach.py:64:23-44: Object of class `object` has no attribute `readStream` [missing-attribute]
+ ERROR python/pyspark/sql/tests/streaming/test_streaming_foreach.py:77:22-40: Object of class `object` has no attribute `streams` [missing-attribute]
+ ERROR python/pyspark/sql/tests/streaming/test_streaming_foreach.py:87:20-35: Object of class `object` has no attribute `read` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_datasource.py:512:24-40: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_datasource.py:528:29-45: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_datasource.py:890:24-40: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_datasource.py:993:24-40: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_datasource.py:1097:29-45: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_datasource.py:1102:20-36: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_streaming_datasource.py:144:29-45: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/sql/tests/test_python_streaming_datasource.py:623:29-45: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR python/pyspark/streaming/util.py:57:36-49: Object of class `object` has no attribute `_jsc` [missing-attribute]
+ ERROR python/pyspark/streaming/util.py:77:35-52: Object of class `object` has no attribute `_gateway` [missing-attribute]
+ ERROR python/pyspark/streaming/util.py:109:35-52: Object of class `object` has no attribute `_gateway` [missing-attribute]
+ ERROR python/pyspark/streaming/util.py:119:17-38: Object of class `object` has no attribute `dumps` [missing-attribute]
+ ERROR python/pyspark/streaming/util.py:128:43-64: Object of class `object` has no attribute `loads` [missing-attribute]
+ ERROR python/pyspark/testing/utils.py:284:22-29: Object of class `object` has no attribute `_jvm` [missing-attribute]
+ ERROR python/pyspark/traceback_utils.py:74:13-31: Object of class `object` has no attribute `_jsc` [missing-attribute]
+ ERROR python/pyspark/traceback_utils.py:80:13-31: Object of class `object` has no attribute `_jsc` [missing-attribute]
freqtrade (https://github.com/freqtrade/freqtrade)
+ ERROR freqtrade/rpc/rpc.py:131:32-48: Object of class `object` has no attribute `config` [missing-attribute]
+ ERROR freqtrade/rpc/rpc_manager.py:26:18-34: Object of class `object` has no attribute `config` [missing-attribute]
more-itertools (https://github.com/more-itertools/more-itertools)
+ ERROR more_itertools/more.py:3595:30-34: `Literal[True]` is not assignable to attribute `timed_out` with type `Never` [bad-assignment]
+ ERROR more_itertools/more.py:5497:29-46: Object of class `object` has no attribute `iterator` [missing-attribute]
+ ERROR more_itertools/more.py:5498:25-38: Object of class `object` has no attribute `link` [missing-attribute]
+ ERROR more_itertools/more.py:5499:25-38: Object of class `object` has no attribute `lock` [missing-attribute]
pwndbg (https://github.com/pwndbg/pwndbg)
+ ERROR pwndbg/gdblib/got.py:254:19-46: Object of class `object` has no attribute `link_map_entry` [missing-attribute]
+ ERROR pwndbg/gdblib/got.py:257:9-38: Object of class `object` has no attribute `obj_display_name` [missing-attribute]
+ ERROR pwndbg/gdblib/got.py:259:9-38: Object of class `object` has no attribute `sym_display_name` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:410:12-56: Object of class `object` has no attribute `is_performing_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:415:9-45: Object of class `object` has no attribute `enter_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:431:12-56: Object of class `object` has no attribute `is_performing_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:436:9-45: Object of class `object` has no attribute `enter_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:469:13-48: Object of class `object` has no attribute `exit_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:475:13-48: Object of class `object` has no attribute `exit_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:479:12-38: Object of class `object` has no attribute `show_location` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:481:9-28: Object of class `object` has no attribute `malloc` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:482:19-44: Object of class `object` has no attribute `colorize_ptr` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:488:9-44: Object of class `object` has no attribute `exit_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:497:9-44: Object of class `object` has no attribute `exit_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:510:12-56: Object of class `object` has no attribute `is_performing_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:515:9-45: Object of class `object` has no attribute `enter_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:521:23-48: Object of class `object` has no attribute `colorize_ptr` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:541:26-46: Object of class `object` has no attribute `colorize_ptr` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:588:9-44: Object of class `object` has no attribute `exit_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:599:12-56: Object of class `object` has no attribute `is_performing_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:608:9-45: Object of class `object` has no attribute `enter_memory_management` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:617:24-44: Object of class `object` has no attribute `colorize_ptr` [missing-attribute]
+ ERROR pwndbg/gdblib/ptmalloc2_tracking.py:650:9-44: Object of class `object` has no attribute `exit_memory_management` [missing-attribute]
+ ERROR pwndbg/lib/arch.py:88:7-20: Enums may not be generic [invalid-inheritance]
comtypes (https://github.com/enthought/comtypes)
+ ERROR comtypes/client/lazybind.py:42:20-37: Object of class `object` has no attribute `_comobj` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:42:46-60: Object of class `object` has no attribute `memid` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:42:62-78: Object of class `object` has no attribute `invkind` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:44:20-37: Object of class `object` has no attribute `_comobj` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:44:46-60: Object of class `object` has no attribute `memid` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:44:62-78: Object of class `object` has no attribute `invkind` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:45:16-33: Object of class `object` has no attribute `_comobj` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:45:42-56: Object of class `object` has no attribute `memid` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:45:58-74: Object of class `object` has no attribute `invkind` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:50:16-33: Object of class `object` has no attribute `_comobj` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:50:42-56: Object of class `object` has no attribute `memid` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:50:58-74: Object of class `object` has no attribute `invkind` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:61:13-30: Object of class `object` has no attribute `_comobj` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:61:39-50: Object of class `object` has no attribute `memid` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:61:52-65: Object of class `object` has no attribute `invkind` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:63:13-30: Object of class `object` has no attribute `_comobj` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:63:39-50: Object of class `object` has no attribute `memid` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:63:52-65: Object of class `object` has no attribute `invkind` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:65:13-30: Object of class `object` has no attribute `_comobj` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:65:39-50: Object of class `object` has no attribute `memid` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:65:52-65: Object of class `object` has no attribute `invkind` [missing-attribute]
+ ERROR comtypes/client/lazybind.py:94:35-52: Object of class `object` has no attribute `GetTypeComp` [missing-attribute]
+ ERROR comtypes/test/test_server.py:77:16-36: `+` is not supported between `header` and `Literal[' {\n']` [unsupported-operation]
apprise (https://github.com/caronc/apprise)
+ ERROR apprise/plugins/flowtriq.py:157:29-47: Object of class `object` has no attribute `strip` [missing-attribute]
+ ERROR apprise/plugins/matrix/e2ee.py:640:27-65: `bytes` is not assignable to attribute `_chain_key` with type `chain_key` [bad-assignment]
+ ERROR apprise/plugins/sogs.py:281:15-39: Object of class `object` has no attribute `strip` [missing-attribute]
+ ERROR apprise/plugins/sogs.py:294:17-35: Object of class `object` has no attribute `strip` [missing-attribute]
+ ERROR apprise/plugins/zulip.py:187:44-57: Object of class `object` has no attribute `strip` [missing-attribute]
+ ERROR apprise/plugins/zulip.py:209:40-58: Object of class `object` has no attribute `strip` [missing-attribute]
pycryptodome (https://github.com/Legrandin/pycryptodome)
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:82:16-37: Object of class `object` has no attribute `can_encrypt` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:88:16-37: Object of class `object` has no attribute `can_decrypt` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:109:43-54: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:111:16-41: Object of class `object` has no attribute `digest_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:119:17-34: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:139:17-35: Object of class `object` has no attribute `_encrypt` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:163:43-54: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:165:16-41: Object of class `object` has no attribute `digest_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:173:14-41: Object of class `object` has no attribute `_decrypt_to_bytes` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_OAEP.py:175:17-34: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_v1_5.py:51:16-37: Object of class `object` has no attribute `can_encrypt` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_v1_5.py:55:16-37: Object of class `object` has no attribute `can_decrypt` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_v1_5.py:78:13-36: Object of class `object` has no attribute `size_in_bytes` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_v1_5.py:97:17-35: Object of class `object` has no attribute `_encrypt` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_v1_5.py:145:13-36: Object of class `object` has no attribute `size_in_bytes` [missing-attribute]
+ ERROR lib/Crypto/Cipher/PKCS1_v1_5.py:155:14-41: Object of class `object` has no attribute `_decrypt_to_bytes` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_cbc.py:96:50-66: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_cbc.py:111:9-29: Object of class `object` has no attribute `release` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:123:27-45: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:159:21-38: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:160:39-55: Object of class `object` has no attribute `MODE_CBC` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:180:24-41: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:181:42-64: Object of class `object` has no attribute `MODE_CTR` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:356:31-65: `Literal[0] | int` is not assignable to attribute `_assoc_len` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:370:29-43: `int` is not assignable to attribute `_msg_len` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:372:26-36: `list[str]` is not assignable to attribute `_next` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:435:31-65: `Literal[0] | int` is not assignable to attribute `_assoc_len` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:449:29-44: `int` is not assignable to attribute `_msg_len` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:451:26-36: `list[str]` is not assignable to attribute `_next` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:497:31-65: `Literal[0] | int` is not assignable to attribute `_assoc_len` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_ccm.py:505:29-30: `Literal[0]` is not assignable to attribute `_msg_len` with type `Never` [bad-assignment]
+ ERROR lib/Crypto/Cipher/_mode_cfb.py:95:50-66: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_cfb.py:110:9-29: Object of class `object` has no attribute `release` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ctr.py:121:42-66: `+` is not supported between `prefix_len` and `counter_len` [unsupported-operation]
+ ERROR lib/Crypto/Cipher/_mode_ctr.py:126:50-66: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ctr.py:144:9-29: Object of class `object` has no attribute `release` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_eax.py:83:27-45: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_eax.py:121:24-35: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_eax.py:122:36-52: Object of class `object` has no attribute `MODE_CTR` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ecb.py:75:27-50: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ecb.py:78:50-66: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ecb.py:92:9-29: Object of class `object` has no attribute `release` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:120:18-38: Object of class `object` has no attribute `ghash_expand` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:126:38-59: Object of class `object` has no attribute `ghash_destroy` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:134:18-36: Object of class `object` has no attribute `ghash` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:182:27-45: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:223:23-34: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:224:35-57: Object of class `object` has no attribute `MODE_ECB` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:241:24-35: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:242:36-58: Object of class `object` has no attribute `MODE_CTR` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:251:28-39: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_gcm.py:252:40-62: Object of class `object` has no attribute `MODE_CTR` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ocb.py:117:12-30: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ocb.py:165:23-34: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ocb.py:166:35-51: Object of class `object` has no attribute `MODE_ECB` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ocb.py:177:22-49: Object of class `object` has no attribute `_create_base_cipher` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ofb.py:92:50-66: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_ofb.py:107:9-29: Object of class `object` has no attribute `release` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_openpgp.py:64:27-45: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_openpgp.py:69:21-32: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_openpgp.py:71:25-41: Object of class `object` has no attribute `MODE_CFB` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_openpgp.py:96:24-35: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_openpgp.py:98:29-45: Object of class `object` has no attribute `MODE_CFB` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_siv.py:93:27-45: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_siv.py:123:9-20: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_siv.py:123:40-56: Object of class `object` has no attribute `MODE_ECB` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_siv.py:134:16-33: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Cipher/_mode_siv.py:136:21-43: Object of class `object` has no attribute `MODE_CTR` [missing-attribute]
+ ERROR lib/Crypto/Hash/CMAC.py:59:33-53: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Hash/CMAC.py:76:21-34: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Hash/CMAC.py:77:35-53: Object of class `object` has no attribute `MODE_ECB` [missing-attribute]
+ ERROR lib/Crypto/Hash/CMAC.py:90:21-34: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Hash/CMAC.py:91:35-53: Object of class `object` has no attribute `MODE_CBC` [missing-attribute]
+ ERROR lib/Crypto/Hash/CMAC.py:175:20-37: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/Hash/CMAC.py:176:38-60: Object of class `object` has no attribute `MODE_CBC` [missing-attribute]
+ ERROR lib/Crypto/Hash/HMAC.py:93:19-30: Object of class `object` has no attribute `tobytes` [missing-attribute]
+ ERROR lib/Crypto/Hash/KMAC128.py:56:24-35: Object of class `object` has no attribute `_new` [missing-attribute]
+ ERROR lib/Crypto/Hash/KangarooTwelve.py:62:24-60: `+` is not supported between `custom` and `Literal[b'\x00']` [unsupported-operation]
+ ERROR lib/Crypto/Hash/TupleHash128.py:47:24-35: Object of class `object` has no attribute `_new` [missing-attribute]
+ ERROR lib/Crypto/Protocol/KDF.py:211:53-73: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/Protocol/KDF.py:214:27-47: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/PublicKey/DSA.py:104:25-38: Object of class `object` has no attribute `keys` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:53:18-29: Object of class `object` has no attribute `copy` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:99:16-31: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:182:43-60: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:185:28-38: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:193:16-36: Object of class `object` has no attribute `MODE_ECB` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:194:29-44: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:196:29-44: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:211:38-53: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:212:17-37: Object of class `object` has no attribute `MODE_ECB` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:215:23-45: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:225:38-53: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:235:18-33: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:235:44-64: Object of class `object` has no attribute `MODE_ECB` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:236:45-67: Object of class `object` has no attribute `block_size` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:247:18-29: Object of class `object` has no attribute `copy` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:289:16-31: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:327:18-29: Object of class `object` has no attribute `copy` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Cipher/common.py:369:16-31: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:57:13-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:67:25-39: Object of class `object` has no attribute `lower` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:76:13-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:82:13-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:100:12-33: Object of class `object` has no attribute `__name__` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:115:13-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:132:14-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:133:14-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:140:14-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:141:14-29: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:172:18-33: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:173:18-33: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:181:18-33: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:182:18-33: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:209:13-28: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:224:13-28: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/common.py:230:17-32: Object of class `object` has no attribute `new` [missing-attribute]
+ ERROR lib/Crypto/SelfTest/Hash/test_HMAC.py:434:34-53: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR lib/Crypto/Signature/DSS.py:62:28-52: Object of class `object` has no attribute `size_in_bits` [missing-attribute]
+ ERROR lib/Crypto/Signature/DSS.py:69:16-37: Object of class `object` has no attribute `has_private` [missing-attribute]
+ ERROR lib/Crypto/Signature/DSS.py:92:16-37: Object of class `object` has no attribute `has_private` [missing-attribute]
+ ERROR lib/Crypto/Signature/DSS.py:103:20-35: Object of class `object` has no attribute `_sign` [missing-attribute]
+ ERROR lib/Crypto/Signature/DSS.py:160:18-35: Object of class `object` has no attribute `_verify` [missing-attribute]
+ ERROR lib/Crypto/Signature/DSS.py:261:21-26: Object of class `object` has no attribute `p` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:114:19-43: Object of class `object` has no attribute `_export_eddsa_public` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:115:23-33: Object of class `object` has no attribute `_curve` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:121:16-37: Object of class `object` has no attribute `has_private` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:138:16-37: Object of class `object` has no attribute `has_private` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:141:12-27: Object of class `object` has no attribute `curve` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:173:36-53: Object of class `object` has no attribute `_prefix` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:176:33-49: Object of class `object` has no attribute `_curve` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:181:22-33: Object of class `object` has no attribute `d` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:197:38-55: Object of class `object` has no attribute `_prefix` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:200:33-49: Object of class `object` has no attribute `_curve` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:205:22-33: Object of class `object` has no attribute `d` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:227:12-27: Object of class `object` has no attribute `curve` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:272:26-42: Object of class `object` has no attribute `_curve` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:275:34-50: Object of class `object` has no attribute `pointQ` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:305:26-42: Object of class `object` has no attribute `_curve` [missing-attribute]
+ ERROR lib/Crypto/Signature/eddsa.py:308:34-50: Object of class `object` has no attribute `pointQ` [missing-attribute]
+ ERROR lib/Crypto/Signature/pkcs1_15.py:53:16-37: Object of class `object` has no attribute `has_private` [missing-attribute]
+ ERROR lib/Crypto/Signature/pkcs1_15.py:73:43-54: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Signature/pkcs1_15.py:81:21-48: Object of class `object` has no attribute `_decrypt_to_bytes` [missing-attribute]
+ ERROR lib/Crypto/Signature/pkcs1_15.py:83:52-63: Object of class `object` has no attribute `e` [missing-attribute]
+ ERROR lib/Crypto/Signature/pkcs1_15.py:83:65-76: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Signature/pkcs1_15.py:107:43-54: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Signature/pkcs1_15.py:116:18-36: Object of class `object` has no attribute `_encrypt` [missing-attribute]
+ ERROR lib/Crypto/Signature/pss.py:72:16-37: Object of class `object` has no attribute `has_private` [missing-attribute]
+ ERROR lib/Crypto/Signature/pss.py:102:43-54: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Signature/pss.py:111:21-48: Object of class `object` has no attribute `_decrypt_to_bytes` [missing-attribute]
+ ERROR lib/Crypto/Signature/pss.py:113:52-63: Object of class `object` has no attribute `e` [missing-attribute]
+ ERROR lib/Crypto/Signature/pss.py:113:65-76: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Signature/pss.py:146:43-54: Object of class `object` has no attribute `n` [missing-attribute]
+ ERROR lib/Crypto/Signature/pss.py:156:18-36: Object of class `object` has no attribute `_encrypt` [missing-attribute]
+ ERROR lib/Crypto/Util/_raw_api.py:281:13-30: `None` is not assignable to attribute `_raw_pointer` with type `raw_pointer` [bad-assignment]
+ ERROR lib/Crypto/Util/_raw_api.py:288:37-41: `None` is not assignable to attribute `_raw_pointer` with type `raw_pointer` [bad-assignment]
pandera (https://github.com/pandera-dev/pandera)
+ ERROR pandera/io/pandas_io.py:887:28-45: Object of class `object` has no attribute `constraints` [missing-attribute]
+ ERROR pandera/io/pandas_io.py:890:21-38: Object of class `object` has no attribute `description` [missing-attribute]
+ ERROR pandera/io/pandas_io.py:892:30-41: Object of class `object` has no attribute `title` [missing-attribute]
+ ERROR pandera/io/pandas_io.py:893:21-31: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR pandera/io/pandas_io.py:894:21-31: Object of class `object` has no attribute `type` [missing-attribute]
ibis (https://github.com/ibis-project/ibis)
+ ERROR ibis/backends/bigquery/tests/unit/udf/test_core.py:218:16-40: `*` is not supported between `width` and `height` [unsupported-operation]
+ ERROR ibis/backends/impala/ddl.py:149:36-53: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR ibis/backends/impala/ddl.py:488:29-38: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR ibis/backends/impala/ddl.py:493:54-70: Object of class `object` has no attribute `inputs` [missing-attribute]
+ ERROR ibis/backends/impala/ddl.py:494:40-56: Object of class `object` has no attribute `output` [missing-attribute]
+ ERROR ibis/backends/impala/metadata.py:94:28-49: Object of class `object` has no attribute `itertuples` [missing-attribute]
+ ERROR ibis/backends/sql/compilers/bigquery/udf/core.py:538:24-48: `*` is not supported between `width` and `height` [unsupported-operation]
+ ERROR ibis/backends/tests/test_generic.py:1347:20-50: Object of class `object` has no attribute `__arrow_c_stream__` [missing-attribute]
+ ERROR ibis/common/deferred.py:399:20-34: Object of class `object` has no attribute `_resolver` [missing-attribute]
+ ERROR ibis/common/deferred.py:498:57-69: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR ibis/common/patterns.py:758:35-49: Object of class `object` has no attribute `split` [missing-attribute]
- ERROR ibis/common/patterns.py:1318:42-60: Object of class `type` has no attribute `__match_args__` [missing-attribute]
+ ERROR ibis/common/patterns.py:1318:42-60: Object of class `object` has no attribute `__match_args__` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:94:24-34: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:95:53-63: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:128:26-39: Object of class `object` has no attribute `values` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:238:26-39: Object of class `object` has no attribute `values` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:314:26-39: Object of class `object` has no attribute `values` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:315:26-40: Object of class `object` has no attribute `values` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:316:26-37: Object of class `object` has no attribute `keys` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:316:42-54: Object of class `object` has no attribute `keys` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:343:33-45: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:343:48-59: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:344:34-45: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:344:48-60: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:355:12-23: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:355:33-45: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/relations.py:358:58-69: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/subqueries.py:42:16-26: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/subqueries.py:45:36-46: Argument `object` is not assignable to parameter `obj` with type `Sized` in function `len` [bad-argument-type]
+ ERROR ibis/expr/operations/subqueries.py:74:16-26: Object of class `object` has no attribute `schema` [missing-attribute]
+ ERROR ibis/expr/operations/subqueries.py:77:36-46: Argument `object` is not assignable to parameter `obj` with type `Sized` in function `len` [bad-argument-type]
+ ERROR ibis/expr/operations/subqueries.py:79:20-30: Object of class `object` has no attribute `values` [missing-attribute]
+ ERROR ibis/expr/operations/window.py:82:30-41: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR ibis/expr/operations/window.py:86:28-37: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR ibis/expr/operations/window.py:95:22-33: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR ibis/expr/operations/window.py:95:52-61: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR ibis/expr/operations/window.py:96:25-36: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR ibis/expr/operations/window.py:96:54-63: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR ibis/expr/tests/test_format.py:480:24-30: Object of class `object` has no attribute `op` [missing-attribute]
- ERROR ibis/expr/types/joins.py:208:37-40: Argument `Node` is not assignable to parameter `parent` with type `Relation` in function `ibis.expr.operations.relations.JoinReference.__init__` [bad-argument-type]
zope.interface (https://github.com/zopefoundation/zope.interface)
+ ERROR src/zope/interface/adapter.py:800:18-42: Object of class `object` has no attribute `_provided` [missing-attribute]
+ ERROR src/zope/interface/adapter.py:835:25-42: Object of class `object` has no attribute `ro` [missing-attribute]
+ ERROR src/zope/interface/adapter.py:871:34-51: Object of class `object` has no attribute `ro` [missing-attribute]
+ ERROR src/zope/interface/adapter.py:892:34-51: Object of class `object` has no attribute `ro` [missing-attribute]
+ ERROR src/zope/interface/common/__init__.py:125:25-34: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR src/zope/interface/common/__init__.py:126:27-36: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR src/zope/interface/common/__init__.py:138:20-29: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR src/zope/interface/interface.py:79:28-41: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR src/zope/interface/registry.py:55:40-55: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR src/zope/interface/registry.py:93:36-69: Object of class `object` has no attribute `items` [missing-attribute]
+ ERROR src/zope/interface/registry.py:133:9-135:10: Cannot set item in `utility_registrations` [unsupported-operation]
+ ERROR src/zope/interface/registry.py:136:9-33: Object of class `object` has no attribute `register` [missing-attribute]
+ ERROR src/zope/interface/registry.py:139:13-38: Object of class `object` has no attribute `subscribe` [missing-attribute]
+ ERROR src/zope/interface/registry.py:144:13-58: Cannot delete item in `utility_registrations` [unsupported-operation]
+ ERROR src/zope/interface/registry.py:145:9-35: Object of class `object` has no attribute `unregister` [missing-attribute]
+ ERROR src/zope/interface/registry.py:150:13-40: Object of class `object` has no attribute `unsubscribe` [missing-attribute]
+ ERROR src/zope/interface/ro.py:181:18-25: Object of class `object` has no attribute `leaf` [missing-attribute]
+ ERROR src/zope/interface/ro.py:182:21-33: Object of class `object` has no attribute `base_tree` [missing-attribute]
+ ERROR src/zope/interface/ro.py:295:21-32: Object of class `object` has no attribute `__bases__` [missing-attribute]
+ ERROR src/zope/interface/ro.py:298:17-27: Cannot set item in `memo` [unsupported-operation]
+ ERROR src/zope/interface/ro.py:304:42-53: Object of class `object` has no attribute `__bases__` [missing-attribute]
+ ERROR src/zope/interface/ro.py:306:18-29: Object of class `object` has no attribute `__bases__` [missing-attribute]
+ ERROR src/zope/interface/ro.py:313:16-27: Object of class `object` has no attribute `__bases__` [missing-attribute]
+ ERROR src/zope/interface/ro.py:607:12-40: Object of class `object` has no attribute `direct_inconsistency` [missing-attribute]
+ ERROR src/zope/interface/ro.py:609:12-43: Object of class `object` has no attribute `bases_had_inconsistency` [missing-attribute]
+ ERROR src/zope/interface/tests/test_adapter.py:1635:30-42: `list[InterfaceClass]` is not assignable to attribute `_provided` with type `tuple[Unknown, ...]` [bad-assignment]
+ ERROR src/zope/interface/tests/test_ro.py:221:24-46: Object of class `object` has no attribute `__name__` [missing-attribute]
+ ERROR src/zope/interface/tests/test_ro.py:225:24-46: Object of class `object` has no attribute `__name__` [missing-attribute]
pandas (https://github.com/pandas-dev/pandas)
+ ERROR pandas/conftest.py:616:20-39: Object of class `object` has no attribute `__iter__` [missing-attribute]
+ ERROR pandas/conftest.py:619:20-38: Object of class `object` has no attribute `__len__` [missing-attribute]
+ ERROR pandas/core/_numba/extensions.py:180:22-38: Object of class `object` has no attribute `as_array` [missing-attribute]
+ ERROR pandas/core/_numba/extensions.py:184:40-53: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/_numba/extensions.py:197:23-36: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/core/_numba/extensions.py:198:24-40: Object of class `object` has no attribute `as_array` [missing-attribute]
+ ERROR pandas/core/_numba/extensions.py:199:22-36: Object of class `object` has no attribute `namety` [missing-attribute]
+ ERROR pandas/core/_numba/extensions.py:564:28-44: Object of class `object` has no attribute `obj_type` [missing-attribute]
+ ERROR pandas/core/arrays/categorical.py:3044:24-35: Object of class `object` has no attribute `values` [missing-attribute]
+ ERROR pandas/core/arrays/categorical.py:3045:23-33: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/core/arrays/categorical.py:3046:22-31: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR pandas/core/computation/engines.py:81:17-32: Object of class `object` has no attribute `terms` [missing-attribute]
+ ERROR pandas/core/computation/engines.py:90:13-28: Object of class `object` has no attribute `terms` [missing-attribute]
+ ERROR pandas/core/computation/expr.py:566:16-32: Object of class `object` has no attribute `add_tmp` [missing-attribute]
+ ERROR pandas/core/computation/expr.py:570:16-32: Object of class `object` has no attribute `add_tmp` [missing-attribute]
+ ERROR pandas/core/computation/expr.py:596:16-32: Object of class `object` has no attribute `add_tmp` [missing-attribute]
+ ERROR pandas/core/computation/ops.py:142:13-29: Object of class `object` has no attribute `swapkey` [missing-attribute]
+ ERROR pandas/core/computation/ops.py:545:26-35: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:195:43-53: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:196:38-48: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:201:27-37: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:202:26-35: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:205:24-36: Object of class `object` has no attribute `_values` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:353:24-39: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:374:21-37: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:384:30-46: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:391:24-57: Object of class `object` has no attribute `_constructor_expanddim` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:395:24-47: Object of class `object` has no attribute `_constructor` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:618:63-79: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:646:20-30: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:655:28-38: Object of class `object` has no attribute `align` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:682:23-39: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:692:39-44: Argument `type[object] | ExtensionDtype | dtype | object` is not assignable to parameter `dtype` with type `ExtensionDtype | dtype | str | type[bool | complex | object | str] | None` in function `pandas.core.indexes.base.Index.__new__` [bad-argument-type]
+ ERROR pandas/core/strings/accessor.py:692:51-66: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:695:31-36: Argument `ExtensionDtype | dtype | object` is not assignable to parameter `dtype` with type `ExtensionDtype | dtype | str | type[bool | complex | object | str] | None` in function `pandas.core.series.Series.__init__` [bad-argument-type]
+ ERROR pandas/core/strings/accessor.py:695:44-54: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:695:61-76: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:892:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:893:12-28: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1024:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1025:27-43: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1113:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1114:12-28: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1205:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1206:12-28: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1359:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1496:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1585:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1634:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1814:22-38: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:1959:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:2214:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:2432:15-31: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:2469:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:2757:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:2807:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:2919:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:2990:24-40: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3111:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3173:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3235:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3328:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3436:16-25: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3440:31-47: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3446:36-45: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3456:22-38: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3590:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3646:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3743:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/strings/accessor.py:3800:18-34: Object of class `object` has no attribute `array` [missing-attribute]
+ ERROR pandas/core/window/ewm.py:1018:16-25: Object of class `object` has no attribute `empty` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:102:22-30: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:105:26-34: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:110:23-31: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:118:28-36: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:119:28-36: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:120:25-33: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:122:26-34: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:123:27-35: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:124:26-34: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:125:32-40: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:127:27-35: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:128:27-35: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:129:30-38: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:131:28-36: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:132:29-37: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:133:28-36: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:136:23-31: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:138:16-24: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:142:16-24: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/parsers/base_parser.py:169:29-37: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR pandas/io/sql.py:2152:15-30: Object of class `object` has no attribute `cursor` [missing-attribute]
+ ERROR pandas/io/sql.py:2158:17-34: Object of class `object` has no attribute `rollback` [missing-attribute]
+ ERROR pandas/io/sql.py:2422:14-29: Object of class `object` has no attribute `cursor` [missing-attribute]
+ ERROR pandas/io/sql.py:2432:9-24: Object of class `object` has no attribute `commit` [missing-attribute]
+ ERROR pandas/io/sql.py:2436:16-41: Object of class `object` has no attribute `adbc_get_objects` [missing-attribute]
+ ERROR pandas/io/sql.py:2748:15-30: Object of class `object` has no attribute `cursor` [missing-attribute]
+ ERROR pandas/io/sql.py:2754:17-34: Object of class `object` has no attribute `rollback` [missing-attribute]
+ ERROR pandas/plotting/_matplotlib/core.py:1789:16-27: Object of class `object` has no attribute `fillna` [missing-attribute]
+ ERROR pandas/plotting/_matplotlib/core.py:1903:21-31: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR pandas/tests/extension/array_with_attr/array.py:45:16-28: Object of class `object` has no attribute `dtype` [missing-attribute]
+ ERROR pandas/tests/extension/decimal/array.py:77:21-30: Cannot set item in `values` [unsupported-operation]
+ ERROR pandas/tests/extension/json/array.py:144:13-27: Cannot set item in `values` [unsupported-operation]
+ ERROR pandas/tests/extension/json/array.py:158:25-37: Cannot set item in `values` [unsupported-operation]
+ ERROR pandas/tests/extension/json/array.py:162:21-33: Cannot set item in `values` [unsupported-operation]
+ ERROR pandas/tseries/frequencies.py:223:25-35: Object of class `object` has no attribute `asi8` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:235:47-61: Object of class `object` has no attribute `_ndarray` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:249:13-48: Object of class `object` has no attribute `_is_monotonic_increasing` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:249:52-87: Object of class `object` has no attribute `_is_monotonic_decreasing` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:260:30-45: Object of class `object` has no attribute `asi8` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:279:41-62: Object of class `object` has no attribute `_is_unique` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:336:49-64: Object of class `object` has no attribute `unit` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:339:50-72: Object of class `object` has no attribute `day_of_week` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:451:30-52: Object of class `object` has no attribute `day_of_week` [missing-attribute]
+ ERROR pandas/tseries/frequencies.py:455:37-51: Object of class `object` has no attribute `day` [missing-attribute]
dd-trace-py (https://github.com/DataDog/dd-trace-py)
+ ERROR ddtrace/_trace/trace_handlers.py:121:13-41: Object of class `object` has no attribute `set_exc_info` [missing-attribute]
+ ERROR ddtrace/_trace/trace_handlers.py:132:13-35: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/_trace/trace_handlers.py:133:13-42: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:158:21-39: Object of class `object` has no attribute `_obj` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:213:13-27: Cannot delete item in `original_list` [unsupported-operation]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:277:9-23: Cannot set item in `original_list` [unsupported-operation]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:283:9-25: Object of class `object` has no attribute `append` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:287:9-24: Object of class `object` has no attribute `clear` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:291:13-27: Object of class `object` has no attribute `copy` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:298:16-31: Object of class `object` has no attribute `count` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:301:16-32: Object of class `object` has no attribute `extend` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:304:16-31: Object of class `object` has no attribute `index` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:307:16-32: Object of class `object` has no attribute `insert` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:310:28-41: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:313:16-32: Object of class `object` has no attribute `remove` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:316:16-33: Object of class `object` has no attribute `reverse` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:319:16-30: Object of class `object` has no attribute `sort` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:380:13-27: Cannot delete item in `original_dict` [unsupported-operation]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:442:9-23: Cannot set item in `original_dict` [unsupported-operation]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:449:9-24: Object of class `object` has no attribute `clear` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:453:13-27: Object of class `object` has no attribute `copy` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:464:15-28: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:474:18-32: Object of class `object` has no attribute `keys` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:478:28-41: Object of class `object` has no attribute `pop` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:481:16-33: Object of class `object` has no attribute `popitem` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:485:16-32: Object of class `object` has no attribute `remove` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:488:28-48: Object of class `object` has no attribute `setdefault` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:491:9-25: Object of class `object` has no attribute `update` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:499:28-45: Object of class `object` has no attribute `getlist` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:502:9-26: Object of class `object` has no attribute `setlist` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:505:9-29: Object of class `object` has no attribute `appendlist` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:508:28-52: Object of class `object` has no attribute `setlistdefault` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:511:28-43: Object of class `object` has no attribute `lists` [missing-attribute]
+ ERROR ddtrace/appsec/_iast/_taint_utils.py:517:28-47: Object of class `object` has no attribute `urlencode` [missing-attribute]
+ ERROR ddtrace/contrib/internal/aiobotocore/patch.py:102:43-70: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR ddtrace/contrib/internal/aiobotocore/patch.py:111:29-60: Object of class `object` has no attribute `resource` [missing-attribute]
+ ERROR ddtrace/contrib/internal/aiobotocore/patch.py:112:30-62: Object of class `object` has no attribute `span_type` [missing-attribute]
+ ERROR ddtrace/contrib/internal/aiobotocore/patch.py:113:34-72: Object of class `object` has no attribute `_get_attributes` [missing-attribute]
+ ERROR ddtrace/contrib/internal/aiomysql/patch.py:69:9-17: Object of class `object` has no attribute `onto` [missing-attribute]
+ ERROR ddtrace/contrib/internal/aiopg/connection.py:30:9-17: Object of class `object` has no attribute `onto` [missing-attribute]
+ ERROR ddtrace/contrib/internal/asyncpg/patch.py:81:20-29: Object of class `object` has no attribute `clone` [missing-attribute]
+ ERROR ddtrace/contrib/internal/aws_lambda/patch.py:78:36-77: Object of class `object` has no attribute `get_remaining_time_in_millis` [missing-attribute]
+ ERROR ddtrace/contrib/internal/botocore/services/bedrock_agents.py:32:13-39: Object of class `object` has no attribute `set_exc_info` [missing-attribute]
+ ERROR ddtrace/contrib/internal/botocore/services/bedrock_agents.py:35:20-42: Object of class `object` has no attribute `finished` [missing-attribute]
+ ERROR ddtrace/contrib/internal/botocore/services/bedrock_agents.py:45:17-37: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/contrib/internal/cherrypy/patch.py:170:9-23: Object of class `object` has no attribute `tools` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/aio_server_interceptor.py:209:23-50: Object of class `object` has no attribute `method` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/aio_server_interceptor.py:244:23-50: Object of class `object` has no attribute `method` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/aio_server_interceptor.py:273:23-50: Object of class `object` has no attribute `method` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/client_interceptor.py:172:13-37: Object of class `object` has no attribute `set_traceback` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/client_interceptor.py:173:13-30: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/server_interceptor.py:71:24-70: Object of class `object` has no attribute `invocation_metadata` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/server_interceptor.py:83:17-50: Object of class `object` has no attribute `method` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/server_interceptor.py:84:17-63: Object of class `object` has no attribute `invocation_metadata` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/server_interceptor.py:93:22-55: Object of class `object` has no attribute `method` [missing-attribute]
+ ERROR ddtrace/contrib/internal/grpc/server_interceptor.py:104:36-69: Object of class `object` has no attribute `method` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai/patch.py:379:28-53: Object of class `object` has no attribute `__aiter__` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:34:9-32: Object of class `object` has no attribute `trace` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:45:9-32: Object of class `object` has no attribute `trace` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:57:27-63: Object of class `object` has no attribute `oai_to_llmobs_span` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:61:9-42: Object of class `object` has no attribute `llmobs_set_tags` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:66:9-40: Object of class `object` has no attribute `llmobs_traces` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:79:23-59: Object of class `object` has no attribute `oai_to_llmobs_span` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:82:9-42: Object of class `object` has no attribute `llmobs_set_tags` [missing-attribute]
+ ERROR ddtrace/contrib/internal/openai_agents/processor.py:89:9-38: Object of class `object` has no attribute `clear_state` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:27:17-43: Object of class `object` has no attribute `set_exc_info` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:29:17-53: Object of class `object` has no attribute `llmobs_set_tags` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:34:17-43: Object of class `object` has no attribute `set_exc_info` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:35:13-33: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:57:13-39: Object of class `object` has no attribute `set_exc_info` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:62:13-33: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:73:9-44: Cannot set item in `kwargs` [unsupported-operation]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:116:9-45: Object of class `object` has no attribute `llmobs_set_tags` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:117:9-29: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:136:9-50: Object of class `object` has no attribute `llmobs_set_tags` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:139:9-34: Object of class `object` has no attribute `finish` [missing-attribute]
+ ERROR ddtrace/contrib/internal/pydantic_ai/utils.py:156:13-44: Object of class `object` has no attribute `set_exc_info` [missing-attribute]
+ ERROR ddtrace/contrib/internal/sqlalchemy/engine.py:77:45-56: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR ddtrace/internal/ci_visibility/recorder.py:1178:9-37: Object of class `object` has no attribute `_span_aggregator` [missing-attribute]
+ ERROR ddtrace/internal/glob_matching.py:14:24-37: Object of class `object` has no attribute `lower` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:101:13-34: Object of class `object` has no attribute `start_ns` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:120:16-42: Object of class `object` has no attribute `_get_ctx_item` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:125:9-35: Object of class `object` has no attribute `_set_ctx_item` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:131:16-42: Object of class `object` has no attribute `_get_ctx_item` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:136:9-35: Object of class `object` has no attribute `_set_ctx_item` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:149:13-30: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:150:9-32: Object of class `object` has no attribute `_finish_ns` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:158:16-47: Object of class `object` has no attribute `_get_str_attribute` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:163:12-32: Object of class `object` has no attribute `context` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:169:29-53: Object of class `object` has no attribute `_local_root` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:171:31-51: Object of class `object` has no attribute `context` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:173:39-59: Object of class `object` has no attribute `context` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:173:73-93: Object of class `object` has no attribute `span_id` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:176:28-49: Object of class `object` has no attribute `trace_id` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:176:51-71: Object of class `object` has no attribute `span_id` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:198:17-37: Object of class `object` has no attribute `set_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:205:13-33: Object of class `object` has no attribute `set_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:207:13-40: Object of class `object` has no attribute `_set_attribute` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:210:13-33: Object of class `object` has no attribute `set_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:222:9-32: Object of class `object` has no attribute `_add_event` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:229:9-30: Object of class `object` has no attribute `resource` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:234:20-41: Object of class `object` has no attribute `finished` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:252:21-38: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:262:13-31: Object of class `object` has no attribute `error` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:286:9-36: Object of class `object` has no attribute `_set_attribute` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:287:9-36: Object of class `object` has no attribute `_set_attribute` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:289:13-40: Object of class `object` has no attribute `_set_attribute` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:291:13-40: Object of class `object` has no attribute `_set_attribute` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:325:26-40: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:329:12-26: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:335:21-35: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:339:28-42: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:340:31-45: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:353:22-36: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:355:27-41: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:364:33-47: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:365:29-43: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:368:24-38: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:372:34-48: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/opentelemetry/span.py:376:33-47: Object of class `object` has no attribute `get_tag` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:8:38-71: Object of class `object` has no attribute `set_defaults_enabled` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:9:25-58: Object of class `object` has no attribute `peer_service_mapping` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:17:60-81: Object of class `object` has no attribute `tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:20:37-58: Object of class `object` has no attribute `tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:20:87-118: Object of class `object` has no attribute `enabled_span_kinds` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:28:28-49: Object of class `object` has no attribute `tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:31:33-61: Object of class `object` has no attribute `source_tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:31:63-84: Object of class `object` has no attribute `tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:33:32-69: Object of class `object` has no attribute `prioritized_data_sources` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:36:41-62: Object of class `object` has no attribute `tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:37:41-69: Object of class `object` has no attribute `source_tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:41:33-60: Object of class `object` has no attribute `remap_tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:42:33-54: Object of class `object` has no attribute `tag_name` [missing-attribute]
+ ERROR ddtrace/internal/peer_service/processor.py:42:56-89: Object of class `object` has no attribute `peer_service_mapping` [missing-attribute]
+ ERROR ddtrace/internal/telemetry/logging.py:21:17-52: Object of class `object` has no attribute `add_error_log` [missing-attribute]
+ ERROR ddtrace/llmobs/_integrations/base_stream_handler.py:51:13-43: Object of class `object` has no attribute `set_exc_info` [missing-attribute]
- ERROR ddtrace/llmobs/_integrations/utils.py:1241:16-42: Returning implicit Any from function declared to return "str" [no-any-return-implicit]
- ERROR ddtrace/llmobs/_integrations/utils.py:1246:16-43: Returning implicit Any from function declared to return "str" [no-any-return-implicit]
+ ERROR ddtrace/llmobs/_integrations/utils.py:1241:16-42: Object of class `object` has no attribute `span_id` [missing-attribute]
+ ERROR ddtrace/llmobs/_integrations/utils.py:1246:16-43: Object of class `object` has no attribute `trace_id` [missing-attribute]
- ERROR ddtrace/llmobs/_integrations/utils.py:1494:16-36: Returning implicit Any from function declared to return "str" [no-any-return-implicit]
- ERROR ddtrace/llmobs/_integrations/utils.py:1505:20-56: Returning implicit Any from function declared to return "str | None" [no-any-return-implicit]
+ ERROR ddtrace/llmobs/_integrations/utils.py:1494:16-36: Object of class `object` has no attribute `trace_id` [missing-attribute]
+ ERROR ddtrace/llmobs/_integrations/utils.py:1505:20-38: Object of class `object` has no attribute `export` [missing-attribute]
+ ERROR ddtrace/vendor/dogstatsd/context.py:25:28-41: Object of class `object` has no attribute `timing` [missing-attribute]
+ ERROR ddtrace/vendor/dogstatsd/context.py:68:62-80: Object of class `object` has no attribute `use_ms` [missing-attribute]
+ ERROR ddtrace/vendor/dogstatsd/context.py:88:28-47: Object of class `object` has no attribute `distribution` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:170:20-44: Object of class `object` has no attribute `id_pseudopath` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:184:31-52: Object of class `object` has no attribute `in_context` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:268:32-46: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:270:33-48: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:273:22-36: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:274:13-30: Object of class `object` has no attribute `update` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:280:24-48: Object of class `object` has no attribute `find_or_create` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:285:29-54: Object of class `object` has no attribute `find_or_create` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:290:22-46: Object of class `object` has no attribute `find_or_create` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:291:13-40: Object of class `object` has no attribute `update_or_create` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:295:22-36: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:296:13-30: Object of class `object` has no attribute `filter` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:351:40-54: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:351:64-79: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:390:24-38: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:395:29-44: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:423:24-38: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:432:13-30: Object of class `object` has no attribute `update` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:450:24-38: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:459:13-30: Object of class `object` has no attribute `filter` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:506:16-30: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/jsonpath_ng/jsonpath.py:506:39-54: Object of class `object` has no attribute `find` [missing-attribute]
+ ERROR ddtrace/vendor/ply/lex.py:80:9-21: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR ddtrace/vendor/ply/lex.py:83:9-21: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR ddtrace/vendor/ply/lex.py:86:9-21: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR ddtrace/vendor/ply/lex.py:584:18-32: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR ddtrace/vendor/ply/lex.py:615:25-39: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR ddtrace/vendor/ply/lex.py:632:23-37: Object of class `object` has no attribute `get` [missing-attribute]
+ ERROR ddtrace/vendor/ply/yacc.py:113:9-21: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR ddtrace/vendor/ply/yacc.py:118:9-21: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR ddtrace/vendor/ply/yacc.py:121:9-21: Object of class `object` has no attribute `write` [missing-attribute]
+ ERROR ddtrace/vendor/ply/yacc.py:289:28-48: Object of class `object` has no attribute `lr_productions` [missing-attribute]
+ ERROR ddtrace/vendor/ply/yacc.py:290:23-38: Object of class `object` has no attribute `lr_action` [missing-attribute]
+ ERROR ddtrace/vendor/ply/yacc.py:291:21-34: Object of class `object` has no attribute `lr_goto` [missing-attribute]
+ ERROR ddtrace/vendor/ply/yacc.py:497:40-44: `list[Unknown]` is not assignable to attribute `slice` with type `None` [bad-assignment]
+ ERROR ddtrace/vendor/ply/yacc.py:541:40-44: `list[YaccSymbol]` is not assignable to attribute `slice` with type `None` [bad-assignment]
+ ERROR ddtrace/vendor/ply/yacc.py:817:40-44: `list[Unknown]` is not assignable to attribute `slice` with type `None` [bad-assignment]
+ ERROR ddtrace/vendor/ply/yacc.py:858:40-44: `list[YaccSymbol]` is not assignable to attribute `slice` with type `None` [bad-assignment]
+ ERROR ddtrace/vendor/ply/yacc.py:1114:40-44: `list[Unknown]` is not assignable to attribute `slice` with type `None` [bad-assignment]
+ ERROR ddtrace/vendor/ply/yacc.py:1150:40-44: `list[YaccSymbol]` is not assignable to attribute `slice` with type `None` [bad-assignment]
... (truncated 25 lines) ...
python-htmlgen (https://github.com/srittau/python-htmlgen)
+ ERROR htmlgen/attribute.py:325:36-46: Expected class object, got `type[Enum] & enum` [invalid-argument]
+ ERROR htmlgen/element.py:184:20-49: Object of class `object` has no attribute `attribute_names` [missing-attribute]
+ ERROR htmlgen/element.py:192:9-36: Object of class `object` has no attribute `set_attribute` [missing-attribute]
+ ERROR htmlgen/element.py:195:12-39: Object of class `object` has no attribute `get_attribute` [missing-attribute]
+ ERROR htmlgen/element.py:197:16-43: Object of class `object` has no attribute `get_attribute` [missing-attribute]
+ ERROR htmlgen/element.py:200:12-39: Object of class `object` has no attribute `get_attribute` [missing-attribute]
+ ERROR htmlgen/element.py:202:9-39: Object of class `object` has no attribute `remove_attribute` [missing-attribute]
+ ERROR htmlgen/element.py:206:20-49: Object of class `object` has no attribute `attribute_names` [missing-attribute]
+ ERROR htmlgen/element.py:208:17-47: Object of class `object` has no attribute `remove_attribute` [missing-attribute]
+ ERROR htmlgen/time.py:21:25-38: Object of class `object` has no attribute `strftime` [missing-attribute]
+ ERROR htmlgen/time.py:23:25-38: Object of class `object` has no attribute `strftime` [missing-attribute]
meson (https://github.com/mesonbuild/meson)
+ ERROR run_tests.py:139:28-43: Object of class `object` has no attribute `machine_map` [missing-attribute]
core (https://github.com/home-assistant/core)
+ ERROR homeassistant/components/ads/hub.py:25:9-26: Object of class `object` has no attribute `open` [missing-attribute]
+ ERROR homeassistant/components/ads/hub.py:43:17-53: Object of class `object` has no attribute `del_device_notification` [missing-attribute]
+ ERROR homeassistant/components/ads/hub.py:49:13-31: Object of class `object` has no attribute `close` [missing-attribute]
+ ERROR homeassistant/components/ads/hub.py:62:24-50: Object of class `object` has no attribute `write_by_name` [missing-attribute]
+ ERROR homeassistant/components/ads/hub.py:71:24-49: Object of class `object` has no attribute `read_by_name` [missing-attribute]
+ ERROR homeassistant/components/ads/hub.py:82:34-70: Object of class `object` has no attribute `add_device_notification` [missing-attribute]
+ ERROR homeassistant/components/agent_dvr/alarm_control_panel.py:48:35-48: Object of class `object` has no attribute `unique` [missing-attribute]
+ ERROR homeassistant/components/agent_dvr/alarm_control_panel.py:50:35-48: Object of class `object` has no attribute `unique` [missing-attribute]
+ ERROR homeassistant/components/agent_dvr/alarm_control_panel.py:51:21-32: Object of class `object` has no attribute `name` [missing-attribute]
+ ERROR homeassistant/components/agent_dvr/alarm_control_panel.py:54:24-38: Object of class `object` has no attribute `version` [missing-attribute]
+ ERROR homeassistant/components/agent_dvr/alarm_control_panel.py:59:15-34: Object of class `object` has no attribute `update` [missing-attribute]
... (truncated 233 lines) ...``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #1157
based on Pyright's pseudo-generic behavior https://github.com/microsoft/pyright/blob/4c60ea9967d2633894e873c1b53145a28106f9a8/packages/pyright-internal/src/analyzer/typeEvaluator.ts#L18112
A(1).t infers int; A("x").t infers str.
Hidden type parameters are created only for eligible unannotated constructors.
Pseudo-generic arguments remain user-invisible.
Explicit A[int] specialization is rejected.
todo:
Test Plan
add test