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

Method support

Singular/dyn_modules/openmath/objects.py:40–41  ·  view source on GitHub ↗
(self,symbol)

Source from the content-addressed store, hash-verified

38 object.__setattr__(self,"cd",cd)
39 #object.__setattr__(self,"converter",None)
40 def support(self,symbol):
41 setattr(self,symbol,OMS(symbol, self.cd))
42 def __setattr__(self, name,value):
43 if name=="converter":
44 object.__setattr__(self,name,value)

Callers 3

fieldname1.pyFile · 0.80
polyd.pyFile · 0.80
list1.pyFile · 0.80

Calls 1

OMSClass · 0.85

Tested by

no test coverage detected