MCPcopy Index your code
hub / github.com/alievk/avatarify-python / __call__

Method __call__

afy/utils.py:30–31  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

28 log(*args, file=self.terminal, **kwargs)
29
30 def __call__(self, *args, **kwargs):
31 return self.write(*args, **kwargs)
32
33 def flush(self):
34 self.file.flush()

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected