MCPcopy Index your code
hub / github.com/clips/pattern / setdefault

Method setdefault

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

Source from the content-addressed store, hash-verified

129 def __setitem__(self, *args):
130 return self._lazy("__setitem__", *args)
131 def setdefault(self, *args):
132 return self._lazy("setdefault", *args)
133 def get(self, *args, **kwargs):
134 return self._lazy("get", *args)
135 def items(self):

Callers 4

loadMethod · 0.45
loadMethod · 0.45
__call__Method · 0.45
_multilingualFunction · 0.45

Calls 1

_lazyMethod · 0.95

Tested by

no test coverage detected