Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ _is_azure_func
Function
_is_azure_func
pymongo/pool_options.py:134–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
133
134
def
_is_azure_func() -> bool:
135
return
bool(os.getenv(
"FUNCTIONS_WORKER_RUNTIME"
))
136
137
138
def
_is_gcp_func() -> bool:
Callers
2
_is_faas
Function · 0.85
_metadata_env
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected