Llvm.NET icon indicating copy to clipboard operation
Llvm.NET copied to clipboard

Add type annotations to BioBlend API

Open nsoranzo opened this issue 3 years ago • 2 comments

Python is a dynamically typed language, but in recent years a framework for optional type annotations has been added to the language, see https://blog.logrocket.com/understanding-type-annotation-python/ for a nice introduction to the topic.

Maybe we could take advantage of Galaxy's OpenAPI schema to semi-automate this (@mvdbeek suggestion).

nsoranzo avatar Mar 09 '21 14:03 nsoranzo