Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
create
Method · 0.95
invoke
Method · 0.95
addports
Method · 0.95
parse
Method · 0.95
jquery.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected