MCPcopy Create free account
hub / github.com/Singular/Singular / __setitem__

Method __setitem__

Singular/dyn_modules/python/util.py:55–56  ·  view source on GitHub ↗
(self, val, key)

Source from the content-addressed store, hash-verified

53 def __getitem__(self,key):
54 return self.canonical(key)
55 def __setitem__(self, val, key):
56 self.rewrite(val,key)
57
58
59class chaintrans(object):

Callers

nothing calls this directly

Calls 1

rewriteMethod · 0.95

Tested by

no test coverage detected