Remove builtins.function - #14957
Draft
srittau wants to merge 7 commits into
Draft
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributor
|
Diff from mypy_primer, showing the effect of this PR on open source code: pip (https://github.com/pypa/pip)
+ src/pip/_internal/utils/misc.py:706: error: "F" has no attribute "__name__" [attr-defined]
+ src/pip/_internal/utils/temp_dir.py:203: error: "Callable[..., Any]" has no attribute "__qualname__" [attr-defined]
beartype (https://github.com/beartype/beartype)
+ beartype/_util/func/utilfuncmake.py:337: error: "Callable[..., Any]" has no attribute "__doc__" [attr-defined]
+ beartype/_util/func/utilfuncscope.py:212: error: "Callable[..., Any]" has no attribute "__closure__" [attr-defined]
+ beartype/_util/func/utilfuncscope.py:230: error: Unused "type: ignore" comment [unused-ignore]
+ beartype/_util/func/utilfuncscope.py:454: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
- beartype/_util/func/arg/utilfuncargiter.py:404: error: Unused "type: ignore" comment [unused-ignore]
- beartype/_util/func/arg/utilfuncargiter.py:419: error: Unused "type: ignore" comment [unused-ignore]
+ beartype/_util/error/utilerrwarn.py:153: error: "Callable[[type[Warning], str], None]" has no attribute "__doc__" [attr-defined]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:680: error: Item "function" of "type | Callable[..., Any] | Module" has no attribute "__annotations__" [union-attr]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:1063: error: Item "function" of "type | Callable[..., Any] | Module" has no attribute "__annotations__" [union-attr]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:1071: error: Item "function" of "type | Callable[..., Any] | Module" has no attribute "__annotations__" [union-attr]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:1089: error: Item "function" of "type | Callable[..., Any] | Module" has no attribute "__annotations__" [union-attr]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:1437: error: Item "function" of "type | Callable[..., Any] | Module" has no attribute "__annotations__" [union-attr]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:1462: error: Item "function" of "type | Callable[..., Any] | Module" has no attribute "__annotations__" [union-attr]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:1465: error: "Callable[[type | Callable[..., Any] | Module, Any, type[Exception], str], dict[str, Any] | None]" has no attribute "__doc__" [attr-defined]
+ beartype/_util/hint/pep/proposal/pep749/pep649749annotate.py:1521: error: "Callable[[type | Callable[..., Any] | Module, dict[str, Any], type[Exception], str], None]" has no attribute "__doc__" [attr-defined]
+ beartype/_util/func/utilfunctest.py:577: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ beartype/_util/cls/pep/clspep3119.py:947: error: "Callable[[object, type | tuple[type, ...] | UnionType], bool]" has no attribute "__name__" [attr-defined]
+ beartype/_decor/_nontype/_builtin/decorbuiltindescriptor.py:268: error: Unused "type: ignore[misc]" comment [unused-ignore]
+ beartype/_decor/_nontype/_builtin/decorbuiltindescriptor.py:268: error: Item "function" of the upper bound "type | Callable[..., Any] | classmethod[Any, Any, Any] | property | staticmethod[Any, Any]" of type variable "BeartypeableT" has no attribute "__class__" [union-attr]
+ beartype/_decor/_nontype/_builtin/decorbuiltindescriptor.py:268: note: Error code "union-attr" not covered by "type: ignore[misc, return-value]" comment
+ beartype/_check/convert/_reduce/_nonpep/rednonpeptype.py:142: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ beartype/_check/cls/call/calldatadecorfunc.py:509: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ beartype/_util/hint/pep/proposal/pep612.py:620: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ beartype/_decor/_nontype/decornontype.py:129: error: Item "function" of the upper bound "Callable[..., Any] | classmethod[Any, Any, Any] | property | staticmethod[Any, Any]" of type variable "BeartypeableT" has no attribute "__class__" [union-attr]
+ beartype/_decor/_nontype/decornontype.py:666: error: Item "function" of the upper bound "type | Callable[..., Any] | classmethod[Any, Any, Any] | property | staticmethod[Any, Any]" of type variable "BeartypeableT" has no attribute "__class__" [union-attr]
+ beartype/_decor/_nontype/decornontype.py:688: error: Item "function" of the upper bound "type | Callable[..., Any] | classmethod[Any, Any, Any] | property | staticmethod[Any, Any]" of type variable "BeartypeableT" has no attribute "__class__" [union-attr]
+ beartype/_decor/decormain.py:132: error: overloaded function has no attribute "__doc__" [attr-defined]
+ beartype/_util/hint/pep/proposal/pep749/pep749evaluate.py:524: error: "Callable[[type | Callable[..., Any] | Module | None, Any, str, str, object, Any, type[Exception], str], Any | Iota]" has no attribute "__doc__" [attr-defined]
+ beartype/_util/cache/func/utilcacheproperty.py:116: error: "CallableT" has no attribute "__name__" [attr-defined]
CPython (Argument Clinic) (https://github.com/python/cpython)
+ Tools/clinic/libclinic/return_converters.py:26: error: "Callable[..., CReturnConverter]" has no attribute "__name__" [attr-defined]
pwndbg (https://github.com/pwndbg/pwndbg)
+ pwndbg/lib/cache.py: note: In member "__init__" of class "DebugCacheDict":
+ pwndbg/lib/cache.py:36: error: "Callable[P, T]" has no attribute "__module__" [attr-defined]
+ pwndbg/lib/cache.py:36: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/lib/cache.py: note: In function "cache_until":
+ pwndbg/lib/cache.py:186: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/lib/cache.py:206: error: "Callable[P, T]" has no attribute "__module__" [attr-defined]
+ pwndbg/lib/cache.py:206: error: "Callable[P, T]" has no attribute "__qualname__" [attr-defined]
+ pwndbg/lib/cache.py:219: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/decorators.py: note: In function "suppress_errors":
+ pwndbg/decorators.py:61: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/aglib/kernel/__init__.py: note: In function "requires_debug_symbols":
+ pwndbg/aglib/kernel/__init__.py:83: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/aglib/kernel/__init__.py: note: In function "requires_debug_info":
+ pwndbg/aglib/kernel/__init__.py:103: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/aglib/kernel/__init__.py: note: In function "typeinfo_recovery":
+ pwndbg/aglib/kernel/__init__.py:132: error: "Callable[P, str]" has no attribute "__name__" [attr-defined]
+ pwndbg/aglib/kernel/__init__.py:132: error: "Callable[[], None]" has no attribute "__name__" [attr-defined]
+ pwndbg/gdblib/functions.py: note: In member "__init__" of class "_GdbFunction":
+ pwndbg/gdblib/functions.py:33: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ pwndbg/gdblib/functions.py:36: error: "Callable[..., Any]" has no attribute "__doc__" [attr-defined]
+ pwndbg/gdblib/functions.py:38: error: "Callable[..., Any]" has no attribute "__doc__" [attr-defined]
+ pwndbg/gdblib/functions.py:49: error: "Callable[..., Any]" has no attribute "__doc__" [attr-defined]
+ pwndbg/aglib/kernel/symbol.py: note: In function "kernel_symbol_func":
+ pwndbg/aglib/kernel/symbol.py:332: error: "Callable[P, int | type[NeedLookup] | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/aglib/kernel/symbol.py:335: error: "Callable[P, int | type[NeedLookup] | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/aglib/kernel/symbol.py:339: error: "Callable[P, int | type[NeedLookup] | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/aglib/kernel/symbol.py:343: error: "Callable[P, int | type[NeedLookup] | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/commands/__init__.py: note: In member "__init__" of class "CommandObj":
+ pwndbg/commands/__init__.py:187: error: "Callable[..., str | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/commands/__init__.py: note: In member "invoke" of class "CommandObj":
+ pwndbg/commands/__init__.py:456: error: "Callable[..., str | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/commands/__init__.py: note: In member "__call__" of class "CommandObj":
+ pwndbg/commands/__init__.py:522: error: "Callable[..., str | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/commands/__init__.py:547: error: "Callable[..., str | None]" has no attribute "__name__" [attr-defined]
+ pwndbg/commands/__init__.py: note: In function "func_name":
+ pwndbg/commands/__init__.py:743: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/commands/__init__.py: note: In function "OnlyWhenLocal":
+ pwndbg/commands/__init__.py:752: error: "Callable[P, T]" has no attribute "__name__" [attr-defined]
+ pwndbg/commands/__init__.py: note: At top level:
+ pwndbg/gdblib/tui/context.py:230: error: "Callable[..., list[str]]" has no attribute "__name__" [attr-defined]
+ pwndbg/dbg_mod/lldb/__init__.py: note: In function "event_handler":
+ pwndbg/dbg_mod/lldb/__init__.py:2404: error: "Callable[..., None]" has no attribute "__name__" [attr-defined]
+ pwndbg/dbg_mod/lldb/__init__.py:2416: error: "Callable[..., None]" has no attribute "__module__" [attr-defined]
+ pwndbg/dbg_mod/lldb/__init__.py:2416: error: "Callable[..., None]" has no attribute "__qualname__" [attr-defined]
tornado (https://github.com/tornadoweb/tornado)
+ tornado/template.py:336: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/python/mypy/issues
+ version: 2.3.0
+ tornado/template.py:336: note: use --pdb to drop into pdb
- tornado/log.py:39: error: Unused "type: ignore" comment [unused-ignore]
+ Traceback (most recent call last):
+ File "mypy/checkexpr.py", line 6220, in accept
+ File "mypy/checkexpr.py", line 6255, in accept_maybe_cache
+ typ = node.accept(self)
+ File "mypy/nodes.py", line 2926, in accept
+ File "mypy/checkexpr.py", line 5520, in visit_dict_expr
+ dt = self.fast_dict_type(e)
+ File "mypy/checkexpr.py", line 5475, in fast_dict_type
+ vt = self._first_or_join_fast_item(values)
+ File "mypy/checkexpr.py", line 5261, in _first_or_join_fast_item
+ typ = join.join_type_list(items)
+ File "mypy/join.py", line 954, in join_type_list
+ File "mypy/join.py", line 254, in join_types
+ return t.accept(TypeJoinVisitor(s, instance_joiner))
+ File "mypy/types.py", line 1684, in accept
+ File "mypy/join.py", line 349, in visit_instance
+ nominal = self.instance_joiner.join_instances(t, self.s)
+ File "mypy/join.py", line 154, in join_instances
+ result = self.join_instances_via_supertype(s, t)
+ File "mypy/join.py", line 189, in join_instances_via_supertype
+ assert best is not None
+ AssertionError
+
- tornado/concurrent.py:160: error: Unused "type: ignore" comment [unused-ignore]
- tornado/concurrent.py:161: error: Unused "type: ignore" comment [unused-ignore]
- tornado/netutil.py:118: error: Unused "type: ignore" comment [unused-ignore]
- tornado/gen.py:257: error: Unused "type: ignore" comment [unused-ignore]
- tornado/gen.py:878: error: Unused "type: ignore" comment [unused-ignore]
- tornado/gen.py:882: error: Unused "type: ignore" comment [unused-ignore]
- tornado/iostream.py:59: error: Unused "type: ignore" comment [unused-ignore]
- tornado/iostream.py:1112: error: Unused "type: ignore" comment [unused-ignore]
- tornado/iostream.py:1504: error: Unused "type: ignore" comment [unused-ignore]
- tornado/iostream.py:1584: error: Unused "type: ignore" comment [unused-ignore]
- tornado/iostream.py:1592: error: Unused "type: ignore" comment [unused-ignore]
- tornado/httpclient.py:206: error: Unused "type: ignore" comment [unused-ignore]
- tornado/httpclient.py:563: error: Unused "type: ignore" comment [unused-ignore]
- tornado/process.py:53: error: Unused "type: ignore" comment [unused-ignore]
- tornado/process.py:337: error: Unused "type: ignore" comment [unused-ignore]
- tornado/curl_httpclient.py:144: error: Incompatible types in assignment (expression has type "int | str", variable has type "int") [assignment]
- tornado/curl_httpclient.py:156: error: Incompatible types in assignment (expression has type "int | str", variable has type "int") [assignment]
- tornado/curl_httpclient.py:207: error: Unused "type: ignore" comment [unused-ignore]
- tornado/autoreload.py:102: error: Need type annotation for "_watched_files" (hint: "_watched_files: set[<type>] = ...") [var-annotated]
- tornado/autoreload.py:103: error: Need type annotation for "_reload_hooks" (hint: "_reload_hooks: list[<type>] = ...") [var-annotated]
- tornado/web.py:226: error: Unused "type: ignore" comment [unused-ignore]
- tornado/web.py:2098: error: Unused "type: ignore" comment [unused-ignore]
- tornado/testing.py:857: error: Unused "type: ignore" comment [unused-ignore]
- tornado/wsgi.py:178: error: Unused "type: ignore" comment [unused-ignore]
- tornado/websocket.py:1478: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/util.py:88: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/locks_test.py:101: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/web_test.py:811: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/web_test.py:2316: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/web_test.py:2331: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/web_test.py:2741: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/web_test.py:3036: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/tcpserver_test.py:79: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/runtests.py:83: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/runtests.py:89: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/runtests.py:185: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/ioloop_test.py:49: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/ioloop_test.py:50: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/ioloop_test.py:433: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpserver_test.py:65: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpserver_test.py:122: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpserver_test.py:133: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpclient_test.py:122: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpclient_test.py:128: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpclient_test.py:316: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpclient_test.py:630: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpclient_test.py:794: error: Argument 1 to "fetch" of "AsyncHTTPTestCase" has incompatible type "**dict[str | Any, str | Any]"; expected "bool" [arg-type]
- tornado/test/httpclient_test.py:808: error: Argument 1 to "fetch" of "AsyncHTTPTestCase" has incompatible type "**dict[str | Any, str | Any]"; expected "bool" [arg-type]
- tornado/test/httpclient_test.py:865: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpclient_test.py:973: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/httpclient_test.py:987: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/asyncio_test.py:90: error: Argument 1 to "to_asyncio_future" has incompatible type "Coroutine[Any, Any, Any]"; expected "Future[Any]" [arg-type]
- tornado/test/asyncio_test.py:256: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/asyncio_test.py:266: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/asyncio_test.py:270: error: Unused "type: ignore" comment [unused-ignore]
- tornado/test/simple_httpclient_test.py:397: error: Unused "type: ignore" comment [unused-ignore]
optuna (https://github.com/optuna/optuna)
+ ./tests/samplers_tests/test_partial_fixed.py:16: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
+ https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
+ Please report a bug at https://github.com/python/mypy/issues
+ version: 2.3.0
+ ./tests/samplers_tests/test_partial_fixed.py:16: note: use --pdb to drop into pdb
+ optuna/_experimental.py:66: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_experimental.py:67: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_experimental.py:70: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_experimental.py:71: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_experimental.py:73: error: "Callable[FP, FT]" has no attribute "__module__" [attr-defined]
+ optuna/_experimental.py:73: error: "Callable[FP, FT]" has no attribute "__qualname__" [attr-defined]
+ optuna/_deprecated.py:90: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_deprecated.py:91: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_deprecated.py:96: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_deprecated.py:97: error: "Callable[FP, FT]" has no attribute "__doc__" [attr-defined]
+ optuna/_deprecated.py:107: error: "Callable[FP, FT]" has no attribute "__name__" [attr-defined]
+ optuna/_convert_positional_args.py:89: error: "Callable[_P, _T]" has no attribute "__name__" [attr-defined]
+ optuna/_convert_positional_args.py:96: error: "Callable[_P, _T]" has no attribute "__name__" [attr-defined]
+ optuna/_convert_positional_args.py:112: error: "Callable[_P, _T]" has no attribute "__name__" [attr-defined]
+ optuna/_convert_positional_args.py:122: error: "Callable[_P, _T]" has no attribute "__name__" [attr-defined]
+ tests/test_convert_positional_args.py:33: error: "def (*, a: int, b: int, c: int) -> int" has no attribute "__name__" [attr-defined]
+ tests/test_convert_positional_args.py:33: error: "def _sample_func(*, a: int, b: int, c: int) -> int" has no attribute "__name__" [attr-defined]
+ tests/test_convert_positional_args.py:67: error: "def _sample_func(*, a: int, b: int, c: int) -> int" has no attribute "__name__" [attr-defined]
- tests/gp_tests/test_acqf.py:17: error: Unused "type: ignore" comment [unused-ignore]
+ tests/test_experimental.py:55: error: "Callable[[], int]" has no attribute "__name__" [attr-defined]
+ tests/test_experimental.py:56: error: "Callable[[], int]" has no attribute "__doc__" [attr-defined]
+ tests/test_experimental.py:68: error: "Callable[[], None]" has no attribute "__name__" [attr-defined]
+ tests/test_experimental.py:69: error: "Callable[[], None]" has no attribute "__doc__" [attr-defined]
+ tests/test_experimental.py:81: error: "Callable[[_Sample], None]" has no attribute "__name__" [attr-defined]
+ tests/test_experimental.py:82: error: "Callable[[_Sample], None]" has no attribute "__doc__" [attr-defined]
+ tests/test_experimental.py:95: error: "Callable[[_Sample, Any, Any, Any], None]" has no attribute "__name__" [attr-defined]
+ tests/test_deprecated.py:56: error: "Callable[[], int]" has no attribute "__name__" [attr-defined]
+ tests/test_deprecated.py:57: error: "Callable[[], int]" has no attribute "__doc__" [attr-defined]
+ tests/test_deprecated.py:72: error: "Callable[[_Sample], None]" has no attribute "__name__" [attr-defined]
+ tests/test_deprecated.py:73: error: "Callable[[_Sample], None]" has no attribute "__doc__" [attr-defined]
+ tests/test_deprecated.py:87: error: "Callable[[_Sample, Any, Any, Any], None]" has no attribute "__name__" [attr-defined]
+ tests/test_deprecated.py:137: error: "Callable[[], int]" has no attribute "__name__" [attr-defined]
+ tests/test_deprecated.py:138: error: "Callable[[], int]" has no attribute "__doc__" [attr-defined]
+ tests/test_deprecated.py:192: error: "Callable[[], int]" has no attribute "__name__" [attr-defined]
+ tests/test_deprecated.py:193: error: "Callable[[], int]" has no attribute "__doc__" [attr-defined]
+ Traceback (most recent call last):
+ File "mypy/checkexpr.py", line 6220, in accept
+ File "mypy/checkexpr.py", line 6255, in accept_maybe_cache
+ typ = node.accept(self)
+ File "mypy/nodes.py", line 2909, in accept
+ File "mypy/checkexpr.py", line 5212, in visit_list_expr
+ return self.check_lst_expr(e, "builtins.list", "<list>")
+ File "mypy/checkexpr.py", line 5271, in check_lst_expr
+ t = self.fast_container_type(e, fullname)
+ File "mypy/checkexpr.py", line 5253, in fast_container_type
+ vt = self._first_or_join_fast_item(values)
+ File "mypy/checkexpr.py", line 5261, in _first_or_join_fast_item
+ typ = join.join_type_list(items)
+ File "mypy/join.py", line 954, in join_type_list
+ File "mypy/join.py", line 254, in join_types
+ return t.accept(TypeJoinVisitor(s, instance_joiner))
+ File "mypy/types.py", line 2361, in accept
+ File "mypy/join.py", line 408, in visit_callable_type
+ return join_types(t.fallback, self.s)
+ File "mypy/join.py", line 254, in join_types
+ return t.accept(TypeJoinVisitor(s, instance_joiner))
+ File "mypy/types.py", line 2361, in accept
+ return visitor.visit_callable_type(self)
+ File "mypy/join.py", line 416, in visit_callable_type
+ return join_types(t.fallback, self.s)
+ File "mypy/join.py", line 254, in join_types
+ return t.accept(TypeJoinVisitor(s, instance_joiner))
+ File "mypy/types.py", line 1684, in accept
+ return visitor.visit_instance(self)
+ File "mypy/join.py", line 349, in visit_instance
+ nominal = self.instance_joiner.join_instances(t, self.s)
+ File "mypy/join.py", line 154, in join_instances
+ result = self.join_instances_via_supertype(s, t)
+ File "mypy/join.py", line 186, in join_instances_via_supertype
+ res = self.join_instances(mapped, s)
+ File "mypy/join.py", line 154, in join_instances
+ result = self.join_instances_via_supertype(s, t)
+ File "mypy/join.py", line 189, in join_instances_via_supertype
+ assert best is not None
+ AssertionError
+
prefect (https://github.com/PrefectHQ/prefect)
+ src/prefect/_internal/pydantic/validated_func.py:229: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ src/prefect/_internal/pydantic/validated_func.py:243: error: "Callable[..., Any]" has no attribute "__globals__" [attr-defined]
+ src/prefect/_internal/pydantic/validated_func.py:318: error: "Callable[..., Any]" has no attribute "__globals__" [attr-defined]
+ src/prefect/exceptions.py:189: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ src/prefect/exceptions.py:190: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ src/prefect/_internal/retries.py:54: error: "Callable[P, Coroutine[Any, Any, R]]" has no attribute "__name__" [attr-defined]
+ src/prefect/_internal/concurrency/calls.py:265: error: Unsupported left operand type for == ("def (*Any, **Any) -> T? | Awaitable[T?]") [operator]
+ src/prefect/_internal/compatibility/deprecated.py:204: error: "Callable[P, R?]" has no attribute "__name__" [attr-defined]
+ src/prefect/deployments/runner.py:1090: error: "def (*Any, **Any) -> Any" has no attribute "__name__" [attr-defined]
+ src/prefect/flows.py:292: error: "Callable[P, R]" has no attribute "__name__" [attr-defined]
+ src/prefect/flows.py:405: error: "Callable[P, R]" has no attribute "__module__" [attr-defined]
+ src/prefect/flows.py:410: error: "Callable[P, R]" has no attribute "__name__" [attr-defined]
+ src/prefect/cache_policies.py:308: error: "def (*Any, **Any) -> Any" has no attribute "__class__" [attr-defined]
+ src/prefect/cache_policies.py:311: error: "def (*Any, **Any) -> Any" has no attribute "__code__" [attr-defined]
+ src/prefect/tasks.py:186: error: "def (*Any, **Any) -> Any" has no attribute "__code__" [attr-defined]
+ src/prefect/_internal/engine.py:93: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ src/prefect/_internal/engine.py:93: error: "Callable[..., Any]" has no attribute "__class__" [attr-defined]
spark (https://github.com/apache/spark)
+ python/pyspark/memory_profiler_ext.py:147: error: "Callable[..., Any]" has no attribute "__module__" [attr-defined]
+ python/pyspark/memory_profiler_ext.py:148: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/memory_profiler_ext.py:149: error: "Callable[..., Any]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/memory_profiler_ext.py:169: error: "Callable[..., Any]" has no attribute "__code__" [attr-defined]
+ python/pyspark/instrumentation_utils.py:78: error: "Callable[[Any], Any]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/instrumentation_utils.py:96: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/core/rdd.py:190: error: Unsupported left operand type for == ("Callable[[Any], int]") [operator]
+ python/pyspark/sql/utils.py:281: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:296: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:311: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:326: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:356: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:375: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:380: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:384: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:402: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:407: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:411: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:429: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:433: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:449: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/utils.py:453: error: "FuncT" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/udf.py:212: error: "Callable[..., Any]" has no attribute "__class__" [attr-defined]
+ python/pyspark/sql/udf.py:657: error: "Callable[..., Any]" has no attribute "__code__" [attr-defined]
+ python/pyspark/sql/udf.py:708: error: "Callable[..., Any]" has no attribute "__class__" [attr-defined]
+ python/pyspark/sql/udf.py:1004: error: "Callable[[UDFRegistration, str, Callable[..., Any] | UserDefinedFunctionLike, DataType | str | None], UserDefinedFunctionLike]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/session.py:2584: error: "Callable[[SparkSession, ProgressHandler], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/session.py:2585: error: "Callable[[SparkSession, ProgressHandler], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/session.py:2586: error: "Callable[[SparkSession], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/group.py:38: error: "Callable[..., DataFrame]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/group.py:42: error: "Callable[[GroupedData], DataFrame]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/group.py:42: error: "Callable[..., DataFrame]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/group.py:43: error: "Callable[[GroupedData], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/group.py:43: error: "Callable[..., DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/group.py:51: error: "Callable[..., DataFrame]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/group.py:55: error: "def _api(self: GroupedData, *cols: str) -> DataFrame" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/group.py:55: error: "Callable[..., DataFrame]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/group.py:56: error: "def _api(self: GroupedData, *cols: str) -> DataFrame" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/group.py:56: error: "Callable[..., DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/group.py:544: error: overloaded function has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7147: error: "Callable[[DataFrameNaFunctions, str, int | None, str | tuple[str, ...] | list[str] | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7147: error: "Callable[[DataFrame, str, int | None, str | tuple[str, ...] | list[str] | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7162: error: overloaded function has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7162: error: "Callable[[DataFrame, bool | float | int | str | dict[str, bool | float | int | str], str | tuple[str, ...] | list[str] | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7197: error: overloaded function has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7236: error: overloaded function has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7241: error: "Callable[[DataFrameStatFunctions, str, str, str | None], float]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7241: error: "Callable[[DataFrame, str, str, str | None], float]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7246: error: "Callable[[DataFrameStatFunctions, str, str], float]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7246: error: "Callable[[DataFrame, str, str], float]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7251: error: "Callable[[DataFrameStatFunctions, str, str], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7251: error: "Callable[[DataFrame, str, str], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7256: error: "Callable[[DataFrameStatFunctions, list[str], float | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7256: error: "Callable[[DataFrame, list[str] | tuple[str], float | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7263: error: "Callable[[DataFrameStatFunctions, str, dict[Any, float], int | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/dataframe.py:7263: error: "Callable[[DataFrame, Column | str, dict[Any, float], int | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/pandas/group_ops.py:1206: error: "Callable[[PandasGroupedOpsMixin, GroupedMapPandasUserDefinedFunction], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/pandas/group_ops.py:1207: error: "Callable[[PandasGroupedOpsMixin, Callable[[pandas.core.frame.DataFrame], pandas.core.frame.DataFrame] | Callable[[Any, pandas.core.frame.DataFrame], pandas.core.frame.DataFrame] | Callable[[Iterator[pandas.core.frame.DataFrame]], Iterator[pandas.core.frame.DataFrame]] | Callable[[Any, Iterator[pandas.core.frame.DataFrame]], Iterator[pandas.core.frame.DataFrame]], StructType | str], pyspark.sql.dataframe.DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/pandas/group_ops.py:1208: error: "Callable[[PandasCogroupedOps, Callable[[pandas.core.frame.DataFrame, pandas.core.frame.DataFrame], pandas.core.frame.DataFrame] | Callable[[Any, pandas.core.frame.DataFrame, pandas.core.frame.DataFrame], pandas.core.frame.DataFrame], StructType | str], pyspark.sql.dataframe.DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/pandas/group_ops.py:1211: error: "Callable[[PandasGroupedOpsMixin, Callable[[Any], Any] | Callable[[tuple[Any, ...], Any], Any] | Callable[[Iterator[Any]], Iterator[Any]] | Callable[[tuple[Any, ...], Iterator[Any]], Iterator[Any]], StructType | str], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/pandas/group_ops.py:1212: error: "Callable[[PandasCogroupedOps, Callable[[Any, Any], Any] | Callable[[tuple[Any, ...], Any, Any], Any], StructType | str], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/functions/builtin.py:25942: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/functions/builtin.py:25949: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/functions/builtin.py:25980: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/functions/builtin.py:33869: error: overloaded function has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/functions/builtin.py:33870: error: "def arrow_udtf(cls: type[Any] | None = ..., *, returnType: StructType | str | None = ...) -> UserDefinedTableFunction | Callable[[type[Any]], UserDefinedTableFunction]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/functions/builtin.py:33871: error: "Callable[[Aggregator], UserDefinedFunctionLike]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/__init__.py:90: error: "_F" has no attribute "__doc__" [attr-defined]
+ python/pyspark/__init__.py:92: error: "_F" has no attribute "__doc__" [attr-defined]
+ python/pyspark/__init__.py:94: error: "_F" has no attribute "__doc__" [attr-defined]
+ python/pyspark/__init__.py:113: error: "_F" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:45: error: "Callable[[TableValuedFunction, int, int | None, int, int | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:50: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:55: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:60: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:65: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:75: error: "def json_tuple(self: TableValuedFunction, input: Column, *fields: Column) -> DataFrame" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:80: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:85: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:90: error: "def stack(self: TableValuedFunction, n: Column, *fields: Column) -> DataFrame" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:95: error: "Callable[[TableValuedFunction], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:100: error: "Callable[[TableValuedFunction], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:105: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:110: error: "Callable[[TableValuedFunction, Column], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/tvf.py:115: error: "Callable[[TableValuedFunction], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/datasource.py:42: error: "Callable[[DataSourceRegistration, type[DataSource]], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/classic/dataframe.py:2135: error: "Callable[[pyspark.sql.dataframe.DataFrame], pandas.core.frame.DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/classic/dataframe.py:2136: error: "Callable[[pyspark.sql.dataframe.DataFrame, Callable[[Iterator[pandas.core.frame.DataFrame]], Iterator[pandas.core.frame.DataFrame]], StructType | str, bool, ResourceProfile | None], pyspark.sql.dataframe.DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/classic/dataframe.py:2137: error: "Callable[[pyspark.sql.dataframe.DataFrame, str | list[str] | None], pyspark.pandas.frame.DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/classic/dataframe.py:2140: error: "Callable[[DataFrame], Any]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/classic/dataframe.py:2141: error: "Callable[[DataFrame, Callable[[Iterator[Any]], Iterator[Any]], StructType | str, bool, ResourceProfile | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/classic/dataframe.py:2147: error: "Callable[[DataFrame, Callable[[Iterator[Any]], Iterator[Any]], StructType | str, bool, ResourceProfile | None], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/utils.py:588: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/pandas/generic.py:3432: error: "Callable[[FrameLike, int | str | None, bool, int | None], FrameLike]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/generic.py:3525: error: "Callable[[FrameLike, int | str | None, bool, int | None], FrameLike]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/generic.py:3630: error: "Callable[[Frame], AtIndexer]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/generic.py:3636: error: "Callable[[Frame], iAtIndexer]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/generic.py:3642: error: "Callable[[Frame], iLocIndexer]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/generic.py:3648: error: "Callable[[Frame], LocIndexer]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1041: error: "def hist(self: PandasOnSparkPlotAccessor, bins: Any = ..., **kwds: Any) -> Any" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1047: error: "def box(self: PandasOnSparkPlotAccessor, **kwds: Any) -> Any" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1053: error: "def kde(self: PandasOnSparkPlotAccessor, bw_method: Any = ..., ind: Any = ..., **kwargs: Any) -> Any" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1055: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1062: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1069: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1078: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1085: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1092: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1099: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1108: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1115: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1124: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1131: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1138: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1145: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1152: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1159: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:1166: error: "Callable[[DataFrame[T], Any], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:5481: error: "def to_table(self: DataFrame[T], name: str, format: str | None = ..., mode: str = ..., partition_cols: str | list[str] | None = ..., index_col: str | list[str] | None = ..., **options: Any) -> None" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:5481: error: "def to_table(self: SparkFrameMethods, name: str, format: str | None = ..., mode: str = ..., partition_cols: str | list[str] | None = ..., index_col: str | list[str] | None = ..., **options: bool | float | int | str | None) -> None" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:5745: error: "Callable[[pyspark.pandas.frame.DataFrame[T], str | list[str] | None], pyspark.sql.dataframe.DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:14027: error: "Callable[[DataFrame[T], Any | tuple[Any, ...] | Series[Any] | list[Any | tuple[Any, ...] | Series[Any]], int | str | _NoValueType, bool, bool], DataFrameGroupBy]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/frame.py:14027: error: "Callable[[FrameLike, Any | tuple[Any, ...] | Series[Any] | list[Any | tuple[Any, ...] | Series[Any]], int | str | _NoValueType, bool, bool], GroupBy[FrameLike]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/base.py:210: error: Unsupported left operand type for == ("Callable[..., Column]") [operator]
+ python/pyspark/pandas/series.py:574: error: "Callable[[Series[T], Any, int | str | float], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:595: error: "Callable[[Series[T], Any, int | str | float], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:606: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:619: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:630: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:641: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:652: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:665: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:676: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:689: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:700: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:711: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:722: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:733: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:744: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:755: error: "Callable[[Series[T], Any], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:1671: error: "def to_clipboard(self: Series[T], excel: bool = ..., sep: str | None = ..., **kwargs: Any) -> None" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:1671: error: "def [T] to_clipboard(self: DataFrame[T], excel: bool = ..., sep: str = ..., **kwargs: Any) -> None" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:1744: error: "Callable[[Series[T], IO[str] | None, list[Any | tuple[Any, ...]] | None, bool, bool, str, list[Callable[[Any], str]] | dict[Any | tuple[Any, ...], Callable[[Any], str]] | None, Callable[[float], str] | None, bool | None, bool, bool, str | None, bool | None, bool | None, str | None, str, bool | None, str | None, bool | None], str | None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:1744: error: "Callable[[DataFrame[T], IO[str], list[Any | tuple[Any, ...]], bool, bool, str, list[Callable[[Any], str]] | dict[Any | tuple[Any, ...], Callable[[Any], str]], Callable[[float], str], bool, bool, bool, str, bool, bool, str, str, bool, str, bool], str]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:3760: error: "Callable[[Series[T], int | None, float | None, bool, int | None, bool], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:3760: error: "Callable[[DataFrame[T], int, float, bool, int, bool], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:3766: error: "def hist(self: PandasOnSparkPlotAccessor, bins: Any = ..., **kwds: Any) -> Any" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:4058: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/pandas/series.py:4365: error: "Callable[[Series[T], Sequence[Any] | None, str | None, str | None, int | str | None], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:4365: error: "Callable[[DataFrame[T], Sequence[Any], str, str, int | str], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:4370: error: "Callable[[Series[T], list[float] | None], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:4370: error: "Callable[[DataFrame[T], list[float]], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:7283: error: "Callable[[Series[T], Any | tuple[Any, ...] | Series[Any] | list[Any | tuple[Any, ...] | Series[Any]], int | str | _NoValueType, bool, bool], SeriesGroupBy]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/series.py:7283: error: "Callable[[FrameLike, Any | tuple[Any, ...] | Series[Any] | list[Any | tuple[Any, ...] | Series[Any]], int | str | _NoValueType, bool, bool], GroupBy[FrameLike]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/namespace.py:2813: error: "Callable[[DataFrame[Any], Any | tuple[Any, ...] | list[Any | tuple[Any, ...]] | None, Any | tuple[Any, ...] | list[Any | tuple[Any, ...]] | None, str | list[str] | None, str], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/namespace.py:2813: error: "Callable[[DataFrame[T], Any | tuple[Any, ...] | list[Any | tuple[Any, ...]], Any | tuple[Any, ...] | list[Any | tuple[Any, ...]], str | list[str], str], DataFrame[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/groupby.py:3686: error: "Callable[[Column], Column]" has no attribute "__name__" [attr-defined]
+ python/pyspark/pandas/groupby.py:4669: error: "Callable[[SeriesGroupBy], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/groupby.py:4669: error: "Callable[[GroupBy[FrameLike]], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/datetimes.py:223: error: "Callable[[DatetimeMethods], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/datetimes.py:557: error: "Callable[[DatetimeMethods], Series[Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/indexes/datetimes.py:324: error: "Callable[[DatetimeIndex], Index]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/indexes/datetimes.py:334: error: "Callable[[DatetimeIndex], Index]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/indexes/datetimes.py:355: error: "Callable[[DatetimeIndex], Index]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/indexes/datetimes.py:546: error: "Callable[[DatetimeIndex], Index]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/pandas/numpy_compat.py:336: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/pandas/numpy_compat.py:360: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:59: error: "Callable[[StreamingQuery], str]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:65: error: "Callable[[StreamingQuery], str]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:71: error: "Callable[[StreamingQuery], str | None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:71: error: "Callable[[StreamingQuery], str]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:77: error: "Callable[[StreamingQuery], bool]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:96: error: "Callable[[StreamingQuery, int | None], bool | None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:107: error: "Callable[[StreamingQuery], dict[str, Any]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:116: error: "Callable[[StreamingQuery], list[StreamingQueryProgress]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:128: error: "Callable[[StreamingQuery], StreamingQueryProgress | None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:135: error: "Callable[[StreamingQuery], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:142: error: "Callable[[StreamingQuery], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:150: error: "Callable[[StreamingQuery, bool], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:167: error: "Callable[[StreamingQuery], StreamingQueryException | None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:200: error: "Callable[[StreamingQueryManager], list[StreamingQuery]]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:212: error: "Callable[[StreamingQueryManager, str], StreamingQuery | None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:235: error: "Callable[[StreamingQueryManager, int | None], bool | None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:242: error: "Callable[[StreamingQueryManager], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:248: error: "Callable[[StreamingQueryManager, StreamingQueryListener], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/streaming/query.py:253: error: "Callable[[StreamingQueryManager, StreamingQueryListener], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/udf.py:184: error: "Callable[..., Any]" has no attribute "__class__" [attr-defined]
+ python/pyspark/sql/connect/udf.py:262: error: "Callable[..., Any]" has no attribute "__class__" [attr-defined]
+ python/pyspark/sql/connect/udf.py:353: error: "Callable[[UDFRegistration, str, Callable[..., Any] | UserDefinedFunctionLike, DataType | str | None], UserDefinedFunctionLike]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/udf.py:363: error: "Callable[[UDFRegistration, str, str, DataType | str | None], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/udf.py:368: error: "Callable[[UDFRegistration, str, str], None]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/udtf.py:253: error: "Callable[[UDTFRegistration, str, UserDefinedTableFunction], UserDefinedTableFunction]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:171: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:178: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:210: error: "Callable[..., Any]" has no attribute "__name__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:261: error: "Callable[[str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:289: error: "Callable[[Any], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:297: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:304: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:311: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:318: error: "Callable[[Column | str, Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:325: error: "Callable[[Column | str, Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:343: error: "Callable[[DataFrame], DataFrame]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:350: error: "def coalesce(*cols: Column | str) -> Column" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:359: error: "Callable[[str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:371: error: "def greatest(*cols: Column | str) -> Column" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:378: error: "Callable[[], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:390: error: "def least(*cols: Column | str) -> Column" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:397: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:404: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:411: error: "Callable[[], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:418: error: "Callable[[Column | str, Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:428: error: "Callable[[int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:441: error: "Callable[[int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:448: error: "Callable[[], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:476: error: "Callable[[Column, Any], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:486: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:493: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:500: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:507: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:514: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:521: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:531: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:538: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:545: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:552: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:559: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:566: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:573: error: "Callable[[Column | str | float, Column | str | float], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:580: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:587: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:599: error: "Callable[[Column | str, Column | int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:606: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:618: error: "Callable[[Column | str, Column | int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:630: error: "Callable[[Column | str, Column | int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:637: error: "Callable[[Column | str, int, int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:644: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:651: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:658: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:665: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:672: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:679: error: "Callable[[], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:686: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:693: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:700: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:712: error: "Callable[[Column | str, Column | int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:719: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:726: error: "Callable[[Column | str | float, Column | str | float], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:738: error: "Callable[[Column | str | float, Column | str | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:738: error: overloaded function has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:745: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:752: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:759: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:766: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:773: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:783: error: "Callable[[], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:790: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:797: error: "Callable[[Column | str | float, Column | str | float], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:811: error: "Callable[[Column | str, Column | str, Column | str, Column | str | int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:818: error: "Callable[[Column | str | float, Column | str | float], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:828: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:835: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:847: error: "Callable[[Column | str, Column | int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:859: error: "Callable[[Column | str, Column | int | None], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:866: error: "Callable[[Column | str], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:874: error: "Callable[[Column | str, int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:881: error: "Callable[[Column | str, int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:889: error: "Callable[[Column | str, int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:896: error: "Callable[[Column | str, int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:904: error: "Callable[[Column | str, int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:911: error: "Callable[[Column | str, int], Column]" has no attribute "__doc__" [attr-defined]
+ python/pyspark/sql/connect/functions/builtin.py:918: error: "Callable[[Column | str],
... (truncated 12680 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.
Part of #7580