Fix Call Type Error of Inheritance #295
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#295
Loading…
Reference in New Issue
No description provided.
Delete Branch "290-fix-inheritance-arg-err"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is separated from #293, and fixes #290
In artiq, in
nac3devices.py
there are already cases like this (classZotino
andAD53xx
), but that error which should be exposed is masked since the child classZotino
does not have any more data members. The sample code in #293 will cause the error since the child class has on more fields.