Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ stop
Method
stop
lib/stopwatch.py:12–13 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
10
self.start_time = time.time()
11
12
def
stop(self):
13
self.end_time = time.time()
14
15
def
elapsed_time(self):
16
if
self.start_time is None:
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected