Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ derriveScope
Method
derriveScope
Singular/dyn_modules/openmath/context.py:163–166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
161
except
IndexError:
162
print
"scope has no layers"
163
def
derriveScope(self):
164
erg=Scope()
165
erg.dicts=copy(self.dicts)
166
return
erg
Callers
1
scopeFromCurrentScope
Method · 0.80
Calls
2
Scope
Class · 0.85
copy
Function · 0.85
Tested by
no test coverage detected