Beispiel #1
0
 def __str__(self):
     return '#%s %s' % (self.code, lib.curl_share_strerror(self.code))
Beispiel #2
0
 def __str__(self):
     return '#%s %s' % (self.code, lib.curl_share_strerror(self.code))
Beispiel #3
0
 def strerror(self, errornum):
     return lib.curl_share_strerror(errornum)