MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / __getitem__

Method __getitem__

generated_code/multSim.py:62–64  ·  view source on GitHub ↗
(self, indexNames)

Source from the content-addressed store, hash-verified

60 return sliceable
61
62 def __getitem__(self, indexNames):
63 indexNames = self.insertOptDim(indexNames, self._optName)
64 return IndexedTensor(self, indexNames)
65
66 def optName(self):
67 return self._optName

Callers

nothing calls this directly

Calls 1

insertOptDimMethod · 0.95

Tested by

no test coverage detected