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

Method format

SLiCAP/SLiCAPprotos.py:671–675  ·  view source on GitHub ↗

Will be set by the formatter method.

(self)

Source from the content-addressed store, hash-verified

669
670 @property
671 def format(self):
672 """
673 Will be set by the formatter method.
674 """
675 return self._format
676
677 def __str__(self):
678 return self._snippet

Callers 15

_checkSimTypeMethod · 0.80
_checkGainTypeMethod · 0.80
_checkConvTypeMethod · 0.80
checkDataTypeMethod · 0.80
checkStepVarMethod · 0.80
checkStepVarsMethod · 0.80
checkStepMethodMethod · 0.80
checkStepListMethod · 0.80
checkStepArrayMethod · 0.80
checkSourceMethod · 0.80
checkDetectorMethod · 0.80
checkLGrefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected