Пример #1
0
    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)
Пример #2
0
    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)
Пример #3
0
 def reset(self):
     """
     Sets the bio to its initial state
     """
     return m2.bio_reset(self.bio)
Пример #4
0
 def reset(self):
     """
     Sets the bio to its initial state
     """
     return m2.bio_reset(self.bio)