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

Method tocp

afy/utils.py:80–83  ·  view source on GitHub ↗
(self, str)

Source from the content-addressed store, hash-verified

78 return (time.time() - self.t) * 1000
79
80 def tocp(self, str):
81 t = self.toc()
82 log(f"{str} took {t:.4f}ms")
83 return t
84
85
86class AccumDict:

Callers

nothing calls this directly

Calls 2

tocMethod · 0.95
logFunction · 0.85

Tested by

no test coverage detected