ENH: Allow lazy_xp_function to work properly for class methods that are inherited from a parent class #1814
Annotations
10 errors
|
Lint:
src/array_api_extra/testing.py#L66
Type of parameter "func" is partially unknown
Parameter type is "((...) -> Any) | Unknown" (reportUnknownParameterType)
|
|
Lint:
src/array_api_extra/testing.py#L61
Argument type is unknown
Argument corresponds to parameter "wrapped" in function "update_wrapper" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/testing.py#L61
Result of call expression is of type "_Wrapped[..., Unknown, ..., Any]" and is not used; assign to variable "_" if this is intentional (reportUnusedCallResult)
|
|
Lint:
src/array_api_extra/testing.py#L58
Argument type is unknown
Argument corresponds to parameter "closure" in function "__new__" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/testing.py#L57
Argument type is unknown
Argument corresponds to parameter "argdefs" in function "__new__" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/testing.py#L56
Argument type is unknown
Argument corresponds to parameter "name" in function "__new__" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/testing.py#L55
Argument type is unknown
Argument corresponds to parameter "globals" in function "__new__" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/testing.py#L54
Argument type is unknown
Argument corresponds to parameter "code" in function "__new__" (reportUnknownArgumentType)
|
|
Lint:
src/array_api_extra/testing.py#L51
Type annotation is missing for parameter "f" (reportMissingParameterType)
|
|
Lint:
src/array_api_extra/testing.py#L51
Type of parameter "f" is unknown (reportUnknownParameterType)
|