Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Francis-Rings/StableAnimator
/ __init__
Method
__init__
animation/helper/utils/utils_logging.py:10–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
""
"
9
10
def
__init__(self):
11
self.val = None
12
self.avg = None
13
self.sum = None
14
self.count = None
15
self.reset()
16
17
def
reset(self):
18
self.val = 0
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected