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

Method push

Singular/dyn_modules/openmath/context.py:145–146  ·  view source on GitHub ↗
(self, dict)

Source from the content-addressed store, hash-verified

143 def __init__(self):
144 self.dicts=[]
145 def push(self, dict):
146 self.dicts.append(dict)
147 def pop(self):
148 return self.dicts.pop()
149 def __getitem__(self,itemname):

Callers 13

__init__Method · 0.45
pushMethod · 0.45
xmlencodetest.pyFile · 0.45
bindMethod · 0.45
sendMethod · 0.45
interpreter_threadFunction · 0.45
joinInterpreterThreadFunction · 0.45
attachJobMethod · 0.45
queueJobMethod · 0.45
broadcastJobMethod · 0.45
threadEvalFunction · 0.45
threadExecFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected