Ejemplo n.º 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)
Ejemplo n.º 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)
Ejemplo n.º 3
0
 def should_write(self):
     # type: () -> int
     """Should we write more data?"""
     return m2.bio_should_write(self.bio)
Ejemplo n.º 4
0
 def should_write(self):
     # type: () -> int
     """Should we write more data?"""
     return m2.bio_should_write(self.bio)