MCPcopy
hub / github.com/scrapy/scrapy / is_botocore_available

Function is_botocore_available

scrapy/utils/boto.py:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4def is_botocore_available() -> bool:
5 try:
6 import botocore # noqa: F401,PLC0415
7
8 return True
9 except ImportError:
10 return False

Callers 2

__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected