MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / depVars

Method depVars

SLiCAP/SLiCAPprotos.py:178–189  ·  view source on GitHub ↗

Returns the list with valid detectors. :return: list with valid detectors :rtype: list

(self)

Source from the content-addressed store, hash-verified

176 """
177
178 def depVars(self):
179 """
180 Returns the list with valid detectors.
181
182 :return: list with valid detectors
183 :rtype: list
184 """
185 depvars = []
186 for name in self.dep_vars:
187 if name != "V_0":
188 depvars.append(name)
189 return depvars
190
191 def delPar(self, parName):
192 """

Callers 4

_addDCvarSourcesFunction · 0.45
_makeAllMatricesFunction · 0.45
dcvar.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected