MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / add_group

Method add_group

python/internal.py:40–41  ·  view source on GitHub ↗
( self, name, attributes=[] )

Source from the content-addressed store, hash-verified

38 return True
39 raise Exception()
40 def add_group( self, name, attributes=[] ):
41 self.__dict__[name] = TclVariables(self._name +'.'+name, self._update_cmd, attributes)
42
43
44visoptions = TclVariables('::visoptions', 'Ng_Vis_Set parameters', visoptions_variables)

Callers 1

internal.pyFile · 0.80

Calls 1

TclVariablesClass · 0.85

Tested by

no test coverage detected