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

Method __getitem__

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

Source from the content-addressed store, hash-verified

51 if not a==b:
52 self.mydict[a]=b
53 def __getitem__(self,key):
54 return self.canonical(key)
55 def __setitem__(self, val, key):
56 self.rewrite(val,key)
57

Callers

nothing calls this directly

Calls 1

canonicalMethod · 0.95

Tested by

no test coverage detected