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