MCPcopy
hub / github.com/Textualize/rich / Stack

Class Stack

rich/traceback.py:242–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241@dataclass
242class Stack:
243 exc_type: str
244 exc_value: str
245 syntax_error: Optional[_SyntaxError] = None
246 is_cause: bool = False
247 frames: List[Frame] = field(default_factory=list)
248 notes: List[str] = field(default_factory=list)
249 is_group: bool = False
250 exceptions: List["Trace"] = field(default_factory=list)
251
252
253@dataclass

Callers 1

extractMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected