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

Method _load_binary_file

test/modules/md/md_cert_util.py:193–195  ·  view source on GitHub ↗
(cls, path)

Source from the content-addressed store, hash-verified

191
192 @classmethod
193 def _load_binary_file(cls, path):
194 with open(path, mode="rb") as file:
195 return file.read()
196
197 class FixedOffset(tzinfo):
198

Callers 3

__init__Method · 0.80
validate_privkeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected