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

Method __repr__

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

Source from the content-addressed store, hash-verified

117 return getattr(dict, method)(self, *args)
118
119 def __repr__(self):
120 return self._lazy("__repr__")
121 def __len__(self):
122 return self._lazy("__len__")
123 def __iter__(self):

Callers

nothing calls this directly

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected