Source code for pyleecan.Methods.Slot.Slot.check

# -*- coding: utf-8 -*-


[docs]def check(self): """Check that the Slot object is correct Parameters ---------- self : Slot A Slot object Returns ------- None """ pass