MCPcopy
hub / github.com/rueckstiess/mtools / message

Method message

mtools/mtransfer/mtransfer.py:90–92  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

88 self.doImport(inf)
89
90 def message(self, msg):
91 if self.verbose:
92 print(msg)
93
94 def doExport(self, outf):
95 # Attempt to connect to the specified WiredTiger database

Callers 2

doExportMethod · 0.95
_doImportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected