MCPcopy Create free account
hub / github.com/NVIDIA/FastPhotoStyle / __init__

Method __init__

process_stylization.py:29–31  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

27
28class Timer:
29 def __init__(self, msg):
30 self.msg = msg
31 self.start_time = None
32
33 def __enter__(self):
34 self.start_time = time.time()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected