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

Method premodule

dshell/core.py:325–332  ·  view source on GitHub ↗

A placeholder. A plugin can overwrite this function to perform an action before capture starts or files are read.

(self)

Source from the content-addressed store, hash-verified

323 self.debug(str(self.__dict__))
324
325 def premodule(self):
326 """
327 A placeholder.
328
329 A plugin can overwrite this function to perform an action before
330 capture starts or files are read.
331 """
332 pass
333
334 def _postmodule(self):
335 """

Callers 1

_premoduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected