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

Method XMLEncodeBody

Singular/dyn_modules/openmath/context.py:108–109  ·  view source on GitHub ↗
(self,body)

Source from the content-addressed store, hash-verified

106 print_exc()
107 raise EvaluationFailedError
108 def XMLEncodeBody(self,body):
109 return self.XMLEncoder.encode(body)
110 def XMLEncodeObject(self, obj):
111 #TODO: Make Attribution List attributes
112 #TODO: Make all objects __hash__ and __eq__

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.80

Tested by

no test coverage detected