Source code for pyleecan.Methods.Output.Output.getter

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


[docs]class GetOutError(Exception): """Raised when an output can't be returned""" pass