def reset(self): # type: () -> int """Set the bio to its initial state. :return: 1 for success, and 0 or -1 for failure """ return m2.bio_reset(self.bio)
def reset(self): """ Sets the bio to its initial state """ return m2.bio_reset(self.bio)