MCPcopy Create free account
hub / github.com/apache/httpd / clear_curl_headerfiles

Method clear_curl_headerfiles

test/pyhttpd/env.py:722–726  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

720 return None
721
722 def clear_curl_headerfiles(self):
723 for fname in os.listdir(path=self.gen_dir):
724 if re.match(r'curl\.headers\.\d+', fname):
725 os.remove(os.path.join(self.gen_dir, fname))
726 self._curl_headerfiles_n = 0
727
728 def curl_resolve_args(self, url, insecure=False, force_resolve=True, options=None):
729 u = urlparse(url)

Callers 1

makeMethod · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected