MCPcopy
hub / github.com/brightio/penelope / start

Method start

penelope.py:5300–5301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5298 return '\n'.join(output)
5299
5300 def start(self):
5301 threading.Thread(target=self._start).start()
5302
5303 def _start(self):
5304 filemap, host, port, url_prefix, quiet = self.filemap, self.host, self.port, self.url_prefix, self.quiet

Callers 3

downloadMethod · 0.95
uploadMethod · 0.95
mainFunction · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected