Manually defining a class via attributes does not allow for passing kwargs #8461
Annotations
2 errors
Python tests C++11:
tests/test_class.py#L507
test_kw_only
TypeError: (): incompatible function arguments. The following argument types are supported:
1. (x: object, *, y: object, arg1: object) -> int
Invoked with: <importlib._bootstrap.MwOnlyMethod object at 0x0000000004750058>, 'x'; kwargs: y='y'
|
Python tests C++11
Process completed with exit code 2.
|
Loading