BjornFJohansson / pydna

Clone with Python! Data structures for double stranded DNA & simulation of homologous recombination, Gibson assembly, cut & paste cloning.
Other
160 stars 39 forks source link

Type hinting #176

Open manulera opened 6 months ago

manulera commented 6 months ago

@BjornFJohansson what we discussed today. Once we have done the big merge, I will do a PR adding type hinting to at least some of the classes. This can be very useful for newcomers, to know exactly what the outputs of functions will be, and get intellisense from IDEs.