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