MCPcopy
hub / github.com/ScrapeGraphAI/Scrapegraph-ai / DeepCopyError

Class DeepCopyError

scrapegraphai/utils/copy.py:9–14  ·  view source on GitHub ↗

Custom exception raised when an object cannot be deep-copied.

Source from the content-addressed store, hash-verified

7
8
9class DeepCopyError(Exception):
10 """
11 Custom exception raised when an object cannot be deep-copied.
12 """
13
14 pass
15
16
17def is_boto3_client(obj):

Callers 1

safe_deepcopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected