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

Method isCanonical

Singular/dyn_modules/python/util.py:41–45  ·  view source on GitHub ↗
(self,var)

Source from the content-addressed store, hash-verified

39 var=self.mydict[var]
40 return var
41 def isCanonical(self,var):
42 if self.canonical(var)==var:
43 return True
44 else:
45 return False
46 def all_rewritings(self,var):
47 pass
48 def rewrite(self, a,b):

Callers

nothing calls this directly

Calls 1

canonicalMethod · 0.95

Tested by

no test coverage detected