MCPcopy Create free account
hub / github.com/CompVis/diff2flow / __exit__

Method __exit__

diff2flow/helpers.py:129–132  ·  view source on GitHub ↗
(self, exc_type, exc_val, exc_tb)

Source from the content-addressed store, hash-verified

127 return self
128
129 def __exit__(self, exc_type, exc_val, exc_tb):
130 self.end = time.time()
131 self.delta = self.end - self.start
132 self.time = timer(self.start, self.end)
133
134
135def seed_everything(seed):

Callers

nothing calls this directly

Calls 1

timerFunction · 0.85

Tested by

no test coverage detected