download
raw
429 Bytes
#!/usr/bin/env python
"""
requests.certs
~~~~~~~~~~~~~~
This module returns the preferred default CA certificate bundle. There is
only one — the one from the certifi package.
If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.
"""
from certifi import where
if __name__ == "__main__":
print(where())

Xet Storage Details

Size:
429 Bytes
·
Xet hash:
7ddc878439af9bd5a070e263b82527cc4fec61e915e53420c053ef3cbd42c711

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.