MCPcopy
hub / github.com/MikeChongCan/scylla / start

Method start

scylla/tcpping.py:33–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 self._stop = 0
32
33 def start(self):
34 self._start = timer()
35
36 def stop(self):
37 self._stop = timer()

Callers 4

costMethod · 0.95
test_startFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_startFunction · 0.36