MCPcopy Create free account
hub / github.com/idank/explainshell / __repr__

Method __repr__

explainshell/matcher.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 positional_index: int = field(default=0, repr=False)
29
30 def __repr__(self):
31 return "<matchgroup %r with %d results>" % (self.name, len(self.results))
32
33
34@dataclass(frozen=True, slots=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected