MCPcopy Index your code
hub / github.com/idank/explainshell / SkippedExtraction

Class SkippedExtraction

explainshell/errors.py:69–81  ·  view source on GitHub ↗

File was intentionally skipped (not a failure).

Source from the content-addressed store, hash-verified

67
68
69class SkippedExtraction(ExtractionError):
70 """File was intentionally skipped (not a failure)."""
71
72 def __init__(
73 self,
74 reason: str,
75 stats: object = None,
76 *,
77 reason_class: FailureReason | None = None,
78 ) -> None:
79 super().__init__(reason, reason_class=reason_class)
80 self.reason = reason
81 self.stats = stats
82
83
84class FatalExtractionError(ExtractionError):

Callers 3

prepareMethod · 0.90
_prepareMethod · 0.90
_prepareMethod · 0.90

Calls

no outgoing calls

Tested by 2

_prepareMethod · 0.72
_prepareMethod · 0.72