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

Method unbind

Singular/dyn_modules/openmath/objects.py:136–138  ·  view source on GitHub ↗

unbind the arguments

(self)

Source from the content-addressed store, hash-verified

134 varBindings = dict(izip([i.name for i in self.variables], args))
135 self.scope.push(varBindings)
136 def unbind(self):
137 "unbind the arguments"
138 self.scope.pop()
139
140 def calcErg(self, context):
141 "do the actual computation"

Callers 1

__call__Method · 0.95

Calls 1

popMethod · 0.45

Tested by

no test coverage detected