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

Method postmodule

dshell/core.py:347–354  ·  view source on GitHub ↗

A placeholder. A plugin can overwrite this function to perform an action after capture ends or all files are processed.

(self)

Source from the content-addressed store, hash-verified

345 )
346
347 def postmodule(self):
348 """
349 A placeholder.
350
351 A plugin can overwrite this function to perform an action after
352 capture ends or all files are processed.
353 """
354 pass
355
356 def _prefile(self, infile=None):
357 """

Callers 1

_postmoduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected