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

Method __setitem__

pattern/vector/__init__.py:141–142  ·  view source on GitHub ↗
(self, k, v)

Source from the content-addressed store, hash-verified

139 def copy(self):
140 return readonlydict(self)
141 def __setitem__(self, k, v):
142 raise ReadOnlyError
143 def __delitem__(self, k):
144 raise ReadOnlyError
145 def pop(self, k, default=None):

Callers 3

countFunction · 0.45
character_ngramsFunction · 0.45
clusterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected