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