MCPcopy
hub / github.com/psf/black / _submatch

Method _submatch

src/blib2to3/pytree.py:526–527  ·  view source on GitHub ↗
(self, node, results=None)

Source from the content-addressed store, hash-verified

524 return f"{self.__class__.__name__}({', '.join(map(repr, args))})"
525
526 def _submatch(self, node, results=None) -> bool:
527 raise NotImplementedError
528
529 def optimize(self) -> "BasePattern":
530 """

Callers 1

matchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected