type: Infer parameters types for __init__(default...)
, __get__
and __set__
#1126
Annotations
3 errors
Test Unit:
tests/testsignatures.py#L56
test_signature_parameters_constructors_overloaded_updated_match
AssertionError: ClassSelector
assert <Signature (*, class_: 'tuple[type[T], ...] | type[T]', default: 'T' = None, instantiate=True, is_instance=True, allow...ne, constant=False, readonly=False, pickle_default_value=True, per_instance=True, allow_refs=False, nested_refs=False)> == <Signature (*, class_: 'tuple[type[T]] | type[T]', default: 'T' = None, instantiate=True, is_instance=True, doc=None, ..., readonly=False, pickle_default_value=True, allow_None=False, per_instance=True, allow_refs=False, nested_refs=False)>
|
Test Unit:
tests/testsignatures.py#L87
test_signature_position_keywords
assert 0 == 1
+ where 0 = len([])
|
Test Unit
Process completed with exit code 1.
|
Loading