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

Method __getitem__

pattern/text/__init__.py:127–128  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

125 def __contains__(self, *args):
126 return self._lazy("__contains__", *args)
127 def __getitem__(self, *args):
128 return self._lazy("__getitem__", *args)
129 def __setitem__(self, *args):
130 return self._lazy("__setitem__", *args)
131 def setdefault(self, *args):

Callers

nothing calls this directly

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected