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

Method stop

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

Source from the content-addressed store, hash-verified

38 return self
39
40 def stop(self):
41 if self.started > 0:
42 self.stopped = time.time()
43 return self
44
45 def duration(self):
46 return self.stopped - self.started

Callers 5

createMethod · 0.95
invokeMethod · 0.95
addportsMethod · 0.95
parseMethod · 0.95
jquery.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected