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

Method apache_access_log_clear

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

Source from the content-addressed store, hash-verified

711 return rv
712
713 def apache_access_log_clear(self):
714 if os.path.isfile(self._server_access_log):
715 os.remove(self._server_access_log)
716
717 def get_ca_pem_file(self, hostname: str) -> Optional[str]:
718 if len(self.get_credentials_for_name(hostname)) > 0:

Callers 5

envFunction · 0.80
envFunction · 0.80
envFunction · 0.80
envFunction · 0.80
envFunction · 0.80

Calls

no outgoing calls

Tested by 5

envFunction · 0.64
envFunction · 0.64
envFunction · 0.64
envFunction · 0.64
envFunction · 0.64