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

Method load

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

Source from the content-addressed store, hash-verified

148class lazylist(list):
149
150 def load(self):
151 # Must be overridden in a subclass.
152 # Must load data with list.append(self, v) instead of lazylist.append(v).
153 pass
154
155 def _lazy(self, method, *args):
156 """ If the list is empty, calls lazylist.load().

Callers 1

_lazyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected