I still work with older codebases where the Epytext format is widely used, any possibility to support this?
def set(self, name: str, percent: int):
"""Set a PWM duty cycle to a certain percentage.
@param name: Name of the PWM signal
@param percent: Value in PERCENT (0-100)
"""
pass
