MCPcopy
hub / github.com/USArmyResearchLab/Dshell / _premodule

Method _premodule

dshell/core.py:315–323  ·  view source on GitHub ↗

_premodule is called before capture starts or files are read. It will attempt to call the child plugin's premodule function.

(self)

Source from the content-addressed store, hash-verified

313 pass
314
315 def _premodule(self):
316 """
317 _premodule is called before capture starts or files are read. It will
318 attempt to call the child plugin's premodule function.
319 """
320 self.premodule()
321 self.out.setup()
322 # self.debug('{}'.format(pprint.pformat(self.__dict__)))
323 self.debug(str(self.__dict__))
324
325 def premodule(self):
326 """

Callers 1

mainFunction · 0.80

Calls 3

premoduleMethod · 0.95
debugMethod · 0.95
setupMethod · 0.45

Tested by

no test coverage detected