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

Method __repr__

src/crawlee/sessions/_session.py:84–86  ·  view source on GitHub ↗

Get a string representation.

(self)

Source from the content-addressed store, hash-verified

82 return cls(**model.model_dump(exclude={'cookies'}), cookies=cookies)
83
84 def __repr__(self) -> str:
85 """Get a string representation."""
86 return f'<{self.__class__.__name__} {self.get_state(as_dict=False)}>'
87
88 def __eq__(self, other: object) -> bool:
89 """Compare two sessions for equality."""

Callers

nothing calls this directly

Calls 1

get_stateMethod · 0.95

Tested by

no test coverage detected