MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / start

Method start

suds/metrics.py:35–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 self.stopped = 0
34
35 def start(self):
36 self.started = time.time()
37 self.stopped = 0
38 return self
39
40 def stop(self):
41 if self.started > 0:

Callers 4

createMethod · 0.95
invokeMethod · 0.95
addportsMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected