MCPcopy Create free account
hub / github.com/clips/pattern / __repr__

Method __repr__

pattern/text/__init__.py:164–165  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

162 return getattr(list, method)(self, *args)
163
164 def __repr__(self):
165 return self._lazy("__repr__")
166 def __len__(self):
167 return self._lazy("__len__")
168 def __iter__(self):

Callers

nothing calls this directly

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected