Exemple #1
0
 def should_write(self):
     # type: () -> int
     """
     Returns whether the cause of the condition is the bio
     should write more data
     """
     return m2.bio_should_write(self.bio)
Exemple #2
0
 def should_write(self):
     # type: () -> int
     """
     Returns whether the cause of the condition is the bio
     should write more data
     """
     return m2.bio_should_write(self.bio)
Exemple #3
0
 def should_write(self):
     # type: () -> int
     """Should we write more data?"""
     return m2.bio_should_write(self.bio)
Exemple #4
0
 def should_write(self):
     # type: () -> int
     """Should we write more data?"""
     return m2.bio_should_write(self.bio)