Dear All,
What is the best way to loop on methos on a class?

class Rna():
    def trim():
        ...
    def align():
        ...

ena = Rna()

ena.trim()
ena.aling()



Thanks for any suggestion!!!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to