```python point.red = 65537 ``` The above code will throw this error: > TypeError: (): incompatible function arguments. The following argument types are supported: > 1. (arg0: copclib._core.Point, arg1: int) -> None The error message should better describe the issue
The above code will throw this error:
The error message should better describe the issue