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

Method addCDImplementation

Singular/dyn_modules/openmath/context.py:18–19  ·  view source on GitHub ↗
(self, implementation)

Source from the content-addressed store, hash-verified

16 self.XMLEncoder=SimpleXMLEncoder()
17 self.errorHandler=SimpleErrorHandler()
18 def addCDImplementation(self, implementation):
19 self.implementations[implementation.cd]=implementation
20 def lookupImplementation(self, oms):
21 #print self.implementations
22 try:

Callers 8

tester.pyFile · 0.80
xmlencodetest.pyFile · 0.80
objects.pyFile · 0.80
omxmlreader.pyFile · 0.80
test_read.pyFile · 0.80
xmlcoding.pyFile · 0.80
basic1.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected