MCPcopy Create free account
hub / github.com/apify/crawlee-python / __str__

Method __str__

src/crawlee/statistics/_models.py:51–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49
50 @override
51 def __str__(self) -> str:
52 return json.dumps(
53 {k: v.total_seconds() if isinstance(v, timedelta) else v for k, v in asdict(self).items()},
54 )
55
56
57@docs_group('Statistics')

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected