#Issue18 type annotations by tammymakesth...

1 messages · Page 1 of 1 (latest)

hazy olive
#

Hi @heavy valve. I'm finishing one of these for a library that I have the matching hardware for. Are you live testing each of these with the hardware? or is there a way to do it without? I'm happy to do more of them, but I only have a few of the appropriate boards.

#

Hi @heavy valve. I did one of these for a piece of hardware I already had. Are you live testing these on the hardware for each library? Or is there another method which is sufficient for this type of change?

heavy valve
#

@hazy olive I'm just following my way through the code and docstrings to figure out the types. Python type annotations are optional, so they'll never (AFAIK) trigger an exception on actual hardware, only in your development environment if it pays attention to type annotations.

hazy olive
#

Fair point. Thank you!