示例#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)
示例#2
0
文件: BIO.py 项目: appknox/m2crypto
 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)
示例#3
0
 def should_write(self):
     # type: () -> int
     """Should we write more data?"""
     return m2.bio_should_write(self.bio)
示例#4
0
文件: BIO.py 项目: mcepl/M2Crypto
 def should_write(self):
     # type: () -> int
     """Should we write more data?"""
     return m2.bio_should_write(self.bio)