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

Method build

Singular/dyn_modules/openmath/omxmlreader.py:124–129  ·  view source on GitHub ↗
(self, root)

Source from the content-addressed store, hash-verified

122 self.refs=[]
123 self.ids={}
124 def build(self, root):
125 remove_white_space(root)
126 erg=self.buildFromNode(root)
127 for r in self.refs:
128 r.ref=self.ids[r.ref]
129 return erg
130#TODO: handle hex floats
131#TODO: handle floats
132#TODO: handle ancestors cdbase

Callers 3

omxmlreader.pyFile · 0.45

Calls 2

buildFromNodeMethod · 0.95
remove_white_spaceFunction · 0.85

Tested by

no test coverage detected