MCPcopy 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

scopeFromCurrentScopeMethod · 0.80

Calls 2

ScopeClass · 0.85
copyFunction · 0.85

Tested by

no test coverage detected