MCPcopy
hub / github.com/pyload/pyload / __enter__

Method __enter__

module/lib/bottle.py:2426–2427  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2424 time.sleep(self.interval)
2425
2426 def __enter__(self):
2427 self.start()
2428
2429 def __exit__(self, exc_type, exc_val, exc_tb):
2430 if not self.status: self.status = 'exit' # silent exit

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected