MCPcopy
hub / github.com/alievk/avatarify-python / __init__

Method __init__

afy/utils.py:38–40  ·  view source on GitHub ↗
(self, filename, verbose=True)

Source from the content-addressed store, hash-verified

36
37class Logger():
38 def __init__(self, filename, verbose=True):
39 self.tee = Tee(filename)
40 self.verbose = verbose
41
42 def __call__(self, *args, important=False, **kwargs):
43 if not self.verbose and not important:

Callers

nothing calls this directly

Calls 1

TeeClass · 0.85

Tested by

no test coverage detected