MCPcopy Index your code
hub / github.com/USArmyResearchLab/Dshell / setup

Method setup

dshell/output/output.py:133–138  ·  view source on GitHub ↗

Perform any additional setup outside of the standard __init__. For example, printing header data to the outfile.

(self)

Source from the content-addressed store, hash-verified

131 return filename
132
133 def setup(self):
134 """
135 Perform any additional setup outside of the standard __init__.
136 For example, printing header data to the outfile.
137 """
138 pass
139
140 def close(self):
141 """

Callers 1

_premoduleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected