Valid values: a filename
-if this environment variable is set then HTTPX will load
+If this environment variable is set then HTTPX will load
CA certificate from the specified file instead of the default
location.
Valid values: a directory
-if this environment variable is set then HTTPX will load
+If this environment variable is set then HTTPX will load
CA certificates from the specified location instead of the default
location.
obj = int.__new__(cls, value) # type: ignore
obj._value_ = value
- obj.phrase = phrase
+ obj.phrase = phrase # type: ignore
return obj
def __str__(self) -> str: