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

Method _postfile

dshell/core.py:378–384  ·  view source on GitHub ↗

_postfile is called just after an individual file is processed. It may expand some day, but for now it just calls a child's postfile function.

(self)

Source from the content-addressed store, hash-verified

376 pass
377
378 def _postfile(self):
379 """
380 _postfile is called just after an individual file is processed.
381 It may expand some day, but for now it just calls a child's postfile
382 function.
383 """
384 self.postfile()
385
386 def postfile(self):
387 """

Callers 1

process_filesFunction · 0.80

Calls 1

postfileMethod · 0.95

Tested by

no test coverage detected