You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
GenericType accepts a value named argument in its initialization that defaults to None. I propose we keep the GenericType derivatives consistent, naming their initialization argument value and letting them accept None.
GenericTypeaccepts avaluenamed argument in its initialization that defaults toNone. I propose we keep theGenericTypederivatives consistent, naming their initialization argumentvalueand letting them acceptNone.BinaryData case is treated in: #420
and Pad is treated as a special case.
The proposed modifications were introduced in #392 , and is now isolated in another branch (master...erickvermot:generictype_init_value_pr) since #392 was rejected.