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

Method setPairExt

SLiCAP/SLiCAPinstruction.py:579–589  ·  view source on GitHub ↗

Defines the extension to element or node IDs for DM and CM pairs. :param pairExt: list with extensions for paired nodes. :type pairExt: list

(self, pairExt)

Source from the content-addressed store, hash-verified

577 return
578
579 def setPairExt(self, pairExt):
580 """
581 Defines the extension to element or node IDs for DM and CM pairs.
582
583 :param pairExt: list with extensions for paired nodes.
584
585 :type pairExt: list
586 """
587 if self.checkPairExt(pairExt) == 0:
588 self.pairExt = pairExt
589 return
590
591 def checkPairExt(self, pairExt):
592 """

Callers

nothing calls this directly

Calls 1

checkPairExtMethod · 0.95

Tested by

no test coverage detected