Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ _is_faas
Function
_is_faas
pymongo/pool_options.py:146–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
144
145
146
def
_is_faas() -> bool:
147
return
_is_lambda() or _is_azure_func() or _is_gcp_func() or _is_vercel()
148
149
150
def
_getenv_int(key: str) -> Optional[int]:
Callers
6
__init__
Method · 0.90
__init__
Method · 0.90
_resolve_srv
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
_resolve_srv
Method · 0.90
Calls
4
_is_lambda
Function · 0.85
_is_azure_func
Function · 0.85
_is_gcp_func
Function · 0.85
_is_vercel
Function · 0.85
Tested by
no test coverage detected