Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
push
Method · 0.45
xmlencodetest.py
File · 0.45
bind
Method · 0.45
send
Method · 0.45
interpreter_thread
Function · 0.45
joinInterpreterThread
Function · 0.45
attachJob
Method · 0.45
queueJob
Method · 0.45
broadcastJob
Method · 0.45
threadEval
Function · 0.45
threadExec
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected