示例#1
0
 def pending(self):
     # type: () -> int
     """Return the numbers of octets that can be read from the connection."""
     return m2.ssl_pending(self.ssl)
示例#2
0
 def pending(self):
     """Return the numbers of octets that can be read from the
     connection."""
     return m2.ssl_pending(self.ssl)